/** Shopify CDN: Minification failed

Line 188:14 Unexpected "{"
Line 188:23 Expected ":"
Line 188:39 Unexpected "{"
Line 188:48 Expected ":"
Line 188:55 Unexpected "{"
Line 195:14 Unexpected "{"
Line 195:23 Expected ":"
Line 195:39 Unexpected "{"
Line 195:48 Expected ":"
Line 201:14 Unexpected "{"
... and 5 more hidden warnings

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}
/* ---------- REMOVE EXTRA SIDE SPACING FOR COLLECTION SECTIONS ON MOBILE ---------- */
@media screen and (max-width: 749px) {

  /* Remove default page padding */
  .collection .page-width,
  .collection .slider--tablet.product-grid,
  .collection slider-component {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Prevent scroll-padding from adding side gaps */
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 0 !important;
  }

  /* Make sure product cards align edge-to-edge */
  .collection .grid,
  .collection .product-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Tidy up the title area */
  .collection__title.title-wrapper {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  /* Optional: unify section background (adjust if you prefer pure white) */
  .collection {
    background-color: #faf9f7; /* same tone as rest of site */
    border-radius: 0;
  }
}
/* ---------- SLIGHT SIDE PADDING FOR COLLECTION PAGES ON MOBILE ---------- */
@media screen and (max-width: 749px) {
  /* Minimal page padding for mobile */
  .collection,
  .collection .page-width,
  .collection .slider--tablet.product-grid,
  .collection slider-component,
  .collection .grid,
  .collection .product-grid {
    padding-left: 0.6rem !important; /* ~10px */
    padding-right: 0.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  /* Prevent scroll padding from adding extra space */
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;
  }

  /* Title spacing and alignment */
  .collection__title.title-wrapper {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
}
  /* ---------- Bestseller Collection: extra compact layout (mobile only) ---------- */
  @media screen and (max-width: 749px) {
    /* Reduce horizontal spacing between cards */
    .section-{{ section.id }} #Slider-{{ section.id }} {
      gap: 4px !important;
      padding-left: 4px;
      padding-right: 4px;
    }

    /* Make cards smaller (around half the screen width) */
    .section-{{ section.id }} #Slider-{{ section.id }} .grid__item {
      flex: 0 0 52% !important;
      max-width: 52% !important;
    }

    /* Slightly reduce internal padding */
    .section-{{ section.id }} .card__information {
      padding: 3px 2px !important;
    }

    /* Compact product title */
    .section-{{ section.id }} .card__heading {
      font-size: 12px !important;
      line-height: 1.2 !important;
      height: 32px;
      margin: 0 !important;
    }

    /* Smaller price text */
    .section-{{ section.id }} .price {
      font-size: 10.5px !important;
      margin-top: 0 !important;
    }

  }
/* ---------- MOBILE COLLECTION FIX (Scoped to this section only) ---------- */
@media screen and (max-width: 749px) {

  .custom-mobile-collection .page-width,
  .custom-mobile-collection .slider--tablet.product-grid,
  .custom-mobile-collection slider-component,
  .custom-mobile-collection .grid,
  .custom-mobile-collection .product-grid {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .custom-mobile-collection .collection__title.title-wrapper {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    text-align: center;
  }

  /* Force 2-column grid on mobile */
  .custom-mobile-collection .grid,
  .custom-mobile-collection .product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 2px !important;
  }

  .custom-mobile-collection .grid__item,
  .custom-mobile-collection .product-grid .grid__item {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    margin-bottom: 4px !important;
  }

  /* Card styling */
  .custom-mobile-collection .card__information {
    padding: 4px 2px !important;
  }

  .custom-mobile-collection .card__heading {
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin: 4px 0 0 !important;
  }

  .custom-mobile-collection .price {
    font-size: 12px !important;
    margin-top: 2px !important;
  }

  /* Background color fix (optional) */
  .custom-mobile-collection {
    background-color: #faf9f7;
    border-radius: 0;
  }
}
