/** Shopify CDN: Minification failed

Line 3024:0 All "@import" rules must come first
Line 7005:11 Expected identifier but found whitespace
Line 7005:13 Unexpected "{"
Line 7005:22 Expected ":"
Line 7005:43 Expected ":"
Line 7095:13 Expected identifier but found whitespace
Line 7095:15 Unexpected "{"
Line 7095:24 Expected ":"
Line 7095:67 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.page-404 {
    padding: 100px 0 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .page-404__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 480px;
  }

  .page-404__number {
    font-family: var(--font-heading);
    font-size: clamp(80px, 15vw, 140px);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-gold);
    line-height: 1;
    opacity: 0.6;
  }

  .page-404__title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-dark);
    margin: 0;
  }

  .page-404__text {
    font-size: 1rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.6;
  }
/* END_SECTION:404 */

/* START_SECTION:about-uzurii (INDEX:1) */
/* ── Base ── */
  .about-page {
    font-family: 'Helvetica Neue', sans-serif;
    color: #3b3b3b;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
  }

  .about-section {
    overflow: hidden;
  }

  .page-width {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .about-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── Section 1: Founder images ── */
  .about-founder-top {
    padding: 20px 40px 0;
  }

  .about-image-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 36px;
  }

  .about-image-cell {
    overflow: hidden;
  }

  .about-img--founder {
    min-height: 620px;
    object-fit: cover;
    width: 400px;
    display: block;
  }

  .about-founder-caption {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.125rem, calc(1.1rem + 0.00125 * 100vw), 1.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0 90px 0;
    line-height: 1.5rem;
    width: 40%;
  }

  /* ── Section 2: Quote row ── */
  .about-quote-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 20px 40px;
  }

  .about-quote-image {
    overflow: hidden;
  }

  .about-img--tall {
    min-height: 580px;
    object-fit: cover;
    width: 100%;
    display: block;
  }

  .about-quote-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-quote-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 24px 0;
  }

  .about-quote-heading__line1,
  .about-quote-heading__line2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .about-quote-body {
    font-size: 19px;
    line-height: 1.7;
    color: #3b3b3b;
    text-align: left;
  }

  .about-quote-body p {
    margin: 0 0 1rem;
  }

  .about-quote-body p:last-child {
    margin-bottom: 0;
  }

  /* ── Section 3: Center heading ── */
  .about-center-heading {
    text-align: center;
    padding: 95px 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-center-heading__text {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.063rem;
    margin: 0;
    width: 30%;
  }

  /* ── Section 4: Image pair ── */
  .about-image-pair {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 36px;
    padding: 20px 40px;
  }

  .about-img--pair {
    min-height: 600px;
    object-fit: cover;
    width: 400px;
    display: block;
  }

  /* ── Section 5: Story label ── */
  .about-story-label {
    text-align: center;
    padding: 95px 40px;
  }

  .about-story-label__eyebrow {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.125rem, calc(1.1rem + 0.00125 * 100vw), 1.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 1.5rem;
    text-align: center;
  }

  .about-story-label__big {
    text-align: center;
  }

  .about-story-label__line {
    font-size: 24px;
    font-weight: 600;
    color: #222222c4;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0;
  }

  /* ── Sections 6 + 9: Full-width images ── */
  .about-fullwidth-image {
    width: 100%;
    padding: 95px 0;
    overflow: hidden;
  }

  .about-fullwidth-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* ── Section 7: Support heading ── */
  .about-support {
    padding: 65px 0px 95px 20px;
  }

  .about-support__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
    line-height: 2.125rem;
  }

  /* ── Section 8: Two-column story text ── */
  .about-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 20px 40px;
  }

  .about-two-col__col {
    font-size: 18pt;
    line-height: 1.6;
    color: #3b3b3b;
  }

  .about-two-col__col h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 2.125rem;
  }

  .about-two-col__col p {
    margin-bottom: 16px;
  }

  .about-two-col__col p:last-child {
    margin-bottom: 0;
  }

  .about-flip-flop-callout {
    text-align: center;
    font-weight: 700;
    font-size: 18pt;
    text-transform: uppercase;
    color: #222222;
    margin: 24px 0;
    line-height: 1.5;
    letter-spacing: 0;
  }

  /* ── Section 10: Three columns ── */
  .about-three-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 480px;
    align-items: start;
    padding: 20px 40px;
    margin-bottom: 60px;
  }

  .about-three-col__text {
    font-size: 17pt;
    line-height: 1.7;
    color: #3b3b3b;
  }

  .about-three-col__text h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 2.125rem;
  }

  .about-three-col__text p {
    margin-bottom: 16px;
  }

  .about-three-col__image {
    width: 100%;
    display: none;
  }

  .about-three-col__image .about-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .about-three-col__quote {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .about-blockquote {
    font-family: 'Libre Baskerville', serif;
    font-size: 18pt;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.5;
    border: none;
    padding: 0;
    margin: 0;
  }

  /* ── Section 11: Shop heading ── */
  .about-shop-heading {
    padding: 20px 40px;
  }

  .about-shop-heading__text {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
    line-height: 2.125rem;
  }

  /* ── Section 12: Product | GIF | Product ── */
  .about-shop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 40px 95px;
    align-items: start;
  }

  /* GIF / middle image cell */
  .about-shop-gif {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .about-shop-gif__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* ── Product cards ── */
  .about-product-card {
    display: flex;
    flex-direction: column;
  }

  .about-product-card__image-wrapper {
    aspect-ratio: 1 / 1;
    background: #f6f6f6;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }

  .about-product-card__image-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .about-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .about-product-card__image-link:hover .about-product-card__image {
    transform: scale(1.03);
  }

  .about-product-card__wishlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    display: grid;
    place-content: center;
    cursor: pointer;
    color: #758ca3;
    transition: background-color 0.15s ease;
  }

  @media (min-width: 576px) {
    .about-product-card__wishlist {
      top: 0.5rem;
      right: 0.5rem;
    }
  }

  .about-product-card__wishlist:hover {
    background: #eeeeee;
  }

  .about-product-card__wishlist.is-active svg path {
    fill: #758ca3 !important;
    stroke: #758ca3 !important;
  }

  .about-product-card__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0.5rem;
    gap: 8px;
  }

  .about-product-card__name {
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    flex: 1;
    line-height: 1.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .about-product-card__name:hover {
    color: #3b3b3b;
  }

  .about-product-card__price {
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    color: #3b3b3bd4;
    white-space: nowrap;
    line-height: 1.375rem;
  }

  .about-product-card__action {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0.5rem 8px;
  }

  .about-product-card__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8d082;
    display: grid;
    place-content: center;
    color: #3b3b3b;
    text-decoration: none;
    transition: background 0.2s ease;
    aspect-ratio: 1;
    flex-shrink: 0;
  }

  .about-product-card__btn:hover {
    background: #f9d795;
    color: #3b3b3b;
  }

  /* ── RTE reset ── */
  .rte p:last-child {
    margin-bottom: 0;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .about-quote-row,
    .about-two-col {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .about-three-col {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .about-shop-grid {
      grid-template-columns: 1fr 1fr;
    }

    .about-shop-gif {
      display: none;
    }

    .about-image-row {
      grid-template-columns: 1fr 1fr;
    }

    .about-img--founder {
      min-height: 300px;
    }

    .about-img--tall {
      min-height: 400px;
    }

    .about-img--pair {
      min-height: 300px;
    }

    .page-width,
    .about-founder-top,
    .about-quote-row,
    .about-center-heading,
    .about-image-pair,
    .about-story-label,
    .about-support,
    .about-two-col,
    .about-three-col,
    .about-shop-heading,
    .about-shop-grid {
      padding-inline: 20px;
    }

    .about-two-col__col,
    .about-three-col__text {
      font-size: 1rem;
    }

    .about-blockquote {
      font-size: 1.1rem;
    }

    .about-flip-flop-callout {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 575px) {
    .about-image-row,
    .about-image-pair {
      grid-template-columns: 1fr;
    }

    .about-shop-grid {
      grid-template-columns: 1fr 1fr;
    }

    .about-img--founder,
    .about-img--pair {
      min-height: 280px;
    }
  }
/* END_SECTION:about-uzurii */

/* START_SECTION:announcement-bar (INDEX:2) */
.announcement-bar {
    background-color: #f8d082;
    height: 36px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 700;
    overflow: visible;
  }

  .announcement-bar__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 var(--page-margin, 20px);
    height: 100%;
  }

  .announcement-bar__usps {
    display: flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
    flex: 1;
    justify-content: center;
  }

  .announcement-bar__msg {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .announcement-bar__dot {
    font-size: 14px;
    color: #222;
    opacity: 0.5;
  }

  .announcement-bar__locale {
    position: absolute;
    right: var(--page-margin, 20px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .locale-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    color: #222;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    transition: background 0.15s ease;
    line-height: 1;
  }

  .locale-btn:hover {
    background: rgba(0, 0, 0, 0.07);
  }

  .locale-btn__name {
    font-size: 12px;
    font-weight: 500;
  }

  .locale-btn__chevron {
    transition: transform 0.2s ease;
    flex-shrink: 0;
    opacity: 0.7;
  }

  .locale-btn[aria-expanded='true'] .locale-btn__chevron {
    transform: rotate(180deg);
  }

  .locale-flag {
    width: 18px;
    height: 13px;
    border-radius: 2px;
    flex-shrink: 0;
    overflow: hidden;
    display: inline-flex;
  }

  .locale-flag svg {
    width: 100%;
    height: 100%;
  }

  .locale-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
    min-width: 170px;
    padding: 4px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    z-index: 800;
    pointer-events: none;
  }

  .locale-dropdown.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .locale-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 13px;
    color: #222;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    z-index: 801;
  }

  .locale-option:hover:not([aria-disabled="true"]) {
    background: #f5f5f5;
  }

  .locale-option.is-active {
    font-weight: 600;
    background: #fef9ee;
  }

  .locale-option[aria-disabled="true"] {
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
  }

  .locale-option__name {
    flex: 1;
  }

  .locale-option__check {
    color: #d4a017;
    flex-shrink: 0;
  }

  @media (max-width: 767px) {
    .announcement-bar__usps {
      display: none;
    }

    .announcement-bar__locale {
      position: static;
      transform: none;
      margin-left: auto;
    }

    .announcement-bar__inner {
      justify-content: flex-end;
    }
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:brazilian-roots (INDEX:5) */
/* ============================================================
   BRAZILIAN ROOTS — matches uzurii.com live design
   ============================================================ */

  .brazilian-roots {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  /* ── Banner: heading + CTA (left-aligned, white bg) ── */
  .brazilian-roots__banner {
    padding: 20px 30px;
  }

  .brazilian-roots__banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 80%;
  }

  .brazilian-roots__heading {
    font-family: "Helvetica Thai Bold";
    font-size: clamp(1.75rem, calc(1.5rem + 0.0125 * 100vw), 3rem);
    font-weight: 700;
    color: #3b3b3b;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .brazilian-roots__btn {
    display: inline-block;
    padding: 0.125rem 1.5rem;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #3b3b3b;
    background-color: #f8d082;
    border: 1px solid #f8d082;
    border-radius: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
    margin-bottom: 40px;
  }

  .brazilian-roots__btn:hover {
    background-color: #f9d795;
    border-color: #f9d58f;
    color: #3b3b3b;
    text-decoration: none;
  }

  /* ── Full-bleed hero image ── */
  .brazilian-roots__hero {
    width: 100%;
    padding: 0 0px 20px;
    /* Full-bleed breakout inside boxed container */
    margin-left: calc(50% - 50vw);
    width: 100vw;
    padding: 0 36px 20px;
  }

  @media (min-width: 1440px) {
    .brazilian-roots__hero {
      width: 100%;
      padding: 0 0px 20px;
      /* Full-bleed breakout inside boxed container */
      margin-left: calc(50% - 50vw);
      width: 100vw;
      padding: 0 180px 20px;
    }
  }

  .brazilian-roots__hero-image {
    display: block;
    width: 100%;
    height: 1730px;
    max-height: 1880px;
    object-fit: cover;
    object-position: center 30%;
  }

  /* ── "Around the Globe" heading + rule ── */
  .brazilian-roots__globe-header {
    padding: 20px 0px 0;
  }

  .brazilian-roots__globe-heading {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.313rem;
    color: #222222;
    text-transform: uppercase;
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
  }

  .brazilian-roots__divider {
    margin: 0;
    border: 0;
    border-top: 1px solid #141414;
    opacity: 0.25;
    margin-bottom: 20px;
  }

  /* ── Globe 6-column image grid ── */
  .brazilian-roots__globe-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }

  .brazilian-roots__globe-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .brazilian-roots__globe-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .brazilian-roots__globe-label {
    display: none; /* hidden to match original; enable if labels needed */
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    padding: 4px 0;
  }

  /* ── Responsive breakpoints ── */
  @media (max-width: 991px) {
    .brazilian-roots__globe-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .brazilian-roots__hero {
      max-height: 400px;
    }

    .brazilian-roots__heading {
      font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .brazilian-roots__globe-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 575px) {
    .brazilian-roots__hero-image {
      max-height: 450px;
    }

    .brazilian-roots__globe-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .brazilian-roots__hero {
      width: 100%;
      padding: 0 0px 20px;
      margin-left: calc(50% - 50vw);
      width: 100vw;
      padding: 0 36px 20px;
      margin-bottom: 40px;
    }
  }
/* END_SECTION:brazilian-roots */

/* START_SECTION:cart (INDEX:6) */
/* ═══════════════════════════════════════════════════════
   CART — matches uzurii.com Shopware cart UI exactly
   ═══════════════════════════════════════════════════════ */

.cart-wrap {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.938rem;
  color: #3b3b3b;
}

.cart-main-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 0;
  min-height: 200px;
}

@media (min-width: 1200px) {
  .cart-main-wrap { min-height: 700px; }
}

/* ── Two-column container: main (66%) + aside (33%) ── */
.cart-checkout__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 -20px;
}

.cart-checkout__main {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}

.cart-checkout__aside {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .cart-checkout__main { width: 66.66666667%; }
  .cart-checkout__aside { width: 33.33333333%; }
}

/* ── Heading ── */
.cart-main-header {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(1.75rem, calc(1.65rem + 0.5vw), 2.25rem);
  font-weight: 700;
  line-height: 2.5rem;
  color: #222222;
  text-transform: none;
  margin-bottom: 1.5rem;
}

/* ═══════════════════
   PRODUCT TABLE
   ═══════════════════ */

.cart-product-table {
  margin-bottom: 1.5rem;
}

/* Desktop column header row — hidden on mobile */
.cart-table-header {
  display: none;
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cart-table-header { display: block; }
}

.cart-header-row,
.cart-line-item__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -4px;
}

/* Column widths — matching Shopware col ratios */
.cart-col {
  padding: 0 4px;
  box-sizing: border-box;
}

/* Product info col: 41.67% on desktop, 83.33% on tablet, full on mobile */
.cart-col--info {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

@media (min-width: 768px) {
  .cart-col--info {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

/* Quantity: 33% tablet, 16.67% desktop */
.cart-col--qty {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (min-width: 768px) {
  .cart-col--qty {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center;
  }
}

/* Unit price: hidden on mobile, 33% tablet, 16.67% desktop */
.cart-col--unit {
  display: none;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (min-width: 576px) {
  .cart-col--unit {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .cart-col--unit {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center;
  }
}

/* Subtotal: 33% tablet, 16.67% desktop */
.cart-col--total {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (min-width: 576px) {
  .cart-col--total {
    flex-direction: column;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .cart-col--total {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center;
  }
}

/* Remove: 16.67% */
.cart-col--remove {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  text-align: right;
}

@media (min-width: 768px) {
  .cart-col--remove {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

.cart-header-info { font-weight: 700; }
.cart-header-quantity { text-align: center; }
.cart-header-unit-price { text-align: center; }
.cart-header-total-price { text-align: center; }

/* ── Line items ── */
.cart-line-item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.cart-line-item:last-child {
  border-bottom: none;
}

/* Product info area */
.cart-line-item__info {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  order: 1;
}

@media (min-width: 768px) {
  .cart-line-item__info {
    margin-bottom: 0;
    order: 0;
  }
}

/* Product image */
.cart-line-item__img-wrap {
  width: 70px;
  flex-shrink: 0;
}

.cart-line-item__img-link { display: block; }

.cart-line-item__img {
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  display: block;
  padding: 0.25rem;
}

.cart-line-item__img--placeholder {
  background: #f4f4f4;
}

/* Product details */
.cart-line-item__details { flex: 1; }

.cart-line-item__label {
  font-weight: 700;
  color: #3b3b3b;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
}

.cart-line-item__label:hover {
  color: #222222;
  text-decoration: none;
}

.cart-line-item__characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  color: #3b3b3b;
}

/* Quantity stepper */
.cart-line-item__qty {
  order: 3;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .cart-line-item__qty {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .cart-line-item__qty { order: 0; margin-bottom: 0; }
}

.cart-qty-group {
  display: flex;
  align-items: center;
  height: 40px;
  max-width: fit-content;
}

.cart-qty-btn {
  width: 32px;
  height: 40px;
  background: transparent;
  border: 1px solid #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  transition: background 0.15s ease;
  -webkit-appearance: button;
}

.cart-qty-btn--minus { border-right: 0; border-radius: 0.25rem 0 0 0.25rem; }
.cart-qty-btn--plus  { border-left: 0;  border-radius: 0 0.25rem 0.25rem 0; }
.cart-qty-btn:hover  { background: inherit; border-color: #eeeeee; }

.cart-qty-input {
  width: 44px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-right: 0;
  text-align: center;
  font-family: inherit;
  font-size: 0.875rem;
  color: #3b3b3b;
  background: #fff;
  padding: 0;
  line-height: inherit;
  outline: 0;
  -moz-appearance: textfield;
}

.cart-qty-input::-webkit-inner-spin-button,
.cart-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

/* Unit price */
.cart-line-item__unit-price {
  order: 5;
  font-size: 0.875rem;
}

.cart-line-item__price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: none;
}

@media (min-width: 576px) {
  .cart-line-item__price-label { display: block; }
}

@media (min-width: 768px) {
  .cart-line-item__unit-price { order: 0; }
  .cart-line-item__price-label { display: none; }
}

.cart-line-item__price-value { text-align: right; }

.cart-line-item__price-descriptor {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .cart-line-item__price-descriptor { display: none; }
}

/* Subtotal */
.cart-line-item__total-price {
  order: 4;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .cart-line-item__total-price {
    justify-content: flex-end;
    order: 5;
    flex-direction: column;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .cart-line-item__total-price { order: 0; text-align: center; }
}

.cart-line-item__total-value { text-align: right; }

.cart-line-item__original-price {
  font-size: 0.8rem;
  color: #aaa;
  text-decoration: line-through;
  display: block;
}

/* Remove button */
.cart-line-item__remove {
  order: 2;
  text-align: right;
}

@media (min-width: 768px) {
  .cart-line-item__remove { order: 0; }
}

.cart-remove-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #F6F6F6;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  -webkit-appearance: button;
  padding: 0;
}

.cart-remove-btn:hover { background: #e0e0e0; }

/* ── Empty cart ── */
.cart-empty {
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #3b3b3b;
}

.cart-empty__text {
  font-size: 1rem;
  margin: 0;
}

.cart-empty__btn {
  display: inline-block;
  padding: 0.125rem 1.5rem;
  background-color: #F8D082;
  border: 1px solid #F8D082;
  border-radius: 1rem;
  color: #3b3b3b;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cart-empty__btn:hover {
  background-color: #f9d795;
  border-color: #f9d58f;
}

/* ═══════════════════
   ASIDE
   ═══════════════════ */

.cart-aside-container {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Summary box */
.cart-aside-summary {
  background-color: #f9f9f9;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.cart-aside-summary__header {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(1.25rem, calc(1.2rem + 0.25vw), 1.5rem);
  font-weight: 700;
  line-height: 2.125rem;
  color: #222222;
  text-transform: none;
  margin-bottom: 20px;
}

.cart-aside-summary__list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin: 0;
}

.cart-aside-summary__label,
.cart-aside-summary__value {
  padding: 4px 0;
  font-size: 0.875rem;
  color: #3b3b3b;
  font-weight: 400;
  margin: 0;
}

.cart-aside-summary__value { text-align: right; }

/* Grand total row */
.cart-aside-summary__label--total,
.cart-aside-summary__value--total {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 13px;
  border-top: 1px solid #eeeeee;
  margin-top: 5px;
}

/* Net / Tax rows */
.cart-aside-summary__label--net,
.cart-aside-summary__value--net {
  margin-top: 10px;
}

/* Checkout button */
.cart-aside-action {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: grid;
}

.cart-checkout-btn {
  display: block;
  width: 100%;
  background-color: #ff6713;
  border: 1px solid #ff6713;
  border-radius: 1rem;
  color: #fff;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.125rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  padding: 0.125rem 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-checkout-btn:hover,
.cart-checkout-btn:active {
  background-color: #df4f00;
  border-color: #df4f00;
  color: #fff;
  text-decoration: none;
}

/* Discount code */
.cart-aside-promo { margin-top: 1rem; }

.cart-promo-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
  -webkit-appearance: button;
}

.cart-promo-toggle:hover { color: #3b3b3b; }

.cart-promo-toggle svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.cart-promo-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.cart-promo-collapse { margin-top: 8px; }

.cart-promo-input-group {
  display: flex;
  align-items: stretch;
}

.cart-promo-input {
  flex: 1;
  height: 40px;
  padding: 0.25rem 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #3b3b3b;
  background: #fff;
  border: 1px solid #eeeeee;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.cart-promo-input:focus { border-color: #3b3b3b; }
.cart-promo-input::placeholder { color: #aaa; }

.cart-promo-submit {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  -webkit-appearance: button;
  padding: 0;
}

.cart-promo-submit:hover { background: #f5f5f5; }

/* USPs */
.cart-usps {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: #3b3b3b;
}

.cart-usp {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.cart-usp svg { flex-shrink: 0; vertical-align: middle; }

/* Payment icons */
.cart-payments {
  margin-top: 1rem;
}

.cart-payments__title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 12px;
}

.cart-payments__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-payments__list li { display: flex; align-items: center; }

.cart-payments__list img {
  height: 24px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

/* Visually hidden (for labels) */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ═══════════════════
   RESPONSIVE
   ═══════════════════ */

@media (max-width: 991px) {
  .cart-checkout__aside {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cart-main-wrap { padding: 16px 16px 0; }
  .cart-checkout__container { margin: 0 -16px; }
  .cart-checkout__main,
  .cart-checkout__aside { padding: 30px 16px; }
  .cart-aside-container { position: static; }
}
/* END_SECTION:cart */

/* START_SECTION:category-grid (INDEX:7) */
.category-grid {
    padding-block: var(--spacing-section);
    padding-inline: 20px;
  }

  .category-grid__title {
    font-family: var(--font-heading);
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-dark);
    text-align: center;
    margin-bottom: 32px;
  }

  .category-grid__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .category-grid__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 12px;
  }

  .category-grid__image-wrapper {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--radius-sm);
  }

  .category-grid__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    display: block;
  }

  .category-grid__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .category-grid__name {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-brand-dark);
    letter-spacing: 0.02em;
    margin: 0;
  }

  .category-grid__btn {
    font-size: 12px;
    padding: 8px 22px;
  }

  @media (max-width: 991px) {
    .category-grid__items {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 575px) {
    .category-grid__items {
      grid-template-columns: 1fr;
    }
    .category-grid {
      padding-block: 40px;
      padding-inline: 20px;
    }
  }

  @media (min-width: 1440px) {
    .category-grid {
      padding-block: var(--spacing-section);
      padding-inline: 200px;
    }
  }
/* END_SECTION:category-grid */

/* START_SECTION:collection-seo (INDEX:8) */
.collection-seo {
    padding: 48px var(--page-margin) 64px;
    max-width: 860px;
  }

  .collection-seo__title {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 400;
    color: var(--color-brand-dark);
    margin-bottom: 16px;
  }

  .collection-seo__text {
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-text-muted, #888);
  }

  .collection-seo__text p { margin-bottom: 12px; }
  .collection-seo__text p:last-child { margin-bottom: 0; }

  @media (max-width: 768px) {
    .collection-seo {
      padding: 32px var(--page-margin) 48px;
    }
  }
/* END_SECTION:collection-seo */

/* START_SECTION:collection (INDEX:9) */
/* ══════════════════════════════════════════════════
   COLLECTION PAGE
   ══════════════════════════════════════════════════ */

  .col-page {
    padding: 20px 0;
    min-height: 200px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #3b3b3b;
  }

  .col-boxed {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  /* ── Title ── */
  .col-title-block {
    padding: 30px 0 20px;
  }

  .col-title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(1.75rem, calc(1.65rem + 0.5vw), 2.25rem);
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 2.5rem;
  }

  /* ══════════════════════════════════════════════════
   FILTER BAR
   ══════════════════════════════════════════════════ */

  .col-filter-form {
    margin: 0;
    padding: 0;
  }

  .col-filter-row {
    margin-bottom: 0;
  }

  .col-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
  }

  .col-filter-pill {
    position: relative;
  }

  .col-filter-pill__btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #eee;
    border-radius: 1.5rem;
    padding: 0 14px;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    height: 38px;
    line-height: 1;
  }

  .col-filter-pill__btn:hover {
    background: #f4f4f4;
  }

  .col-filter-pill__arrow {
    flex-shrink: 0;
    fill: #758ca3;
    transition: transform 0.2s;
    width: 14px;
    height: 14px;
  }

  .col-filter-pill__btn[aria-expanded='true'] .col-filter-pill__arrow {
    transform: rotate(180deg);
  }

  .col-filter-pill__count {
    background: #3b3b3b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
  }

  .col-filter-pill__drop {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 300;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 1.5rem;
    min-width: 240px;
    padding: 13px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  .col-filter-pill__drop[hidden] {
    display: none;
  }

  .col-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
  }

  .col-filter-list__item {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .col-filter-check {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .col-filter-check__input {
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    background: #fff;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s;
  }

  .col-filter-check__input:checked {
    background: #3b3b3b;
    border-color: #3b3b3b;
  }

  .col-filter-check__input:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
  }

  .col-filter-check__label {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
  }

  .col-filter-price {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
  }

  .col-filter-price__input {
    width: 80px;
    padding: 6px 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: inherit;
    color: #3b3b3b;
    outline: none;
  }

  .col-filter-apply-btn {
    display: block;
    width: 100%;
    padding: 8px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
  }

  /* ── Action row ── */
  .col-filter-actions {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .col-filter-actions__show {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 1.5rem;
    height: 38px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 1.5rem;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .col-filter-actions__reset {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 1.5rem;
    height: 38px;
    background: transparent;
    color: #3b3b3b;
    border: 1px solid #eee;
    border-radius: 1.5rem;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
  }

  .col-filter-actions__reset:hover {
    background: #f4f4f4;
    text-decoration: none;
  }

  .col-filter-actions__reset svg {
    fill: #758ca3;
    flex-shrink: 0;
  }

  /* ══════════════════════════════════════════════════
   LISTING HEADER
   ══════════════════════════════════════════════════ */

  .col-listing-header {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .col-listing-summary {
    display: flex;
    flex-direction: row;
    gap: 2px;
  }

  .col-listing-summary__pages {
    color: #3b3b3b;
    font-size: 0.875rem;
  }

  .col-listing-summary__items {
    color: #3b3b3b;
    font-size: 0.875rem;
  }

  .col-sort__select {
    border: 1px solid #eee;
    border-radius: 1.5rem;
    padding: 8px 36px 8px 16px;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    background: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    min-width: 160px;
    outline: none;
  }

  /* ══════════════════════════════════════════════════
   PRODUCT GRID
   ══════════════════════════════════════════════════ */

  .col-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }

  .col-card {
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  /* Image box */
  .col-card__img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f6f6f6;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
  }

  /* Badges */
  .col-card__badges {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
  }

  .col-card__badge {
    display: inline-block;
    padding: 0 8px;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    border-radius: 0 3px 3px 0;
  }

  .col-card__badge--new {
    background: #28a745;
  }
  .col-card__badge--soldout {
    background: #f8d082;
    color: #3b3b3b;
  }

  /* Image */
  .col-card__img-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .col-card__img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }

  .col-card__img-wrap:hover .col-card__img {
    transform: scale(1.03);
  }

  .col-card__img--placeholder {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  /* Wishlist */
  .col-card__wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: none;
    display: grid;
    place-content: center;
    cursor: pointer;
    color: #4a545b;
    transition: background 0.2s;
  }

  .col-card__wishlist:hover {
    background: #eee;
  }

  .col-card__wishlist.is-active svg path {
    fill: #e53935;
    stroke: #e53935;
  }

  /* ── Swatch thumbnails (color variant row) ── */
  .col-card__swatches {
    display: flex;
    gap: 10px;
    min-height: 50px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .col-card__swatch-thumb {
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
    transition: outline 0.15s;
  }

  .col-card__swatch-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    display: block;
    transition: opacity 0.2s;
  }

  .col-card__swatch-thumb:hover {
    outline: 1.5px solid #222;
  }

  .col-card__swatch-thumb.is-active {
    outline: 1.5px solid #222;
  }

  /* ── Info row ── */
  .col-card__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 12px;
    gap: 8px;
  }

  .col-card__meta {
    flex: 1;
    min-width: 0;
    padding: 0 0.5rem;
  }

  .col-card__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 1.375rem;
    margin-bottom: 0;
    max-height: 2.75rem;
  }

  .col-card__name:hover {
    text-decoration: none;
  }

  .col-card__price {
    margin-top: 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    display: flex;
    gap: 6px;
    align-items: baseline;
  }

  .col-card__price--sale {
    color: #e53935;
    font-weight: 700;
  }
  .col-card__price--compare {
    color: #aaa;
    font-size: 0.8125rem;
    text-decoration: line-through;
  }

  .col-card__detail-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8d082;
    display: grid;
    place-content: center;
    color: #3b3b3b;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 18px;
  }

  .col-card__detail-btn:hover {
    background: #f9d795;
    text-decoration: none;
  }

  .col-card__detail-btn svg {
    fill: #3b3b3b;
  }

  /* ══════════════════════════════════════════════════
   EMPTY / PAGINATION / SEO
   ══════════════════════════════════════════════════ */

  .col-empty {
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .col-empty p {
    font-size: 1rem;
    color: #999;
  }

  .col-btn--dark {
    display: inline-block;
    padding: 10px 28px;
    background: #222;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
  }

  .col-btn--dark:hover {
    background: #333;
  }

  .col-pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
    padding: 0 20px;
  }

  .col-pagination__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .col-pagination__item {
    display: flex;
  }

  .col-pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
  }

  .col-pagination__link:hover {
    background: #f4f4f4;
    color: #222;
    text-decoration: none;
  }

  .col-pagination__item--active .col-pagination__link {
    color: #222;
    font-weight: 700;
    background: transparent;
  }

  .col-pagination__ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #acacac;
    font-size: 0.9375rem;
  }

  .col-seo-text {
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    color: #222;
    line-height: 1.5;
    word-break: break-word;
  }

  .col-seo-text h2 {
    font-family: Arial, sans-serif !important;
    font-size: 16pt !important;
    font-weight: 700 !important;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2.125rem !important;
    margin-top: 18pt !important;
    margin-bottom: 6pt !important;
  }

  .col-seo-text p {
    margin-top: 12pt;
    margin-bottom: 12pt;
    font-size: 11pt;
    font-family: Arial, sans-serif !important;
    color: #222222 !important;
    background-color: #ffffff !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-decoration: none !important;
    vertical-align: baseline !important;
  }
  .col-seo-text ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .col-seo-text li {
    font-size: 0.875rem;
    margin-bottom: 4pt;
    line-height: 1.38;
  }
  .col-seo-text a {
    color: #3b3b3b;
    text-decoration: underline transparent;
    transition: all 0.3s;
  }
  .col-seo-text a:hover {
    color: #222;
    text-decoration: underline;
  }

  /* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */

  @media (max-width: 1199px) {
    .col-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 991px) {
    .col-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 15px;
    }
  }

  @media (max-width: 767px) {
    .col-boxed {
      padding-inline: 15px;
    }
    .col-filter-pill__btn {
      font-size: 0.875rem;
      padding: 0 10px;
      height: 34px;
    }
    .col-filter-actions__show {
      font-size: 0.875rem;
      height: 36px;
    }
    .col-filter-actions__reset {
      font-size: 0.875rem;
      height: 36px;
      padding: 0 1rem;
    }
    .col-listing-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
    .col-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 10px;
    }
    .col-card__badge {
      font-size: 0.875rem;
      height: 1.75rem;
      line-height: 1.75rem;
    }
    .col-card__name {
      font-size: 0.875rem;
    }
    .col-card__price {
      font-size: 0.875rem;
    }
    .col-card__detail-btn {
      width: 36px;
      height: 36px;
      margin-top: 14px;
    }
    .col-card__swatch-thumb {
      width: 40px;
      height: 40px;
    }
    .col-card__swatches {
      gap: 6px;
      min-height: 42px;
    }
  }

  @media (max-width: 575px) {
    .col-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 8px;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:10) */
.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:collections */

/* START_SECTION:contact-form (INDEX:11) */
/* ═══════════════════════════════════════════════
   CONTACT PAGE — matches uzurii.com live design
   ═══════════════════════════════════════════════ */

.contact-page {
  padding: 20px 0;
  min-height: 200px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.938rem;
  color: #3b3b3b;
}

@media (min-width: 1200px) {
  .contact-page {
    min-height: 700px;
  }
}

/* ── Sidebar layout: empty left col (25%) + main content (75%) ── */
.contact-page__section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-page__sidebar {
  /* Empty sidebar matching col-lg-4 col-xl-3 */
  flex: 0 0 auto;
  width: 25%;
}

.contact-page__main {
  /* Main content matching col-lg-8 col-xl-9 */
  flex: 0 0 auto;
  width: 75%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ── Info block: heading + paragraph + table ── */
.contact-page__info-block {
  padding: 20px;
}

.contact-page__heading {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.75rem, calc(1.65rem + 0.5vw), 2.25rem);
  font-weight: 700;
  line-height: 2.5rem;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.contact-page__intro {
  font-size: 0.938rem;
  line-height: 1.5;
  color: #3b3b3b;
  margin-bottom: 1rem;
}

/* Contact info table */
.contact-page__info-table {
  border-collapse: collapse;
  width: auto;
}

.contact-page__info-table tr {
  border: none;
}

.contact-page__info-table td {
  padding: 3px 20px 3px 0;
  font-size: 0.875rem;
  color: #3b3b3b;
  border: none;
  vertical-align: top;
}

.contact-page__info-label {
  font-weight: 400;
  white-space: nowrap;
  min-width: 100px;
}

.contact-page__info-value a {
  color: #3b3b3b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-page__info-value a:hover {
  color: #222;
  text-decoration: underline;
}

/* ── Form card ── */
.contact-page__form-wrap {
  padding: 20px;
}

.contact-page__card {
  background: transparent;
}

/* Card title: matches Shopware .card-title with border-bottom removed */
.contact-page__card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
  margin-bottom: 1.5rem;
}

/* ── Form grid rows ── */
.contact-page__row {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0;
}

.contact-page__row--3 {
  grid-template-columns: repeat(3, 1fr);
}

.contact-page__row--2 {
  grid-template-columns: repeat(2, 1fr);
}

.contact-page__row--1 {
  grid-template-columns: 1fr;
}

/* ── Field ── */
.contact-page__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* Label: matches .form-label — weight 400, small size */
.contact-page__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 3px;
}

.contact-page__required {
  color: #e74c3c;
  margin-left: 1px;
}

/* Input + Select: matches .form-control / .form-select */
.contact-page__input,
.contact-page__select,
.contact-page__textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.25rem 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #3b3b3b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  outline: 0;
  transition: border-color 0.15s ease-in-out;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.contact-page__input:focus,
.contact-page__select:focus,
.contact-page__textarea:focus {
  border-color: #3b3b3b;
  outline: 0;
}

.contact-page__input::placeholder,
.contact-page__textarea::placeholder {
  color: #aaa;
  opacity: 1;
}

/* Select: dropdown arrow */
.contact-page__select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2rem;
  cursor: pointer;
}

/* Textarea */
.contact-page__textarea {
  height: auto;
  min-height: calc(1.5rem * 5 + 0.5rem * 2);
  resize: vertical;
  padding: 0.5rem 1rem;
}

/* ── Required note ── */
.contact-page__required-note {
  font-size: 0.75rem;
  color: #3b3b3b;
  margin: 0 0 0.5rem;
}

/* ── Privacy ── */
.contact-page__privacy-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 4px;
}

.contact-page__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #3b3b3b;
  padding-left: 0;
}

.contact-page__checkbox {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0.25em;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  print-color-adjust: exact;
}

.contact-page__checkbox:checked {
  background-color: #222222;
  border-color: #222222;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.contact-page__privacy-text {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #3b3b3b;
}

.contact-page__privacy-text a {
  color: #3b3b3b;
  text-decoration: underline;
}

.contact-page__privacy-text a:hover {
  color: #222;
}

/* ── Submit row — button floated right like original ── */
.contact-page__submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.contact-page__submit-btn {
  display: inline-block;
  padding: 0.125rem 1.5rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #3b3b3b;
  background-color: #F8D082;
  border: 1px solid #F8D082;
  border-radius: 1rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  -webkit-appearance: button;
  appearance: button;
}

.contact-page__submit-btn:hover {
  background-color: #f9d795;
  border-color: #f9d58f;
}

/* ── Success message ── */
.contact-page__success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: #f0faf4;
  border: 1px solid #c3e6cb;
  border-radius: 0.25rem;
  color: #2d6a4f;
  font-size: 0.875rem;
}

/* ── Errors ── */
.contact-page__errors {
  padding: 12px 16px;
  background: #fef0f0;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #c0392b;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

/* ═══════════════════
   RESPONSIVE
   ═══════════════════ */

@media (max-width: 1199px) {
  .contact-page__sidebar {
    width: 33.33333%;
  }
  .contact-page__main {
    width: 66.66667%;
  }
}

@media (max-width: 991px) {
  .contact-page__sidebar {
    display: none;
  }
  .contact-page__main {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .contact-page__row--3 {
    grid-template-columns: 1fr;
  }
  .contact-page__row--2 {
    grid-template-columns: 1fr;
  }
  .contact-page__section {
    padding: 0 16px;
  }
}
/* END_SECTION:contact-form */

/* START_SECTION:custom-section (INDEX:12) */
.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:faq (INDEX:13) */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

  .faq-container {
    padding: 20px 0 64px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .page-width {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  @media (min-width: 768px) {
    .page-width {
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  .faq__title {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(1.75rem, calc(1.65rem + 0.005 * 100vw), 2.25rem);
    font-weight: 700;
    line-height: 2.5rem;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: left;
    margin-top: 0;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
  }

  .faq__category {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    line-height: 2.125rem;
    color: #222222;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }

  .faq__category:first-child {
    margin-top: 0;
  }

  .faq__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0;
  }

  .faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    line-height: 2.063rem;
    color: #222222;
    cursor: pointer;
    list-style: none;
    user-select: none;
    text-transform: uppercase;
    margin: 0;
  }

  .faq__question::-webkit-details-marker { 
    display: none; 
  }
  
  .faq__question::marker { 
    display: none; 
  }

  .faq__question span {
    flex: 1;
  }

  .faq__icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #758CA3;
    width: 16px;
    height: 16px;
  }

  details[open] .faq__icon {
    transform: rotate(180deg);
  }

  .faq__answer {
    padding-bottom: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938rem;
    line-height: 1.8;
    color: #3B3B3B;
  }

  .faq__answer p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.938rem;
    line-height: 1.8;
    color: #3B3B3B;
  }

  .faq__answer p:last-child {
    margin-bottom: 0;
  }

  .faq__answer ul,
  .faq__answer ol {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .faq__answer ul ul { 
    margin-bottom: 0; 
  }

  .faq__answer li { 
    margin-bottom: 4px; 
    font-size: 0.938rem;
    line-height: 1.8;
    color: #3B3B3B;
  }

  .faq__answer li > p { 
    margin-bottom: 4px; 
  }
  
  .faq__answer li > p:last-child { 
    margin-bottom: 0; 
  }

  .faq__answer strong {
    font-weight: 700;
    color: #222222;
  }

  .faq__answer a {
    color: #3B3B3B;
    text-decoration: underline;
    transition: all 0.3s ease;
  }

  .faq__answer a:hover {
    color: #222222;
    text-decoration: none;
  }

  /* Subtle hover effect on questions */
  .faq__question:hover {
    color: #1a1a1a;
  }

  @media (max-width: 768px) {
    .faq-container {
      padding: 20px 0 40px;
    }
    
    .page-width {
      padding-right: 16px;
      padding-left: 16px;
    }

    .faq__title {
      font-size: 1.75rem;
      margin-bottom: 32px;
    }

    .faq__category {
      font-size: 1.5rem;
      margin-top: 40px;
    }

    .faq__question {
      font-size: 1.25rem;
      padding: 16px 0;
    }
  }
/* END_SECTION:faq */

/* START_SECTION:footer (INDEX:14) */
/* ══════════════════════════════════
     NEWSLETTER BAR
     ══════════════════════════════════ */
  .footer-newsletter {
    background-color: #f8d082;
    border: 0;
    color: #3b3b3b;
    padding: 3rem 0;
  }

  .footer-newsletter__inner {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: var(--page-margin);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  @media (min-width: 768px) {
    .footer-newsletter__inner {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }

  @media (min-width: 992px) {
    .footer-newsletter__inner {
      gap: 3rem;
    }
  }

  /* Heading side */
  .footer-newsletter_title {
    flex: 1;
    margin: 0;
  }

  .footer-newsletter__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #222222;
    margin: 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #3b3b3b;
    max-width: 600px;
    text-transform: initial;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
  }

  /* Form side */
  .footer-newsletter__form {
    flex: 1;
    max-width: 400px;
    width: 100%;
  }

  .footer-newsletter__fields {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-newsletter__field-group {
    min-height: 50px;
    display: flex;
    align-items: stretch;
  }

  .footer-newsletter__input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    background: none;
    border: 1px solid #abb0b2;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    min-height: 50px;
    color: #3b3b3b;
    outline: none;
    transition: border-color 0.2s ease;
  }

  .footer-newsletter__input:focus {
    border-color: #3b3b3b;
  }

  .footer-newsletter__input::placeholder {
    color: rgba(59, 59, 59, 0.6);
  }

  .footer-newsletter__submit-wrap {
    display: flex;
    align-items: stretch;
    min-height: 50px;
  }

  .footer-newsletter__submit {
    display: block;
    width: 100%;
    background-color: #111;
    border: 0 none;
    border-radius: 4px;
    transition: background 0.23s ease-in-out;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    min-height: 50px;
    padding: 0 22px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: button;
  }

  .footer-newsletter__submit:hover {
    background-color: #333;
  }

  .footer-newsletter__responses {
    margin-top: 8px;
  }

  .footer-newsletter__response {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0.5em 0;
  }

  .footer-newsletter__response--error {
    color: #e85c41;
  }

  .footer-newsletter__response--success {
    color: #529214;
  }

  /* ══════════════════════════════════
     MAIN FOOTER
     ══════════════════════════════════ */
  .site-footer {
    background-color: #f9f5e7;
  }

  .site-footer__inner {
    max-width: var(--max-width);
    margin-inline: auto;
    padding: 48px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .site-footer__links a {
    font-size: 14px;
    color: #3b3b3b;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .site-footer__links a:hover {
    color: #222;
    text-decoration: underline;
  }

  /* ── Social column ── */
  .site-footer__col--social {
    margin-left: auto;
  }

  .site-footer__social-label {
    font-size: 14px;
    color: #3b3b3b;
    margin: 0 0 16px;
  }

  .site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .site-footer__social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
  }

  .site-footer__social-icon:hover {
    background-color: #444;
  }

  .site-footer__social-icon svg {
    fill: #fff;
  }

  /* ── Bottom bar ── */
  .site-footer__bottom {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .site-footer__bottom-inner {
    max-width: var(--max-width);
    margin-inline: auto;
    padding: 20px 36px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .site-footer__pay-label {
    font-size: 14px;
    color: #3b3b3b;
    margin: 0;
    white-space: nowrap;
  }

  .site-footer__payment {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .site-footer__payment img {
    height: 30px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
  }

  /* ══════════════════════════════════
     RESPONSIVE
     ══════════════════════════════════ */
  @media (max-width: 767px) {
    .footer-newsletter__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }

    .footer-newsletter__heading {
      font-size: 2rem;
      white-space: normal;
      width: 350px;
    }

    .footer-newsletter__form {
      width: 100%;
      max-width: 100%;
    }

    .footer-newsletter__fields {
      grid-template-columns: 2fr 1fr;
    }

    .site-footer__inner {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      padding-bottom: 32px;
    }

    .site-footer__col--social {
      grid-column: 1 / -1;
      margin-left: 0;
    }

    .site-footer__bottom-inner {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media (max-width: 480px) {
    .site-footer__inner {
      grid-template-columns: 1fr;
    }

    .footer-newsletter__fields {
      grid-template-rows: 1fr;
      row-gap: 10px;
    }

    .footer-newsletter__submit-wrap {
      min-height: auto;
    }

    .footer-newsletter__submit {
      min-height: 44px;
      width: 100%;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:handmade (INDEX:15) */
/* ── Base ── */
  .handmade-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #3b3b3b;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    line-height: 1.5;
  }

  .handmade-section {
    overflow: clip;
  }

  .page-width-hm {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .handmade-img {
    display: block;
    max-width: 100%;
  }

  .handmade-img--stretch {
    width: 100%;
    height: auto;
  }

  /* ── Section 1: Sidebar text layout ── */
  .handmade-text-section {
    padding: 20px 20px;
  }

  .handmade-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  /* Empty sidebar — hidden on mobile, takes 25% on xl */
  .handmade-sidebar {
    display: none;
    flex-shrink: 0;
  }

  @media (min-width: 992px) {
    .handmade-sidebar {
      display: block;
      width: 33.33333333%;
      flex: 0 0 auto;
    }
  }

  @media (min-width: 1200px) {
    .handmade-sidebar {
      width: 25%;
    }
  }

  .handmade-main-content {
    flex: 1;
    min-width: 0;
  }

  @media (min-width: 992px) {
    .handmade-main-content {
      width: 66.66666667%;
      flex: 0 0 auto;
    }
  }

  @media (min-width: 1200px) {
    .handmade-main-content {
      width: 75%;
    }
  }

  .handmade-text-block {
    padding: 20px;
  }

  /* RTE headings */
  .handmade-text-block h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.75rem, calc(1.65rem + 0.005 * 100vw), 2.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }

  .handmade-text-block p {
    margin-bottom: 1rem;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    color: #3b3b3b;
    line-height: 1.5;
  }

  .handmade-text-block p:last-child {
    margin-bottom: 0;
  }

  /* ── Section 2: Three-column gallery ── */
  .handmade-three-col {
    padding: 20px 20px;
  }

  .handmade-three-col__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .handmade-three-col__item {
    width: 100%;
    padding-inline: 20px;
    margin-bottom: 20px;
  }

  @media (min-width: 768px) {
    .handmade-three-col__item {
      width: 33.33333333%;
      margin-bottom: 0;
    }
  }

  /* ── Section 3: Two-column cover images ── */
  .handmade-two-col {
    padding: 20px 20px;
  }

  .handmade-two-col__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
  }

  .handmade-two-col__item {
    width: 100%;
    padding-inline: 20px;
    overflow: hidden;
    min-height: 300px;
    position: relative;
  }

  @media (min-width: 768px) {
    .handmade-two-col__item {
      width: 50%;
      min-height: 500px;
    }
  }

  .handmade-img--cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── Section 4: Heading ── */
  .handmade-heading-section {
    padding: 20px 20px;
  }

  .handmade-heading-center {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    min-height: 60px;
  }

  .handmade-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.125rem;
    margin: 0;
  }

  /* ── Section 5: Full-width image ── */
  .handmade-fullwidth {
    padding: 0;
    overflow: clip;
    margin-bottom: 20px;
  }

  .handmade-fullwidth__img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .page-width-hm {
      padding-inline: 20px;
    }

    .handmade-text-section,
    .handmade-three-col,
    .handmade-two-col,
    .handmade-heading-section {
      padding-inline: 20px;
    }

    .handmade-text-block {
      padding: 12px 0;
    }
  }

  @media (max-width: 767px) {
    .handmade-two-col__item {
      min-height: 280px;
      margin-bottom: 16px;
    }
  }
/* END_SECTION:handmade */

/* START_SECTION:header (INDEX:16) */
/* ── Header base (desktop unchanged) ── */
  .site-header {
    position: sticky;
    top: var(--announcement-bar-height, 36px);
    z-index: 600;
    background-color: var(--color-white);
  }

  .site-header__inner {
    max-width: var(--max-width);
    margin-inline: auto;
    padding-inline: var(--page-margin);
    height: var(--header-nav-height);
    display: flex;
    align-items: center;
    gap: 32px;
  }

  /* ── Logo ── */
  .site-header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .site-header__logo img,
  .site-header__logo svg {
    height: 30px;
    width: auto;
    display: block;
  }

  /* ── Desktop nav ── */
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    justify-content: center;
    margin-left: -100px;
  }

  .site-header__nav-link {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #222222e0;
    text-decoration: none;
    white-space: nowrap;
  }

  .site-header__nav-link:hover,
  .site-header__nav-link--active {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /* ── Mega menu (desktop) ── */
  .site-header__nav-item {
    position: static;
  }

  .mega-menu {
    position: fixed;
    top: var(--header-nav-height);
    left: 0;
    width: 100%;
    background: var(--color-white);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 300;
  }

  .site-header__nav-item:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mega-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mega-menu__inner {
    max-width: var(--max-width);
    margin-inline: auto;
    padding: 32px var(--page-margin) 40px;
    display: flex;
    gap: 0;
  }

  .mega-menu__col--left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 220px;
    padding-right: 48px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mega-menu__link {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-brand-dark);
    text-decoration: none;
    line-height: 1.3;
  }

  .mega-menu__link:hover,
  .mega-menu__link.is-active {
    color: var(--color-brand-gold);
  }

  /* ── Search bar (desktop) ── */
  .site-header__search-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 2px;
    overflow: hidden;
    height: 36px;
    margin-right: 30px;
  }

  .site-header__search-input {
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 13px;
    font-family: var(--font-body);
    color: var(--color-brand-dark);
    width: 200px;
    background: transparent;
  }

  .site-header__search-input::placeholder {
    color: #aaa;
  }

  .site-header__search-btn {
    background: none;
    border: none;
    padding: 2px 16px;
    cursor: pointer;
    color: var(--color-brand-dark);
    display: flex;
    align-items: center;
    height: 100%;
  }

  /* ── Icons ── */
  .site-header__actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: 20px;
  }

  .site-header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-dark);
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    position: relative;
    text-decoration: none;
  }

  .site-header__icon svg {
    width: 27px;
    height: 27px;
  }

  .site-header__wishlist-count {
    position: absolute;
    top: -4px;
    right: -6px;
    background-color: var(--color-brand-dark);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
  }

  .site-header__wishlist-count.is-visible {
    opacity: 1;
    transform: scale(1);
  }

  .site-header__cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    background-color: var(--color-brand-dark);
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  /* ── Hamburger ── */
  .site-header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }

  .site-header__hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-brand-dark);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .site-header__hamburger[aria-expanded='true'] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header__hamburger[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
  }
  .site-header__hamburger[aria-expanded='true'] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* ════════════════════════════════════════
     MOBILE OFF-CANVAS NAV
     ════════════════════════════════════════ */

  /* Backdrop — dark overlay behind drawer */
  .mobile-nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 699;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .mobile-nav-backdrop.is-open {
    display: block;
    opacity: 1;
  }

  /* Drawer panel — slides in from the left */
  .mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 85vw);
    background: var(--color-white, #fff);
    z-index: 700;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    padding-top: 40px;
  }

  .mobile-nav-drawer.is-open {
    transform: translateX(0);
  }

  /* Drawer header: close button row */
  .mobile-nav-drawer__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
  }

  .mobile-nav-drawer__close {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f6f6f6;
    border: none;
    border-radius: 1rem;
    padding: 6px 14px 6px 10px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--color-brand-dark, #222);
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .mobile-nav-drawer__close:hover {
    background: #ebebeb;
  }

  /* Drawer body */
  .mobile-nav-drawer__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    overflow-y: auto;
  }

  /* Top-level link (no children) — bold, uppercase, full width */
  .mobile-nav-drawer__link {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-brand-dark, #222);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: color 0.2s ease, background 0.2s ease;
  }

  .mobile-nav-drawer__link:hover {
    background: #f9f9f9;
  }
  .mobile-nav-drawer__link.is-active {
    color: var(--color-brand-gold, #f8d082);
  }

  /* Parent link with children — accordion toggle */
  .mobile-nav-drawer__group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .mobile-nav-drawer__parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: none;
    border: none;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-brand-dark, #222);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
  }

  .mobile-nav-drawer__parent:hover {
    background: #f9f9f9;
  }

  .mobile-nav-drawer__chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    opacity: 0.6;
  }

  .mobile-nav-drawer__parent[aria-expanded='true'] .mobile-nav-drawer__chevron {
    transform: rotate(180deg);
  }

  /* Children accordion — hidden by default */
  .mobile-nav-drawer__children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
  }

  .mobile-nav-drawer__children.is-open {
    max-height: 400px;
  }

  /* Sub-link */
  .mobile-nav-drawer__sublink {
    display: block;
    padding: 12px 20px 12px 36px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-brand-dark, #222);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: color 0.2s ease;
  }

  .mobile-nav-drawer__sublink:last-child {
    border-bottom: none;
  }
  .mobile-nav-drawer__sublink:hover {
    color: var(--color-brand-gold, #f8d082);
  }
  .mobile-nav-drawer__sublink.is-active {
    color: var(--color-brand-gold, #f8d082);
  }

  /* ── Responsive helpers ── */
  @media (min-width: 992px) {
    .hide-desktop {
      display: none !important;
    }
    /* Hide mobile nav elements on desktop */
    .mobile-nav-backdrop,
    .mobile-nav-drawer {
      display: none !important;
    }
  }

  @media (max-width: 991px) {
    .hide-mobile {
      display: none !important;
    }

    .site-header__inner {
      height: 60px;
      justify-content: space-between;
    }
  }

  @media (max-width: 527px) {
    .site-header__logo img,
    .site-header__logo svg {
      height: 16px;
      margin-left: -16px;
    }
  }

  @media (max-width: 991px) {
    .site-header__actions .site-header__icon svg,
    .site-header__actions svg {
      width: 16px !important;
      height: 16px !important;
      min-width: 16px;
      min-height: 16px;
    }

    .site-header__icon {
      padding: 2px;
    }

    .site-header__actions {
      gap: 4px;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:17) */
.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;
  }

  .icon {
    width: 300px;
  }

  .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:hero-section (INDEX:18) */
/* Hero container — no fixed height, image sets its own height naturally */
  .hero {
    position: relative;
    margin-inline: 2px;
    margin-top: 10px;
    line-height: 0; /* removes gap under inline images */
  }

  /* Media wrapper just flows with the image */
  .hero__media {
    width: 100%;
    display: block;
  }

  .hero__media picture {
    display: block;
    width: 100%;
  }

  /* The image scales with the container width — NO cropping, NO fixed height */
  .hero__image,
  .hero__media picture img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: unset; /* remove any inherited object-fit */
  }

  /* Overlay sits on top of the image, fills it entirely */
  .hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    z-index: 2;
  }

  .hero__overlay.bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .hero__content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 80%;
    text-align: center;
  }

  /* Button — matches live site .btn.btn-secondary exactly */
  .hero__cta-btn {
    display: inline-block;
    padding: 0.125rem 1.5rem;
    background-color: #F8D082;
    color: #3B3B3B;
    border: 1px solid #F8D082;
    border-radius: 1rem;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.125rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    letter-spacing: 0.02em;
  }

  .hero__cta-btn:hover {
    background-color: #f9d795;
    border-color: #f9d58f;
    color: #3B3B3B;
    text-decoration: none;
  }
/* END_SECTION:hero-section */

/* START_SECTION:image-duo (INDEX:19) */
.image-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    box-sizing: border-box;
  }

  .image-duo__item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: #f5f5f5;
    text-decoration: none;
  }

  .image-duo__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  @media (max-width: 640px) {
    .image-duo {
      grid-template-columns: 1fr;
    }

    .image-duo__item {
      aspect-ratio: 4 / 0;
    }
  }
/* END_SECTION:image-duo */

/* START_SECTION:newsletter (INDEX:20) */
/* ── Base ── */
  .newsletter-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #3b3b3b;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    line-height: 1.5;
  }

  .nl-section {
    overflow: clip;
  }

  .page-width-nl {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .nl-img {
    display: block;
    max-width: 100%;
  }

  .nl-img--stretch {
    width: 100%;
    height: auto;
  }

  /* ── Section 1: Hero ── */
  .nl-hero {
    padding: 20px 20px 50px 20px;
  }

  .nl-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  @media (min-width: 992px) {
    .nl-hero__grid {
      grid-template-columns: 5fr 7fr;
      grid-template-rows: auto auto;
      column-gap: 50px;
      row-gap: 20px;
    }

    .nl-hero__img-wrap {
      grid-column: 1;
      grid-row: 1 / span 2;
    }

    .nl-hero__heading-wrap {
      grid-column: 2;
      grid-row: 1;
    }

    .nl-hero__form-wrap {
      grid-column: 2;
      grid-row: 2;
    }
  }

  .nl-hero__img-wrap {
    width: 100%;
  }

  .nl-hero__heading-wrap {
    display: flex;
    align-items: flex-start;
    padding-top: 100px;
    padding-inline: 100px;
  }

  @media (max-width: 1200px) {
    .nl-hero__heading-wrap {
      padding-top: 40px;
      padding-inline: 40px;
    }
  }

  @media (max-width: 767px) {
    .nl-hero__heading-wrap {
      padding-top: 0;
      padding-inline: 0;
    }
  }

  .nl-hero__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.125rem, calc(1.1rem + 0.00125 * 100vw), 1.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
  }

  /* ── Form ── */
  .nl-form-block {
    padding: 0;
  }

  .nl-form__title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.125rem;
    margin: 0 0 15px 0;
  }

  .nl-form {
    display: block;
    position: relative;
  }

  .nl-form__group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
  }

  .nl-form__label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.875rem;
    color: #3b3b3b;
  }

  .nl-form__asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
  }

  .nl-form__input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #abb0b2;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    color: #3b3b3b;
    outline: none;
    transition: border-color 0.2s ease;
  }

  .nl-form__input:focus {
    border-color: #3b3b3b;
  }

  .nl-form__submit-wrap {
    clear: both;
    margin-top: 10px;
  }

  .nl-form__btn {
    background-color: #111;
    border: 0 none;
    border-radius: 4px;
    transition: background 0.23s ease-in-out;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
  }

  .nl-form__btn:hover {
    background-color: #333;
  }

  /* ── Section 2: Gallery ── */
  .nl-gallery {
    padding: 20px 20px;
  }

  .nl-gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    gap: 0;
  }

  .nl-gallery__item {
    width: 100%;
    padding-inline: 7.5px;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    .nl-gallery__item {
      width: 33.33333333%;
      margin-bottom: 0;
    }
  }

  /* ── Section 3: Full-width ── */
  .nl-fullwidth {
    padding: 50px 20px 20px 20px;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .nl-fullwidth__img {
    width: 100%;
    height: 400px;
    display: block;
    min-height: 340px;
    object-fit: cover;
    margin-bottom: 20px;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .page-width-nl {
      padding-inline: 20px;
    }

    .nl-hero {
      padding: 20px;
    }
  }

  @media (max-width: 767px) {
    .nl-gallery__item {
      margin-bottom: 15px;
    }

    .nl-fullwidth__img {
      min-height: 200px;
    }
  }
/* END_SECTION:newsletter */

/* START_SECTION:page (INDEX:21) */
.page-section {
    padding: 64px var(--page-margin);
    min-height: 50vh;
  }

  .page-section__inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .page-section__title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 40px;
  }

  /* Rich text editor styles */
  .rte h1,
  .rte h2,
  .rte h3,
  .rte h4 {
    font-family: var(--font-heading);
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 0.75em;
  }

  .rte h2 {
    font-size: 1.75rem;
  }

  .rte h3 {
    font-size: 1.375rem;
  }

  .rte p {
    line-height: 1.7;
    margin-bottom: 1.25em;
    color: var(--color-text);
  }

  .rte a {
    color: var(--color-text);
    text-decoration: underline;
  }

  .rte a:hover {
    text-decoration: none;
  }

  .rte ul,
  .rte ol {
    padding-left: 1.5em;
    margin-bottom: 1.25em;
  }

  .rte li {
    line-height: 1.7;
    margin-bottom: 0.4em;
  }

  .rte img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
  }

  .rte blockquote {
    border-left: 3px solid var(--color-brand-gold);
    padding-left: 20px;
    margin: 2em 0;
    font-style: italic;
    color: var(--color-text-muted);
  }

  .rte table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 0.9rem;
  }

  .rte th,
  .rte td {
    padding: 10px 16px;
    border: 1px solid var(--color-border);
    text-align: left;
  }

  .rte th {
    background: var(--color-surface);
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .page-section {
      padding: 40px var(--page-margin);
    }

    .page-section__title {
      font-size: 1.75rem;
    }
  }
/* END_SECTION:page */

/* START_SECTION:partner-logos (INDEX:22) */
.partner-logos {
    width: 100%;
    background: #fff;
    padding: 48px 0 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* ── Heading ── */
  .partner-logos__heading-wrap {
    text-align: center;
    margin-bottom: 36px;
  }

  .partner-logos__heading {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0;
  }

  /* ── Outer wrapper — clips scroll & fades edges ── */
  .partner-logos__marquee-wrapper {
    width: 70%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }

  /* ── Track — two lists side by side, animates left ── */
  .partner-logos__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation-name: partner-marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }

  /* ── One full "lap" of logos ── */
  .partner-logos__list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  /* ── Single logo cell ── */
  .partner-logos__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partner-logos__image {
    display: block;
    height: 170px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease, opacity 0.3s ease;
  }

  .partner-logos__image:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  /* ── The actual scroll keyframe ── */
  @keyframes partner-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* ── Reduced motion: static grid ── */
  @media (prefers-reduced-motion: reduce) {
    .partner-logos__track {
      animation: none;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center;
    }
    .partner-logos__list:last-child {
      display: none;
    }
    .partner-logos__list {
      flex-wrap: wrap;
      justify-content: center;
      padding-right: 0;
      gap: 40px;
    }
  }

  @media (max-width: 527px) {
    .partner-logos__heading-wrap {
      display: none;
    }

    .partner-logos__marquee-wrapper {
      display: none;
    }

    .partner-logos {
      padding: 10px;
    }
  }
/* END_SECTION:partner-logos */

/* START_SECTION:payment-options (INDEX:24) */
/* ── Base ── */
  .payment-options-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    line-height: 1.5;
    color: #3b3b3b;
    padding: 20px 0;
    min-height: 200px;
  }

  @media (min-width: 1200px) {
    .payment-options-page {
      min-height: 700px;
    }
  }

  /* ── Sidebar layout ── */
  .page-width-po {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .payment-options-layout {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  /* Empty sidebar — 0 width on mobile, 25% on xl, 33% on lg */
  .payment-options-layout__sidebar {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-inline: 20px;
    display: none;
  }

  @media (min-width: 992px) {
    .payment-options-layout__sidebar {
      display: block;
      flex: 0 0 auto;
      width: 33.33333333%;
    }
  }

  @media (min-width: 1200px) {
    .payment-options-layout__sidebar {
      width: 25%;
    }
  }

  /* Main content */
  .payment-options-layout__main {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-inline: 20px;
  }

  @media (min-width: 992px) {
    .payment-options-layout__main {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
  }

  @media (min-width: 1200px) {
    .payment-options-layout__main {
      width: 75%;
    }
  }

  /* ── Content block ── */
  .payment-options-block {
    padding: 20px;
  }

  /* ── RTE typography ── */
  .payment-options-rte h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.75rem, calc(1.65rem + 0.005 * 100vw), 2.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .payment-options-rte p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    color: #3b3b3b;
    line-height: 1.5;
  }

  .payment-options-rte ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .payment-options-rte ul li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    color: #3b3b3b;
    line-height: 1.5;
  }

  .payment-options-rte__icon {
    vertical-align: middle;
    max-height: 24px;
    width: auto;
    display: inline-block;
    flex-shrink: 0;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .payment-options-block {
      padding: 12px 0;
    }
  }
/* END_SECTION:payment-options */

/* START_SECTION:product-slider (INDEX:25) */
/* ─── Product Slider ─────────────────────────────────────────────────────── */
  .uzr-product-slider {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 40px;
  }

  .uzr-product-slider__heading {
    font-size: 1rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 1rem;
    padding: 0 20px;
  }

  .uzr-product-slider__title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.125rem, calc(1.1rem + 0.00125 * 100vw), 1.25rem);
    font-weight: 700;
    line-height: 1.5rem;
    color: #222222;
    margin: 0 0 1rem 0;
    text-transform: initial;
  }

  /* wrapper: relative so arrows can be positioned */
  .uzr-product-slider__wrapper {
    position: relative;
    padding: 0 20px;
  }

  /* ─── Arrows ─────────────────────────────────────────────────────────────── */
  .uzr-product-slider__arrow {
    display: block;
    width: 30px;
    height: 65px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #798490;
    background: none;
    border: none;
    line-height: 65px;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    cursor: pointer;
    padding: 0;
    z-index: 2;
  }

  .uzr-product-slider__arrow--prev {
    left: -6px;
  }

  .uzr-product-slider__arrow--next {
    right: -10px;
  }

  .uzr-product-slider__arrow:hover:not(:disabled) {
    opacity: 1;
    color: #222222;
  }

  .uzr-product-slider__arrow:disabled {
    opacity: 0.2;
    cursor: default;
  }

  /* ─── Viewport / Track ───────────────────────────────────────────────────── */
  .uzr-product-slider__viewport {
    overflow: hidden;
  }

  /* tns-style: overflow visible so neighbouring card peeks */
  .uzr-product-slider__track {
    display: flex;
    gap: 30px;
    transition: transform 0.3s ease;
    will-change: transform;
    /* mirror tns inner margin trick */
  }

  .uzr-product-slider__item {
    flex: 0 0 calc((100% - 90px) / 4);
    min-width: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  /* ─── Product Card ───────────────────────────────────────────────────────── */
  .uzr-product-card {
    display: flex;
    flex-direction: column;
  }

  /* Image wrapper: square, light gray bg, rounded */
  .uzr-product-card__image-wrapper {
    aspect-ratio: 1 / 1;
    filter: brightness(97%);
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 75px;
  }

  .uzr-product-card__image-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .uzr-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
  }

  .uzr-product-card__image--placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Wishlist button: absolute top-right */
  .uzr-product-card__wishlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    display: grid;
    place-content: center;
    cursor: pointer;
    color: #758ca3;
    transition: background-color 0.15s ease;
  }

  @media (min-width: 576px) {
    .uzr-product-card__wishlist {
      top: 0.5rem;
      right: 0.5rem;
    }
  }

  .uzr-product-card__wishlist:hover {
    background: #eeeeee;
  }

  .uzr-product-card__wishlist.is-active svg path {
    fill: #758ca3;
    stroke: none;
  }

  @media (min-width: 1440px) {
    .uzr-product-slider {
      position: relative;
      overflow: hidden;
      padding: 40px 180px 40px;
    }
  }

  /* ─── Card Body: name + price row + gold + button ────────────────────────── */
  .uzr-product-card__body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
    gap: 8px;
  }

  .uzr-product-card__info {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0.5rem;
    flex: 1;
    min-width: 0;
  }

  .uzr-product-card__name {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.375rem;
    margin-bottom: 0;
    transition: color 0.3s ease;
  }

  .uzr-product-card__name:hover {
    color: #3b3b3b;
    text-decoration: none;
  }

  .uzr-product-card__price-row {
    margin-top: 30px;
  }

  .uzr-product-card__price {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    color: #3b3b3bd4;
    line-height: 1.25rem;
  }

  /* Gold "+" detail button — circular, gold background */
  .uzr-product-card__detail-btn {
    flex-shrink: 0;
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8d082;
    border: none;
    cursor: pointer;
    color: #3b3b3b;
    text-decoration: none;
    transition: background-color 0.3s ease;
    aspect-ratio: 1;
    padding: 0;
  }

  .uzr-product-card__detail-btn:hover {
    background-color: #f9d795;
    text-decoration: none;
    color: #3b3b3b;
  }

  .uzr-product-card__detail-btn svg {
    display: block;
  }

  /* ─── Mobile ─────────────────────────────────────────────────────────────── */
  @media (max-width: 991px) {
    .uzr-product-slider__viewport {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .uzr-product-slider__viewport::-webkit-scrollbar {
      display: none;
    }

    .uzr-product-slider__track {
      transform: none !important;
      margin-right: 0;
    }

    .uzr-product-slider__item {
      flex: 0 0 calc(50% - 15px);
      scroll-snap-align: start;
    }

    .uzr-product-slider__arrow {
      display: none;
    }
  }

  @media (max-width: 575px) {
    .uzr-product-slider__item {
      flex: 0 0 calc(100% - 15px);
    }
  }
/* END_SECTION:product-slider */

/* START_SECTION:product (INDEX:26) */
/* ═══════════════════════════════════════════════
   PDP — Product Detail Page
   ═══════════════════════════════════════════════ */

  .pdp {
    padding-block: 0 60px;
  }

  .pdp__layout {
    display: grid;
    grid-template-columns: 58% 1fr;
    gap: 0 40px;
    align-items: start;
    max-width: var(--max-width, 1400px);
    margin-inline: auto;
    padding-inline: var(--page-margin, 0px);
  }

  /* ═══════════════════
   LEFT — Image Grid
   ═══════════════════ */

  .pdp__gallery {
    position: sticky;
    top: 0;
  }

  .pdp__image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .pdp__grid-item {
    position: relative;
    overflow: hidden;
    filter: brightness(97%);
    cursor: zoom-in;
    aspect-ratio: 1 / 1;
  }

  .pdp__grid-item--empty {
    cursor: default;
    background: #f4f4f4;
  }

  .pdp__grid-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
  }

  .pdp__grid-item:not(.pdp__grid-item--empty):hover .pdp__grid-img {
    transform: scale(1.04);
  }

  /* ═══════════════════
   RIGHT — Info Panel
   ═══════════════════ */

  .pdp__info {
    padding: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: calc(var(--header-nav-height, 60px) + 16px);
    max-height: calc(100vh - var(--header-nav-height, 60px) - 32px);
    overflow-y: auto;
    scrollbar-width: none;
  }

  .pdp__info::-webkit-scrollbar {
    display: none;
  }

  .pdp__title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: clamp(1.95rem, 2vw, 1.75rem);
    font-weight: 400;
    color: #222;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
  }

  .pdp__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .pdp__price-regular,
  .pdp__price-sale {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3b3b3b;
  }

  .pdp__price-compare {
    font-size: 1rem;
    color: #aaa;
    text-decoration: line-through;
  }

  .pdp__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pdp__option-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom: 8px;
  }

  .pdp__color-swatches {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }

  .pdp__color-btn {
    width: 52px;
    height: 52px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    padding: 2px;
    background: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
    flex-shrink: 0;
  }

  .pdp__color-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
  }

  .pdp__color-btn span {
    font-size: 0.625rem;
    color: #3b3b3b;
    text-align: center;
    line-height: 1.2;
    padding: 2px;
  }

  .pdp__color-btn.is-selected {
    border-color: #222;
    border-width: 2px;
  }

  .pdp__option--size .pdp__size-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }

  .pdp__option-label--size {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #3b3b3b;
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pdp__size-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .pdp__size-btn {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3b3b3b;
    cursor: pointer;
    padding: 2px 0;
    transition: color 0.15s ease;
    position: relative;
    line-height: 1.4;
  }

  .pdp__size-btn::after {
    content: '';
    display: block;
    height: 2px;
    background: #3b3b3b;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    margin-top: 2px;
  }

  .pdp__size-btn.is-selected::after,
  .pdp__size-btn:hover::after {
    transform: scaleX(1);
  }

  .pdp__size-btn.is-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  /* ── ATC row ── */
  .pdp__actions {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .pdp__atc-btn {
    flex: 1;
    height: 46px;
    background-color: #ff6713;
    color: #fff;
    border: none;
    border-radius: 23px;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pdp__atc-btn:hover:not(:disabled) {
    background-color: #e05710;
  }

  .pdp__atc-btn:disabled {
    background-color: #d0d0d0;
    cursor: not-allowed;
  }

  .pdp__wishlist-btn {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #3b3b3b;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .pdp__wishlist-btn:hover {
    background: #f5f5f5;
    border-color: #bbb;
  }

  .pdp__wishlist-btn.is-active svg path {
    fill: #e53935;
    stroke: #e53935;
  }

  /* ── Trustpilot logo link ── */
  .pdp__trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
  }

  .pdp__trustpilot-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: #191919;
    transition: opacity 0.2s ease;
  }

  .pdp__trustpilot-link:hover {
    opacity: 0.75;
  }

  .pdp__tp-star {
    flex-shrink: 0;
  }

  .pdp__tp-text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #191919;
    line-height: 1;
  }

  /* ── Payment icons ── */
  .pdp__payment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
  }

  .pdp__payment img {
    height: 30px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
  }

  /* ── USPs ── */
  .pdp__usps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  .pdp__usp-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #3b3b3b;
    line-height: 1.4;
  }

  .pdp__usp-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f8d082;
    flex-shrink: 0;
  }

  /* ── Accordions ── */
  .pdp__accordions {
    border-top: 1px solid #eeeeee;
  }

  .pdp__accordion {
    border-bottom: 1px solid #eeeeee;
  }

  .pdp__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
    cursor: pointer;
    list-style: none;
    user-select: none;
    gap: 8px;
  }

  .pdp__accordion-trigger::-webkit-details-marker {
    display: none;
  }
  .pdp__accordion-trigger::marker {
    display: none;
  }

  .pdp__accordion-icon {
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 1;
    flex-shrink: 0;
  }

  .pdp__accordion-minus {
    display: none;
  }
  details[open] .pdp__accordion-plus {
    display: none;
  }
  details[open] .pdp__accordion-minus {
    display: inline;
  }

  .pdp__accordion-body {
    padding-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #3b3b3b;
  }

  .pdp__accordion-body p {
    margin: 0 0 10px;
  }
  .pdp__accordion-body p:last-child {
    margin-bottom: 0;
  }

  .pdp__size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    margin-bottom: 12px;
  }

  .pdp__size-table th,
  .pdp__size-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
  }

  .pdp__size-table th {
    font-weight: 700;
  }

  .pdp__size-table tr:nth-child(even) td {
    background: #f9f9f9;
  }

  /* ═══════════════════
   LIGHTBOX
   ═══════════════════ */

  .pdp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: stretch;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .pdp-lightbox.is-open {
    opacity: 1;
    visibility: visible;
  }

  .pdp-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  .pdp-lightbox__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
  }

  .pdp-lightbox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    gap: 4px;
  }

  .pdp-lightbox__zoom-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #f4f4f4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3b3b;
    transition: background 0.2s ease;
  }

  .pdp-lightbox__zoom-btn:hover {
    background: #e8e8e8;
  }

  .pdp-lightbox__close {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3b3b;
    transition: background 0.2s ease;
  }

  .pdp-lightbox__close:hover {
    background: #f4f4f4;
  }

  .pdp-lightbox__stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
  }

  .pdp-lightbox__img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .pdp-lightbox__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.2s ease;
    cursor: grab;
    user-select: none;
  }

  .pdp-lightbox__img:active {
    cursor: grabbing;
  }

  .pdp-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 70px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(200, 200, 200, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    z-index: 5;
  }

  .pdp-lightbox__nav:hover {
    opacity: 1;
  }
  .pdp-lightbox__nav--prev {
    left: 0;
  }
  .pdp-lightbox__nav--next {
    right: 0;
  }

  .pdp-lightbox__thumbs {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 60px;
    background: #fff;
    border-top: 1px solid #eee;
    overflow-x: auto;
    scrollbar-width: none;
    flex-shrink: 0;
  }

  .pdp-lightbox__thumbs::-webkit-scrollbar {
    display: none;
  }

  .pdp-lightbox__thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    transition: border-color 0.2s ease;
  }

  .pdp-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pdp-lightbox__thumb.is-active {
    border-color: #222;
    border-width: 2px;
  }

  /* ═══════════════════
   RESPONSIVE
   ═══════════════════ */

  @media (max-width: 991px) {
    .pdp__layout {
      grid-template-columns: 1fr;
      gap: 20px 0;
    }

    .pdp__gallery {
      position: static;
    }

    .pdp__info {
      position: static;
      padding: 0 16px;
      max-height: none;
      overflow-y: visible;
    }
  }

  @media (max-width: 575px) {
    .pdp__image-grid {
      gap: 2px;
    }

    .pdp-lightbox__thumbs {
      padding: 8px 16px;
    }

    .pdp-lightbox__stage {
      padding: 50px 36px 90px;
    }
  }

  @media (max-width: 768px) {
    .pdp__image-grid {
      display: flex;
      overflow-x: auto;
      gap: 0px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      margin-inline: -30px;
    }

    .pdp__grid-item {
      flex: 0 0 80%;
      scroll-snap-align: start;
      aspect-ratio: 1 / 1;
    }

    /* hide scrollbar (optional) */
    .pdp__image-grid::-webkit-scrollbar {
      display: none;
    }

    .pdp__layout {
      padding-inline: 0px;
    }

    .pdp__color-btn {
      width: 50px;
    }
  }
/* END_SECTION:product */

/* START_SECTION:rich-content (INDEX:28) */
.rich-content {
    padding: 64px var(--page-margin);
    display: flex;
    gap: 64px;
    align-items: center;
  }

  /* Layouts */
  .rich-content--text-only {
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .rich-content--image-left {
    flex-direction: row;
  }

  .rich-content--image-right {
    flex-direction: row-reverse;
  }

  .rich-content__media {
    flex: 0 0 45%;
  }

  .rich-content__image {
    width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
    display: block;
  }

  .rich-content__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .rich-content__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-brand-gold);
  }

  .rich-content__heading {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: var(--color-brand-dark);
    line-height: 1.2;
    margin: 0;
  }

  .rich-content__text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
  }

  .rich-content__text p { margin-bottom: 14px; }
  .rich-content__text p:last-child { margin-bottom: 0; }

  .rich-content__cta {
    align-self: flex-start;
    margin-top: 8px;
  }

  .rich-content--text-only .rich-content__cta {
    align-self: center;
  }

  @media (max-width: 768px) {
    .rich-content {
      flex-direction: column !important;
      gap: 32px;
      padding: 40px var(--page-margin);
    }

    .rich-content__media {
      flex: 0 0 auto;
      width: 100%;
    }
  }
/* END_SECTION:rich-content */

/* START_SECTION:search (INDEX:29) */
.search-page {
    padding: 48px var(--page-margin);
    min-height: 60vh;
  }

  .search-page__header {
    margin-bottom: 48px;
    text-align: center;
  }

  .search-page__title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 32px;
  }

  .search-page__form {
    max-width: 600px;
    margin: 0 auto;
  }

  .search-page__input-wrap {
    display: flex;
    border: 1px solid var(--color-border);
    background: #fff;
  }

  .search-page__input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    font-size: 1rem;
    font-family: var(--font-body);
    outline: none;
    background: transparent;
  }

  .search-page__submit {
    width: 52px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    transition: background 0.2s;
  }

  .search-page__submit:hover {
    background: var(--color-surface);
  }

  .search-page__count {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-bottom: 32px;
  }

  .search-page__empty {
    text-align: center;
    padding: 48px 0;
  }

  .search-page__empty-hint {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin-top: 8px;
  }

  .search-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .search-result-article {
    display: block;
    text-decoration: none;
    color: var(--color-text);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: box-shadow 0.2s;
  }

  .search-result-article:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  }

  .search-result-article__image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
  }

  .search-result-article__body {
    padding: 16px;
  }

  .search-result-article__type {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
  }

  .search-result-article__title {
    font-weight: 500;
    margin-top: 6px;
  }

  @media (max-width: 1024px) {
    .search-results {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    .search-page {
      padding: 32px var(--page-margin);
    }

    .search-page__title {
      font-size: 1.75rem;
    }

    .search-results {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
  }
/* END_SECTION:search */

/* START_SECTION:sustainability (INDEX:38) */
/* ── Base ── */
  .sustainability-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #3b3b3b;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    line-height: 1.5;
    min-height: 200px;
    padding: 20px 0;
  }

  @media (min-width: 1200px) {
    .sustainability-page {
      min-height: 700px;
    }
  }

  .sustainability-section {
    overflow: clip;
  }

  .page-width-sus {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .sus-img {
    display: block;
    max-width: 100%;
  }

  .sus-img--stretch {
    width: 100%;
    height: auto;
  }

  /* ── Section 1: Optional top image ── */
  .sustainability-top-image {
    padding: 20px 40px;
  }

  .sustainability-top-image__wrap {
    width: 100%;
  }

  /* ── Section 2: Text with float-right cert image ── */
  .sustainability-text-section {
    padding: 20px 40px;
  }

  .sustainability-text-block {
    padding: 20px;
  }

  /* Cert image floats right, max 340px wide — matches live site exactly */
  .sus-cert-img {
    float: right;
    width: 100%;
    max-width: 340px;
    padding-bottom: 8px;
    padding-left: 24px;
    display: block;
    vertical-align: middle;
  }

  /* RTE content */
  .sus-rte p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    color: #3b3b3b;
    line-height: 1.5;
  }

  .sus-rte p:last-child {
    margin-bottom: 0;
  }

  .sus-rte b,
  .sus-rte strong {
    font-weight: bolder;
  }

  .sus-rte a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .sus-rte a:hover {
    color: #222222;
    text-decoration: underline;
  }

  .sus-rte sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
  }

  /* ── Clearfix after float ── */
  .sustainability-text-block::after {
    content: '';
    display: table;
    clear: both;
  }

  /* ── Responsive ── */
  @media (max-width: 767px) {
    .page-width-sus {
      padding-inline: 20px;
    }

    .sustainability-text-section,
    .sustainability-top-image {
      padding-inline: 20px;
    }

    .sustainability-text-block {
      padding: 12px 0;
    }

    /* Stack cert image on mobile */
    .sus-cert-img {
      float: none;
      max-width: 100%;
      padding-left: 0;
      margin-bottom: 16px;
    }
  }
/* END_SECTION:sustainability */

/* START_SECTION:testimonials (INDEX:39) */
.testimonials {
    padding: 64px 0;
    text-align: center;
    overflow: hidden;
  }

  .testimonials__header {
    margin-bottom: 48px;
  }

  .testimonials__eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-brand-gold);
    margin: 0 0 12px;
  }

  .testimonials__title {
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: var(--font-weight-bold);
    color: var(--color-brand-dark);
    margin: 0;
  }

  .testimonials__track {
    display: flex;
    overflow: hidden;
    gap: 0;
  }

  .testimonials__item {
    min-width: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: transform 0.4s ease;
    box-sizing: border-box;
  }

  .testimonials__stars {
    display: flex;
    gap: 4px;
    color: var(--color-brand-gold);
  }

  .testimonials__star--filled {
    color: var(--color-brand-gold);
  }

  .testimonials__star {
    color: #ddd;
  }

  .testimonials__quote {
    max-width: 640px;
    margin: 0 auto;
  }

  .testimonials__quote p {
    font-family: var(--font-heading);
    font-size: clamp(18px, 2.5vw, 24px);
    font-style: italic;
    color: var(--color-brand-dark);
    line-height: 1.6;
    margin: 0;
  }

  .testimonials__author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .testimonials__author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }

  .testimonials__author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-brand-gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .testimonials__author-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .testimonials__author-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-brand-dark);
  }

  .testimonials__author-location {
    font-size: 0.78rem;
    color: var(--color-text-muted);
  }

  .testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
  }

  .testimonials__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .testimonials__dot.is-active {
    background: var(--color-brand-dark);
    transform: scale(1.2);
  }

  @media (max-width: 749px) {
    .testimonials__item {
      padding: 0 20px;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:trust-bar (INDEX:40) */
.trust-bar {
    background: var(--color-surface, #f9f5ed);
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  .trust-bar__inner {
    max-width: var(--page-width);
    margin-inline: auto;
    padding: 28px var(--page-margin);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
  }

  .trust-bar__item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .trust-bar__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(212, 168, 84, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-brand-gold);
  }

  .trust-bar__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .trust-bar__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-brand-dark);
    line-height: 1.3;
  }

  .trust-bar__subtitle {
    font-size: 0.78rem;
    color: var(--color-text-muted);
    line-height: 1.3;
  }

  @media (max-width: 749px) {
    .trust-bar__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding: 20px var(--page-margin);
    }

    .trust-bar__icon {
      width: 36px;
      height: 36px;
    }
  }
/* END_SECTION:trust-bar */

/* START_SECTION:uzurii-3d-flip-flops (INDEX:41) */
/* ── Base ── */
  .uzurii3d-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #3b3b3b;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .uzurii3d-section {
    overflow: clip;
  }

  .page-width-3d {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .uzurii3d-img {
    display: block;
    max-width: 100%;
  }

  .uzurii3d-img--stretch {
    width: 100%;
    height: auto;
  }

  /* ── Section 1: Hero grid ── */
  .uzurii3d-hero {
    padding: 20px 20px 50px;
  }

  /* 12-column grid matching live site */
  .uzurii3d-hero__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 50px;
    row-gap: 0;
  }

  /* GIF: 5/12 columns, spans both rows */
  .uzurii3d-hero__gif {
    grid-column: span 12;
    grid-row: span 1;
  }

  /* Text: 7/12 columns, row 1 */
  .uzurii3d-hero__text {
    grid-column: span 12;
    grid-row: span 1;
  }

  /* Form: 7/12 columns, row 2 */
  .uzurii3d-hero__form {
    grid-column: span 12;
    grid-row: span 1;
  }

  @media (min-width: 992px) {
    .uzurii3d-hero__gif {
      grid-column: span 5;
      grid-row: span 2; /* spans both text and form rows */
    }

    .uzurii3d-hero__text {
      grid-column: span 7;
      grid-row: span 1;
    }

    .uzurii3d-hero__form {
      grid-column: span 7;
      grid-row: span 1;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .uzurii3d-hero__text,
    .uzurii3d-hero__form {
      grid-column: span 6;
    }

    .uzurii3d-hero__gif {
      grid-column: span 12;
    }
  }

  /* ── Typography ── */
  .uzurii3d-title-small {
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #000;
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    line-height: 2.063rem;
  }

  .uzurii3d-title {
    font-family: 'Libre Baskerville', Helvetica, sans-serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.063rem;
    margin: 0 0 1rem;
    font-style: normal;
    letter-spacing: normal;
  }

  .uzurii3d-subtitle {
    font-family: Helvetica, sans-serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.063rem;
    margin: 0 0 1rem;
  }

  .uzurii3d-subtitle strong {
    font-size: 20px;
    text-align: left;
    display: block;
  }

  .uzurii3d-h4 {
    font-family: 'Libre Baskerville', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    line-height: 1.5rem;
    margin: 0 0 1rem;
    text-align: left;
    text-indent: 0;
    font-style: normal;
  }

  .uzurii3d-h4 span,
  .uzurii3d-h4 em {
    font-weight: normal;
  }

  .uzurii3d-body {
    color: #52667a;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    word-spacing: 0;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    margin: 0 0 1rem;
  }

  .uzurii3d-body strong {
    color: #000;
  }

  /* ── Newsletter form ── */
  .uzurii3d-mc-wrap {
    padding: 0;
  }

  .uzurii3d-mc-form {
    display: block;
    position: relative;
    text-align: left;
  }

  .uzurii3d-mc-inner {
    padding: 0;
  }

  .uzurii3d-mc-title {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0;
    line-height: 2.125rem;
    width: 100%;
  }

  .uzurii3d-mc-field {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
  }

  .uzurii3d-mc-field label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.875rem;
    color: #3b3b3b;
  }

  .uzurii3d-mc-asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
  }

  .uzurii3d-mc-input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #abb0b2;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
  }

  .uzurii3d-mc-input:focus {
    border-color: #222;
  }

  .uzurii3d-mc-submit-wrap {
    clear: both;
    margin-top: 8px;
  }

  .uzurii3d-mc-btn {
    clear: both;
    background-color: #111;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
  }

  .uzurii3d-mc-btn:hover {
    background-color: #333;
  }

  .uzurii3d-mc-success {
    color: #529214;
    font-size: 14px;
    margin-top: 8px;
    font-weight: bold;
  }

  /* ── Section 2: Gallery grid ── */
  .uzurii3d-gallery {
    padding: 20px 20px;
  }

  .uzurii3d-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }

  @media (min-width: 768px) {
    .uzurii3d-gallery__grid {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 15px;
      row-gap: 15px;
    }
  }

  .uzurii3d-gallery__item {
    overflow: hidden;
  }

  /* ── Section 3: Full-width image ── */
  .uzurii3d-fullwidth {
    padding: 50px 20px 20px;
  }

  .uzurii3d-fullwidth__img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    min-height: 340px;
    margin-bottom: 20px;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .page-width-3d {
      padding-inline: 20px;
    }

    .uzurii3d-hero {
      padding: 20px 20px 40px;
    }

    .uzurii3d-hero__grid {
      column-gap: 0;
      row-gap: 24px;
    }

    .uzurii3d-title,
    .uzurii3d-subtitle {
      text-align: left;
    }
  }

  @media (max-width: 575px) {
    .uzurii3d-fullwidth__img {
      min-height: 200px;
    }

    .uzurii3d-gallery__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:uzurii-3d-flip-flops */

/* START_SECTION:video-section (INDEX:42) */
.video-section {
    position: relative;
  }

  .video-section__media {
    position: relative;
    height: {{ section.settings.height }}px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
  }

  .video-section__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .video-section__iframe {
    position: absolute;
    inset: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border: none;
    pointer-events: none;
  }

  .video-section__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .video-section__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0, var(--overlay-opacity));
  }

  .video-section__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px var(--page-margin);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
  }

  .video-section__eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-brand-gold);
    margin: 0;
  }

  .video-section__title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 5vw, 56px);
    font-weight: var(--font-weight-bold);
    color: #fff;
    margin: 0;
    line-height: 1.15;
  }

  .video-section__subtitle {
    font-size: clamp(14px, 2vw, 18px);
    color: rgba(255,255,255,0.85);
    margin: 0;
    max-width: 560px;
    line-height: 1.6;
  }

  .video-section__cta {
    margin-top: 8px;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    height: 52px;
    padding: 0 32px;
  }

  @media (max-width: 749px) {
    .video-section__media {
      height: {{ section.settings.height | times: 0.65 | round }}px;
    }
  }
/* END_SECTION:video-section */

/* START_SECTION:wedding-story (INDEX:43) */
/* ── Base ── */
  .wedding-page {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #3b3b3b;
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    font-weight: 400;
    line-height: 1.5;
  }

  .ws-section {
    overflow: clip;
  }

  .page-width-ws {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  .ws-img {
    display: block;
    max-width: 100%;
  }

  .ws-img--stretch {
    width: 100%;
    height: auto;
  }

  .ws-img--cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ws-img-link {
    display: block;
    height: 100%;
  }

  /* ── Section 1: Hero heading ── */
  .ws-heading-hero {
    padding: 20px;
  }

  .ws-text-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .ws-heading-hero__title {
    font-family: 'Libre Baskerville', serif;
    font-size: 72px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.2;
  }

  .ws-heading-hero__subtitle {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
  }

  @media (max-width: 767px) {
    .ws-heading-hero__title {
      font-size: 36px;
    }

    .ws-heading-hero__subtitle {
      font-size: 24px;
    }
  }

  /* ── Three-column cover layout ── */
  .ws-three-cover {
    padding: 0;
  }

  .ws-three-cover__grid {
    display: flex;
    gap: 40px;
    margin-block: 40px;
    padding: 0;
  }

  .ws-three-cover__item {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 280px;
  }

  @media (min-width: 768px) {
    .ws-three-cover__item {
      width: 33.33333333%;
      min-height: 520px;
    }
  }

  /* ── Section 3: Title block ── */
  .ws-title-block {
    padding: 20px;
  }

  .ws-subtitle {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.063rem;
    margin-bottom: 1rem;
    text-align: left;
  }

  .ws-subtitle__normal {
    font-weight: 600;
  }

  .ws-large-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    margin-top: 80px;
    letter-spacing: 0;
    padding-inline: 300px;
  }

  @media (max-width: 767px) {
    .ws-large-title {
      font-family: 'Libre Baskerville', serif;
      font-size: 28px;
      font-weight: 700;
      color: #222222;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.3;
      margin-top: 80px;
      letter-spacing: 0;
      padding-inline: 4px;
    }
  }

  /* ── Section 5: Party heading ── */
  .ws-party-heading {
    padding: 20px;
    text-align: center;
  }

  .ws-party-sub {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
  }

  .ws-party-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 4px;
    margin: 0;
    padding-inline: 300px;
  }

  @media (max-width: 767px) {
    .ws-party-title {
      font-family: 'Libre Baskerville', serif;
      font-size: 28px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.3;
      letter-spacing: 4px;
      margin: 0;
      padding-inline: 4px;
    }
  }

  /* ── Section 6: Crossing image ── */
  .ws-crossing {
    padding: 20px;
  }

  .ws-crossing__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .ws-crossing__wrap .ws-img {
    max-width: 100%;
  }

  /* ── Section 7: Bedding ── */
  .ws-bedding {
    padding: 90px 20px 20px 20px;
    max-width: 1400px;
    margin-inline: auto;
  }

  .ws-bedding__grid .ws-three-cover__item {
    padding: 0;
  }

  /* ── Beach heading ── */
  .ws-beach-heading {
    padding: 20px;
  }

  .ws-beach-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
  }

  @media (max-width: 767px) {
    .ws-beach-title {
      font-size: 28px;
    }
  }

  /* ── Two-column layout ── */
  .ws-two-col {
    padding: 20px;
  }

  .ws-two-col__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }

  .ws-two-col__item {
    width: 100%;
    padding-inline: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    min-height: 300px;
  }

  .ws-two-col__item--tall {
    min-height: 530px;
  }

  @media (min-width: 768px) {
    .ws-two-col__item {
      width: 50%;
      margin-bottom: 0;
      min-height: 440px;
    }

    .ws-two-col__item--tall {
      min-height: 530px;
    }
  }

  /* ── Bridal heading ── */
  .ws-bridal-heading {
    padding: 20px;
  }

  .ws-bridal-title {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.125rem, calc(1.1rem + 0.00125 * 100vw), 1.25rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin: 0;
  }

  /* ── Full-width image ── */
  .ws-fullwidth {
    padding: 20px;
    overflow: clip;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ws-fullwidth__img {
    width: 100%;
    height: 650px;
    display: block;
  }

  .ws-fullwidth__img--tall {
    min-height: 630px;
    object-fit: cover;
  }

  /* ── Dancing heading ── */
  .ws-dancing-heading {
    padding-block: 80px;
    padding-inline: 20px;
  }

  .ws-dancing-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
    margin: 0;
  }

  @media (max-width: 767px) {
    .ws-dancing-title {
      font-size: 28px;
    }
  }

  /* ── Unforgettable ── */
  .ws-unforgettable {
    padding: 20px;
  }

  .ws-unforgettable__title {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.4;
    padding-inline: 170px;
  }

  .ws-unforgettable__left {
    min-height: auto;
  }

  @media (max-width: 767px) {
    .ws-unforgettable__left {
      display: none;
    }
  }

  /* ── Legs image ── */
  .ws-legs {
    padding: 20px;
    margin-top: -138px;
  }

  /* ── About heading ── */
  .ws-about-heading {
    padding: 20px;
  }

  .ws-about-title {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }

  /* ── About text ── */
  .ws-about-text {
    padding: 20px;
  }

  .ws-rte h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.125rem;
    margin-bottom: 1rem;
  }

  .ws-rte h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: clamp(1.25rem, calc(1.2rem + 0.0025 * 100vw), 1.5rem);
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    line-height: 2.063rem;
    margin-bottom: 1rem;
  }

  .ws-rte p {
    font-size: clamp(0.938rem, calc(0.938rem + 0 * 100vw), 0.938rem);
    color: #3b3b3b;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .ws-rte p:last-child {
    margin-bottom: 0;
  }

  .ws-rte a {
    color: #3b3b3b;
    text-decoration: underline;
  }

  .ws-rte a:hover {
    color: #222;
  }

  /* ── Responsive ── */
  @media (max-width: 991px) {
    .page-width-ws {
      padding-inline: 20px;
    }

    .ws-bedding {
      padding-top: 40px;
    }
  }

  @media (max-width: 767px) {
    .ws-three-cover__item {
      min-height: 260px;
    }

    .ws-two-col__item {
      min-height: 260px;
    }

    .ws-fullwidth__img--tall {
      min-height: 300px;
    }

    .ws-unforgettable__title {
      font-family: 'Libre Baskerville', serif;
      font-size: clamp(1.5rem, calc(1.45rem + 0.0025 * 100vw), 1.75rem);
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0;
      margin: 0;
      line-height: 1.4;
      padding-inline: 4px;
    }
  }
/* END_SECTION:wedding-story */

/* START_SECTION:wishlist-page (INDEX:44) */
.wishlist-page {
    padding: 40px 20px;
    min-height: 400px;
  }

  .wishlist-page__container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .wishlist-page__title {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1.75rem, calc(1.65rem + 0.5vw), 2.25rem);
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2rem;
  }

  .wishlist-page__empty {
    text-align: center;
    padding: 60px 20px;
  }

  .wishlist-page__empty p {
    font-size: 1rem;
    color: #999;
    margin-bottom: 20px;
  }

  .wishlist-page__btn {
    display: inline-block;
    padding: 12px 32px;
    background: #222;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
  }

  .wishlist-page__btn:hover {
    background: #333;
  }

  .wishlist-page__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .wishlist-page__card {
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  .wishlist-page__img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f6f6f6;
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .wishlist-page__img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
  }

  .wishlist-page__remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: grid;
    place-content: center;
    cursor: pointer;
    color: #e53935;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.2s;
  }

  .wishlist-page__remove:hover {
    background: #fee;
  }

  .wishlist-page__info {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .wishlist-page__name {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 1.375rem;
  }

  .wishlist-page__name:hover {
    text-decoration: underline;
  }

  .wishlist-page__price {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #3b3b3b;
  }

  @media (max-width: 991px) {
    .wishlist-page__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 575px) {
    .wishlist-page__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px 8px;
    }
  }
/* END_SECTION:wishlist-page */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:45) */
.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:text (INDEX:46) */
.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:breadcrumbs (INDEX:48) */
.breadcrumbs {
    padding: 12px 0;
    font-size: 0.78rem;
    color: var(--color-text-muted);
  }

  .breadcrumbs__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
  }

  .breadcrumbs__link {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.15s;
  }

  .breadcrumbs__link:hover {
    color: var(--color-brand-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .breadcrumbs__item--current {
    color: var(--color-brand-dark);
    font-weight: 500;
  }

  .breadcrumbs__separator {
    display: flex;
    align-items: center;
    color: #ccc;
  }
/* END_SNIPPET:breadcrumbs */

/* START_SNIPPET:cookie-consent (INDEX:50) */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    background: var(--color-brand-dark);
    color: #fff;
    padding: 16px var(--page-margin);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cookie-banner.is-visible {
    transform: translateY(0);
  }

  .cookie-banner__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .cookie-banner__text {
    flex: 1;
    min-width: 200px;
  }

  .cookie-banner__message {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.5;
    color: rgba(255,255,255,0.85);
  }

  .cookie-banner__message a {
    color: var(--color-brand-gold);
    text-decoration: underline;
  }

  .cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  .cookie-banner__btn {
    font-size: 0.8rem;
    padding: 10px 20px;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  .cookie-banner__btn--accept {
    height: 40px;
  }

  .cookie-banner__btn--decline {
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.7);
    border-radius: 4px;
    font-family: var(--font-body);
    height: 40px;
    padding: 0 16px;
  }

  .cookie-banner__btn--decline:hover {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
  }

  @media (max-width: 749px) {
    .cookie-banner__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }
  }
/* END_SNIPPET:cookie-consent */

/* START_SNIPPET:image-lightbox (INDEX:52) */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .lightbox.is-open {
    pointer-events: auto;
    opacity: 1;
  }

  .lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.92);
  }

  .lightbox__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox__img-wrap {
    position: relative;
    max-width: min(90vw, 900px);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox__img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    border-radius: 2px;
    transition: opacity 0.2s ease;
  }

  .lightbox__img.is-loading {
    opacity: 0.3;
  }

  .lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s;
    z-index: 10;
  }

  .lightbox__close:hover {
    background: rgba(255,255,255,0.2);
  }

  .lightbox__prev,
  .lightbox__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s;
    z-index: 10;
  }

  .lightbox__prev {
    left: 20px;
  }

  .lightbox__next {
    right: 20px;
  }

  .lightbox__prev:hover,
  .lightbox__next:hover {
    background: rgba(255,255,255,0.2);
  }

  .lightbox__counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    background: rgba(0,0,0,0.4);
    padding: 4px 12px;
    border-radius: 20px;
  }

  /* Trigger cursor */
  [data-lightbox] {
    cursor: zoom-in;
  }
/* END_SNIPPET:image-lightbox */

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

/* START_SNIPPET:product-card (INDEX:56) */
.product-card {
    display: flex;
    flex-direction: column;
    background: var(--color-background);
    position: relative;
  }

  .product-card__media-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #f8f6f2;
  }

  .product-card__media {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease;
  }

  .product-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
  }

  .product-card__media-wrap:hover .product-card__img--hover {
    opacity: 1;
  }

  .product-card__media-wrap:hover .product-card__img--primary {
    opacity: 0;
  }

  /* Badges */
  .product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
    pointer-events: none;
  }

  .product-card__badge--sale {
    background: var(--color-sale);
    color: #fff;
  }

  .product-card__badge--soldout {
    background: var(--color-foreground);
    color: #fff;
  }

  /* Wishlist */
  .product-card__wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-foreground);
    transition: background 0.2s, color 0.2s;
  }

  .product-card__wishlist:hover {
    background: #fff;
    color: var(--color-sale);
  }

  .product-card__wishlist.is-active svg {
    fill: var(--color-sale);
    stroke: var(--color-sale);
  }

  /* Quick-add */
  .product-card__quickadd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--color-accent);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s, transform 0.2s;
  }

  .product-card__media-wrap:hover .product-card__quickadd {
    opacity: 1;
    transform: translateY(0);
  }

  /* Info */
  .product-card__info {
    padding: 10px 2px 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  /* Swatches */
  .product-card__swatches {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .product-card__swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.15);
  }

  .product-card__swatch-more {
    font-size: 11px;
    color: var(--color-text-muted);
    line-height: 14px;
  }

  .product-card__name {
    font-size: 0.875rem;
    color: var(--color-foreground);
    text-decoration: none;
    font-weight: 400;
    line-height: 1.3;
  }

  .product-card__name:hover {
    text-decoration: underline;
  }

  .product-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }

  .product-card__price {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-foreground);
  }

  .product-card__price--sale {
    color: var(--color-sale);
  }

  .product-card__price-compare {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    text-decoration: line-through;
  }

  .product-card__details-link {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-top: 2px;
  }

  .product-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--color-beige);
  }
/* END_SNIPPET:product-card */

/* START_SNIPPET:search-overlay (INDEX:57) */
.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 600;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .search-overlay.is-open {
    pointer-events: auto;
  }

  .search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .search-overlay.is-open .search-overlay__backdrop {
    opacity: 1;
  }

  .search-overlay__panel {
    position: relative;
    width: 100%;
    max-width: 720px;
    background: #fff;
    margin: 0 16px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .search-overlay.is-open .search-overlay__panel {
    transform: translateY(0);
    opacity: 1;
  }

  .search-overlay__form {
    flex-shrink: 0;
    border-bottom: 1px solid #eee;
  }

  .search-overlay__input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
  }

  .search-overlay__icon {
    color: var(--color-text-muted);
    flex-shrink: 0;
  }

  .search-overlay__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.05rem;
    color: var(--color-foreground);
    background: none;
    font-family: var(--font-body);
  }

  .search-overlay__input::placeholder {
    color: var(--color-text-muted);
  }

  .search-overlay__clear {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    transition: background 0.15s;
    flex-shrink: 0;
  }

  .search-overlay__clear:hover {
    background: #f5f5f5;
  }

  .search-overlay__results {
    overflow-y: auto;
    padding: 8px 0;
  }

  .search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    padding: 16px 20px;
  }

  .search-result-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: var(--color-foreground);
  }

  .search-result-item:hover .search-result-item__title {
    text-decoration: underline;
  }

  .search-result-item__image {
    aspect-ratio: 3 / 4;
    background: #f8f6f2;
    border-radius: var(--radius-sm);
    overflow: hidden;
  }

  .search-result-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .search-result-item__title {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-brand-dark);
  }

  .search-result-item__price {
    font-size: 0.8rem;
    color: var(--color-text-muted);
  }

  .search-overlay__no-results {
    padding: 32px 20px;
    text-align: center;
    color: var(--color-text-muted);
    font-size: 0.9rem;
  }

  .search-overlay__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
  }

  .search-overlay__spinner {
    width: 24px;
    height: 24px;
    border: 2px solid #eee;
    border-top-color: var(--color-brand-gold);
    border-radius: 50%;
    animation: search-spin 0.7s linear infinite;
  }

  @keyframes search-spin {
    to { transform: rotate(360deg); }
  }

  .search-overlay__view-all {
    display: block;
    text-align: center;
    padding: 12px 20px 16px;
    font-size: 0.85rem;
    color: var(--color-brand-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    border-top: 1px solid #eee;
  }

  @media (max-width: 749px) {
    .search-overlay__panel {
      margin: 0;
      border-radius: 0;
      max-height: 100vh;
      height: 100%;
    }
    .search-results-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SNIPPET:search-overlay */