/** 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 278 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:category-product-showcase (INDEX:14) */
.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%;
    aspect-ratio: 3 / 4;
    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;
    object-position: center center;
  }

  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card__information,
  .category-product-showcase--product-grid.category-product-showcase--{{ section.id }}
    .category-product-showcase__slide--grid
    .card-information {
    padding: 10px;
  }

  .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: var(--theme-blue, rgb(var(--color-button)));
    color: rgb(var(--color-button-text));
  }

  .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 */