/** Shopify CDN: Minification failed

Line 73:0 Unexpected "{"
Line 73:1 Expected identifier but found "%"
Line 75:0 Unexpected "{"
Line 75:1 Expected identifier but found "%"

**/
/*
 * section-subcollections.css — styles for the L4 Subcollections slider
 * (sections/subcollections-slider.liquid). Moved out of the section inline
 * {% stylesheet %} so it loads via {% render "style-tag" %} (async, honoring
 * css_load_mode) instead of a render-blocking per-section block. The above-the-fold
 * subset is mirrored in snippets/css--critical-collection.liquid.
 */

  .subcollections {
    margin-bottom: 20px;
  }

  /* Space below the cards so the scrollbar / scroll indicator sits a bit lower. */
  .subcollections-slider .slider__track {
    padding-bottom: var(--sc-pb, 12px);
  }

  .subcollections__heading {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 16px;
  }

  .subcollections-slider .subcollection-card {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .subcollections-slider .subcollection-image {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }

  .subcollections-slider .subcollection-title {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
  }

  .subcollections-slider .subcollection-desc {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 1.35;
    color: #707070;
    margin-top: 2px;
  }

  @media (min-width: 768px) {
    .subcollections-slider .subcollection-title {
      font-size: 14px;
    }
  }

  /* Breathing room above the scroll indicator (speed-branch progress bar), when present. */
  .subcollections-slider .slider__progress {
    margin-top: 10px;
  }
{%- endstylesheet -%}

{% schema %}
