@media (min-width: 1024px) {

  .s-block--default-home-slider .swiper-slide {
    height: 811px;
  }

    .s-product-card-image
 {
    max-height: 292px !important;
}
}

@media (max-width: 767px) {
#app .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    /* gap: 1rem; */
}

  .s-product-card-image {
    max-height: 362px !important;
}
}




.s-product-card-fit-height .s-product-card-image {
    height: auto !important;
}

.h-\[300px\] {
    height: 360px !important;
}