/* Add custom CSS styles below */ 
/* PAYMENT ICONS */
.s-payments-list-item {
  width: 40px !important;
  height: 24px !important;
  min-width: 40px !important;
  min-height: 24px !important;
  flex: 0 0 40px !important;
}

.s-payments-list-item img {
  display: block;
  width: 40px !important;
  height: 24px !important;
  object-fit: contain;
}


/* PRODUCT GALLERY */
.product-images-slider
.s-slider-container:not(.s-slider-thumbs-container) {
  aspect-ratio: 1 / 1;
}

.product-images-slider
.s-slider-container:not(.s-slider-thumbs-container)
img.swiper-slide {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}


/* FAST BANNER AND CATEGORY CIRCLES - CLS FIX */
body.index section.s-block--bundle-fast-banner,
body.index
section.s-block--bundle-fast-banner
[component-name="fast-banner"] {
  display: block !important;
  min-height: 400px !important;
}

body.index section.s-block--bundle-category-circles,
body.index
section.s-block--bundle-category-circles
[component-name="category-circles"] {
  display: block !important;
  min-height: 234px !important;
}


/* MOBILE TOP SECTIONS */
@media (max-width: 767px) {
  body.index section.s-block--bundle-fast-banner,
  body.index
  section.s-block--bundle-fast-banner
  [component-name="fast-banner"] {
    min-height: 150px !important;
  }

  body.index section.s-block--bundle-category-circles,
  body.index
  section.s-block--bundle-category-circles
  [component-name="category-circles"] {
    min-height: 200px !important;
  }
}


/* HOMEPAGE PRODUCT SECTIONS - CLS FIX */
body.index
section.s-block--l-products.special-products {
  display: block !important;
  min-height: 505px !important;
}


/* PRODUCT SLIDER INITIALIZATION - CLS FIX */
body.index
section.s-block--l-products.special-products
salla-products-slider {
  display: block !important;
  min-height: 445px !important;
  overflow: hidden !important;
}

body.index
section.s-block--l-products.special-products
salla-products-slider
.s-slider-container {
  min-height: 445px !important;
}

body.index
section.s-block--l-products.special-products
salla-products-slider:not(.hydrated) {
  visibility: hidden !important;
}


/* MOBILE PRODUCT SECTIONS */
@media (max-width: 767px) {
  body.index
  section.s-block--l-products.special-products {
    min-height: 593px !important;
  }
}


/* BRANDS GRID - TABLET AND DESKTOP ONLY */
@media (min-width: 768px) {
  body.index section.s-block__lima-categories_2,
  body.index
  section.s-block__lima-categories_2
  > .container,
  body.index
  section.s-block__lima-categories_2
  .lima_cats_2_container,
  body.index
  section.s-block__lima-categories_2
  .grid {
    height: 670px !important;
    min-height: 670px !important;
    max-height: 670px !important;
    overflow: hidden !important;
  }
}


/* KEEP PRODUCT ACTIONS ABOVE MOBILE NAV */
@media (max-width: 640px) {
  body.product-single.is-sticky-product-bar {
    padding-bottom:
      calc(
        280px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }

  body.product-single.is-sticky-product-bar
  .sticky-product-bar {
    bottom:
      calc(
        68px +
        env(safe-area-inset-bottom, 0px)
      ) !important;

    z-index: 9997 !important;
  }

  body.product-single
  a[href*="api.whatsapp.com"][class*="fixed"] {
    bottom:
      calc(
        280px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }

  body.product-single .back-to-top {
    bottom:
      calc(
        344px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }
}


/* KEEP CART ACTIONS ABOVE MOBILE NAV */
@media (max-width: 767px) {
  body.cart {
    padding-bottom:
      calc(
        280px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }

  body.cart
  salla-cart-summary-card {
    bottom:
      calc(
        68px +
        env(safe-area-inset-bottom, 0px)
      ) !important;

    z-index: 9997 !important;
  }

  body.cart
  a[href*="api.whatsapp.com"][class*="fixed"] {
    bottom:
      calc(
        280px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }

  body.cart .back-to-top {
    bottom:
      calc(
        344px +
        env(safe-area-inset-bottom, 0px)
      ) !important;
  }
}/* FINAL ABOVE-THE-FOLD CLS STABILITY */
body.index
section.s-block--bundle-fast-banner {
  margin-top: 0 !important;
}

body.index
section.s-block--bundle-category-circles
+
section.s-block--l-products.special-products {
  min-height: 623px !important;
}/* STOP PRODUCT CARDS STACKING BEFORE HYDRATION */
body.index
section.s-block--l-products.special-products.s-block--3 {
  min-height: 623px !important;
}

body.index
section.s-block--l-products.special-products
salla-products-slider:not(.hydrated) {
  display: block !important;
  height: 445px !important;
  min-height: 445px !important;
  max-height: 445px !important;
  overflow: hidden !important;
  visibility: hidden !important;
}