/** Shopify CDN: Minification failed

Line 3658:15 Expected identifier but found whitespace
Line 3658:17 Unexpected "{"
Line 3658:26 Expected ":"
Line 3659:20 Expected identifier but found whitespace
Line 3659:22 Unexpected "{"
Line 3659:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about (INDEX:1) */
.about-section {
    padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
    max-width: 1180px;
    margin: 0 auto;
  }

  .about-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0.9rem, 2.5vw, 1.4rem);
    align-items: stretch;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-copy {
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
  }

  .about-eyebrow {
    margin: 0 0 0.75rem;
    color: var(--color-secondary);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .about-hero-copy h1 {
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-size: clamp(2rem, 5.5vw, 3.4rem);
    letter-spacing: 0.01em;
    line-height: 1.12;
    text-align: center;
  }

  .about-subtitle {
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
    font-size: clamp(1.02rem, 2.2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.7;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;}

  .about-hero-media {
    display: block;
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(61, 61, 61, 0.12);
    border-radius: 18px;
    background-color: white;
    box-shadow: 0 10px 26px rgba(61, 61, 61, 0.08);
  }

  .about-image-fill {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--about-image-fill, #d8cfae);
  }

  .about-image-frame--secondary .about-image-fill {
    aspect-ratio: 5 / 4;
  }

  .about-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .about-story-panel {
    margin-top: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: clamp(3rem, 6vw, 4rem);
    background-color: color-mix(in srgb, var(--color-bg-alt) 62%, #ffffff 38%);
    border: 1px solid rgba(61, 61, 61, 0.12);
    border-radius: 20px;
    padding: clamp(1.4rem, 3.5vw, 2.2rem);
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 8px 22px rgba(61, 61, 61, 0.08);
  }

  .about-story-panel h2,
  .about-values h2,
  .about-secondary h2 {
    color: var(--color-primary);
    font-size: clamp(1.55rem, 3.8vw, 2.3rem);
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
  }

  .about-story-content {
    color: var(--color-primary);
    font-size: clamp(1rem, 2.1vw, 1.16rem);
    line-height: 1.85;
    max-width: 72ch;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .about-story-content p,
  .about-secondary-content p {
    margin-bottom: 1rem;
  }

  .about-story-content strong,
  .about-secondary-content strong {
    color: var(--color-secondary);
    font-weight: 700;
  }

  .about-values {
    margin-bottom: clamp(3rem, 6vw, 4rem);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-values-header {
    text-align: center;
    max-width: 68ch;
    margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
  }

  .about-values-header p {
    margin: 0;
    color: var(--color-primary);
    opacity: 0.9;
    line-height: 1.7;
    font-size: clamp(0.95rem, 2vw, 1.06rem);
  }

  .about-values-grid {
    gap: clamp(1rem, 2.5vw, 1.4rem);
    align-items: stretch;
  }

  .about-value-card {
    border: 1px solid rgba(209, 109, 62, 0.22);
    border-radius: 18px;
    padding: clamp(1.5rem, 3.5vw, 2rem);
    height: 100%;
    text-align: left;
    position: relative;
    box-shadow: 0 8px 18px rgba(61, 61, 61, 0.07);
  }

  .about-value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background: var(--color-gold);
  }

  .about-value-card h3 {
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-size: clamp(1.2rem, 2.6vw, 1.4rem);
    letter-spacing: 0.01em;
    padding-top: 0.75rem;
    text-align: left;
  }

  .about-value-summary {
    margin: 0;
    color: var(--color-primary);
    line-height: 1.75;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
  }

  .about-secondary {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: start;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-secondary-copy {
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.12);
    border-radius: 20px;
    padding: clamp(1.5rem, 4vw, 2.2rem);
    text-align: center;
    box-shadow: 0 8px 22px rgba(61, 61, 61, 0.07);
  }

  .about-secondary-content {
    color: var(--color-primary);
    line-height: 1.75;
    font-size: clamp(0.95rem, 2vw, 1.06rem);
    max-width: 66ch;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .about-section .section-divider {
    padding: clamp(1.4rem, 3.2vw, 2rem) 0;
  }

  @media (min-width: 980px) {
    .about-secondary {
      grid-template-columns: 1fr 1fr;
      align-items: center;
    }
  }

  @media (hover: hover) {
    .about-image-frame:hover img {
      transform: scale(1.02);
    }

    .about-value-card {
      transition: all 0.2s ease;
    }

    .about-value-card:hover {
      border-color: var(--color-gold);
    }
  }
/* END_SECTION:about */

/* START_SECTION:all-products (INDEX:2) */
.all-products-section {
    padding: clamp(1.8rem, 4vw, 2.8rem) 0;
  }

  .all-products-header h2 {
    color: #111111;
    margin-bottom: 0.55rem;
    text-align: center;
    font-size: clamp(1.8rem, 3.8vw, 2.4rem);
    font-weight: 600;
    line-height: 1.18;
  }

  .section-description {
    color: rgba(17, 17, 17, 0.78);
    font-weight: 500;
    text-align: center;
    margin-bottom: clamp(1.1rem, 2.4vw, 1.5rem);
    max-width: min(780px, 90%);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.92rem, 1.55vw, 1rem);
    line-height: 1.58;
  }

  .product-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-bottom: clamp(0.95rem, 2.1vw, 1.2rem);
  }

  .filter-tag {
    padding: 0.5rem 0.9rem;
    background-color: rgba(255, 255, 255, 0.74);
    color: #222222;
    border: 1px solid rgba(61, 61, 61, 0.16);
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(0.82rem, 1.5vw, 0.9rem);
    transition: all 0.25s ease;
  }

  .filter-tag:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    border-color: var(--color-secondary);
    transform: translateY(-1px);
  }

  .filter-tag.active {
    background-color: var(--color-gold);
    color: #1f1f1f;
    border-color: var(--color-gold);
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.3);
  }

  .all-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0.35rem, 0.9vw, 0.6rem);
    grid-auto-flow: row;
    align-items: stretch;
  }

  @media (min-width: 760px) {
    .all-products-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1280px) {
    .all-products-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .home-product-tile {
    width: 100%;
    height: auto;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.1);
    box-shadow: 0 2px 10px rgba(22, 22, 22, 0.07);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }

  .home-product-tile__media {
    position: relative;
    width: 100%;
    height: clamp(220px, 38vw, 340px);
    overflow: hidden;
    flex-shrink: 0;
  }

  .home-product-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
  }

  .home-product-tile__image--placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-emoji {
    font-size: clamp(1rem, 2.6vw, 1.2rem);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-product-tile__badge {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 2;
    background: var(--color-secondary);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
  }

  .home-product-tile__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: clamp(0.5rem, 1vw, 0.7rem) clamp(0.6rem, 1.2vw, 0.85rem);
    border-top: 1px solid rgba(61, 61, 61, 0.08);
  }

  .home-product-tile__meta-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
  }

  .home-product-tile__type {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: var(--color-secondary);
    font-weight: 600;
  }

  .home-product-tile__title {
    margin: 0;
    color: var(--color-primary);
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    line-height: 1.25;
    text-wrap: balance;
  }

  .home-product-tile__title a {
    color: var(--color-primary);
    text-decoration: none;
  }

  .home-product-tile__title a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .home-product-tile__price {
    margin: 0;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 600;
    background: rgba(208, 154, 39, 0.15);
    border: 1px solid rgba(208, 154, 39, 0.3);
    border-radius: 999px;
    padding: 0.12rem 0.5rem;
    white-space: nowrap;
  }

  .home-product-tile__desc {
    margin: 0;
    color: var(--color-primary);
    opacity: 0.75;
    line-height: 1.6;
    font-size: 0.9rem;
    max-width: 44ch;
  }

  .home-product-tile__actions {
    margin-top: auto;
    padding-top: 0.5rem;
  }

  .home-product-tile__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    border: none;
    background: var(--color-gold);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(208, 154, 39, 0.25);
    position: relative;
    z-index: 2;
  }

  @media (max-width: 759px) {
    .all-products-grid {
      align-items: start;
    }

    .home-product-tile {
      max-height: clamp(300px, 85vw, 420px);
    }

    .home-product-tile__media {
      flex: 1;
      height: auto;
      min-height: 0;
    }
  }

  @media (hover: hover) {
    .home-product-tile:hover {
      border-color: rgba(61, 61, 61, 0.2);
      box-shadow: 0 6px 20px rgba(22, 22, 22, 0.12);
      transform: translateY(-2px);
    }

    .home-product-tile:hover .home-product-tile__media img {
      transform: scale(1.04);
    }

    .home-product-tile__title a:hover {
      color: var(--color-secondary);
    }

    .home-product-tile__cta-primary:hover {
      background: var(--color-primary);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(61, 61, 61, 0.3);
    }
  }
/* END_SECTION:all-products */

/* START_SECTION:announcement-bar (INDEX:3) */
.announcement-bar {
    width: min(1480px, calc(100vw - 2.6rem));
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 1.2rem;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  }

  @media (max-width: 968px) {
    .announcement-bar {
      width: min(880px, calc(100vw - 1.5rem));
      border-radius: 0;
      font-size: 0.95rem;
      padding: 0.65rem 1rem;
    }
  }
  .announcement-bar__text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:bundle-and-save (INDEX:6) */
.bundles-section {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
    max-width: 1180px;
    margin: 0 auto;
  }

  /* Header */
  .bundles-hero {
    text-align: center;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .bundles-eyebrow {
    margin: 0 0 0.75rem;
    color: var(--color-secondary);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .bundles-hero h1 {
    color: var(--color-primary);
    font-size: clamp(2rem, 5.5vw, 3.4rem);
    letter-spacing: 0.01em;
    line-height: 1.12;
    margin-bottom: 1rem;
  }

  .bundles-subtitle {
    color: var(--color-secondary);
    font-size: clamp(1.02rem, 2.2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.7;
    max-width: 60ch;
    margin: 0 auto;
  }

  .bundles-section .section-divider {
    padding: clamp(1.4rem, 3.2vw, 2rem) 0;
  }

  /* Intro */
  .bundles-intro {
    max-width: 700px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
    color: var(--color-primary);
    font-size: clamp(1.02rem, 2.2vw, 1.15rem);
    line-height: 1.8;
    text-align: center;
  }

  /* Bundle grid */
  .bundles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: clamp(3rem, 6vw, 4.5rem);
  }

  @media (min-width: 700px) {
    .bundles-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .bundles-grid--1 {
      grid-template-columns: min(600px, 100%);
      justify-content: center;
    }
    .bundles-grid--3 {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (min-width: 900px) and (max-width: 1099px) {
    .bundles-grid--3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Bundle card */
  .bundle-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  @media (hover: hover) {
    .bundle-card:hover {
      transform: translateY(-3px);
    }
  }

  .bundle-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .bundle-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  @media (hover: hover) {
    .bundle-card:hover .bundle-card__image img {
      transform: scale(1.03);
    }
  }

  .bundle-card__body {
    padding: clamp(1.25rem, 3vw, 1.75rem);
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.875rem;
  }

  /* Discount badge */
  .bundle-card__badge {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-gold);
    color: #3d3d3d;
    font-size: clamp(0.78rem, 1.5vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    align-self: flex-start;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.28);
  }

  .bundle-card__title {
    color: var(--color-primary);
    font-size: clamp(1.3rem, 2.8vw, 1.6rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }

  /* Items list */
  .bundle-card__items {
    color: var(--color-primary);
    font-size: clamp(0.92rem, 2vw, 1rem);
    line-height: 1.6;
  }

  .bundle-card__items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .bundle-card__items ul li {
    padding-left: 1.6rem;
    position: relative;
  }

  .bundle-card__items ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.85em;
    height: 0.85em;
    background-color: var(--color-gold);
    border-radius: 2px;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6l4 4 6-7' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6l4 4 6-7' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--color-secondary);
  }

  .bundle-card__description {
    color: var(--color-primary);
    font-size: clamp(0.9rem, 2vw, 0.98rem);
    line-height: 1.7;
    opacity: 0.85;
    margin: 0;
  }

  .bundle-card__note {
    color: var(--color-secondary);
    font-size: clamp(0.82rem, 1.8vw, 0.9rem);
    font-weight: 600;
    margin: 0;
    padding: 0.6rem 0.9rem;
    background: rgba(209, 109, 62, 0.07);
    border-left: 3px solid var(--color-secondary);
    border-radius: 0 6px 6px 0;
  }

  .bundle-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: clamp(0.75rem, 2vw, 0.875rem) clamp(1.25rem, 3vw, 1.75rem);
    background-color: var(--color-gold);
    color: #3d3d3d;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1rem);
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  @media (hover: hover) {
    .bundle-card__cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(208, 154, 39, 0.3);
      opacity: 1;
    }
  }

  /* How it works */
  .bundles-how {
    margin-top: clamp(1rem, 3vw, 2rem);
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
    border-top: 1px solid rgba(61, 61, 61, 0.14);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .bundles-how__heading {
    text-align: center;
    color: var(--color-primary);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }

  .bundles-how__steps {
    list-style: none;
    counter-reset: how-counter;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 1.75rem);
  }

  .bundles-how__step {
    counter-increment: how-counter;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .bundles-how__step::before {
    content: counter(how-counter);
    flex-shrink: 0;
    width: clamp(2.2rem, 4.5vw, 2.75rem);
    height: clamp(2.2rem, 4.5vw, 2.75rem);
    background-color: var(--color-gold);
    color: #3d3d3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: clamp(1rem, 2vw, 1.15rem);
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.2);
  }

  .bundles-how__step-content {
    padding-top: 0.2rem;
  }

  .bundles-how__step-content strong {
    display: block;
    color: var(--color-primary);
    font-size: clamp(1rem, 2.2vw, 1.1rem);
    font-weight: 700;
    margin-bottom: 0.3rem;
  }

  .bundles-how__step-content p {
    color: var(--color-primary);
    font-size: clamp(0.9rem, 2vw, 0.98rem);
    line-height: 1.7;
    opacity: 0.8;
    margin: 0;
  }

  /* Discount note */
  .bundles-discount-note {
    margin-top: clamp(2rem, 4vw, 3rem);
    text-align: center;
    color: var(--color-primary);
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
    opacity: 0.65;
    font-style: italic;
  }
/* END_SECTION:bundle-and-save */

/* START_SECTION:cart (INDEX:7) */
.cart-page {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }

  .cart-page h1 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 2.5rem);
    text-align: center;
    font-weight: 600;
  }

  .cart-form {
    max-width: 1200px;
    margin: 0 auto;
  }

  .cart-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .cart-item {
    display: grid;
    grid-template-columns: 150px 1fr auto auto auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.15rem;
  }

  @media (max-width: 768px) {
    .cart-item {
      grid-template-columns: 100px 1fr;
      gap: 1rem;
      padding: 1rem;
    }

    .cart-item__quantity,
    .cart-item__total,
    .cart-item__remove {
      grid-column: 2;
    }
  }

  .cart-item__image img {
    width: 100%;
    height: auto;
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 10px;
  }

  .cart-item__details h3 {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .cart-item__variant {
    color: #000000;
    opacity: 0.7;
    margin-bottom: 0.5rem;
  }

  .cart-item__price {
    color: #000000;
    font-weight: 600;
    font-size: 1.1rem;
  }

  .cart-item__quantity label {
    display: block;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
  }

  .cart-item__quantity input {
    width: 80px;
    padding: 0.5rem;
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    background-color: white;
    font-size: 1rem;
  }

  .cart-item__total {
    color: #000000;
    font-weight: 600;
    font-size: 1.25rem;
  }

  .cart-item__remove-link {
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
    font-size: 0.9rem;
  }

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

  .cart-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }

  @media (max-width: 768px) {
    .cart-footer {
      grid-template-columns: 1fr;
    }
  }

  .cart-footer__totals {
    padding: 1.25rem;
  }

  .cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-secondary);
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
  }

  .cart-update-button,
  .cart-checkout-button {
    width: 100%;
    padding: 1rem 2rem;
    background-color: var(--color-gold);
    color: #3D3D3D;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.25);
  }

  .cart-update-button {
    background-color: var(--color-secondary);
    color: white;
    box-shadow: 0 2px 8px rgba(61, 61, 61, 0.25);
  }

  .cart-checkout-button {
    margin-bottom: 1rem;
  }

  .cart-update-button:hover,
  .cart-checkout-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .cart-note {
    text-align: center;
    color: #000000;
    opacity: 0.7;
    font-size: 0.9rem;
  }

  .cart-empty {
    text-align: center;
    padding: 2rem 1.25rem;
  }

  .cart-empty p {
    color: #000000;
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .cart-empty .button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--color-gold);
    color: #3D3D3D;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.25);
    transition: all 0.25s ease;
  }

  .cart-empty .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }
/* END_SECTION:cart */

/* START_SECTION:category-carousel (INDEX:8) */
.category-carousel {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0;
    overflow: hidden;
    margin: 0;
  }

  .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .carousel-header h2 {
    color: var(--color-accent);
    font-size: 2rem;
    margin: 0;
  }

  .carousel-description {
    color: var(--color-secondary);
    font-weight: 700;
    flex: 1 1 100%;
    margin-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
  }

  .view-all-link {
    color: var(--color-accent);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .view-all-link:hover {
    transform: translateX(5px);
  }

  .carousel-container {
    position: relative;
    padding: 0 3rem;
  }

  .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(61, 61, 61, 0.15);
    color: var(--color-primary);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .carousel-nav:hover {
    background: var(--color-primary);
    color: white;
    box-shadow: 0 4px 16px rgba(61, 61, 61, 0.25);
  }

  .carousel-nav--prev {
    left: 0;
  }

  .carousel-nav--next {
    right: 0;
  }

  .carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.4s ease;
    overflow: visible;
  }

  .carousel-item {
    flex: 0 0 427px;
    scroll-snap-align: start;
  }

  .product-card {
    background-color: var(--color-bg-alt);
    overflow: visible;
    border: 1px solid rgba(61, 61, 61, 0.12);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .product-link {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product-link:hover,
  .product-link:focus {
    opacity: 1;
  }

  .product-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }

  .product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
  }

  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px 20px 0 0;
  }

  @media (hover: hover) {
    .product-card:hover .product-image img {
      transform: scale(1.06);
    }
  }

  .product-image--placeholder {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-emoji {
    font-size: 4rem;
  }

  .product-info {
    padding: clamp(1.25rem, 3vw, 1.5rem);
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .product-info h3 {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 2.6em;
  }

  .product-info .product-description {
    color: #000000;
    opacity: 0.8;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: clamp(0.9rem, 1.8vw, 0.95rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.5em;
    flex: 1;
  }

  .product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
  }

  .product-price {
    color: #000000;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: bold;
  }

  .product-btn {
    display: inline-block;
    padding: clamp(0.65rem, 2vw, 0.75rem) clamp(1.25rem, 3vw, 1.5rem);
    background-color: var(--color-gold);
    color: #3D3D3D;
    font-weight: 600;
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.25);
    transition: all 0.25s ease;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
  }

  .product-btn:hover {
    background-color: var(--color-primary);
    color: white;
    box-shadow: 0 4px 12px rgba(61, 61, 61, 0.3);
  }

  @media (max-width: 768px) {
    .carousel-container {
      padding: 0 1rem;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .carousel-track {
      margin-bottom: 1rem;
    }

    .carousel-item {
      flex: 0 0 280px;
      height: 280px;
    }

    .product-image {
      height: 120px;
    }

    .product-info {
      padding: 1rem;
      height: 150px;
    }

    .product-info h3 {
      font-size: 0.95rem;
    }

    .product-info .product-description {
      font-size: 0.8rem;
    }

    .product-price {
      font-size: 1rem;
    }

    .product-btn {
      font-size: 0.75rem;
      padding: 0.4rem 0.75rem;
    }

    .carousel-nav {
      width: 3rem;
      height: 3rem;
      font-size: 1.5rem;
      top: 60%;
      bottom: auto;
      margin-top: 0.5rem;
      transform: none;
    }

    .carousel-nav--prev {
      left: 2%;
    }

    .carousel-nav--next {
      left: auto;
      right: 2%;
    }

    .product-card {
      border-width: 4px;
    }
  }

  @media (max-width: 480px) {
    .carousel-item {
      flex: 0 0 240px;
      height: 240px;
    }

    .product-image {
      height: 100px;
    }

    .product-info {
      padding: 0.875rem;
      height: 130px;
    }

    .product-info h3 {
      font-size: 0.875rem;
      margin-bottom: 0.375rem;
    }

    .product-info .product-description {
      font-size: 0.75rem;
      margin-bottom: 0.75rem;
    }

    .product-price {
      font-size: 0.9rem;
    }

    .product-btn {
      font-size: 0.7rem;
      padding: 0.35rem 0.65rem;
    }
  }
/* END_SECTION:category-carousel */

/* START_SECTION:category-grid (INDEX:9) */
.category-grid-section {
    padding: 4rem 0;
  }

  .category-grid-section h2 {
    color: var(--color-accent);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .category-grid-subtitle {
    text-align: center;
    color: var(--color-foreground);
    margin-bottom: 3rem;
    font-size: 1.1rem;
    opacity: 0.85;
  }

  .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }

  .category-card {
    text-decoration: none;
    background-color: var(--color-bg-alt);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(61, 61, 61, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  }

  .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  }

  .category-card__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-background);
    border-radius: 16px 16px 0 0;
  }

  .category-card__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category-icon {
    font-size: 4rem;
    opacity: 0.5;
  }

  .category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
  }

  .category-card:hover .category-card__image img {
    transform: scale(1.1);
  }

  .category-card__content {
    padding: 1.5rem;
  }

  .category-card__content h3 {
    color: var(--color-accent);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .category-card__content p {
    color: var(--color-foreground);
    line-height: 1.6;
    font-size: 0.95rem;
  }

  @media (max-width: 768px) {
    .category-grid-section h2 {
      font-size: 2rem;
    }
  }
/* END_SECTION:category-grid */

/* START_SECTION:collection (INDEX:10) */
.collection-section {
    padding: clamp(1.25rem, 3.5vw, 2.5rem) 0;
  }

  .collection-header {
    margin-bottom: clamp(1rem, 2.6vw, 1.6rem);
    text-align: center;
  }

  .collection-header h1 {
    margin: 0;
    color: #000000;
    font-size: clamp(1.8rem, 4.2vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .collection-products {
    padding: 0;
    margin-bottom: clamp(1rem, 2.4vw, 1.4rem);
  }

  .collection-product {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
  }

  .collection-product__image-link {
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }

  .collection-product img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 220ms ease;
  }

  @media (hover: hover) {
    .collection-product:hover img {
      transform: scale(1.02);
    }
  }

  .collection-product__content {
    padding: 1rem 0.2rem 0.2rem;
  }

  .collection-product__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    line-height: 1.35;
  }

  .collection-product__title a {
    color: #000000;
  }

  .collection-product__price {
    margin: 0;
    color: var(--color-secondary);
    font-size: clamp(0.98rem, 2vw, 1.08rem);
    font-weight: 600;
  }

  .collection-pagination {
    text-align: center;
  }

  @media (max-width: 719px) {
    .collection-product {
      min-height: unset;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:11) */
.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 (INDEX:12) */
.contact-section {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }

  .contact-header {
    text-align: center;
    margin-bottom: clamp(0.6rem, 1.8vw, 1rem);
  }

  .contact-section h1 {
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    font-size: clamp(2.25rem, 5vw, 3rem);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
  }

  .contact-subtitle {
    color: var(--color-primary);
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    font-weight: 500;
    margin-bottom: 0.45rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }

  .header-decoration {
    width: clamp(120px, 20vw, 180px);
    height: 5px;
    background-color: var(--color-secondary);
    margin: 0 auto;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .contact-visual {
    width: 100%;
    min-height: max(170px, var(--contact-visual-height));
    border-radius: 20px;
    margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
    padding: clamp(0.9rem, 2.2vw, 1.4rem);
    display: flex;
    align-items: flex-end;
    border: 1px solid rgba(61, 61, 61, 0.16);
    box-shadow: 0 9px 22px rgba(24, 24, 24, 0.1);
    background: var(--contact-visual-color, #efe9db);
    background-size: cover;
    background-position: center;
  }

  .contact-header .section-divider {
    padding: clamp(0.35rem, 1.1vw, 0.6rem) 0;
  }

  .contact-visual--image {
    background-image: var(--contact-visual-image);
  }

  .contact-visual__caption {
    margin: 0;
    color: #ffffff;
    font-size: clamp(0.88rem, 1.8vw, 0.98rem);
    line-height: 1.45;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(17, 17, 17, 0.35);
  }

  @media (min-width: 968px) {
    .contact-layout {
      grid-template-columns: 1.2fr 1fr;
    }
  }

  .contact-form-wrapper,
  .contact-info-wrapper {
    padding: clamp(1rem, 2.6vw, 1.4rem);
  }

  .contact-form-wrapper h2,
  .contact-info-wrapper h2 {
    color: var(--color-primary);
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .form-group {
    margin-bottom: 1.5rem;
  }

  .form-group label {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: clamp(0.9rem, 2vw, 1rem);
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: clamp(0.75rem, 2vw, 0.875rem);
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    background-color: white;
    color: var(--color-primary);
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-family: inherit;
    transition: all 0.25s ease;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.15);
  }

  .form-group textarea {
    resize: vertical;
    min-height: 120px;
  }

  .submit-button {
    width: 100%;
    padding: clamp(0.875rem, 2.5vw, 1rem) clamp(1.5rem, 3vw, 2rem);
    background-color: var(--color-gold);
    color: #3D3D3D;
    font-weight: 600;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.2);
  }

  @media (hover: hover) {
    .submit-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 10px rgba(208, 154, 39, 0.26);
    }
  }

  .submit-button:active {
    transform: translateY(0);
  }

  .form-success {
    background-color: rgba(76, 175, 80, 0.08);
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #2e7d32;
    font-weight: 500;
  }

  .form-errors {
    background-color: rgba(244, 67, 54, 0.08);
    border: 1px solid rgba(244, 67, 54, 0.3);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #c62828;
    font-weight: 500;
  }

  .contact-info-item {
    display: flex;
    gap: 1rem;
    padding: 0.9rem;
    margin-bottom: 1rem;
  }

  @media (hover: hover) {
    .contact-info-item:hover {
      transform: translateY(-1px);
    }
  }

  .info-icon {
    font-size: 2rem;
    flex-shrink: 0;
  }

  .info-content h3 {
    color: var(--color-primary);
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    margin-bottom: 0.25rem;
    font-weight: 700;
  }

  .info-content p,
  .info-content a {
    color: var(--color-primary);
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.5;
  }

  .info-content a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
  }

  @media (hover: hover) {
    .info-content a:hover {
      color: var(--color-gold);
    }
  }

  .additional-info {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background-color: rgba(209, 109, 62, 0.08);
    border-left: 3px solid var(--color-secondary);
    border-radius: 0 8px 8px 0;
    color: var(--color-primary);
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
  }

  @media (max-width: 640px) {
    .contact-info-item {
      flex-direction: column;
      text-align: center;
    }

    .info-icon {
      margin-bottom: 0.5rem;
    }
  }
/* END_SECTION:contact */

/* START_SECTION:custom-blanket-hero (INDEX:13) */
.custom-blanket-hero {
    padding: clamp(3rem, 6vw, 4.5rem) 0;
  }

  .hero-content {
    background-color: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 20px;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
    text-align: center;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  }

  .hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--color-gold);
  }

  .hero-title {
    color: var(--color-primary);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.2;
  }

  .hero-subtitle {
    color: var(--color-secondary);
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 700;
    margin: 0 0 2rem 0;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button {
    display: inline-block;
    background: var(--color-gold);
    color: #3D3D3D;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(2rem, 5vw, 3rem);
    min-height: 44px;
    min-width: 44px;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(208, 154, 39, 0.3);
    transition: all 0.25s ease;
    touch-action: manipulation;
  }

  .hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(208, 154, 39, 0.4);
  }

  @media (hover: none) {
    .hero-button:hover {
      transform: none;
    }
    .hero-button:active {
      transform: translate(-2px, -2px);
    }
  }
/* END_SECTION:custom-blanket-hero */

/* START_SECTION:custom-blanket (INDEX:14) */
.custom-blanket-page {
    min-height: 100vh;
    background: var(--color-bg-alt);
    padding: clamp(2rem, 5vw, 4rem);
  }

  .custom-blanket-page .product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
  }

  .custom-blanket-page .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 10px;
    min-height: 650px;
  }

  .custom-blanket-page .product-image h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .blanket-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .blanket-canvas {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-bg-alt) 0%, var(--color-secondary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.3s;
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 12px;
  }

  .blanket-name {
    font-size: 2rem;
    font-weight: bold;
    color: #D8CFAE;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
  }

  .custom-blanket-page .product-info {
    min-height: 650px;
    max-height: 650px;
    overflow-y: auto;
    padding-right: 1rem;
    position: relative;
  }

  .custom-blanket-page .product-info::-webkit-scrollbar {
    width: 12px;
  }

  .custom-blanket-page .product-info::-webkit-scrollbar-track {
    background: var(--color-bg-alt);
    border-radius: 6px;
  }

  .custom-blanket-page .product-info::-webkit-scrollbar-thumb {
    background: var(--color-secondary);
    border-radius: 6px;
  }

  .custom-blanket-page .product-info::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary);
  }

  .custom-blanket-page .product-info h1 {
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .custom-blanket-page .product-description {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 700;
  }

  .form-group {
    margin-bottom: 2rem;
  }

  .form-group label {
    display: block;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0.75rem;
  }

  .color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
  }

  .color-option {
    position: relative;
  }

  .color-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .color-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.75rem;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 10px;
    transition: all 0.25s ease;
  }

  .color-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
  }
  .color-label:hover .color-name {
    color: #fff;
  }

  .color-checkbox:checked + .color-label {
    background-color: var(--color-secondary);
    color: #fff;
  }
  .color-checkbox:checked + .color-label .color-name {
    color: #fff;
  }

  .color-checkbox:checked + .color-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
  }
  .color-checkbox:checked + .color-label:hover .color-name {
    color: #fff;
  }

  .color-swatch {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
  }

  .color-name {
    font-size: 0.9rem;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
  }

  .print-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }

  .print-option {
    position: relative;
  }

  .print-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .print-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 1rem;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 10px;
    transition: all 0.25s ease;
  }

  .print-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
  }
  .print-label:hover .print-name {
    color: #fff;
  }

  .print-radio:checked + .print-label {
    background-color: var(--color-secondary);
    color: #fff;
  }
  .print-radio:checked + .print-label .print-name {
    color: #fff;
  }

  .print-radio:checked + .print-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
  }
  .print-radio:checked + .print-label:hover .print-name {
    color: #fff;
  }

  .print-label img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 8px;
  }

  .print-name {
    font-size: 0.9rem;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
  }

  .text-input {
    width: 100%;
    padding: 0.75rem;
    background: var(--color-bg-alt);
    color: #000000;
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.25s ease;
  }

  .text-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.15);
  }

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

  .font-option {
    position: relative;
  }

  .font-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .font-label {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 1rem;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 10px;
    transition: all 0.25s ease;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
  }

  .font-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
  }

  .font-radio:checked + .font-label {
    background-color: var(--color-secondary);
    color: #fff;
  }

  .font-radio:checked + .font-label:hover {
    background-color: var(--color-secondary);
    color: #fff;
  }

  .price-section {
    margin: 2rem 0;
    text-align: center;
  }

  .price {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
  }

  .add-to-cart-button {
    display: inline-block;
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(1.75rem, 4vw, 2.5rem);
    min-height: 44px;
    min-width: 44px;
    background-color: var(--color-gold);
    color: #3D3D3D;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.15rem);
    border: none;
    box-shadow: 0 4px 16px rgba(208, 154, 39, 0.3);
    transition: all 0.25s ease;
    touch-action: manipulation;
    cursor: pointer;
  }

  .add-to-cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(208, 154, 39, 0.4);
  }

  .add-to-cart-button:active {
    transform: translateY(0);
  }

  @media (max-width: 968px) {
    .custom-blanket-page .product-layout {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .custom-blanket-page .product-image {
      position: relative;
      top: 0;
      min-height: auto;
      height: auto;
    }

    .custom-blanket-page .product-info {
      min-height: auto;
      max-height: none;
      overflow-y: visible;
      height: auto;
    }

    .blanket-preview {
      position: relative;
      top: 0;
      height: 400px;
    }
  }

  @media (max-width: 768px) {
    .custom-blanket-page .product-image {
      min-height: 400px;
      position: relative;
    }

    .custom-blanket-page .product-info {
      min-height: auto;
      max-height: none;
      overflow-y: visible;
      padding-right: 0;
    }

    .blanket-canvas {
      max-width: 220px;
      max-height: 320px;
    }
  }
/* END_SECTION:custom-blanket */

/* START_SECTION:custom-section (INDEX:15) */
.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:footer (INDEX:17) */
footer {
    position: relative;
    margin-top: clamp(3rem, 6vw, 5rem);
  }

  /* Upper section - Cream background matching site */
  .footer__upper {
    background: var(--color-bg-alt);
    color: var(--color-primary);
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
    position: relative;
  }

  /* Decorative border between sections */
  .footer__upper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-secondary);
  }

  /* Lower section - Cream background */
  .footer__lower {
    background: var(--color-bg-alt);
    color: var(--color-primary);
    padding: clamp(1.5rem, 3vw, 2rem) 0;
    border-top: 1px solid var(--color-secondary);
  }
  
  .footer__container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
  }
  
  .footer__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

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

  @media (min-width: 1024px) {
    .footer__content {
      grid-template-columns: 1.5fr 1fr 1fr;
    }
  }

  /* Brand section styling */
  .footer__brand h3 {
    color: var(--color-accent);
    margin-bottom: 1rem;
    line-height: 0;
  }

  .footer__brand h3 svg,
  .footer__logo-image {
    width: clamp(150px, 20vw, 220px);
    height: auto;
    display: block;
  }

  .footer__brand p {
    color: var(--color-primary);
    line-height: 1.7;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    margin-bottom: 1.5rem;
    max-width: 400px;
  }
  
  .footer__section h4 {
    color: var(--color-primary);
    font-size: clamp(1rem, 2vw, 1.15rem);
    margin-bottom: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--color-secondary);
    display: inline-block;
  }
  
  .footer__section p {
    color: var(--color-primary);
    line-height: 1.8;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    margin-bottom: 0.5rem;
  }

  .footer__section p a {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .footer__section p a:hover {
    color: var(--color-gold);
    text-decoration: underline;
    opacity: 0.7;
  }
  
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .footer__upper a {
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 700;
    transition: all 0.25s ease;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.25rem;
  }

  .footer__upper a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--color-gold);
    opacity: 0;
    transition: all 0.25s ease;
    transform: translateX(-5px);
  }
  
  .footer__upper a:hover {
    color: var(--color-gold);
    padding-left: 1.5rem;
  }

  .footer__upper a:hover::before {
    opacity: 1;
    transform: translateX(0);
  }

  /* Bottom bar styling */
  .footer__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer__copyright {
    color: var(--color-primary);
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 500;
  }
  
  .footer__copyright a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  .footer__copyright a:hover {
    color: var(--color-gold);
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:18) */
header {
    background: transparent;
    border-bottom: none;
    position: relative;
    z-index: 100;
    width: 100%;
    box-shadow: none;
  }

  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(0.95rem, 2.3vw, 1.75rem) clamp(1.2rem, 4vw, 2.2rem);
    max-width: min(1480px, calc(100vw - 2.6rem));
    margin: 0 auto;
    gap: 1rem;
    background: color-mix(in srgb, var(--color-background) 95%, #ffffff 5%);
    border: 1px solid rgba(61, 61, 61, 0.14);
    border-top: none;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  }

  .header__logo {
    flex-shrink: 0;
    z-index: 101;
    order: 1;
  }

  .header__brand {
    display: block;
    color: var(--color-accent);
    text-decoration: none;
    line-height: 0;
  }

  .header__brand svg,
  .header__logo-image {
    width: clamp(150px, 20vw, 220px);
    height: auto;
    display: block;
  }

  .header__menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
    order: 4;
  }

  .menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-accent);
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  .header__menu-toggle[aria-expanded="true"] .menu-icon:nth-child(1) {
    transform: rotate(45deg) translateY(7px);
  }

  .header__menu-toggle[aria-expanded="true"] .menu-icon:nth-child(2) {
    opacity: 0;
  }

  .header__menu-toggle[aria-expanded="true"] .menu-icon:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
  }

  .header__menu {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: center;
    flex: 1;
    justify-content: center;
    order: 2;
    max-width: 100%;
  }

  .header__menu a {
    font-weight: 500;
    padding: 0.5rem clamp(0.75rem, 2vw, 1rem);
    border-radius: 8px;
    transition: color 0.25s ease;
    white-space: nowrap;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    min-height: 44px;
    display: flex;
    align-items: center;
    color: var(--color-foreground);
  }

  @media (min-width: 969px) {
    .header__menu {
      width: min(100%, 1020px);
      margin: 0 auto;
      justify-content: space-evenly;
      gap: clamp(0.4rem, 1.1vw, 0.85rem);
      background: color-mix(in srgb, var(--color-background) 94%, #ffffff 6%);
      border: 1px solid rgba(61, 61, 61, 0.14);
      border-radius: 999px;
      padding: 0.4rem clamp(0.55rem, 1vw, 0.9rem);
      box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    }

    .header__menu a {
      border-radius: 999px;
      padding: 0.45rem clamp(0.7rem, 1.1vw, 1rem);
    }
  }

  .header__menu a:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-accent);
  }

  .header__icons {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: center;
    flex-shrink: 0;
    z-index: 101;
    order: 3;
  }

  .header__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem;
    color: var(--color-foreground);
  }

  .header__icon svg {
    width: clamp(1.5rem, 4vw, 2rem);
    height: clamp(1.5rem, 4vw, 2rem);
  }

  .cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-gold);
    color: #3D3D3D;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1;
  }

  @media (max-width: 968px) {
    .header__container {
      max-width: min(880px, calc(100vw - 1.5rem));
      border-radius: 0 0 22px 22px;
      padding: 0.82rem 1rem;
    }

    .header__menu-toggle {
      display: flex;
    }

    .header__menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--color-background);
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 100;
      padding: 2rem;
    }

    .header__menu.active {
      transform: translateX(0);
    }

    .header__menu a {
      font-size: 1.5rem;
      padding: 1rem 2rem;
      width: 100%;
      text-align: center;
      max-width: 300px;
    }
  }

  @media (max-width: 480px) {
    .header__container {
      border-radius: 0 0 18px 18px;
      padding: 0.75rem 0.9rem;
    }

    .header__brand svg {
      width: clamp(132px, 34vw, 160px);
    }

    .header__icon svg {
      width: 1.5rem;
      height: 1.5rem;
    }
  }
  
  /* Cart notification popup */
  .cart-notification {
    position: fixed;
    background-color: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  
  .cart-notification.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .cart-notification a {
    color: var(--color-gold);
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    white-space: nowrap;
  }
  
  .cart-notification a:hover {
    color: var(--color-primary);
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:19) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: var(--color-bg-alt, #D8CFAE);
    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: 12px;
    background-color: rgba(61, 61, 61, 0.06);
    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:home-hero (INDEX:20) */
.home-hero {
    position: relative;
    min-height: clamp(400px, 60vh, 600px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: var(--color-background);
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .home-hero__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .home-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-hero__content {
    position: relative;
    z-index: 1;
    padding: clamp(1.5rem, 4vw, 2rem);
    max-width: min(800px, 90%);
  }

  .home-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--color-accent);
    margin-bottom: 1rem;
  }

  .home-hero__subtitle {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.5;
  }

  .button {
    display: inline-block;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(1.75rem, 4vw, 2.5rem);
    min-height: 44px;
    min-width: 44px;
    background-color: var(--color-gold);
    color: #3D3D3D;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.15rem);
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    touch-action: manipulation;
  }

  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  @media (max-width: 768px) {
    .home-hero {
      min-height: clamp(350px, 50vh, 450px);
    }
  }
/* END_SECTION:home-hero */

/* START_SECTION:home-tiles (INDEX:21) */
.home-tiles {
    padding: clamp(0.75rem, 2vw, 1.2rem) 0 clamp(2.2rem, 5vw, 3.6rem);
  }

  .home-tiles__canvas {
    width: 100%;
  }

  .home-tiles__layout {
    max-width: min(1400px, 96vw);
  }

  .home-tiles__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vw, 1.2rem);
    grid-auto-flow: row dense;
    align-items: stretch;
  }

  .home-tile {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(61, 61, 61, 0.12);
    background: var(--tile-bg-color, #f4f1e9);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .home-tile--custom-background {
    border-color: rgba(61, 61, 61, 0.2);
  }

  .home-tile--bg-image {
    background-image: var(--tile-bg-image);
    background-size: cover;
    background-position: center;
  }

  .home-tile--custom-background .home-tile__kicker,
  .home-tile--custom-background .home-tile__content h2,
  .home-tile--custom-background .home-tile__text,
  .home-tile--custom-background .tile-expand-content,
  .home-tile--custom-background .tile-expandable summary {
    color: var(--tile-text-color, #161616);
  }

  .home-tile--hero {
    min-height: clamp(420px, 64vh, 700px);
    margin-bottom: clamp(0.85rem, 1.8vw, 1.2rem);
    background-position: center;
    background-size: cover;
    background-color: var(--hero-bg-color, #b4572c);
    background-image: var(--hero-bg-image, linear-gradient(135deg, rgba(24, 24, 24, 0.46), rgba(24, 24, 24, 0.18)));
    border-color: rgba(180, 87, 44, 0.55);
    display: flex;
    align-items: flex-end;
  }

  .home-tile__hero-content {
    width: 100%;
    padding: clamp(1.2rem, 3.4vw, 2.8rem);
    color: var(--hero-text-color, #ffffff);
    min-height: clamp(420px, 64vh, 700px);
    display: flex;
    flex-direction: column;
  }

  .home-tile__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    margin: 0 0 0.6rem;
    opacity: 0.9;
  }

  .home-tile--hero h1 {
    margin: 0;
    font-size: clamp(2rem, 6vw, 4.25rem);
    line-height: 1.06;
    color: var(--hero-text-color, #ffffff);
    max-width: 16ch;
  }

  .home-tile__subtitle {
    margin: 0.9rem 0 0;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.5;
    max-width: 56ch;
    color: var(--hero-text-color, rgba(255, 255, 255, 0.92));
  }

  .home-tile__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0.72rem 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }

  .home-tile__cta--primary {
    background: var(--color-gold);
    color: #2f2f2f;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.28);
  }

  .home-tile__cta--secondary {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.34);
  }

  .home-tile__cta--inline {
    margin-top: 0.9rem;
    background: #ffffff;
    color: #2f2f2f;
    border: 1px solid rgba(61, 61, 61, 0.14);
  }

  .home-tile__hero-content .home-tile__cta--inline {
    margin-top: auto;
    align-self: flex-start;
  }

  .home-tile__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .home-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
  }

  .home-tile__content {
    padding: clamp(1rem, 2.4vw, 1.4rem);
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .home-tile__content .home-tile__cta--inline {
    margin-top: auto;
    align-self: flex-start;
  }

  .home-products {
    margin-top: clamp(1.1rem, 2.5vw, 1.8rem);
  }

  .home-products__header {
    margin-bottom: clamp(0.85rem, 1.8vw, 1.15rem);
    position: relative;
    overflow: hidden;
    background: var(--color-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 24px rgba(18, 18, 18, 0.16);
    padding: 0;
  }

  .home-products__header::before {
    content: none;
  }

  .home-products__header > * {
    position: relative;
    z-index: 1;
  }

  .home-products__header-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.7fr);
    gap: clamp(0.8rem, 2vw, 1.2rem);
    align-items: stretch;
    padding: clamp(1rem, 2.4vw, 1.4rem);
  }

  .home-products__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .home-products__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.4rem, 3vw, 1.95rem);
    line-height: 1.18;
    max-width: 20ch;
    text-wrap: balance;
    letter-spacing: 0.015em;
    font-weight: 600;
  }

  .home-products__kicker {
    margin: 0 0 0.48rem;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.11em;
    font-size: 0.73rem;
    text-transform: uppercase;
    font-weight: 600;
  }

  .home-products__lede {
    margin: 0.62rem 0 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.92rem, 1.5vw, 1rem);
    line-height: 1.58;
    text-wrap: pretty;
  }

  .home-products__meta {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0.45rem;
    padding: clamp(0.75rem, 1.8vw, 1rem);
    min-height: 100%;
  }

  .home-products__meta-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.68rem;
    font-weight: 600;
  }

  .home-products__sort-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.58rem 0.72rem;
    cursor: pointer;
  }

  .home-products__sort-select:focus-visible {
    outline: 2px solid rgba(208, 154, 39, 0.9);
    outline-offset: 1px;
  }

  .home-products__sort-select option {
    color: #111111;
  }

  @media (max-width: 760px) {
    .home-products__header-grid {
      grid-template-columns: 1fr;
      gap: 0.68rem;
    }

    .home-products__meta {
      align-items: flex-start;
    }
  }

  .home-products__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vw, 1.2rem);
  }

  .home-product-tile {
    width: 100%;
    height: auto;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.1);
    box-shadow: 0 2px 10px rgba(22, 22, 22, 0.07);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }

  .home-product-tile__media {
    position: relative;
    width: 100%;
    height: clamp(180px, 28vw, 260px);
    overflow: hidden;
    flex-shrink: 0;
  }

  .home-product-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
  }

  .home-product-tile__badge {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 2;
    background: var(--color-secondary);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
  }

  .home-product-tile__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: clamp(0.5rem, 1vw, 0.7rem) clamp(0.6rem, 1.2vw, 0.85rem);
    border-top: 1px solid rgba(61, 61, 61, 0.08);
  }

  .home-product-tile__meta-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
  }

  .home-product-tile__type {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    color: var(--color-secondary);
    font-weight: 600;
  }

  .home-product-tile__title {
    margin: 0;
    color: var(--color-primary);
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    line-height: 1.25;
    text-wrap: balance;
  }

  .home-product-tile__title a {
    color: var(--color-primary);
    text-decoration: none;
  }

  .home-product-tile__title a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .home-product-tile__price {
    margin: 0;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 600;
    background: rgba(208, 154, 39, 0.15);
    border: 1px solid rgba(208, 154, 39, 0.3);
    border-radius: 999px;
    padding: 0.12rem 0.5rem;
    white-space: nowrap;
  }

  .home-product-tile__desc {
    margin: 0;
    color: var(--color-primary);
    opacity: 0.75;
    line-height: 1.6;
    font-size: 0.9rem;
    max-width: 44ch;
  }

  .home-product-tile__actions {
    margin-top: auto;
    padding-top: 0.5rem;
  }

  .home-product-tile__cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    border: none;
    background: var(--color-gold);
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(208, 154, 39, 0.25);
    position: relative;
    z-index: 2;
  }

  .home-tile__kicker {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tile-kicker-color, rgba(0, 0, 0, 0.62));
    font-size: 0.75rem;
    font-weight: 600;
  }

  .home-tile__content h2 {
    margin: 0;
    color: var(--tile-text-color, #161616);
    font-size: clamp(1.2rem, 2.8vw, 1.9rem);
    line-height: 1.18;
  }

  .home-tile__text {
    margin: 0.65rem 0 0;
    color: var(--tile-text-color, #232323);
    line-height: 1.55;
  }

  .home-tile--sand {
    background: var(--color-bg);
    --tile-text-color: #1f1f1f;
    --tile-kicker-color: rgba(0, 0, 0, 0.62);
  }

  .home-tile--charcoal {
    background: var(--color-primary);
    border-color: rgba(255, 255, 255, 0.18);
    --tile-text-color: #f2f2f2;
    --tile-kicker-color: #f2f2f2;
  }

  .home-tile--charcoal .home-tile__kicker,
  .home-tile--charcoal .home-tile__content h2,
  .home-tile--charcoal .home-tile__text,
  .home-tile--charcoal .tile-expand-content,
  .home-tile--charcoal .tile-expandable summary {
    color: #f2f2f2;
  }

  .home-tile--charcoal .tile-expandable {
    border-top-color: rgba(255, 255, 255, 0.26);
  }

  .home-tile--terracotta {
    background: var(--color-secondary);
    --tile-text-color: #fff5ef;
    --tile-kicker-color: #fff5ef;
  }

  .home-tile--terracotta .home-tile__kicker,
  .home-tile--terracotta .home-tile__content h2,
  .home-tile--terracotta .home-tile__text,
  .home-tile--terracotta .tile-expand-content,
  .home-tile--terracotta .tile-expandable summary {
    color: #fff5ef;
  }

  .home-tile--terracotta .tile-expandable {
    border-top-color: rgba(255, 245, 239, 0.34);
  }

  .home-tile--gold {
    background: var(--color-gold);
    --tile-text-color: #1f1f1f;
    --tile-kicker-color: #1f1f1f;
  }

  .home-tile--gold .home-tile__kicker,
  .home-tile--gold .home-tile__content h2,
  .home-tile--gold .home-tile__text {
    color: #1f1f1f;
  }

  .home-tile--studio {
    background: #f1ede3;
  }

  .home-tile--studio .home-tile__content {
    padding: clamp(1.25rem, 3vw, 1.8rem);
  }

  .home-tile--studio .home-tile__kicker {
    letter-spacing: 0.11em;
    color: rgba(18, 18, 18, 0.72);
  }

  .home-tile--studio .home-tile__content h2 {
    font-size: clamp(1.5rem, 3.3vw, 2.35rem);
    line-height: 1.12;
    max-width: 18ch;
    text-wrap: balance;
  }

  .home-tile--studio .home-tile__text,
  .home-tile--studio .tile-expand-content {
    max-width: 52ch;
    margin-top: 0.9rem;
    font-size: clamp(1rem, 1.6vw, 1.1rem);
    line-height: 1.72;
    color: rgba(18, 18, 18, 0.92);
    text-wrap: pretty;
  }

  .home-tile--studio .tile-expandable {
    margin-top: 1rem;
  }

  .home-tile--store-edit {
    background: rgba(255, 255, 255, 0.12);
    text-align: center;
  }

  .home-tile--store-edit .home-tile__content,
  .home-tile--store-edit {
    text-align: center;
  }

  @media (min-width: 760px) {
    .home-tiles__grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .home-tile--half {
      grid-column: span 3;
      min-height: 320px;
    }

    .home-tile--standard {
      grid-column: span 3;
      min-height: 320px;
    }

    .home-tile--wide {
      grid-column: span 6;
      min-height: 320px;
    }

    .home-tile--tall {
      grid-column: span 3;
      grid-row: span 2;
      min-height: 660px;
    }

    .home-tile--large {
      grid-column: span 6;
      min-height: 460px;
    }

    .home-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 639px) {
    .home-product-tile {
      aspect-ratio: 1 / 1;
    }
  }

  @media (min-width: 1120px) {
    .home-tiles__grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: clamp(0.95rem, 1.5vw, 1.25rem);
    }

    .home-tile--half {
      grid-column: span 6;
      min-height: 340px;
    }

    .home-tile--standard {
      grid-column: span 4;
      min-height: 340px;
    }

    .home-tile--wide {
      grid-column: span 8;
      min-height: 340px;
    }

    .home-tile--tall {
      grid-column: span 4;
      grid-row: span 2;
      min-height: 700px;
    }

    .home-tile--large {
      grid-column: span 12;
      min-height: 500px;
    }

    .home-products__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (hover: hover) {
    .home-tile:hover .home-tile__media img {
      transform: scale(1.03);
    }

    .home-product-tile:hover .home-product-tile__media img {
      transform: scale(1.05);
    }

    .home-product-tile:hover {
      border-color: rgba(61, 61, 61, 0.2);
      box-shadow: 0 6px 20px rgba(22, 22, 22, 0.12);
      transform: translateY(-2px);
    }

    .home-product-tile__title a:hover {
      color: var(--color-secondary);
    }

    .home-product-tile__cta-primary:hover {
      background: var(--color-primary);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(61, 61, 61, 0.3);
    }

    .home-tile__cta:hover {
      transform: translateY(-1px);
    }
  }
/* END_SECTION:home-tiles */

/* START_SECTION:left-margin-banner (INDEX:22) */
.left-margin-banner {
    display: none;
    position: fixed;
    left: 0;
    top: var(--lmb-top, 80px);
    bottom: 0;
    width: max(0px, calc((100vw - var(--page-width)) / 2 - 1rem));
    z-index: 90;
    overflow: hidden;
  }

  @media (min-width: 1600px) {
    .left-margin-banner {
      display: block;
    }
  }

  .left-margin-banner__inner {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .left-margin-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: {{ section.settings.image_fit }};
    object-position: {{ section.settings.image_position }};
  }
/* END_SECTION:left-margin-banner */

/* START_SECTION:mock-products (INDEX:23) */
.mock-products-section {
    padding: 4rem 0;
  }

  .mock-products-section h2 {
    color: var(--color-accent);
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }

  .mock-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
  }

  .mock-product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
  }

  .mock-product-card:hover {
    border-color: var(--color-accent);
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(61, 61, 61, 0.15);
  }

  .mock-product-image {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .product-emoji {
    font-size: 6rem;
    transition: transform 0.3s ease;
  }

  .mock-product-card:hover .product-emoji {
    transform: scale(1.1) rotate(5deg);
  }

  .mock-product-info {
    padding: 1.5rem;
  }

  .mock-product-info h3 {
    color: #000000;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }

  .product-description {
    color: #000000;
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }

  .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-price {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .quick-view-btn {
    background-color: var(--color-accent);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--style-border-radius-inputs);
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.3s;
  }

  .quick-view-btn:hover {
    opacity: 0.8;
  }
/* END_SECTION:mock-products */

/* START_SECTION:product-grid (INDEX:26) */
.product-grid-section {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }

  .product-grid-section h1 {
    color: var(--color-accent);
    margin-bottom: 1rem;
    text-align: center;
    font-size: clamp(2rem, 5vw, 2.5rem);
  }

  .product-grid-description {
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: clamp(1.25rem, 3.2vw, 2rem);
    max-width: min(800px, 90%);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.6;
  }

  .product-grid {
    gap: clamp(1rem, 2.2vw, 1.4rem);
  }

  .product-card {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  @media (hover: hover) {
    .product-card:hover {
      transform: translateY(-1px);
    }
  }

  .product-card__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
  }

  .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 20px 20px 0 0;
  }

  @media (hover: hover) {
    .product-card:hover .product-card__image img {
      transform: scale(1.06);
    }
  }

  .product-card__content {
    padding: clamp(1rem, 2.4vw, 1.25rem);
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .product-card__title {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 2.5vw, 1.25rem);
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 2.6em;
  }

  .product-card__button {
    display: inline-block;
    padding: clamp(0.65rem, 2vw, 0.75rem) clamp(1.25rem, 3vw, 1.5rem);
    min-height: 44px;
    min-width: 44px;
    background-color: var(--color-gold);
    color: #3D3D3D;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    border: none;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.25);
    transition: all 0.25s ease;
    touch-action: manipulation;
  }

  @media (hover: hover) {
    .product-card__button:hover {
      background-color: var(--color-primary);
      color: white;
      box-shadow: 0 4px 12px rgba(61, 61, 61, 0.3);
    }
  }

  @media (max-width: 719px) {
    .product-card {
      height: auto;
    }

    .product-card__title {
      height: auto;
      -webkit-line-clamp: unset;
      line-clamp: unset;
    }

    .product-card__content {
      flex: none;
    }
  }
/* END_SECTION:product-grid */

/* START_SECTION:product (INDEX:27) */
.product-page {
    padding: clamp(1.25rem, 3.5vw, 2.25rem) 0;
  }

  .product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, 2.8vw, 1.8rem);
    align-items: start;
  }

  /* Product Media */
  .product-media {
    position: sticky;
    top: 2rem;
  }

  .product-main-image {
    width: 100%;
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .product-main-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .zoom-container {
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 14px;
  }

  .zoom-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.15s ease;
    will-change: transform;
  }

  .zoom-container:hover img {
    transition: none;
  }

  .image-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
  }

  .image-modal.open {
    display: flex;
  }

  .image-modal img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    cursor: default;
  }

  .modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: white;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    opacity: 0.8;
    transition: opacity 0.2s;
  }

  .modal-close:hover {
    opacity: 1;
  }

  .product-placeholder {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-gold) 100%);
  }

  .product-emoji {
    font-size: clamp(4rem, 10vw, 6rem);
  }

  .product-thumbnails {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .thumbnail-btn {
    width: 80px;
    height: 80px;
    padding: 0;
    background: var(--color-bg-alt);
    border: 1px solid rgba(61, 61, 61, 0.15);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    overflow: hidden;
  }

  .thumbnail-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .thumbnail-btn:hover,
  .thumbnail-btn.active {
    border-color: var(--color-primary);
    box-shadow: 0 2px 8px rgba(61, 61, 61, 0.2);
  }

  /* Product Details */
  .product-title {
    color: var(--color-primary);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0.65rem;
    font-weight: 600;
  }

  .product-price-section {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .product-price {
    color: var(--color-primary);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: bold;
  }

  .product-compare-price {
    color: var(--color-primary);
    opacity: 0.5;
    text-decoration: line-through;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  }

  .product-description-wrapper {
    position: relative;
    margin-bottom: 1.25rem;
  }

  #descClip {
    max-height: 120px;
    overflow: hidden;
  }

  #descClip.is-expanded {
    max-height: none;
    overflow: visible;
  }

  .product-description {
    color: var(--color-primary);
    line-height: 1.6;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
  }

  .description-read-more {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.45rem 1rem;
    background: none;
    border: 1px solid rgba(61, 61, 61, 0.18);
    border-radius: 8px;
    color: var(--color-secondary);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  @media (hover: hover) {
    .description-read-more:hover {
      background: var(--color-secondary);
      color: white;
      border-color: var(--color-secondary);
    }
  }

  /* Product Form */
  .product-form-container {
    padding: clamp(1rem, 2.2vw, 1.3rem);
    margin-bottom: 1rem;
  }

  .form-field {
    margin-bottom: 1.5rem;
  }

  .form-field label {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
  }

  .variant-select {
    width: 100%;
    padding: 0.75rem;
    background: white;
    color: var(--color-primary);
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    font-size: clamp(0.95rem, 2vw, 1rem);
    font-weight: 500;
    cursor: pointer;
  }

  .variant-select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.15);
  }

  .quantity-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .quantity-btn {
    width: 44px;
    height: 44px;
    background: var(--color-bg-alt);
    color: var(--color-primary);
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quantity-btn:hover {
    background: var(--color-secondary);
    color: white;
    border-color: var(--color-secondary);
  }

  .quantity-input {
    width: 80px;
    padding: 0.75rem;
    text-align: center;
    background: white;
    color: var(--color-primary);
    border: 1px solid rgba(61, 61, 61, 0.2);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
  }

  .quantity-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(61, 61, 61, 0.15);
  }

  .add-to-cart-btn {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1rem) clamp(1.75rem, 4vw, 2.5rem);
    min-height: 44px;
    background-color: var(--color-gold);
    color: #3D3D3D;
    border: none;
    border-radius: 10px;
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(208, 154, 39, 0.24);
    transition: all 0.25s ease;
  }

  .add-to-cart-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(208, 154, 39, 0.3);
  }

  /* Product Tags */
  .product-tags {
    padding: 0.8rem;
    color: var(--color-primary);
  }

  .product-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin: 0.25rem;
    background: var(--color-secondary);
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
  }

  /* Mobile */
  @media (max-width: 968px) {
    .product-layout {
      grid-template-columns: 1fr;
    }

    .product-media {
      position: relative;
      top: 0;
    }
  }

  /* Accordion */
  .product-accordion {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .accordion-item {
    border: 1px solid rgba(61, 61, 61, 0.12);
    border-radius: 12px;
    background: var(--color-bg-alt);
    overflow: hidden;
  }

  .accordion-item[open] {
    border-color: rgba(61, 61, 61, 0.22);
  }

  .accordion-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(0.9rem, 1.8vw, 1.1rem) clamp(1rem, 2vw, 1.25rem);
    cursor: pointer;
    list-style: none;
    user-select: none;
  }

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

  .accordion-heading-text {
    font-size: clamp(0.98rem, 2vw, 1.08rem);
    font-weight: 600;
    color: var(--color-primary);
  }

  .accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.22s ease;
  }

  .accordion-icon::before,
  .accordion-icon::after {
    content: '';
    position: absolute;
    background: var(--color-primary);
    border-radius: 2px;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .accordion-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .accordion-icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .accordion-item[open] .accordion-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
  }

  .accordion-body {
    padding: 0 clamp(1rem, 2vw, 1.25rem) clamp(0.9rem, 1.8vw, 1.1rem);
    color: var(--color-primary);
    font-size: clamp(0.92rem, 1.8vw, 1rem);
    line-height: 1.65;
    opacity: 0.85;
  }

  .accordion-body p {
    margin: 0 0 0.75rem;
  }

  .accordion-body p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:product */

/* START_SECTION:return-policy (INDEX:28) */
.returns-section {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
    max-width: 1180px;
    margin: 0 auto;
  }

  /* Hero Section */
  .returns-hero {
    text-align: center;
    margin-bottom: clamp(0.5rem, 2vw, 1rem);
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }

  .returns-eyebrow {
    margin: 0 0 0.75rem;
    color: var(--color-secondary);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .returns-hero h1 {
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-size: clamp(2rem, 5.5vw, 3.4rem);
    letter-spacing: 0.01em;
    line-height: 1.12;
  }

  .returns-subtitle {
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
    font-size: clamp(1.02rem, 2.2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.7;
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
  }

  /* Section Divider Spacing */
  .returns-section .section-divider {
    padding: clamp(1.4rem, 3.2vw, 2rem) 0;
  }

  /* Content Area */
  .returns-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 0);
  }

  /* Intro Text */
  .returns-intro {
    margin-top: clamp(2rem, 4vw, 3rem);
    margin-bottom: clamp(3rem, 6vw, 4rem);
    color: #000000;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    line-height: 1.8;
    text-align: center;
  }

  .returns-intro p {
    margin-bottom: 1rem;
  }

  .returns-intro p:last-child {
    margin-bottom: 0;
  }

  .returns-intro strong {
    color: var(--color-secondary);
    font-weight: 700;
  }

  /* Policy Items */
  .returns-policy-item {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--color-secondary);
  }

  .returns-policy-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .returns-policy-item h2 {
    color: #000000;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .returns-policy-text {
    color: #000000;
    font-size: clamp(1rem, 2.1vw, 1.1rem);
    line-height: 1.8;
  }

  .returns-policy-text p {
    margin-bottom: 1rem;
  }

  .returns-policy-text p:last-child {
    margin-bottom: 0;
  }

  .returns-policy-text ul,
  .returns-policy-text ol {
    margin: 1rem 0 1rem 1.5rem;
    padding: 0;
  }

  .returns-policy-text li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
  }

  .returns-policy-text li:last-child {
    margin-bottom: 0;
  }

  .returns-policy-text strong {
    color: var(--color-secondary);
    font-weight: 700;
  }

  /* Steps Section */
  .returns-steps-item {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--color-secondary);
  }

  .returns-steps-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .returns-steps-item h2 {
    color: #000000;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .returns-steps-text ol {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .returns-steps-text ol li {
    counter-increment: step-counter;
    position: relative;
    padding-left: clamp(3rem, 6vw, 3.5rem);
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: clamp(1rem, 2.1vw, 1.1rem);
    line-height: 1.8;
  }

  .returns-steps-text ol li:last-child {
    margin-bottom: 0;
  }

  .returns-steps-text ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: clamp(2rem, 4vw, 2.5rem);
    height: clamp(2rem, 4vw, 2.5rem);
    background-color: var(--color-gold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.2rem);
    border-radius: 50%;
  }

  /* Contact Section */
  .returns-contact-item {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
    border-bottom: 1px solid var(--color-secondary);
  }

  .returns-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .returns-contact-item h2 {
    color: #000000;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }

  .returns-contact-detail {
    color: #000000;
    font-size: clamp(1rem, 2.1vw, 1.1rem);
    line-height: 1.8;
    margin-bottom: 1rem;
  }

  .returns-contact-detail:last-child {
    margin-bottom: 0;
  }

  .returns-contact-detail strong {
    color: var(--color-secondary);
    font-weight: 700;
    margin-right: 0.5rem;
  }

  .returns-contact-detail a {
    color: var(--color-gold);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .returns-contact-detail a:hover {
    opacity: 0.7;
  }

  .returns-contact-additional {
    margin-top: 1.5rem;
    color: #000000;
    font-size: clamp(1rem, 2.1vw, 1.1rem);
    line-height: 1.8;
  }

  .returns-contact-additional p {
    margin-bottom: 1rem;
  }

  .returns-contact-additional p:last-child {
    margin-bottom: 0;
  }

  .returns-contact-additional strong {
    color: var(--color-secondary);
    font-weight: 700;
  }
/* END_SECTION:return-policy */

/* START_SECTION:search (INDEX:29) */
.search-results {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  
  @media (min-width: 640px) {
    .search-results {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 1024px) {
    .search-results {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
  
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
  
  .search-result {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .search-result__content p {
    font-size: clamp(0.9rem, 2vw, 0.95rem);
  }
/* END_SECTION:search */

/* START_SECTION:upcoming-markets (INDEX:30) */
.markets-section {
    position: relative;
    padding: clamp(2rem, 5vw, 3.4rem) 0;
    isolation: isolate;
  }

  .markets-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 14% 16%, rgba(208, 154, 39, 0.16), transparent 34%),
      radial-gradient(circle at 84% 8%, rgba(209, 109, 62, 0.14), transparent 30%),
      linear-gradient(150deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
    border-radius: 22px;
  }

  .markets-header {
    text-align: center;
    margin-bottom: clamp(0.65rem, 1.8vw, 1.1rem);
  }

  .markets-section h1 {
    color: #131313;
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .markets-subtitle {
    color: rgba(19, 19, 19, 0.8);
    font-size: clamp(0.98rem, 2.3vw, 1.08rem);
    font-weight: 500;
    margin-bottom: 0.55rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.68;
  }

  .markets-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--markets-grid-gap);
  }

  .markets-visual {
    border-radius: 20px;
    margin: 0 auto clamp(1rem, 2.4vw, 1.5rem);
    min-height: max(180px, var(--markets-visual-height));
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: clamp(1rem, 2.6vw, 1.6rem);
    overflow: hidden;
    border: 1px solid rgba(61, 61, 61, 0.16);
    box-shadow: 0 10px 24px rgba(24, 24, 24, 0.1);
    background: var(--markets-visual-color, #d8cfae);
    background-size: cover;
    background-position: center;
  }

  .markets-header .section-divider {
    padding: clamp(0.35rem, 1.1vw, 0.6rem) 0;
  }

  .markets-visual--image {
    background-image: var(--markets-visual-image);
  }

  .markets-visual__caption {
    margin: 0;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.7vw, 1rem);
    line-height: 1.5;
    background: rgba(17, 17, 17, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
  }

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

  @media (min-width: 1024px) {
    .markets-grid {
      grid-template-columns: repeat(var(--markets-desktop-columns), minmax(0, 1fr));
    }
  }

  .market-card {
    background: color-mix(in srgb, var(--markets-card-bg) 68%, rgba(255, 255, 255, 0.72));
    padding: var(--markets-card-padding);
    border: var(--markets-card-border-width) solid color-mix(in srgb, var(--markets-card-border-color) 45%, rgba(255, 255, 255, 0.55));
    border-radius: var(--markets-card-radius);
    min-height: var(--markets-card-min-height);
    box-shadow:
      0 12px 28px rgba(24, 24, 24, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .market-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
    opacity: 0.8;
  }

  .market-card::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.38), transparent 65%);
    top: -65px;
    right: -48px;
    pointer-events: none;
  }

  .market-name {
    color: #111111;
    margin-bottom: 0.85rem;
    font-size: clamp(1.2rem, 2.8vw, 1.45rem);
    font-weight: 600;
    line-height: 1.24;
    max-width: 22ch;
    text-wrap: balance;
  }

  .market-details {
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0.78rem 0.95rem;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 12px;
  }

  .market-details p {
    color: rgba(17, 17, 17, 0.9);
    margin-bottom: 0.45rem;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .market-icon {
    width: 18px;
    height: 18px;
    color: color-mix(in srgb, var(--color-gold) 75%, #ffffff 25%);
    flex-shrink: 0;
  }

  .market-details p:last-child {
    margin-bottom: 0;
  }

  .market-description {
    color: rgba(17, 17, 17, 0.86);
    line-height: 1.66;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    margin-top: auto;
  }

  @media (hover: hover) {
    .market-card {
      transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    }

    .market-card:hover {
      transform: translateY(-2px);
      border-color: color-mix(in srgb, var(--markets-card-border-color) 62%, #ffffff 38%);
      box-shadow:
        0 16px 34px rgba(24, 24, 24, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
    }
  }

  @media (max-width: 640px) {
    .markets-section::before {
      border-radius: 16px;
    }
  }
/* END_SECTION:upcoming-markets */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:32) */
.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:33) */
.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:image (INDEX:36) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:section-divider (INDEX:38) */
.section-divider {
    width: 100%;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    margin: 0;
  }

  .divider-accent {
    width: 100%;
    height: 1px;
    background: var(--color-secondary);
  }
/* END_SNIPPET:section-divider */