/** Shopify CDN: Minification failed

Line 3452:2 Unexpected "{"
Line 3452:3 Expected identifier but found "%"
Line 3452:22 Expected identifier but found "%"
Line 3501:2 Unexpected "{"
Line 3501:3 Expected identifier but found "%"
Line 3501:31 Expected identifier but found "%"
Line 3554:2 Unexpected "{"
Line 3554:3 Expected identifier but found "%"
Line 3554:25 Expected identifier but found "%"
Line 3590:2 Unexpected "{"
... and 8 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-banner (INDEX:0) */
.about-banner {
    overflow: hidden;
  }

  .about-banner__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  @media screen and (min-width: 750px) {
    .about-banner__image {
      aspect-ratio: 16 / 7;
    }
  }
/* END_SECTION:about-banner */

/* START_SECTION:about-chapters (INDEX:1) */
.about-section__heading {
    font-family: var(--font-editorial);
    font-size: 17px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0;
  }

  @media screen and (min-width: 750px) {
    .about-section__heading {
      font-size: 20px;
    }
  }

  .about-section__heading--light {
    color: var(--color-background);
  }

  .about-chapters {
    background-color: var(--color-foreground);
    color: var(--color-background);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  @media screen and (min-width: 750px) {
    .about-chapters {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  }

  .about-chapters__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__grid {
      grid-template-columns: repeat(12, 1fr);
      gap: 4rem;
      margin-top: 3.5rem;
      align-items: center;
    }

    .about-chapters__media {
      grid-column: 1 / span 6;
    }

    .about-chapters__list {
      grid-column: 7 / span 6;
    }
  }

  .about-chapters__media {
    position: relative;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--color-background) 10%, transparent);
  }
 
  .about-chapters__image-wrap {
    position: relative;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--color-background) 10%, transparent);
  }

  .about-chapters__image-wrap::before {
    content: '';
    display: block;
    padding-top: 125%;
  }

  .about-chapters__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.7s ease;
  }

  .about-chapters__image--active {
    opacity: 1;
  }

  .about-chapters__year {
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    font-family: var(--font-editorial);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.1em;
    color: color-mix(in srgb, var(--color-background) 90%, transparent);
    font-size: clamp(40px, 7vw, 90px);
    line-height: 1;
  }

  .about-chapters__items {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid color-mix(in srgb, var(--color-background) 25%, transparent);
  }

  .about-chapters__item {
    border-bottom: 1px solid color-mix(in srgb, var(--color-background) 25%, transparent);
  }

  .about-chapters__button {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    width: 100%;
    padding: 1.25rem 0;
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__button {
      gap: 2rem;
      padding: 1.5rem 0;
    }
  }

  .about-chapters__number {
    flex-shrink: 0;
    width: 34px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--color-background) 50%, transparent);
  }

  .about-chapters__heading {
    font-family: var(--font-editorial);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: clamp(17px, 2.2vw, 30px);
    line-height: 1.2;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__item--active .about-chapters__heading,
    .about-chapters__item:hover .about-chapters__heading {
      opacity: 1;
      transform: translateX(0.5rem);
    }
  }

  .about-chapters__note {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 54px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--color-background) 70%, transparent);
    transition: max-height 0.5s ease, opacity 0.5s ease, margin 0.5s ease;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__note {
      padding-left: 66px;
      font-size: 15px;
    }
  }

  .about-chapters__item--active .about-chapters__note {
    max-height: 200px;
    opacity: 1;
    margin-top: 0.75rem;
  }
/* END_SECTION:about-chapters */

/* START_SECTION:about-collage (INDEX:2) */
.about-collage {
    padding: 0 6px;
  }

  .about-collage__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  @media screen and (min-width: 750px) {
    .about-collage__grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .about-collage__item {
      grid-column: span 3;
    }
  }

  .about-collage__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }
/* END_SECTION:about-collage */

/* START_SECTION:about-hero (INDEX:3) */
.about-hero {
    position: relative;
    overflow: hidden;
  }

  .about-hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  @media screen and (min-width: 750px) {
    .about-hero__image {
      aspect-ratio: 16 / 7;
    }
  }

  .about-hero__title {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-background);
    font-family: var(--font-editorial);
    font-size: 28px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
  }

  @media screen and (min-width: 750px) {
    .about-hero__title {
      bottom: 2.5rem;
      font-size: 48px;
    }
  }

  @media screen and (min-width: 990px) {
    .about-hero__title {
      font-size: 56px;
    }
  }
/* END_SECTION:about-hero */

/* START_SECTION:about-note (INDEX:4) */
.about-section__heading {
    font-family: var(--font-editorial);
    font-size: 17px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0;
  }

  @media screen and (min-width: 750px) {
    .about-section__heading {
      font-size: 20px;
    }
  }

  .about-body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--color-muted-foreground);
  }

  .about-body p + p {
    margin-top: 1rem;
  }

  @media screen and (min-width: 750px) {
    .about-body {
      font-size: 15px;
    }
  }

  .about-note {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-note {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }

  .about-note__box {
    background-color: var(--color-secondary);
    padding: 3.5rem 1.5rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .about-note__box {
      padding: 5rem 4rem;
    }
  }

  .about-note__body {
    max-width: 640px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
/* END_SECTION:about-note */

/* START_SECTION:about-story (INDEX:5) */
.about-section__heading {
    font-family: var(--font-editorial);
    font-size: 17px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.2;
    margin: 0;
  }

  @media screen and (min-width: 750px) {
    .about-section__heading {
      font-size: 20px;
    }
  }

  .about-body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--color-muted-foreground);
    margin-top: 1rem;
  }

  .about-body p + p {
    margin-top: 1rem;
  }

  @media screen and (min-width: 750px) {
    .about-body {
      font-size: 15px;
    }
  }

  .about-role {
    margin-top: 0.75rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-muted-foreground);
  }

  .about-story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-story {
      grid-template-columns: repeat(12, 1fr);
      gap: 2rem;
      padding-top: 6rem;
      padding-bottom: 6rem;
    }

    .about-story__media {
      grid-column: 1 / span 7;
    }

    .about-story__text {
      grid-column: 9 / span 4;
      grid-row-start: 1;
    }

    .about-story--flip .about-story__media {
      grid-column: 6 / span 7;
    }

    .about-story--flip .about-story__text {
      grid-column: 1 / span 4;
    }
  }

  .about-story__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }
/* END_SECTION:about-story */

/* START_SECTION:announcement-bar (INDEX:6) */
.bg-brand {
    background-color: var(--ab-bg, var(--color-brand, #000));
  }

  .text-brand-foreground {
    color: var(--ab-fg, var(--color-brand-foreground, #fff));
  }

  .text-\[11px\] {
    font-size: var(--ab-font-size, 11px);
  }

  .tracking-\[0\.18em\] {
    letter-spacing: var(--ab-tracking, 0.18em);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .border-0 {
    border: 0;
  }

  .shadow-none {
    box-shadow: none;
  }

  .relative {
    position: relative;
  }

  .h-9 {
    height: var(--ab-height, 36px);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .marquee-track {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    min-width: 200%;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-scroll var(--ab-speed, 30s) linear infinite;
    animation-play-state: running;
  }

  .marquee-track:hover {
    animation-play-state: paused;
  }

  .mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .inline-flex {
    display: inline-flex;
  }

  .items-center {
    align-items: center;
  }

  .gap-8 {
    gap: 2rem;
  }

  .opacity-40 {
    opacity: 0.4;
  }

  .announcement-bar a {
    color: inherit;
    text-decoration: none;
  }

  .announcement-bar a:hover {
    text-decoration: underline;
  }

  @keyframes marquee-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .marquee-track {
      animation: none;
    }
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:banner (INDEX:7) */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: var(--banner-height);
    min-height: var(--banner-min-height);
  }

  .banner__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 28%;
    display: block;
  }

  .banner__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-sm);
    color: var(--color-muted-foreground);
  }

  .banner__overlay {
    position: absolute;
    inset: 0;
    background-color: var(--banner-overlay);
    pointer-events: none;
  }

  .banner__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    text-align: center;
    z-index: 1;
  }

  .banner__heading {
    margin: 0;
    font-size: clamp(22px, 3.2vw, 44px);
    font-weight: var(--font-weight-semibold, 600);
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: 0.14em;
  }

  .banner__link {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.25rem;
  }

  @media (min-width: 750px) {
    .banner__content {
      bottom: 80px;
    }

    .banner__link {
      font-size: 12px;
    }
  }
/* END_SECTION:banner */

/* START_SECTION:cart-drawer (INDEX:8) */
.cart-drawer {
    position: fixed;    
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 100;
    display: none;
    justify-content: flex-end;
  }

  .cart-drawer[open] {
    display: flex;
  }

  .cart-drawer::backdrop {
    background: rgba(0, 0, 0, 0.35);
  }

  .cart-drawer__overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    cursor: default;
  }

  .cart-drawer__panel {
    position: relative;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background: var(--color-background);
    color: var(--color-foreground);
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 300ms ease;
  }

  .cart-drawer[open] .cart-drawer__panel {
    transform: translateX(0);
  }

  .cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid var(--color-border);
  }

  .cart-drawer__title {
    font-size: var(--text-xl);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
  }

  .cart-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background: transparent;
    color: var(--color-foreground);
    cursor: pointer;
  }

  .cart-drawer__close svg {
    width: 1rem;
    height: 1rem;
  }

  .cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
  }

  .cart-drawer__form {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .cart-drawer__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .cart-drawer__item {
    display: grid;
    grid-template-columns: 5rem 1fr auto;
    gap: 1rem;
    align-items: start;
  }

  .cart-drawer__item-media {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-muted);
  }

  .cart-drawer__item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cart-drawer__item-details {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .cart-drawer__item-title {
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-foreground);
    text-decoration: none;
  }

  .cart-drawer__item-variant {
    font-size: var(--text-xs);
    color: var(--color-muted-foreground);
    margin: 0;
  }

  .cart-drawer__item-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }

  .cart-drawer__qty {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .cart-drawer__qty-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background: var(--color-background);
    color: var(--color-foreground);
    font-size: 0.875rem;
    cursor: pointer;
  }

  .cart-drawer__qty-input {
    width: 2.5rem;
    height: 1.75rem;
    border: none;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    text-align: center;
    font-size: var(--text-sm);
    -moz-appearance: textfield;
  }

  .cart-drawer__qty-input::-webkit-outer-spin-button,
  .cart-drawer__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cart-drawer__remove {
    font-size: var(--text-xs);
    text-decoration: underline;
    background: none;
    border: none;
    color: var(--color-muted-foreground);
    cursor: pointer;
    padding: 0;
  }

  .cart-drawer__item-price {
    font-size: var(--text-sm);
    font-weight: 500;
    text-align: right;
  }

  .cart-drawer__footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .cart-drawer__subtotal {
    display: flex;
    justify-content: space-between;
    font-size: var(--text-base);
    font-weight: 600;
    text-transform: uppercase;
  }

  .cart-drawer__note {
    font-size: var(--text-xs);
    color: var(--color-muted-foreground);
    margin: 0;
  }

  .cart-drawer__checkout,
  .cart-drawer__continue {
    width: 100%;
    min-height: 3rem;
    border-radius: var(--radius);
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .cart-drawer__checkout {
    border: 1px solid var(--color-foreground);
    background: var(--color-foreground);
    color: var(--color-background);
    border: none;
  }

  .cart-drawer__continue {
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
  }

  .cart-drawer__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    min-height: 60vh;
  }
/* END_SECTION:cart-drawer */

/* START_SECTION:category-grid (INDEX:9) */
.category-grid {
    margin-top: 0;
  }

  .category-grid__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  @media (min-width: 640px) {
    .category-grid__inner {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 1024px) {
    .category-grid__inner {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .category-grid__card {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--color-muted, #f2f2f1);
    aspect-ratio: 3 / 4;
  }

  .category-grid__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .category-grid__image,
  .category-grid__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
  }

  .category-grid__card:hover .category-grid__image,
  .category-grid__card:focus-visible .category-grid__image {
    transform: scale(1.04);
  }

  .category-grid__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  @media (min-width: 768px) {
    .category-grid__title {
      font-size: 13px;
      bottom: 1.5rem;
    }
  }

  .category-grid__card:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: -2px;
  }
/* END_SECTION:category-grid */

/* START_SECTION:coming-soon (INDEX:10) */
.coming-soon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    width: 100%;
    overflow: hidden;
    background-color: var(--coming-soon-overlay-color, #000000);
    color: var(--coming-soon-text-color, #ffffff);
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
  }

  .coming-soon__background,
  .coming-soon__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .coming-soon__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 40%;
    opacity: 0.9;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__background-image {
      object-position: 50% 45%;
    }
  }

  .coming-soon__overlay {
    background-color: var(--coming-soon-overlay-color, #000000);
    opacity: var(--coming-soon-overlay-opacity, 0.35);
  }

  .coming-soon__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 36rem;
    padding: 2.5rem 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__content {
      padding: 3.5rem 2rem;
    }
  }

  .coming-soon__logo-wrapper {
    transform: translateY(-3.5rem);
  }

  .coming-soon__logo {
    height: var(--coming-soon-logo-height-mobile, 56px);
    
    filter: invert(1) brightness(2); 
  }

  @media screen and (min-width: 750px) {
    .coming-soon__logo {
      height: var(--coming-soon-logo-height-desktop, 72px);
    }
  }

  .coming-soon__logo-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--coming-soon-text-color, #ffffff);
  }

  .coming-soon__eyebrow {
    margin: 2rem 0 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--coming-soon-text-color, #ffffff);
  }

  @media screen and (min-width: 750px) {
    .coming-soon__eyebrow {
      font-size: 11px;
    }
  }

  .coming-soon__title {
    margin: 1rem 0 0;
    font-size: clamp(30px, 6vw, 72px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--coming-soon-text-color, #ffffff);
  }

  .coming-soon__subheading {
    margin: 1rem 0 0;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(var(--coming-soon-text-color-rgb, 255,255,255), 0.8);
    opacity: 0.9;
    font-weight: 300;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__subheading {
      font-size: 13px;
    }
  }

  .coming-soon__form-wrap {
    margin-top: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__form-wrap {
      margin-top: 3rem;
    }
  }

  .coming-soon__form-heading {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--coming-soon-text-color, #ffffff);
  }

  @media screen and (min-width: 750px) {
    .coming-soon__form-heading {
      font-size: 12px;
    }
  }

  .coming-soon__form {
    margin-top: 1rem;
  }

  .coming-soon__input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__input-group {
      flex-direction: row;
    }
  }

  .coming-soon__input {
    flex: 1 1 auto;
    width: 100%;
    
    padding: 0.66rem 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--coming-soon-border-color, rgba(255,255,255,0.6));
    color: var(--coming-soon-text-color, #ffffff);
    font-family: inherit;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    outline: none;
    background-color:transparent !important;
    border-radius: 0;
    opacity: 0.9;
    font-weight: 300;
  }

  .coming-soon__input::placeholder {
    color: rgba(var(--coming-soon-text-color-rgb, 255,255,255), 0.6);
  }

  .coming-soon__input:focus {
    border-bottom-color: var(--coming-soon-text-color, #ffffff);
  }

  .coming-soon__button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: 1px solid var(--coming-soon-text-color, #ffffff);
    color: var(--coming-soon-text-color, #ffffff);
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    cursor: pointer;
    transition: background-color 250ms ease, color 250ms ease, border-color 250ms ease;
    font-weight: 300;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__button {
      width: auto;
    }
    .coming-soon__input {
      max-width: 18rem;
    }
  }

  .coming-soon__button:hover {
    background: var(--coming-soon-text-color, #ffffff);
    color: var(--coming-soon-overlay-color, #000000);
  }

  .coming-soon__button:focus-visible {
    outline: 2px solid var(--coming-soon-text-color, #ffffff);
    outline-offset: 2px;
  }

  .coming-soon__status {
    margin-top: 0.75rem;
    min-height: 18px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--coming-soon-text-color, #ffffff);
  }

  .coming-soon__social {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    color: var(--coming-soon-text-color, #ffffff);
    opacity: 0.8;
    transition: opacity 250ms ease;
  }

  @media screen and (min-width: 750px) {
    .coming-soon__social {
      bottom: 3.5rem;
    }
  }

  .coming-soon__social:hover {
    opacity: 1;
  }

  .coming-soon__social svg {
    width: 20px;
    height: 20px;
    display: block;
  }

  @media (prefers-reduced-motion: reduce) {
    .coming-soon__button,
    .coming-soon__social {
      transition: none;
    }
  }
/* END_SECTION:coming-soon */

/* START_SECTION:custom-section (INDEX:11) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:editorial-image (INDEX:12) */
.editorial-image {
    position: relative;
    margin-top: 2rem;
  }

  @media (min-width: 768px) {
    .editorial-image {
      margin-top: 3rem;
    }
  }

  .editorial-image__image,
  .editorial-image__placeholder {
    display: block;
    width: 100%;
    height: var(--height-mobile, 78vh);
    object-fit: cover;
    object-position: var(--object-position, 50% 35%);
  }

  .editorial-image__placeholder {
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  @media (min-width: 768px) {
    .editorial-image__image,
    .editorial-image__placeholder {
      height: var(--height-desktop, 92vh);
    }
  }

  .editorial-image__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2.5rem;
    text-align: center;
    color: var(--text-color, #FFFFFF);
  }

  @media (min-width: 768px) {
    .editorial-image__overlay {
      padding-bottom: 4rem;
    }
  }

  .editorial-image__heading {
    margin: 0;
    font-size: clamp(16px, 2.1vw, 28px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.1;
  }

  .editorial-image__link {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.25rem;
    transition: opacity 0.2s ease;
  }

  .editorial-image__link:hover,
  .editorial-image__link:focus {
    opacity: 0.7;
  }
/* END_SECTION:editorial-image */

/* START_SECTION:footer (INDEX:13) */
.site-footer {
    margin-top: 6rem;
    background-color: var(--color-secondary);
    color: var(--color-foreground);
    overflow-x: hidden;
  }

  .site-footer__container {
    width: 100%;
    max-width: 1600px;
    margin-inline: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  @media (min-width: 768px) {
    .site-footer__container {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }

  .site-footer a {
    color: inherit;
    text-decoration: none;
  }

  .site-footer__grid {
    display: grid;
    gap: 2.5rem;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .site-footer__left,
  .site-footer__right {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .site-footer__logo-link {
    display: inline-block;
  }

  .site-footer__logo {
    height: 5rem;
    width: auto;
  }

  .site-footer__newsletter {
    margin-top: 2rem;
    width: 100%;
    max-width: 24rem;
  }

  .site-footer__newsletter-heading {
    font-family: var(--font-editorial);
    font-size: clamp(22px, 2.4vw, 27px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }

  .site-footer__newsletter-text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    max-width: 36rem;
  }

  .site-footer__newsletter-form {
    margin-top: 1.25rem;
  }

  .site-footer__newsletter-input-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--color-primary);
  }

  .site-footer__newsletter-input {
    flex: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: var(--color-foreground);
    background-color: transparent;
    border: none;
    outline: none;
  }

  .site-footer__newsletter-input::placeholder {
    color: var(--color-muted-foreground);
  }

  .site-footer__newsletter-submit {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-foreground);
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .site-footer__newsletter-success,
  .site-footer__newsletter-errors {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }

  .site-footer__newsletter-success {
    color: var(--color-success);
  }

  .site-footer__newsletter-errors {
    color: #b44;
  }

  .site-footer__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    min-width: 0;
  }

  .site-footer__column {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .site-footer__column-title {
    margin-bottom: 1rem;
    color: var(--color-muted-foreground);
  }

  .site-footer__column-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  .site-footer .site-footer__column-link {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    transition: color 0.2s ease;
    word-break: break-word;
  }

  .site-footer .site-footer__column-link:hover,
  .site-footer .site-footer__column-link:focus {
    color: var(--color-foreground);
  }

  .site-footer__bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 12px;
    color: var(--color-muted-foreground);
  }

  @media (min-width: 768px) {
    .site-footer__grid {
      grid-template-columns: repeat(12, 1fr);
      gap: 2.5rem;
    }

    .site-footer__left {
      grid-column: span 5;
    }

    .site-footer__right {
      grid-column: span 7;
    }

    .site-footer__columns {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }

    .site-footer__logo {
      height: 5.5rem;
    }

    .site-footer__bottom {
      flex-direction: row;
      align-items: center;
    }
  }

  @media (min-width: 1024px) {
    .site-footer__columns {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .site-footer__legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
  }

  .site-footer .site-footer__legal-link,
  .site-footer .site-footer__social-link {
    color: var(--color-muted-foreground);
    transition: color 0.2s ease;
  }

  .site-footer .site-footer__legal-link:hover,
  .site-footer .site-footer__legal-link:focus,
  .site-footer .site-footer__social-link:hover,
  .site-footer .site-footer__social-link:focus {
    color: var(--color-foreground);
  }

  .site-footer__bottom-right {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .site-footer__social {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .site-footer__social-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .site-footer__social-link--icon {
    display: inline-flex;
    line-height: 1;
  }

  .site-footer__social-link--icon svg {
    width: 16px;
    height: 16px;
  }

  .site-footer__back-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1000;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--color-background);
    background-color: var(--color-foreground);
    border: none;
    border-radius: 0%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  }

  .site-footer__back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-footer__back-to-top:hover,
  .site-footer__back-to-top:focus {
    color: var(--color-background);
    background-color: var(--color-muted-foreground);
  }

  .site-footer__back-to-top-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .site-footer__back-to-top-icon svg {
    width: 20px;
    height: 20px;
  }
/* END_SECTION:footer */

/* START_SECTION:hello-world (INDEX:15) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

 
  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex; 
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:logo-marquee (INDEX:16) */
.logo-marquee {
    background-color: var(--color-background, #ffffff);
    border-top: 0px solid var(--color-foreground, #000000);
    overflow: hidden;
    padding: 0.75rem 0;
  }

  @media (min-width: 768px) {
    .logo-marquee {
      padding: 1.25rem 0;
    }
  }

  .logo-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
    animation: logo-marquee-scroll var(--marquee-speed, 25s) linear infinite;
  }

  .logo-marquee__track:hover {
    animation-play-state: paused;
  }

  .logo-marquee__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 2rem;
  }

  @media (min-width: 768px) {
    .logo-marquee__item {      
     margin-right: 3rem;
    }
  }

  .logo-marquee__logo,
  .logo-marquee__placeholder {
    display: block;
    height: var(--logo-height-mobile, 32px);
    width: auto;
    max-width: none;
    object-fit: contain;
  }

  @media (min-width: 768px) {
    .logo-marquee__logo,
    .logo-marquee__placeholder {
      height: var(--logo-height-desktop, 40px);
    }
  }

  .logo-marquee__placeholder {
    width: 120px;
  }

  @keyframes logo-marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .logo-marquee__track {
      animation: none;
    }
  }
/* END_SECTION:logo-marquee */

/* START_SECTION:main-404 (INDEX:17) */
.main-404 {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 2.5rem var(--page-margin);
    text-align: center;
  }

  .main-404__content {
    max-width: 28rem;
  }

  .main-404__eyebrow {
    margin-bottom: 0.75rem;
  }

  .main-404__title {
    font-size: var(--text-4xl);
  }

  @media screen and (min-width: 750px) {
    .main-404__title {
      font-size: var(--text-5xl);
    }
  }

  .main-404__subtitle {
    margin-top: 0.75rem;
    font-size: var(--text-sm);
    color: var(--color-muted-foreground);
  }

  .main-404__actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
  }
/* END_SECTION:main-404 */

/* START_SECTION:main-cart (INDEX:20) */
.cart {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .cart {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }

  .cart__title {
    font-size: var(--text-3xl);
    margin-bottom: 2rem;
  }

  @media screen and (min-width: 750px) {
    .cart__title {
      font-size: var(--text-5xl);
    }
  }

  .cart__empty {
    margin-top: 4rem;
    text-align: center;
  }

  .cart__empty-title {
    font-size: var(--text-xl);
  }

  .cart__empty-subtitle {
    margin-top: 0.5rem;
    font-size: var(--text-sm);
    color: var(--color-muted-foreground);
  }

  .cart__empty-cta {
    margin-top: 2rem;
  }

  .cart__form {
    margin-top: 2rem;
  }

  .cart__grid {
    display: grid;
    gap: 2.5rem;
  }

  @media screen and (min-width: 990px) {
    .cart__grid {
      grid-template-columns: 1.5fr 1fr;
      gap: 4rem;
      align-items: start;
    }
  }

  .cart__list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .cart-item {
    display: grid;
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-border);
  }

  .cart-item:last-child {
    border-bottom: none;
  }

  @media screen and (min-width: 750px) {
    .cart-item {
      grid-template-columns: 8rem 1fr auto auto;
      gap: 1.5rem;
      align-items: start;
    }
  }

  .cart-item__media {
    display: block;
    grid-row: span 2;
  }

  @media screen and (min-width: 750px) {
    .cart-item__media {
      grid-row: auto;
    }
  }

  .cart-item__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: var(--color-muted);
  }

  .cart-item__details {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  .cart-item__name {
    font-size: var(--text-sm);
    color: var(--color-foreground);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media screen and (min-width: 750px) {
    .cart-item__name {
      font-size: var(--text-base);
    }
  }

  .cart-item__options {
    margin-top: 0.25rem;
    font-size: var(--text-xs);
    color: var(--color-muted-foreground);
  }

  .cart-item__price {
    margin-top: 0.5rem;
    font-size: var(--text-sm);
  }

  .cart-item__price--sale s {
    color: var(--color-muted-foreground);
    margin-right: 0.5rem;
  }

  .cart-item__quantity {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.5rem;
  }

  @media screen and (min-width: 750px) {
    .cart-item__quantity {
      grid-column: auto;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 0.5rem;
      margin-top: 0;
    }
  }

  .cart-item__qty {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
  }

  .cart-item__qty-btn {
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    background: transparent;
    border: none;
    color: var(--color-foreground);
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .cart-item__qty-btn:hover {
    background: var(--color-secondary);
  }

  .cart-item__qty-input {
    width: 2.5rem;
    height: 2.25rem;
    border: none;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    text-align: center;
    font-size: var(--text-sm);
    -moz-appearance: textfield;
    padding: 0;
  }

  .cart-item__qty-input::-webkit-outer-spin-button,
  .cart-item__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cart-item__remove {
    font-size: var(--text-xs);
    color: var(--color-muted-foreground);
    text-decoration: none;
  }

  .cart-item__remove:hover {
    color: var(--color-foreground);
  }

  .cart-item__totals {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .cart-item__totals {
      display: block;
      text-align: right;
      font-size: var(--text-sm);
    }
  }

  .cart-item__total--sale s {
    display: block;
    color: var(--color-muted-foreground);
    margin-bottom: 0.125rem;
  }

  .cart__note {
    margin-top: 1.5rem;
  }

  .cart__note-label {
    display: block;
    font-size: 11px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cart__note-field {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.75rem;
    font-size: var(--text-sm);
    border: 1px solid var(--color-border);
    background: transparent;
    resize: vertical;
  }

  .cart__summary {
    padding: 1.5rem;
    background: var(--color-secondary);
  }

  @media screen and (min-width: 750px) {
    .cart__summary {
      padding: 2rem;
    }
  }

  .cart__summary-title {
    font-size: var(--text-lg);
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cart__summary-rows {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.75rem;
    font-size: var(--text-sm);
  }

  .cart__summary-row {
    display: flex;
    justify-content: space-between;
  }

  .cart__summary-row--muted {
    color: var(--color-muted-foreground);
  }

  .cart__shipping-msg {
    margin-top: 1rem;
    font-size: var(--text-xs);
    color: var(--color-muted-foreground);
  }

  .cart__shipping-bar {
    margin-top: 0.5rem;
    height: 2px;
    background: var(--color-muted);
  }

  .cart__shipping-progress {
    height: 100%;
    background: var(--color-primary);
  }

  .cart__total {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    font-size: var(--text-base);
  }

  .cart__checkout {
    width: 100%;
    margin-top: 1.5rem;
  }

  .cart__continue {
    display: block;
    width: fit-content;
    margin: 1rem auto 0;
    position: relative;
    color: var(--color-foreground);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .cart__continue::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: scaleX(1);
    transform-origin: 100% 50%;
    transition: transform 0.3s;
  }

  .cart__continue:hover::after {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }

  .cart__recommendations {
    margin-top: 6rem;
  }

  .cart__recommendations-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
  }

  @media screen and (min-width: 750px) {
    .cart__recommendations-title {
      font-size: 16px;
    }
  }

  .cart__recommendations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .cart__recommendations-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
/* END_SECTION:main-cart */

/* START_SECTION:main-collection (INDEX:21) */
.collection-section {
    color: var(--color-foreground);
    font-family: var(--font-sans);
  }

  .collection-breadcrumb {
    padding-top: 15px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-muted-foreground);
  }

  .collection-breadcrumb a {
    color: inherit;
    text-decoration: none;
  }

  .collection-breadcrumb a:hover {
    color: var(--color-foreground);
  }

  .collection-breadcrumb__sep {
    margin: 0 0.4rem;
    opacity: 0.5;
  }

  .collection-header {
    margin-top: 2.5rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .collection-header {
      margin-top: 4rem;
    }
  }

  .collection-header h1 {
    font-family: var(--font-editorial);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
  }

  .collection-header__count {
    margin-top: 0.75rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-muted-foreground);
  }

  .collection-subcats {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.75rem;
  }

  .collection-subcats__link {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-muted-foreground);
    text-decoration: none;
    transition: color 0.15s ease;
  }

  .collection-subcats__link:hover,
  .collection-subcats__link--active {
    color: var(--color-foreground);
  }

  .collection-toolbar {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--color-border);
    padding-top: 1rem;
    gap: 1rem;
  }

  @media screen and (min-width: 750px) {
    .collection-toolbar {
      margin-top: 3.5rem;
    }
  }

  .collection-filter {
    position: relative;
  }

  .collection-filter > summary {
    list-style: none;
    cursor: pointer;
  }

  .collection-filter > summary::-webkit-details-marker {
    display: none;
  }

  .collection-filter__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-foreground);
  }

  .collection-filter__icon {
    flex-shrink: 0;
  }

  .collection-filter__count {
    color: var(--color-muted-foreground);
  }

  .collection-filter__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 49;
  }

  .collection-filter[open] .collection-filter__backdrop {
    display: block;
  }

  .collection-filter__panel {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: var(--color-background);
    z-index: 50;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  @media screen and (min-width: 750px) {
    .collection-filter__panel {
      max-width: 24rem;
    }
  }
  @media screen and (max-width: 750px) {
    .collection-subcats {
      flex-wrap: nowrap;
      overflow: scroll;
      justify-content: flex-start;
      scrollbar-width: thin;
      padding-bottom: 10px;
    }  
  }

  .collection-filter[open] .collection-filter__panel {
    transform: translateX(0);
  }

  .collection-filter__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }

  .collection-filter__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
  }

  .collection-filter__close {
    display: grid;
    place-items: center;
    padding: 0.5rem;
    margin-right: -0.5rem;
    background: transparent;
    border: none;
    color: var(--color-foreground);
    cursor: pointer;
  }

  .collection-filter__body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.5rem;
  }

  .collection-filter__group + .collection-filter__group {
    margin-top: 2rem;
  }

  .collection-filter__group-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    color: var(--color-foreground);
  }

  .collection-filter__form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  .collection-filter__values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .collection-filter__value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 0;
    height: 2.5rem;
    padding: 0 0.25rem;
    border: 1px solid var(--color-border);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .collection-filter__value:hover,
  .collection-filter__value--active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-primary-foreground);
  }

  .collection-filter__value--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }

  .collection-filter__label {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .collection-filter__values--swatch {
    gap: 1.5rem 0.75rem;
  }

  .collection-filter__values--swatch .collection-filter__value {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    text-align: center;
    white-space: normal;
    overflow: visible;
  }

  .collection-filter__values--swatch .collection-filter__value:hover,
  .collection-filter__values--swatch .collection-filter__value--active,
  .collection-filter__values--swatch .collection-filter__value--active:hover {
    background: transparent;
    color: var(--color-foreground);
  }

  .collection-filter__values--swatch .collection-filter__value--active .collection-filter__swatch,
  .collection-filter__values--swatch .collection-filter__value--active .collection-filter__swatch-img {
    box-shadow: 0 0 0 2px var(--color-foreground);
  }

  .collection-filter__swatch,
  .collection-filter__swatch-img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    border: 1px solid var(--color-border);
    background-color: var(--color-muted);
    flex-shrink: 0;
  }

  .collection-filter__swatch-img {
    object-fit: cover;
  }

  .collection-filter__values--swatch .collection-filter__label {
    margin-top: 0.5rem;
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-foreground);
    max-width: 100%;
  }

  .collection-filter__price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .collection-filter__price input {
    width: 100%;
    min-width: 0;
    padding: 0.5rem;
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
    font-size: 13px;
  }

  .collection-filter__price span {
    color: var(--color-muted-foreground);
  }

  .collection-filter__checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 13px;
    cursor: pointer;
    color: var(--color-foreground);
  }

  .collection-filter__checkbox + .collection-filter__checkbox {
    margin-top: 0.75rem;
  }

  .collection-filter__checkbox input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--color-primary);
    flex-shrink: 0;
  }

  .collection-filter__empty {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-muted-foreground);
    margin: 1.5rem 0;
  }

  .collection-filter__foot {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    border-top: 1px solid var(--color-border);
  }

  .collection-filter__foot > * {
    flex: 1 1 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
  }

  .collection-toolbar__right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 11px;
  }

  .collection-columns {
    display: none;
    align-items: center;
    gap: 0.5rem;
  }

  @media screen and (min-width: 750px) {
    .collection-columns {
      display: flex;
    }
  }

  .collection-columns__btn {
    padding: 0.25rem;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: var(--color-muted-foreground);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }

  .collection-columns__btn:hover,
  .collection-columns__btn.active {
    color: var(--color-foreground);
  }

  .collection-toolbar__count {
    display: none;
    color: var(--color-muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.18em;
  }

  @media screen and (min-width: 750px) {
    .collection-toolbar__count {
      display: block;
    }
  }

  .collection-sort__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
  }

  .collection-sort__label-text {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .collection-sort__label-text {
      display: inline;
    }
  }

  .collection-sort__select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
  }

  .collection-sort__select {
    appearance: none;
    background: transparent;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-foreground);
    border: none;
    outline: none;
    cursor: pointer;
  }

  .collection-sort__select-wrap svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
  }

  .collection-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 0.75rem;
    margin-top: 3rem;
  }

  @media screen and (min-width: 750px) {
    .collection-products {
      margin-top: 4rem;
      gap: 5rem 2rem;
    }

    .collection-products[data-cols="2"] {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-products[data-cols="3"] {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .collection-products[data-cols="4"] {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .collection-products[data-cols="4"] {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .collection-empty {
    grid-column: 1 / -1;
    padding: 6rem 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-muted-foreground);
  }

  .collection-load-more {
    margin-top: 4rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .collection-load-more {
      margin-top: 5rem;
    }
  }

  .collection-load-more .btn-secondary {
    display: inline-block;
  }

  .collection-load-more__count {
    margin-top: 1rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--color-muted-foreground);
  }

  .collection-about {
    margin-top: 6rem;
    border-top: 1px solid var(--color-border);
    padding-top: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .collection-about {
      margin-top: 8rem;
    }
  }

  .collection-about summary {
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    list-style: none;
  }

  .collection-about summary::-webkit-details-marker {
    display: none;
  }

  .collection-about__text {
    margin-top: 1.25rem;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-muted-foreground);
  }
/* END_SECTION:main-collection */

/* START_SECTION:main-contact (INDEX:22) */
.contact-section {
    padding: 45px 50px 5px;
    max-width: 1500px;
    margin: 0 auto;
  }

  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
  }

  @media (max-width: 767px) {
    .contact-wrapper {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }

  /* Left Column - Contact Info */
  .contact-info {
    padding-right: 20px;
  }

  .sub_heading {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b6b6b;
    margin-bottom: 10px;
    display: block;
  }

  .contact-heading {
    font-size: clamp(38px,4vw,60px);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-text);
    letter-spacing: -1.5px;
  }

  .contact-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #6b6b6b;
    margin-bottom: 40px;
  }

  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-label {
    font-size: 11px;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 1.98px;
  }

  .contact-email {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .contact-email:hover {
    color: var(--color-primary);
  }

  .contact-address {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.5;
  }

  /* Right Column - Form */
  .contact-form-container {
    background: var(--color-background-secondary);
    padding: 0px 0px 25px 30px;
    padding-top: 0;
    border-radius: 8px;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  @media (max-width: 480px) {
    .form-row {
      grid-template-columns: 1fr;
    }
  }

  .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .form-field label {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-text);
    text-transform: uppercase;
    letter-spacing: 1.68px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--color-border);
    font-size: 14px;
    font-family: inherit;
    background: var(--color-background);
    color: var(--color-text);
    transition: border-color 0.3s ease;
  }

  .form-field input:focus,
  .form-field select:focus,
  .form-field textarea:focus {
    outline: none;
    border-color: var(--color-primary);
  }

  .form-field select {
    cursor: pointer;
  }

  .contact-submit {
    background-color: #000;
    color: #fff;
    padding: 18px 32px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.68px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
  }

  .form-success {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 0.875rem;
  }

  @media screen and (max-width: 768px) {
    .contact-form-container {
        padding: 0 0px 25px;
    }
  }
 @media screen and (min-width: 768px) and (max-width: 990px)   {
    .contact-form-container {
        padding: 0 0px 25px;
    }
    .contact-wrapper {
        gap: 20px;
    }
  }
/* END_SECTION:main-contact */

/* START_SECTION:main-faq (INDEX:23) */
.faq-section {
    padding: 50px 20px 10px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .faq-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
    align-items: start;
  }

  /* Left Navigation */
  .faq-nav {
    position: sticky;
    top: 80px;
  }

  .faq-nav-title {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.98px;
    color: #6b6b6b;
    margin: 0 0 24px 0;
  }

  .faq-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .faq-category-item {
    margin-bottom: 8px;
  }

  .faq-category-link {
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 4px 0;
  }

  .faq-category-link:hover,
  .faq-category-link.active {
    color: var(--color-text);
  }
  

  /* Right Content */
  .faq-content {
    max-width: 768px;
  }

  .faq-category-section {
    margin-bottom: 60px;
  }

  .faq-category-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 23px 0;
    letter-spacing: -0.5px;
  }

  .faq-header {
    margin-bottom: 48px;
  }

  .faq-title {
    font-size: clamp(40px,4vw,60px);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 16px 0;
    letter-spacing: -1.5px;
  }

  .faq-subtitle {
    font-size: 16px;
    color: #6b6b6b;
    margin: 0;
    line-height: 1.6;
  }
  .faq-subtitle a {
    color: #000;
    text-decoration: none;
    text-underline-position: auto;
    border-bottom: 1px solid;
    padding-bottom: 2px;
  }
  .faq-subtitle a:hover {
    border-bottom: unset;
  }

  .faq-list {
    display: flex;
    flex-direction: column;
  }

  .faq-item {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .faq-item:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .faq-item:hover {
    border-color: #d0d0d0;
  }

  .faq-item.active {
    border-color: var(--color-primary);
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }

  .faq-question-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
    text-transform: unset;
  }

  .faq-item.active .faq-question-text {
    color: var(--color-primary);
  }

  .faq-icon {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text);
    transition: transform 0.6s ease, color 0.6s ease;
    margin-left: 16px;
    transform: rotate(180deg);
  }
  
  .faq-icon svg {
    width: 18px;
}

  .faq-item.active .faq-icon {
    transform: rotate(360deg);
    color: var(--color-primary);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
  }

  .faq-answer-content {
    padding: 0 32px 20px 0px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b6b6b;
  }

  @media (max-width: 768px) {
    .faq-section {
      padding: 30px 16px;
    }

    .faq-wrapper {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .faq-nav {
      position: static;
    }

    .faq-title {
      font-size: 32px;
    }

    .faq-subtitle {
      font-size: 16px;
    }

    .faq-question {
      padding: 20px 0px;
    }

    .faq-question-text {
      font-size: 16px;
    }

    .faq-answer-content {
      padding: 0 24px 20px 0px;
      font-size: 15px;
    }
  }
/* END_SECTION:main-faq */

/* START_SECTION:main-list-collections (INDEX:24) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:main-list-collections */

/* START_SECTION:main-look-book (INDEX:25) */
.look-book-section {
  width: 100%;
}

.look-book__full-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 6px;
}

.look-book__full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.look-book__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-muted);
  color: var(--color-muted-foreground);
  font-size: 1rem;
}

.look-book__two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 6px 0;
}

.look-book__item {
  display: flex;
  flex-direction: column;
}

.look-book__item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.look-book__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.look-book__image-wrapper .image {
  height: 100%;
}

.look-book__image-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.look-book__overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.look-book__overlay--left {
  text-align: left;
}

.look-book__overlay--center {
  text-align: center;
  left: 2rem;
  right: 2rem;
}

.look-book__overlay--right {
  text-align: right;
  left: auto;
  right: 2rem;
}

.look-book__overlay-link {
  display: inline-block;
  text-decoration: none;
  pointer-events: auto;
}

.look-book__overlay-link:hover .look-book__overlay-text {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.5px;
}

.look-book__overlay-text {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--lookbook-title-color);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.look-book__overlay-price {
  display: block;
  margin-top: 0.25rem;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--lookbook-price-color);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

@media screen and (min-width: 768px) {
  .look-book__overlay-text {
    font-size: 15px;
  }

  .look-book__overlay-price {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .look-book__two-column {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:main-look-book */

/* START_SECTION:main-page-about (INDEX:26) */
.about {
    color: var(--color-foreground);
    font-family: var(--font-sans);
  }

  .about-section__heading {
    font-family: var(--font-editorial);
    font-size: 17px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.2;
  }

  @media screen and (min-width: 750px) {
    .about-section__heading {
      font-size: 20px;
    }
  }

  .about-section__heading--light {
    color: var(--color-background);
  }

  .about-body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--color-muted-foreground);
  }

  @media screen and (min-width: 750px) {
    .about-body {
      font-size: 15px;
    }
  }

  .about-body p + p {
    margin-top: 1rem;
  }

  .about-role {
    margin-top: 0.75rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-muted-foreground);
  }

  {% comment %} Hero {% endcomment %}
  .about-hero {
    position: relative;
    overflow: hidden;
  }

  .about-hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  @media screen and (min-width: 750px) {
    .about-hero__image {
      aspect-ratio: 16 / 7;
    }
  }

  .about-hero__title {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-background);
    font-family: var(--font-editorial);
    font-size: 28px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1;
    white-space: nowrap;
  }

  @media screen and (min-width: 750px) {
    .about-hero__title {
      bottom: 2.5rem;
      font-size: 48px;
    }
  }

  @media screen and (min-width: 990px) {
    .about-hero__title {
      font-size: 56px;
    }
  }

  {% comment %} Story section {% endcomment %}
  .about-story {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-story {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }

  .about-story__grid,
  .about-story {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .about-story {
      grid-template-columns: repeat(12, 1fr);
      gap: 2rem;
    }

    .about-story__media {
      grid-column: 1 / span 7;
    }

    .about-story__text {
      grid-column: 9 / span 4;
    }

    .about-story--flip .about-story__media {
      grid-column: 6 / span 7;
    }

    .about-story--flip .about-story__text {
      grid-column: 1 / span 4;
    }
  }

  .about-story__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  {% comment %} Collage {% endcomment %}
  .about-collage {
    padding: 0 6px;
  }

  .about-collage__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  @media screen and (min-width: 750px) {
    .about-collage__grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

  .about-collage__item {
    grid-column: span 1;
  }

  @media screen and (min-width: 750px) {
    .about-collage__item {
      grid-column: span 3;
    }
  }

  .about-collage__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  {% comment %} Chapters {% endcomment %}
  .about-chapters {
    background-color: var(--color-foreground);
    color: var(--color-background);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  @media screen and (min-width: 750px) {
    .about-chapters {
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
  }

  .about-chapters__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__grid {
      grid-template-columns: repeat(12, 1fr);
      gap: 4rem;
      margin-top: 3.5rem;
      align-items: center;
    }

    .about-chapters__media {
      grid-column: 1 / span 6;
    }

    .about-chapters__list {
      grid-column: 7 / span 6;
    }
  }

  .about-chapters__media {
    position: relative;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--color-background) 10%, transparent);
  }

  .about-chapters__image-wrap {
    position: relative;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--color-background) 10%, transparent);
  }

  .about-chapters__image-wrap::before {
    content: '';
    display: block;
    padding-top: 125%;
  }

  .about-chapters__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.7s ease;
  }

  .about-chapters__image--active {
    opacity: 1;
  }

  .about-chapters__year {
    position: absolute;
    left: 1.25rem;
    bottom: 1rem;
    font-family: var(--font-editorial);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.1em;
    color: color-mix(in srgb, var(--color-background) 90%, transparent);
    font-size: clamp(40px, 7vw, 90px);
    line-height: 1;
  }

  .about-chapters__items {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid color-mix(in srgb, var(--color-background) 25%, transparent);
  }

  .about-chapters__item {
    border-bottom: 1px solid color-mix(in srgb, var(--color-background) 25%, transparent);
  }

  .about-chapters__button {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    width: 100%;
    padding: 1.25rem 0;
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__button {
      gap: 2rem;
      padding: 1.5rem 0;
    }
  }

  .about-chapters__number {
    flex-shrink: 0;
    width: 34px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--color-background) 50%, transparent);
  }

  .about-chapters__heading {
    font-family: var(--font-editorial);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: clamp(17px, 2.2vw, 30px);
    line-height: 1.2;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__item--active .about-chapters__heading {
      opacity: 1;
      transform: translateX(0.5rem);
    }

    .about-chapters__item:hover .about-chapters__heading {
      opacity: 1;
    }
  }

  .about-chapters__note {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 54px;
    font-size: 14px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--color-background) 70%, transparent);
    transition: max-height 0.5s ease, opacity 0.5s ease, margin 0.5s ease;
  }

  @media screen and (min-width: 750px) {
    .about-chapters__note {
      padding-left: 66px;
      font-size: 15px;
    }
  }

  .about-chapters__item--active .about-chapters__note {
    max-height: 200px;
    opacity: 1;
    margin-top: -8px;
    margin-bottom: 18px;
  }

  {% comment %} Banner {% endcomment %}
  .about-banner {
    overflow: hidden;
  }

  .about-banner__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-color: var(--color-muted);
    display: block;
  }

  @media screen and (min-width: 750px) {
    .about-banner__image {
      aspect-ratio: 16 / 7;
    }
  }

  {% comment %} Note {% endcomment %}
  .about-note {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  @media screen and (min-width: 750px) {
    .about-note {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }

  .about-note__box {
    background-color: var(--color-secondary);
    padding: 3.5rem 1.5rem;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    .about-note__box {
      padding: 5rem 4rem;
    }
  }

  .about-note__body {
    max-width: 640px;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-muted-foreground);
  }
/* END_SECTION:main-page-about */

/* START_SECTION:main-policy (INDEX:29) */
.policy-section {
    padding: 50px 20px 28px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .policy-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
    align-items: start;
  }

  @media (max-width: 768px) {
    .policy-wrapper {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }

  /* Left Column - Help Center */
  .help-center {
    position: sticky;
    top: 20px;
  }

  .help-center-title {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b6b6b;
    margin-bottom: 25px;
  }

  .help-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .help-nav-item {
    margin-bottom: 12px;
  }

  .help-nav-link {
    font-size: 14px;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 4px 0;
  }

  .help-nav-link:hover,
  .help-nav-link.active {
    color: var(--color-text);
    font-weight: 500;
  }
  .help-nav-link.active {
    padding-left: 12px;
  }
  .help-nav-link.active:before {
      content: '|';
      position: absolute;
      left: 0px;
  }

  /* Right Column - Policy Content */
  .policy-content {
    max-width: 800px;
  }

  .policy-header {
    margin-bottom: 18px;
  }

  .sub_heading {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6b6b6b;
    margin-bottom: 10px;
    display: block;
  }

  .policy-heading-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }

  .policy-heading-link:hover .policy-heading {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .policy-heading {
    font-size: clamp(40px,4vw,60px);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 16px 0;
    letter-spacing: -1.5px;
  }

  .policy-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6b6b6b;
    margin-top: 0;
  }

  .policy-body {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
  }

  .policy-block {
    display: none;
  }

  .policy-block.active {
    display: block;
  }

  .policy-body h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--color-text);
    letter-spacing: .4px;
  }

  .policy-body h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--color-text);
  }

  .policy-body p {
    margin-bottom: 20px;
    color: #6b6b6b;
    padding-bottom: 6px;
  }

  .policy-body ul {
    margin-bottom: 25px;
    padding-left: 25px;
  }

  .policy-body li {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .policy-section {
      padding: 30px 20px;
    }

    .help-center {
      position: static;
    }

    .policy-heading {
      font-size: 32px;
    }
    .help-nav-link.active:before {
        left: 8px;
    }
  }
/* END_SECTION:main-policy */

/* START_SECTION:main-product (INDEX:30) */
.main-product {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-product__container {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }

  @media (min-width: 990px) {
    .main-product__container {
      padding-top: 2rem;
    }
  }

  .main-product__breadcrumb {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-muted-foreground);
    margin-bottom: 1.5rem;
  }

  .main-product__breadcrumb a {
    color: inherit;
    text-decoration: none;
  }

  .main-product__breadcrumb a:hover {
    color: var(--color-foreground);
  }

  .main-product__breadcrumb-separator {
    margin: 0 0.35rem;
    opacity: 0.5;
  }

  .main-product__breadcrumb-current {
    color: var(--color-foreground);
  }

  .main-product__grid {
    display: grid;
    gap: 2.5rem;
  }

  @media (min-width: 990px) {
    .main-product__grid {
      grid-template-columns: 68fr 32fr;
      gap: 4rem;
      align-items: start;
    }
  }

  .main-product__media {
    min-width: 0;
  }

  @media (min-width: 990px) {
    .main-product__info {
      position: sticky;
      top: calc(var(--header-height, 72px) + 1rem);
      align-self: start;
    }
  }

  .main-product__title {
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 0.75rem;
  }

  .main-product__price-row {
    margin-bottom: 0.35rem;
  }

  .main-product__price .price__regular {
    font-size: 0.875rem;
    letter-spacing: 0.06em;
  }

  .main-product__price .price__compare {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    text-decoration: line-through;
    margin-left: 0.5rem;
  }

  .main-product__price .price__sale {
    display: none;
  }

  .main-product__price.price--sale .price__regular {
    color: var(--color-sale);
  }

  .main-product__installments {
    font-size: 11px;
    letter-spacing: normal;
    text-transform: none;
    color: var(--color-muted-foreground);
    margin: 0 0 2rem;
  }

  .product-form__form {
    display: flex;
    flex-direction: column;
  }

  .product-form__variant-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
  }

  .variant-picker {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .variant-picker__option {
    border: none;
    padding: 0;
    margin: 0;
  }

  .variant-picker__legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin: 0 0 0.75rem;
    padding: 0;
  }

  .variant-picker__name {
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }

  .variant-picker__selected-value {
    color: var(--color-muted-foreground);
    text-transform: none;
    letter-spacing: 0;
  }

  .variant-picker__size-guide {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--color-muted-foreground);
    text-decoration: none;
  }

  .variant-picker__size-guide:hover {
    color: var(--color-foreground);
  }

  .variant-picker__values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .variant-picker__values--color {
    gap: 0.75rem;
  }

  .variant-picker__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
  }


  .variant-picker__input:disabled + .variant-picker__value {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
  }

  .variant-picker__input:focus-visible + .variant-picker__value {
    outline: 2px solid var(--color-ring);
    outline-offset: 2px;
  }

  .variant-picker__value--color {
       width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 3px;
    border-radius: 50%;
    outline: 1px solid var(--color-foreground);
  }

  .variant-picker__swatch {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }


  .product-form__stock {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-sale);
    margin: -1rem 0 1rem;
  }

  .product-form__actions {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
  }

  .product-form__add {
    flex: 1;
    min-width: 0;
  }

  .product-form__add:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .product-form__wishlist {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
    cursor: pointer;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
  }

  .product-form__wishlist:hover {
    border-color: var(--brand);
    background: var(--brand);
    color: var(--brand-foreground);
  }

  .product-form__wishlist[aria-pressed="true"] {
    color: var(--color-sale);
    border-color: var(--color-sale);
  }

  .product-form__wishlist .icon-heart {
    width: 16px;
    height: 16px;
  }

  .product-form__badges {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-muted-foreground);
    margin-bottom: 2.5rem;
  }

  .product-form__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .product-tabs {
    border-top: 1px solid var(--color-border);
  }

  .product-tabs__item {
    border-bottom: 1px solid var(--color-border);
  }

  .product-tabs__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
    list-style: none;
  }

  .product-tabs__summary::-webkit-details-marker {
    display: none;
  }

  .product-tabs__summary .icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    transition: transform 200ms ease;
  }

  .product-tabs__item[open] .product-tabs__summary .icon {
    transform: rotate(180deg);
  }

  .product-tabs__content {
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-muted-foreground);
  }

  .product-tabs__content .rte > *:first-child {
    margin-top: 0;
  }

  .product-tabs__content .rte > *:last-child {
    margin-bottom: 0;
  }

  .product-tabs__content p {
    margin: 0 0 0.75rem;
  }

  .product-tabs__content ul {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
  }

  .product-tabs__content li {
    margin-bottom: 0.35rem;
  }

  .product-media__viewport {
    overflow: visible;
  }

  .product-media__track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }

  .product-media__item {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
  }

  .product-media__item img,
  .product-media__item .shopify-model-viewer-ui,
  .product-media__item .media-video,
  .product-media__item model-viewer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product-media__placeholder {
    aspect-ratio: 3 / 4;
    background: var(--color-muted);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-media__placeholder svg {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 989px) {
    .product-media__track {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      width: calc(100% + 2 * var(--container-padding));
      margin-left: calc(-1 * var(--container-padding));
    }

    .product-media__item {
      flex: 0 0 100%;
      scroll-snap-align: center;
    }

    .product-media__item img {
      width: 100%;
      height: 100%;
    }
  }

  .main-product__mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 30;
    background: var(--color-background);
    border-top: 1px solid var(--color-border);
    padding: 0.75rem var(--container-padding);
  }

  .main-product__mobile-cta-btn {
    width: 100%;
    min-width: 0;
  }

  .main-product__mobile-cta-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  @media (min-width: 990px) {
    .main-product__mobile-cta {
      display: none;
    }
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* END_SECTION:main-product */

/* START_SECTION:main-search (INDEX:31) */
.template-search {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .template-search__eyebrow {
    margin-bottom: 0.75rem;
  }

  .template-search__title {
    font-size: var(--text-3xl);
  }

  @media screen and (min-width: 750px) {
    .template-search__title {
      font-size: var(--text-5xl);
    }
  }

  .template-search__count {
    margin-top: 0.5rem;
    font-size: var(--text-sm);
    color: var(--color-muted-foreground);
  }

  .template-search__form {
    margin-top: 2.5rem;
    max-width: 40rem;
    margin: auto;
    margin-top: 2rem;
    margin-left: 0px;
  }
  .template-search__form{
    display: none;
  }

  .template-search__input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }

  .template-search__input {
    width: 100%;
    height: 52px;
    padding: 0 3rem 0 1rem;
    border: 1px solid var(--color-border);
    background: transparent;
    border-radius: 8px;
  }

  .template-search__icon {
    position: absolute;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    color: var(--color-foreground);
    cursor: pointer;
    padding: 0;
  }

  .template-search__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .template-search__empty {
    margin-top: 4rem;
    text-align: center;
  }

  .template-search__empty-title {
    font-size: var(--text-xl);
  }

  .template-search__empty-subtitle {
    margin-top: 0.5rem;
    font-size: var(--text-sm);
    color: var(--color-muted-foreground);
  }

  .template-search__empty .btn-primary {
    margin-top: 2rem;
  }

  .template-search__results {
    margin-top: 2.5rem;
  }

  .template-search__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 0.75rem;
    margin-top: 3rem;
  }

  @media screen and (min-width: 750px) {
    .template-search__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 4rem;
      gap: 5rem 2rem;
    }
  }

  @media screen and (min-width: 990px) {
    .template-search__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .template-search__pagination {
    margin-top: 3rem;
  }

  .template-search__pagination .page,
  .template-search__pagination .prev,
  .template-search__pagination .next {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-right: 0.25rem;
    border: 1px solid var(--color-border);
    text-decoration: none;
    color: var(--color-foreground);
  }

  .template-search__pagination .current {
    background: var(--color-foreground);
    color: var(--color-background);
    border-color: var(--color-foreground);
  }
/* END_SECTION:main-search */

/* START_SECTION:main-shop-look-product (INDEX:32) */
.shop-look-product {
    width: 100%;
    padding: 68px 0;
  }

  .shop-look-product__heading {
    margin: 0 0 55px;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3.36px;
    text-transform: uppercase;
  }

  .shop-look-product__grid {
    display: grid;
    grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr));
    gap: var(--grid-gap);
    padding: 0 var(--grid-gap);
  }

  .shop-look-product__item {
    min-width: 0;
  }

  @media screen and (max-width: 749px) {
    .shop-look-product {
      padding: 28px 0;
    }

    .shop-look-product__heading {
      margin-bottom: 22px;
      font-size: 16px;
    }

    .shop-look-product__grid {
      grid-template-columns: repeat(var(--mobile-columns), minmax(0, 1fr));
    }
  }
/* END_SECTION:main-shop-look-product */

/* START_SECTION:new-arrivals (INDEX:33) */
.new-arrivals {
    margin-top: 2rem;
  }

  @media screen and (min-width: 768px) {
    .new-arrivals {
      margin-top: 3rem;
    }
  }

  .new-arrivals__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-inline: 1rem;
  }

  @media screen and (min-width: 768px) {
    .new-arrivals__header {
      margin-bottom: 1.5rem;
      padding-inline: 1.5rem;
    }
  }

  .new-arrivals__title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
  }

  @media screen and (min-width: 768px) {
    .new-arrivals__title {
      font-size: 18px;
    }
  }

  .new-arrivals__view-all {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-foreground);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    transition: opacity 0.15s ease;
  }

  .new-arrivals__view-all:hover {
    opacity: 0.7;
  }

  .new-arrivals__slider {
    position: relative;
  }

  .new-arrivals__track {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding-inline: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .new-arrivals__track::-webkit-scrollbar {
    display: none;
  }

  .new-arrivals__slide {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    scroll-snap-align: start;
    min-width: 0;
  }

  @media screen and (min-width: 768px) {
    .new-arrivals__track {
      gap: 1rem;
      padding-inline: 1.5rem;
      scroll-padding-inline: 1.5rem;
    }

    .new-arrivals__slide {
      flex: 0 0 calc((100% - 2rem) / 3);
    }
  }

  @media screen and (min-width: 1024px) {
    .new-arrivals__slide {
      flex: 0 0 calc((100% - 3rem) / 4);
    }
  }

  @media screen and (min-width: 1280px) {
    .new-arrivals__slide {
      flex: 0 0 calc((100% - 4rem) / 5);
    }
  }

  .new-arrivals__arrows {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-inline: 1.5rem;
  }

  @media screen and (min-width: 768px) {
    .new-arrivals__arrows {
      display: flex;
    }
  }

  .new-arrivals__arrow {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
    cursor: pointer;
    transition: border-color 0.15s ease, opacity 0.15s ease;
  }

  .new-arrivals__arrow:hover:not(:disabled) {
    border-color: var(--color-foreground);
  }

  .new-arrivals__arrow:disabled {
    opacity: 0.3;
    cursor: default;
  }

  .new-arrivals__arrow:focus-visible {
    outline: 1px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .new-arrivals__empty {
    padding-inline: 1rem;
    font-size: 13px;
    color: var(--color-muted-foreground);
  }
/* END_SECTION:new-arrivals */

/* START_SECTION:product-recommendations (INDEX:34) */
.product-recommendations {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .product-recommendations__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
  }

  @media screen and (min-width: 768px) {
    .product-recommendations__header {
      margin-bottom: 1.5rem;
    }
  }

  .product-recommendations__heading {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    flex: 1;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .product-recommendations__heading {
      font-size: 16px;
    }
  }

  .product-recommendations__view-all {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-foreground);
    text-decoration: none;
    transition: opacity 0.15s ease;
  }

  .product-recommendations__view-all:hover {
    opacity: 0.7;
  }

  .product-recommendations__slider {
    position: relative;
  }

  .product-recommendations__track {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-inline: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-recommendations__track::-webkit-scrollbar {
    display: none;
  }

  .product-recommendations__slide {
    flex: 0 0 calc((100% - 0.75rem) / 2);
    scroll-snap-align: start;
    min-width: 0;
  }

  @media screen and (min-width: 768px) {
    .product-recommendations__track {
      gap: 1rem;
    }

    .product-recommendations__slide {
      flex: 0 0 calc((100% - 2rem) / 3);
    }
  }

  @media screen and (min-width: 1024px) {
    .product-recommendations__slide {
      flex: 0 0 calc((100% - 3rem) / 4);
    }
  }

  @media screen and (min-width: 1280px) {
    .product-recommendations__slide {
      flex: 0 0 calc((100% - 4rem) / 5);
    }
  }

  .product-recommendations__arrows {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

  @media screen and (min-width: 768px) {
    .product-recommendations__arrows {
      display: flex;
    }
  }

  .product-recommendations__arrow {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
    cursor: pointer;
    transition: border-color 0.15s ease, opacity 0.15s ease;
  }

  .product-recommendations__arrow:hover:not(:disabled) {
    border-color: var(--color-foreground);
  }

  .product-recommendations__arrow:disabled {
    opacity: 0.3;
    cursor: default;
  }

  .product-recommendations__arrow:focus-visible {
    outline: 1px solid var(--color-foreground);
    outline-offset: 2px;
  }
/* END_SECTION:product-recommendations */

/* START_SECTION:product-reviews (INDEX:35) */
.product-reviews {
    padding: 6rem 0;
  }

  .product-reviews__title {
    margin: 0 0 1.5rem;
    font-family: var(--font-editorial);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.025em;
  }

  @media (min-width: 768px) {
    .product-reviews__title {
      font-size: 1.875rem;
    }
  }

  .product-reviews__body {
    display: grid;
    gap: 2.5rem;
  }

  @media (min-width: 768px) {
    .product-reviews__body {
      grid-template-columns: 1fr 2fr;
    }
  }

  .product-reviews__summary {
    display: grid;
    gap: 1.5rem;
    align-content: start;
  }

  .product-reviews__rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-reviews__rating-value {
    font-family: var(--font-editorial);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
  }

  .product-reviews__count {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
  }

  .product-reviews__distribution {
    display: grid;
    gap: 0.375rem;
  }

  .product-reviews__bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
  }

  .product-reviews__bar-label {
    width: 1rem;
    flex-shrink: 0;
  }

  .product-reviews__bar-track {
    flex: 1;
    height: 0.25rem;
    background-color: var(--color-muted);
    border-radius: 0.125rem;
    overflow: hidden;
  }

  .product-reviews__bar-fill {
    height: 100%;
    background-color: var(--color-primary);
    width: 0%;
  }

  .product-reviews__bar-count {
    width: 2rem;
    flex-shrink: 0;
    text-align: right;
    color: var(--color-muted-foreground);
  }

  .product-reviews__write-btn {
    width: fit-content;
  }

  .product-reviews__list {
    display: grid;
    gap: 1.5rem;
  }
/* END_SECTION:product-reviews */

/* START_SECTION:season-sale (INDEX:36) */
.season-sale {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .season-sale {
      margin-top: 3rem;
    }
  }

  .season-sale__media {
    position: relative;
    width: 100%;
  }

  .season-sale__image {
    width: 100%;
    object-fit: cover;
  }

  .season-sale__image--desktop {
    display: none;
    aspect-ratio: 3 / 1;
  }

  .season-sale__image--mobile {
    display: block;
    aspect-ratio: 16 / 9;
  }

  @media (min-width: 768px) {
    .season-sale__image--desktop {
      display: block;
    }

    .season-sale__image--mobile {
      display: none;
    }
  }

  .season-sale__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    color: var(--color-foreground, #000000);
    z-index: 1;
  }

  .season-sale__heading {
    margin: 0;
    font-size: clamp(15px, 2vw, 28px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    line-height: 1.1;
  }

  .season-sale__subheading {
    margin: 0.75rem 0 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-muted-foreground);
  }

  @media (min-width: 768px) {
    .season-sale__subheading {
      font-size: 12px;
      margin-top: 1rem;
    }
  }

  .season-sale__link {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.25rem;
    transition: opacity 0.2s ease;
  }

  .season-sale__link:hover,
  .season-sale__link:focus-visible {
    opacity: 0.7;
  }

  .season-sale__link:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
  }
/* END_SECTION:season-sale */

/* START_SECTION:shop-instagram (INDEX:37) */
.shop-instagram {
    margin-top: 2rem;
  }

  @media (min-width: 768px) {
    .shop-instagram {
      margin-top: 3rem;
    }
  }

  .shop-instagram__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-inline: 1rem;
  }

  @media (min-width: 768px) {
    .shop-instagram__header {
      margin-bottom: 1.5rem;
      padding-inline: 1.5rem;
    }
  }

  .shop-instagram__title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  @media (min-width: 768px) {
    .shop-instagram__title {
      font-size: 18px;
    }
  }

  .shop-instagram__handle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-foreground);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    transition: opacity 0.15s ease;
  }

  .shop-instagram__handle:hover,
  .shop-instagram__handle:focus-visible {
    opacity: 0.7;
  }

  .shop-instagram__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  @media (min-width: 768px) {
    .shop-instagram__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .shop-instagram__item {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--color-muted, #f2f2f1);
    aspect-ratio: 1 / 1;
  }

  .shop-instagram__item:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: -2px;
  }

  .shop-instagram__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .shop-instagram__image,
  .shop-instagram__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
  }

  .shop-instagram__item:hover .shop-instagram__image,
  .shop-instagram__item:focus-visible .shop-instagram__image {
    transform: scale(1.04);
  }

  .shop-instagram__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  @media (min-width: 768px) {
    .shop-instagram__overlay {
      opacity: 0;
    }
  }

  .shop-instagram__item:hover .shop-instagram__overlay,
  .shop-instagram__item:focus-visible .shop-instagram__overlay {
    opacity: 1;
  }

  @media (prefers-reduced-motion: reduce) {
    .shop-instagram__overlay {
      opacity: 1 !important;
    }
  }

  .shop-instagram__overlay svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  @media (min-width: 768px) {
    .shop-instagram__overlay svg {
      width: 1.5rem;
      height: 1.5rem;
    }
  }

  .shop-instagram__overlay-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
  }

  @media (min-width: 768px) {
    .shop-instagram__overlay-text {
      font-size: 12px;
    }
  }
/* END_SECTION:shop-instagram */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:38) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:review (INDEX:39) */
.review {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }

  .review:last-child {
    border-bottom: none;
  }

  .review__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.25rem;
  }

  .review__name {
    font-size: 0.75rem;
    font-weight: 500;
  }

  .review__verified {
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
  }

  .review__stars {
    display: flex;
    gap: 0.125rem;
    color: var(--color-foreground);
    margin-bottom: 0.25rem;
  }

  .review__star svg {
    fill: none;
    stroke: currentColor;
  }

  .review__star {
    opacity: 0.25;
  }

  .review__star--full svg {
    fill: currentColor;
    stroke: none;
  }

  .review__star--full {
    opacity: 1;
  }

  .review__title {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
  }

  .review__body {
    margin: 0.25rem 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-muted-foreground);
  }

  .review__fit {
    margin: 0;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
  }
/* END_BLOCK:review */

/* START_BLOCK:text (INDEX:40) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:card-product (INDEX:41) */
.card-product {
    position: relative;
  }

  .card-product__media {
    position: relative;
    overflow: hidden;
    background-color: var(--color-muted);
    aspect-ratio: 3 / 4;
  }

  .card-product__images {
    display: block;
    position: absolute;
    inset: 0;
  }

  .card-product__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
  }

  .card-product__image--second {
    opacity: 0;
  }

  .card-product:hover .card-product__image--first {
    opacity: 0;
  }

  .card-product:hover .card-product__image--second {
    opacity: 1;
  }

  .card-product__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background-color: color-mix(in srgb, var(--color-background) 85%, transparent);
    backdrop-filter: blur(4px);
    color: var(--color-foreground);
  }

  .card-product__badge--highlight {
    color: var(--color-sale);
  }

  .card-product__wish {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-foreground);
  }

  @media screen and (min-width: 750px) {
    .card-product__wish {
      width: 2.25rem;
      height: 2.25rem;
    }
  }

  .card-product__wish-bg {
    width: 1.825rem;
    height: 1.825rem;
    display: grid;
    place-items: center;
    background-color: color-mix(in srgb, var(--color-background) 85%, transparent);
    backdrop-filter: blur(4px);
  }

  @media screen and (min-width: 750px) {
    .card-product__wish-bg {
      width: 2.25rem;
      height: 2.25rem;
      backdrop-filter: none;
    }
  }

  .card-product__wish svg {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  @media screen and (min-width: 750px) {
    .card-product__wish svg {
      width: 1rem;
      height: 1rem;
    }
  }

  .card-product__quick-add {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    display: block;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 2;
  }

  @media screen and (max-width: 989px) {
    .card-product__quick-add {
      right: 4rem;
    }
  }

  @media screen and (min-width: 990px) {
    .card-product:hover .card-product__quick-add {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
  }

  .card-product[data-quick-add-open] .card-product__quick-add {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .card-product__quick-add-trigger {
    width: 100%;
    height: 2.5rem;
    background-color: var(--color-background);
    color: var(--color-foreground);
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .card-product__quick-add-trigger:hover {
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
  }

  .card-product[data-quick-add-open] .card-product__quick-add-trigger {
    display: none;
  }

  .card-product__sizes {
    display: none;
    background-color: var(--color-background);
    padding: 0.5rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.25rem;
  }

  .card-product[data-quick-add-open] .card-product__sizes {
    display: grid;
  }

  .card-product__size {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    border: 1px solid var(--color-border);
    font-size: 11px;
    color: var(--color-foreground);
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  }

  .card-product__size:hover,
  .card-product__size--added {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-primary-foreground);
  }

  .card-product__size--unavailable {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
  }

  .card-product__mobile-add {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font: inherit;
    color: var(--color-foreground);
    cursor: pointer;
    text-align: center;
    z-index: 1;
  }

  @media screen and (min-width: 990px) {
    .card-product__mobile-add {
      display: none;
    }
  }

  .card-product__mobile-add-bg {
    width: 1.825rem;
    height: 1.825rem;
    display: grid;
    place-items: center;
    background-color: color-mix(in srgb, var(--color-background) 85%, transparent);
    backdrop-filter: blur(4px);
    border-radius: unset;
  }

  .card-product__info {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .card-product__meta {
    min-width: 0;
  }

  .card-product__title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s ease;
  }

  @media screen and (min-width: 750px) {
    .card-product__title {
      font-size: 12px;
    }
  }

  .card-product__title:hover {
    color: var(--color-primary);
  }

  .card-product__low-stock {
    margin-top: 0.375rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-sale);
  }

  .card-product__colors {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .card-product__color {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    border: 1px solid var(--color-border);
    display: inline-block;
    margin-left: -2px;
  }

  .card-product__color:first-child {
    margin-left: 0;
  }

  .card-product__color-more {
    font-size: 10px;
    color: var(--color-muted-foreground);
  }

  .card-product__price {
    flex-shrink: 0;
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  @media screen and (min-width: 750px) {
    .card-product__price {
      font-size: 12px;
    }
  }

  .card-product__price-current {
    color: var(--color-foreground);
  }

  .card-product__price--sale .card-product__price-current {
    color: var(--color-sale);
  }

  .card-product__price-compare {
    margin-top: 0.125rem;
    font-size: 10px;
    color: var(--color-muted-foreground);
    text-decoration: line-through;
  }
/* END_SNIPPET:card-product */

/* START_SNIPPET:image (INDEX:55) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */