/** Shopify CDN: Minification failed

Line 21:29 Unexpected "{"
Line 21:38 Expected ":"
Line 31:31 Unexpected "{"
Line 31:40 Expected ":"
Line 45:31 Unexpected "{"
Line 45:40 Expected ":"
Line 50:31 Unexpected "{"
Line 50:40 Expected ":"
Line 56:31 Unexpected "{"
Line 56:40 Expected ":"
... and 274 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:category-product-showcase (INDEX:15) */
.category-product-showcase--{{ section.id }} .category-product-showcase__inner {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .category-product-showcase--{{ section.id }} > .category-product-showcase__inner::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 1.1rem;
    background: linear-gradient(
      165deg,
      rgba(var(--color-foreground), 0.04) 0%,
      rgba(var(--color-foreground), 0.024) 48%,
      rgba(var(--color-foreground), 0.068) 100%
    );
    z-index: 0;
  }
  .category-product-showcase--{{ section.id }} > .category-product-showcase__inner > * {
    position: relative;
    z-index: 1;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__header {
    text-align: center;
    margin-bottom: 2rem;
    margin-inline: auto;
  }

  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-wrap {
    margin-bottom: 2.35rem;
    -webkit-mask-image: linear-gradient(to right, transparent, black 1rem, black calc(100% - 1rem), transparent);
    mask-image: linear-gradient(to right, transparent, black 1rem, black calc(100% - 1rem), transparent);
    display: block;
    width: 100%;
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-wrap {
      -webkit-mask-image: none;
      mask-image: none;
      display: flex;
      justify-content: center;
    }
  }

  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    /* Room for images extending above the pill + active tab underline */
    padding-top: 3.45rem;
    padding-bottom: 1.35rem;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-scroll {
      justify-content: center;
      flex-wrap: wrap;
      max-width: 100%;
      overflow-x: visible;
      gap: 0.95rem 1.35rem;
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tabs-scroll::-webkit-scrollbar-thumb {
    background: rgba(var(--color-foreground), 0.2);
    border-radius: 4px;
  }

  /* Label sits in row 2 only (row 1 is image breakout) so flex-center aligns to the pill, not the top band */
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab {
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    grid-template-rows: minmax(2.52rem, auto) minmax(4.35rem, auto);
    column-gap: 0.6rem;
    align-items: stretch;
    justify-items: start;
    min-width: min(100%, 20rem);
    margin: 0;
    padding: 0 1.35rem 0.52rem 0;
    border: none;
    background: transparent;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    font-size: clamp(0.78rem, 2.85vw, 1.02rem);
    font-weight: 700;
    line-height: 1.18;
    text-align: unset;
    overflow: visible;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.2s ease, transform 0.18s ease;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.82rem;
    z-index: 0;
    border-radius: 0.88rem;
    border: none;
    background: rgb(var(--color-background));
    box-shadow:
      0 1px 0 rgba(var(--color-foreground), 0.05),
      0 3px 16px rgba(var(--color-shadow), 0.08);
    pointer-events: none;
    transition: background-color 0.2s ease, box-shadow 0.22s ease;
  }
  @media screen and (min-width: 750px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab {
      grid-template-columns: 10.5rem minmax(0, 1fr);
      grid-template-rows: minmax(2.6rem, auto) minmax(4.5rem, auto);
      column-gap: 0.7rem;
      min-width: 22.75rem;
      padding: 0 2rem 0.56rem 0;
      font-size: 1.1rem;
    }
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab::before {
      top: 1.92rem;
      border-radius: 0.94rem;
    }
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab {
      grid-template-columns: 11.5rem minmax(0, 1fr);
      grid-template-rows: minmax(2.65rem, auto) minmax(4.65rem, auto);
      min-width: 25rem;
      font-size: 1.14rem;
      column-gap: 0.78rem;
    }
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab::before {
      top: 2rem;
    }
  }

  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab:hover:not(.active) {
    transform: translateY(-1px);
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab:hover:not(.active)::before {
    border: none;
    box-shadow:
      0 1px 0 rgba(var(--color-foreground), 0.04),
      0 5px 22px rgba(var(--color-shadow), 0.11);
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab:focus-visible {
    outline: 0.22rem solid rgba(var(--color-foreground), 0.35);
    outline-offset: 0.2rem;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab.active {
    color: rgb(var(--color-background));
    transform: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab.active::before {
    background: rgb(var(--color-foreground));
    border: none;
    box-shadow:
      0 2px 0 rgba(var(--color-shadow), 0.06),
      0 12px 32px rgba(var(--color-shadow), 0.16);
  }
  /* Active underline (reference: bar under selected tab) */
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab.active::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -0.72rem;
    height: max(3px, 0.21rem);
    border-radius: 999px;
    background: rgb(var(--color-foreground));
    z-index: 2;
    pointer-events: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab.active .category-product-showcase__tab-media {
    background: transparent;
    box-shadow: none;
  }

  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-label {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
    align-self: stretch;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 0.08rem;
    padding-inline: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    word-break: break-word;
  }

  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-media {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: end;
    justify-self: start;
    margin-left: -0.4rem;
    position: relative;
    z-index: 1;
    width: calc(100% + 0.4rem);
    max-width: none;
    height: 7.35rem;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  @media screen and (min-width: 750px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-media {
      height: 8.35rem;
      margin-left: -0.48rem;
      width: calc(100% + 0.48rem);
    }
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-media {
      height: 9rem;
      margin-left: -0.54rem;
      width: calc(100% + 0.54rem);
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    display: block;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="pill"] .category-product-showcase__tab-img--placeholder {
    box-sizing: border-box;
    min-height: 100%;
    border-radius: 0.35rem;
    background: transparent;
    border: none;
  }

  /* Image boxes strip: transparent rectangular frame, image keeps aspect (contain). */
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-wrap {
    margin-bottom: 1.6rem;
    -webkit-mask-image: linear-gradient(to right, transparent, black 0.75rem, black calc(100% - 0.75rem), transparent);
    mask-image: linear-gradient(to right, transparent, black 0.75rem, black calc(100% - 0.75rem), transparent);
    display: block;
    width: 100%;
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-wrap {
      -webkit-mask-image: none;
      mask-image: none;
      display: flex;
      justify-content: center;
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.25rem 0.95rem;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 0.5rem;
    padding-bottom: 0.85rem;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  @media screen and (min-width: 750px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-scroll {
      gap: 0.35rem 1.25rem;
      padding-inline: 0.25rem;
    }
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-scroll {
      flex-wrap: wrap;
      overflow-x: visible;
      justify-content: center;
      gap: 0.35rem 1.5rem;
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tabs-scroll::-webkit-scrollbar-thumb {
    background: rgba(var(--color-foreground), 0.2);
    border-radius: 4px;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab {
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    min-height: unset;
    margin: 0;
    padding: 0 0 0.5rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgb(var(--color-foreground));
    font-size: clamp(0.75rem, 2.2vw, 0.95rem);
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    overflow: visible;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.2s ease, transform 0.18s ease;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab::before {
    display: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab:hover:not(.active) {
    transform: none;
    color: rgb(var(--color-foreground));
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab:focus-visible {
    outline: 0.22rem solid rgba(var(--color-foreground), 0.35);
    outline-offset: 0.22rem;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab.active {
    color: rgb(var(--color-foreground));
    transform: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab.active::after {
    content: '';
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 0.05rem;
    height: max(3px, 0.26rem);
    border-radius: 2px;
    background: rgb(var(--color-foreground));
    z-index: 2;
    pointer-events: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab-media {
    grid-column: auto;
    grid-row: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    width: var(--cps-tab-box-w, 128px);
    height: var(--cps-tab-box-h, 128px);
    max-width: min(var(--cps-tab-box-w, 128px), 100%);
    margin: 0;
    align-self: center;
    border-radius: var(--cps-tab-box-r, 6px);
    overflow: hidden;
    background: transparent;
    box-shadow: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"]
    .category-product-showcase__tab.active
    .category-product-showcase__tab-media {
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab-label {
    grid-column: auto;
    grid-row: auto;
    box-sizing: border-box;
    width: 100%;
    align-self: stretch;
    justify-self: center;
    padding: 0 0 0.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="boxes"] .category-product-showcase__tab-img--placeholder {
    box-sizing: border-box;
    border-radius: var(--cps-tab-box-r, 6px);
    min-height: 100%;
    background: transparent;
    border: none;
  }

  /* Text-only strip: transparent slot + customizable label (no thumbnails) */
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-wrap {
    margin-bottom: 1.75rem;
    -webkit-mask-image: linear-gradient(to right, transparent, black 0.75rem, black calc(100% - 0.75rem), transparent);
    mask-image: linear-gradient(to right, transparent, black 0.75rem, black calc(100% - 0.75rem), transparent);
    display: block;
    width: 100%;
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-wrap {
      -webkit-mask-image: none;
      mask-image: none;
      display: flex;
      justify-content: center;
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.5rem clamp(1.25rem, 4vw, 2.75rem);
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 0.25rem;
    padding-bottom: 0.95rem;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  @media screen and (min-width: 990px) {
    .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-scroll {
      flex-wrap: wrap;
      overflow-x: visible;
      justify-content: center;
    }
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tabs-scroll::-webkit-scrollbar-thumb {
    background: rgba(var(--color-foreground), 0.2);
    border-radius: 4px;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0.35rem;
    min-height: unset;
    min-width: clamp(7rem, 24vw, 14rem);
    max-width: 16rem;
    width: clamp(9rem, 28vw, 14rem);
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgb(var(--color-foreground));
    line-height: 1.33;
    text-align: center;
    overflow: visible;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab::before {
    display: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"]
    .category-product-showcase__tab:hover:not(.active) {
    opacity: 0.85;
    transform: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab:not(.active) .category-product-showcase__tab-label {
    opacity: 0.82;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"]
    .category-product-showcase__tab.active
    .category-product-showcase__tab-label {
    opacity: 1;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab:focus-visible {
    outline: 0.22rem solid rgba(var(--color-foreground), 0.35);
    outline-offset: 0.22rem;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab.active::after {
    content: '';
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 0;
    height: max(3px, 0.28rem);
    border-radius: 1px;
    background: rgb(var(--color-foreground));
    z-index: 2;
    pointer-events: none;
  }
  .category-product-showcase--{{ section.id }}[data-cps-layout="text"] .category-product-showcase__tab-label {
    grid-column: auto;
    grid-row: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: stretch;
    padding: 0.2rem 0.35rem 0.42rem;
    text-align: center;
    hyphens: auto;
    word-break: break-word;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__panels {
    position: relative;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__panel {
    animation: category-product-showcase-fade-{{ section.id }} 0.32s ease;
  }
  @keyframes category-product-showcase-fade-{{ section.id }} {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__tabs-wrap {
    margin-bottom: {{ section.settings.tab_spacing_below | default: 36 }}px !important;
  }
  .category-product-showcase--{{ section.id }} .category-product-showcase__tabs-scroll {
    column-gap: {{ section.settings.tab_spacing_horizontal | default: 16 }}px !important;
    row-gap: {{ section.settings.tab_spacing_horizontal | default: 16 }}px !important;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__carousel {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }
  @media screen and (min-width: 750px) {
    .category-product-showcase--{{ section.id }} .category-product-showcase__carousel {
      margin: 0 -1.5rem;
      padding: 0 1.5rem;
    }
  }

  /* Break carousel out of .page-width so product cards start near the viewport edge. */
  .category-product-showcase--viewport-wide-products.category-product-showcase--{{ section.id }}
    .category-product-showcase__carousel {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(1.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.5rem, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__carousel-track {
    display: flex;
    gap: clamp(0.65rem, 2vw, 1rem);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0.75rem;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .category-product-showcase--{{ section.id }} .category-product-showcase__carousel-track::-webkit-scrollbar {
    height: 5px;
  }
  .category-product-showcase--{{ section.id }} .category-product-showcase__carousel-track::-webkit-scrollbar-thumb {
    background: rgba(var(--color-foreground), 0.2);
    border-radius: 4px;
  }

  .category-product-showcase--viewport-wide-products.category-product-showcase--{{ section.id }}
    .category-product-showcase__carousel-track {
    scroll-padding-inline: max(1.5rem, env(safe-area-inset-left, 0px));
    padding-inline: 0;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__slide {
    scroll-snap-align: start;
    flex: 0 0 clamp(148px, 42vw, 220px);
    min-width: 0;
    max-width: 260px;
  }
  @media screen and (min-width: 750px) {
    .category-product-showcase--{{ section.id }} .category-product-showcase__slide {
      flex: 0 0 clamp(180px, 22vw, 240px);
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__tab {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    box-sizing: border-box;
  }

  #CategoryProductShowcase-{{ section.id }}.category-product-showcase--product-grid {
    scroll-margin-top: 5.25rem;
  }

  @media screen and (max-width: 749px) {
    #CategoryProductShowcase-{{ section.id }}.category-product-showcase--product-grid {
      scroll-margin-top: 3.85rem;
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__product-grid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    min-height: 0;
    overflow-x: clip;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} [data-cps-brand-filter-host] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-inline: 0.25rem;
    box-sizing: border-box;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-range {
    text-align: center;
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    color: rgba(var(--color-foreground), 0.72);
    font-family: var(--font-body-family), system-ui, sans-serif;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 180px;
    padding: 2rem 1rem;
    box-sizing: border-box;
    background: rgba(var(--color-background), 0.85);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    pointer-events: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(var(--color-foreground), 0.85);
    font-family: var(--font-body-family), system-ui, sans-serif;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__product-grid[data-cps-loading='true']
    .category-product-showcase__grid-loader {
    display: flex;
  }

  @keyframes cps-grid-spin {
    to {
      transform: rotate(360deg);
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-loader-spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid rgba(var(--color-foreground), 0.12);
    border-top-color: rgba(var(--color-foreground), 0.55);
    animation: cps-grid-spin 0.65s linear infinite;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-inner {
    width: 100%;
    min-height: 0;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%;
    isolation: isolate;
    min-height: 120px;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-cards--cps-loading {
    opacity: 0.35;
    pointer-events: none;
    transition: opacity 0.15s ease;
    min-height: 160px;
  }

  @media (max-width: 768px) {
    .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__grid-cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__grid-cards
    > .category-product-showcase__slide--grid {
    flex: none;
    max-width: none;
    scroll-snap-align: unset;
    width: 100%;
    min-width: 0;
    position: relative;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card-wrapper
    > .card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
      .category-product-showcase__slide--grid
      .card-wrapper:hover
      > .card {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card__inner.ratio::before {
    display: none !important;
    padding-bottom: 0 !important;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card__media {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card__media
    .media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card__media
    img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__pagination {
    margin-top: 24px;
    text-align: center;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    width: 100%;
    isolation: isolate;
    display: block;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__pagination:empty {
    display: none;
    margin: 0;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__pagination-inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-family: var(--font-body-family), system-ui, sans-serif;
  }

  @media screen and (max-width: 749px) {
    .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__pagination {
      margin-top: 16px;
      padding: 12px 0 8px;
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      text-align: start;
      scrollbar-width: thin;
      box-sizing: border-box;
      border-top: 1px solid rgba(var(--color-foreground), 0.08);
      background: rgba(var(--color-background), 1);
    }

    .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__pagination-inner {
      flex-wrap: nowrap;
      justify-content: flex-start;
      min-width: min-content;
      gap: 0.25rem;
      padding-bottom: 4px;
    }

    .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__page-link {
      padding: 12px 14px;
      margin: 0 2px;
      font-size: 1rem;
      flex-shrink: 0;
      min-height: 44px;
      min-width: 44px;
      box-sizing: border-box;
    }
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__page-link {
    display: inline-block;
    padding: 10px 14px;
    margin: 0 3px;
    border-radius: 8px;
    text-decoration: none;
    color: rgb(var(--color-foreground));
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: 2.75rem;
    text-align: center;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__page-link:hover {
    background: rgba(var(--color-foreground), 0.08);
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__page-link--active {
    background: #111111;
    color: #ffffff;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }} .category-product-showcase__page-ellipsis {
    padding: 8px 8px;
    margin: 0 2px;
    color: rgba(var(--color-foreground), 0.45);
    font-size: 1.05rem;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__slide .card-wrapper {
    height: 100%;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__footer {
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 0.15rem;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    vertical-align: middle;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-panel {
    flex: 0 0 min(9.25rem, 38vw);
    width: min(9.25rem, 38vw);
    max-width: min(9.25rem, 38vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    padding: 0.55rem 0.5rem 0.5rem;
    box-sizing: border-box;
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-logo-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0 0.35rem;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-frame {
    width: 100%;
    height: 4rem;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-frame--empty {
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.08), rgba(20, 20, 20, 0.02));
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-logo[hidden] {
    display: none;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-fallback {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgba(20, 20, 20, 0.5);
    line-height: 1;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-fallback[hidden] {
    display: none;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-caption {
    margin: 0.45rem 0 0;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-arrow {
    flex-shrink: 0;
    align-self: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #fff;
    line-height: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-arrow svg {
    width: 0.85rem;
    height: 0.85rem;
  }

  @media (hover: hover) and (pointer: fine) {
    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile:hover .category-product-showcase__see-all-panel {
      transform: translateY(-3px);
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile:hover .category-product-showcase__see-all-arrow {
      transform: scale(1.06);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile:active .category-product-showcase__see-all-panel {
      transform: translateY(-1px);
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile:active .category-product-showcase__see-all-arrow {
      transform: scale(1.02);
    }
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile:focus-visible {
    outline: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0 0.35rem rgba(var(--color-foreground), 0.45);
  }

  @media screen and (max-width: 749px) {
    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all--tile {
      gap: 0.45rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-panel {
      flex: 0 0 min(9.25rem, 38vw);
      width: min(9.25rem, 38vw);
      max-width: min(9.25rem, 38vw);
      padding: 0.45rem 0.42rem 0.42rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-logo-mid {
      padding: 0.1rem 0 0.28rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-frame {
      height: 3.5rem;
      border-radius: 9px;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-fallback {
      font-size: 1.28rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-arrow {
      width: 2.15rem;
      height: 2.15rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-arrow svg {
      width: 0.78rem;
      height: 0.78rem;
    }

    .category-product-showcase--{{ section.id }} .category-product-showcase__see-all-caption {
      font-size: 0.6rem;
      letter-spacing: 0.06em;
      margin-top: 0.38rem;
      padding-top: 0.4rem;
    }
  }

  .category-product-showcase--{{ section.id }} .category-product-showcase__empty,
  .category-product-showcase--{{ section.id }} .category-product-showcase__empty--section {
    text-align: center;
    padding: 2rem 1rem;
    margin: 0;
    border-radius: 0.85rem;
    background: rgba(var(--color-foreground), 0.04);
    color: rgba(var(--color-foreground), 0.72);
    font-size: 0.95rem;
  }
/* END_SECTION:category-product-showcase */

/* START_SECTION:interactive-fashion-showcase (INDEX:39) */
.ifs {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .ifs__shell {
    max-width: var(--ifs-max-width, 1600px);
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 2rem);
  }

  .ifs__header {
    text-align: center;
    margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
  }

  .ifs__heading {
    margin: 0 0 0.5rem;
    font-family: 'Montserrat', 'Inter', var(--font-heading-family), system-ui, sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: rgb(var(--color-foreground, 17 17 17));
  }

  .ifs__subheading {
    margin: 0;
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(var(--color-foreground, 17 17 17), 0.62);
    max-width: 42rem;
    margin-inline: auto;
  }

  .ifs__carousel {
    position: relative;
  }

  .ifs__viewport {
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
  }

  .ifs__track {
    display: flex;
    width: 100%;
    will-change: transform;
    transition: transform var(--ifs-anim-ms, 500ms) cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ifs[data-enable-carousel='false'] .ifs__track {
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3.5rem);
    transform: none !important;
  }

  .ifs[data-enable-carousel='false'] .ifs__slide {
    flex: 0 0 auto;
  }

  .ifs[data-enable-carousel='false'] .ifs__dots,
  .ifs[data-enable-carousel='false'] .ifs__nav {
    display: none !important;
  }

  .ifs[data-enable-carousel='false'] .ifs__track {
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3.5rem);
    transform: none !important;
  }

  .ifs[data-enable-carousel='false'] .ifs__slide {
    flex: 0 0 auto;
  }

  .ifs[data-enable-carousel='false'] .ifs__dots,
  .ifs[data-enable-carousel='false'] .ifs__nav {
    display: none !important;
  }

  .ifs--anim-fade .ifs__track {
    display: block;
    transition: none;
  }

  .ifs--anim-fade .ifs__slide {
    display: none;
    opacity: 0;
    transition: opacity var(--ifs-anim-ms, 500ms) ease;
  }

  .ifs--anim-fade .ifs__slide.is-active {
    display: block;
    opacity: 1;
  }

  .ifs--anim-scale .ifs__slide:not(.is-active) {
    opacity: 0.35;
    transform: scale(0.98);
    transition: opacity var(--ifs-anim-ms, 500ms) ease, transform var(--ifs-anim-ms, 500ms) ease;
  }

  .ifs__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    background: var(--ifs-look-bg, transparent);
  }

  .ifs__slide-header {
    text-align: center;
    margin-bottom: 1rem;
  }

  .ifs__slide-heading {
    margin: 0 0 0.35rem;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 0.03em;
  }

  .ifs__slide-subheading {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(var(--color-foreground, 17 17 17), 0.58);
  }

  .ifs__stage {
    position: relative;
  }

  .ifs__image-wrap {
    position: relative;
    width: 100%;
    border-radius: var(--ifs-radius-m, 12px);
    overflow: hidden;
    background: #ececec;
  }

  .ifs--shadow .ifs__image-wrap {
    box-shadow: 0 20px 60px rgba(17, 24, 39, 0.12);
  }

  .ifs--border .ifs__image-wrap {
    border: 1px solid rgba(17, 24, 39, 0.08);
  }

  .ifs__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
  }

  .ifs__image--desktop {
    display: none;
  }

  .ifs__image--mobile {
    display: block;
    height: var(--ifs-mob-height, auto);
    object-fit: cover;
  }

  .ifs__placeholder {
    min-height: 280px;
    background: linear-gradient(145deg, #ececec 0%, #d8d8d8 100%);
  }

  .ifs__hotspots {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .ifs-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    left: var(--ifs-x-m, 50%);
    top: var(--ifs-y-m, 50%);
    pointer-events: auto;
    z-index: 2;
  }

  .ifs-hotspot__link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
  }

  .ifs-hotspot__anchor {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    border: 2px solid rgba(17, 17, 17, 0.85);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ifs-hotspot--minimal .ifs-hotspot__anchor {
    width: 10px;
    height: 10px;
    background: transparent;
    border-width: 1.5px;
  }

  .ifs-hotspot--dot_only .ifs-hotspot__anchor {
    width: 16px;
    height: 16px;
  }

  .ifs-hotspot__link:hover .ifs-hotspot__anchor,
  .ifs-hotspot__link:focus-visible .ifs-hotspot__anchor {
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  }

  .ifs-hotspot--pulse .ifs-hotspot__anchor::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    animation: ifs-pulse 2s ease-out infinite;
  }

  @keyframes ifs-pulse {
    0% { transform: scale(0.85); opacity: 0.9; }
    100% { transform: scale(1.8); opacity: 0; }
  }

  .ifs-hotspot__content {
    position: absolute;
    white-space: nowrap;
  }

  .ifs-hotspot--label-top .ifs-hotspot__content { bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); }
  .ifs-hotspot--label-bottom .ifs-hotspot__content { top: calc(100% + 10px); left: 50%; transform: translateX(-50%); }
  .ifs-hotspot--label-left .ifs-hotspot__content { right: calc(100% + 10px); top: 50%; transform: translateY(-50%); }
  .ifs-hotspot--label-right .ifs-hotspot__content { left: calc(100% + 10px); top: 50%; transform: translateY(-50%); }

  .ifs-hotspot--connector .ifs-hotspot__link::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.75);
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .ifs-hotspot__card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.65rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(17, 24, 39, 0.14);
    min-width: 8rem;
    max-width: min(240px, 70vw);
    white-space: normal;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ifs-hotspot__link:hover .ifs-hotspot__card,
  .ifs-hotspot__link:focus-visible .ifs-hotspot__card {
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.18);
  }

  .ifs-hotspot__card-media {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f3f3;
  }

  .ifs-hotspot__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ifs-hotspot__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
  }

  .ifs-hotspot__name {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    color: #111;
  }

  .ifs-hotspot__price,
  .ifs-hotspot__price .price {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.72);
  }

  .ifs-hotspot__label-text {
    font-size: 0.68rem;
    color: rgba(17, 17, 17, 0.55);
  }

  .ifs-hotspot__btn {
    display: inline-block;
    margin-top: 0.15rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
  }

  .ifs-hotspot__tag {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 16px rgba(17, 24, 39, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ifs-hotspot--pill .ifs-hotspot__tag {
    border-radius: 999px;
  }

  .ifs-hotspot--label .ifs-hotspot__tag {
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.82);
    color: #fff;
  }

  .ifs-hotspot__link:hover .ifs-hotspot__tag,
  .ifs-hotspot__link:focus-visible .ifs-hotspot__tag {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.16);
  }

  .ifs-hotspot--dot_only .ifs-hotspot__content {
    display: none;
  }

  .ifs__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(17, 24, 39, 0.14);
    color: #111;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ifs__nav:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 8px 28px rgba(17, 24, 39, 0.18);
  }

  .ifs__nav--prev { left: 0.5rem; }
  .ifs__nav--next { right: 0.5rem; }

  .ifs__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }

  .ifs__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .ifs__dot.is-active {
    background: rgba(17, 17, 17, 0.85);
    transform: scale(1.15);
  }

  .ifs__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  .ifs__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.2);
    background: #222;
    color: #fff;
  }

  .ifs__section-cta,
  .ifs__look-cta,
  .ifs__entire-look {
    text-align: center;
    margin-top: 1.5rem;
  }

  .ifs__empty {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(var(--color-foreground, 17 17 17), 0.55);
    font-size: 0.9rem;
  }

  /* Layout: Editorial (default) */
  .ifs--layout-editorial .ifs__image-wrap {
    margin-inline: auto;
  }

  /* Layout: Magazine */
  .ifs--layout-magazine .ifs__slide-header {
    text-align: left;
    max-width: 90%;
    margin-inline: auto;
  }

  .ifs--layout-magazine .ifs__heading {
    text-align: left;
  }

  .ifs--layout-magazine .ifs__subheading {
    margin-inline: 0;
    text-align: left;
  }

  /* Layout: Minimal */
  .ifs--layout-minimal .ifs__header {
    margin-bottom: 1rem;
  }

  .ifs--layout-minimal .ifs__heading {
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: clamp(0.875rem, 2vw, 1rem);
  }

  .ifs--layout-minimal .ifs--shadow .ifs__image-wrap {
    box-shadow: none;
  }

  /* Layout: Grid — stacked looks when carousel off */
  .ifs--layout-grid:not([data-enable-carousel='true']) .ifs__track {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .ifs--layout-grid:not([data-enable-carousel='true']) .ifs__slide {
    flex: 0 0 calc(50% - 1rem);
  }

  /* Layout: Classic */
  .ifs--layout-classic .ifs__image-wrap {
    border-radius: 4px;
  }

  .ifs--layout-classic .ifs-hotspot__card {
    border-radius: 4px;
  }

  /* Layout: Collage — compact on desktop, full width on mobile */
  .ifs--layout-collage .ifs__carousel,
  .ifs--layout-collage .ifs__viewport,
  .ifs--layout-collage .ifs__track {
    width: 100%;
  }

  .ifs--layout-collage .ifs__shell {
    max-width: var(--ifs-max-width, 1600px);
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 2rem);
  }

  .ifs__collage-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }

  .ifs__collage-layout__media {
    width: 100%;
    max-width: min(var(--ifs-collage-max-w, 900px), 100%);
    margin-inline: auto;
  }

  .ifs__collage-layout__panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .ifs__collage-layout__panel .ifs__slide-header {
    margin: 0;
    text-align: left;
  }

  .ifs__collage-layout__panel .ifs__slide-heading {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 0.35rem;
  }

  .ifs__collage-layout__panel .ifs__slide-subheading {
    margin: 0;
    color: rgba(17, 24, 39, 0.62);
  }

  .ifs__collage-layout__panel .ifs__look-cta {
    margin-top: 0.25rem;
  }

  .ifs-collage-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .ifs-collage-links:empty {
    display: none;
  }

  .ifs-collage-links__link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    transition: color 0.2s ease;
  }

  .ifs-collage-links__link:hover {
    color: rgba(17, 24, 39, 0.72);
  }

  .ifs-collage-links__thumb {
    width: 64px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 auto;
    background: #ececec;
  }

  .ifs-collage-links__label {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .ifs-collage {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    aspect-ratio: var(--ifs-collage-aspect, 3 / 4);
    border-radius: var(--ifs-radius-m, 12px);
    overflow: hidden;
    background: var(--ifs-collage-line, #fff);
  }

  .ifs--shadow.ifs--layout-collage .ifs-collage {
    box-shadow: 0 20px 60px rgba(17, 24, 39, 0.12);
  }

  .ifs--border.ifs--layout-collage .ifs-collage {
    border: 1px solid rgba(17, 24, 39, 0.08);
  }

  .ifs-collage__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .ifs-collage__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .ifs-collage__bg-img--desktop {
    display: none;
  }

  .ifs-collage__bg-img--mobile {
    display: block;
  }

  .ifs-collage__bg-placeholder {
    background: linear-gradient(160deg, #ececec 0%, #d4d4d4 100%);
  }

  .ifs-collage__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: var(--ifs-collage-gap, 0);
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .ifs-collage__cell {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: var(--ifs-cell-bg, #e8e8e8);
  }

  .ifs-collage__cell--lifestyle {
    background: transparent;
  }

  .ifs-collage__cell-lifestyle {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ifs-collage__cell--linked {
    cursor: pointer;
  }

  .ifs-collage__cell-link--lifestyle {
    background: transparent;
  }

  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:hover,
  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
  }

  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
  }

  .ifs-collage__cell-link--empty {
    background: var(--ifs-cell-bg, #ececec);
  }

  .ifs-collage__cell-empty-label {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.45);
  }

  .ifs-collage__cell--linked {
    cursor: pointer;
  }

  .ifs-collage__cell-link--lifestyle {
    background: transparent;
  }

  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:hover,
  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
  }

  .ifs-collage__cell--linked .ifs-collage__cell-link--lifestyle:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
  }

  .ifs-collage__cell-link--empty {
    background: var(--ifs-cell-bg, #ececec);
  }

  .ifs-collage__cell-empty-label {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.45);
  }

  .ifs-collage__cell-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: var(--ifs-cell-bg, #e8e8e8);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .ifs-collage__cell-link:hover,
  .ifs-collage__cell-link:focus-visible {
    transform: scale(1.02);
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
  }

  .ifs-collage__cell-link--brand {
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(0.5rem, 1.5vw, 0.75rem);
    background: var(--ifs-cell-bg, #ececec);
  }

  .ifs-collage__cell-link--product {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    background: var(--ifs-cell-bg, #e8e8e8);
  }

  .ifs-collage__cell-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }

  .ifs-collage__cell-logo {
    max-width: min(120px, 70%);
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .ifs-collage__cell-brand-text {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.75rem, 2.5vw, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    mix-blend-mode: difference;
  }

  .ifs-collage__cell-placeholder {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.4);
  }

  .ifs-collage__cell--empty {
    background: var(--ifs-cell-bg, #ececec);
  }

  @media screen and (min-width: 990px) {
    .ifs--layout-collage .ifs__slide {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .ifs__collage-layout {
      flex-direction: column;
      align-items: center;
      gap: clamp(1.5rem, 3vw, 2.5rem);
      width: 100%;
      max-width: min(var(--ifs-collage-desk-max-w, 480px), 100%);
      margin-inline: auto;
    }

    .ifs__collage-layout__media {
      flex: none;
      width: 100%;
      max-width: 100%;
      margin-inline: auto;
    }

    .ifs__collage-layout__panel {
      flex: none;
      width: 100%;
      max-width: 100%;
      align-items: center;
      text-align: center;
      padding-block: 0;
    }

    .ifs__collage-layout__panel .ifs__slide-header {
      text-align: center;
    }

    .ifs__collage-layout__panel .ifs-collage-links {
      align-items: stretch;
      width: 100%;
    }

    .ifs--layout-collage .ifs-collage {
      border-radius: var(--ifs-radius-d, 16px);
    }
  }

  /* Desktop */
  @media screen and (min-width: 750px) {
    .ifs__image-wrap {
      border-radius: var(--ifs-radius-d, 16px);
      min-height: var(--ifs-desk-height, 720px);
    }

    .ifs__image--desktop {
      display: block;
      width: 100%;
      height: var(--ifs-desk-height, 720px);
      object-fit: cover;
    }

    .ifs__image--mobile {
      display: none;
    }

    .ifs-hotspot {
      left: var(--ifs-x-d, 50%);
      top: var(--ifs-y-d, 50%);
    }

    .ifs__carousel--enabled .ifs__nav {
      display: inline-flex;
    }

    .ifs--layout-grid:not([data-enable-carousel='true']) .ifs__slide {
      flex: 0 0 calc(50% - 1rem);
    }

    .ifs-collage {
      border-radius: var(--ifs-radius-d, 16px);
      max-width: 100%;
      margin-inline: auto;
    }

    .ifs--layout-collage .ifs__collage-layout__media {
      max-width: min(var(--ifs-collage-desk-max-w, 480px), 100%);
      margin-inline: auto;
    }

    .ifs-collage__bg-img--desktop {
      display: block;
    }

    .ifs-collage__bg-img--mobile {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    .ifs--layout-collage .ifs-collage {
      max-width: min(var(--ifs-collage-max-w, 900px), 100%);
      margin-inline: auto;
      border-radius: var(--ifs-radius-m, 12px);
    }

    .ifs__image-wrap {
      min-height: var(--ifs-mob-height, auto);
    }

    .ifs__carousel--enabled .ifs__viewport {
      overflow: visible;
    }

    .ifs__track {
      scroll-snap-type: x mandatory;
    }

    .ifs__slide {
      scroll-snap-align: start;
    }

    .ifs__nav {
      display: none !important;
    }

    .ifs-hotspot__card {
      max-width: min(200px, 62vw);
    }

    .ifs-hotspot__card-media {
      width: 44px;
      height: 44px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ifs__track,
    .ifs--anim-fade .ifs__slide,
    .ifs-hotspot__anchor,
    .ifs-hotspot__card,
    .ifs-hotspot__tag {
      transition: none !important;
      animation: none !important;
    }

    .ifs-hotspot--pulse .ifs-hotspot__anchor::after {
      animation: none;
    }
  }
/* END_SECTION:interactive-fashion-showcase */