/** Shopify CDN: Minification failed

Line 1787:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.not-found {
    background-color: var(--color-cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100svh;
    gap: 1.25rem;
    padding: 4rem 2rem;
  }

  .not-found__code {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    color: #999;
  }

  .not-found__heading {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    font-weight: 500;
  }

  .not-found__body {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    max-width: 32ch;
  }

  .not-found__cta {
    color: var(--color-foreground);
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 0.125rem;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
  }
/* END_SECTION:404 */

/* START_SECTION:about-bottom (INDEX:1) */
.about-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
  }

  .about-bottom__left {
    background-color: var(--color-cream);
    display: flex;
    align-items: flex-end;
    padding: 3rem;
  }

  .about-bottom__right {
    position: relative;
    overflow: hidden;
  }

  .about-bottom__left .about-bottom__img {
    width: 55%;
    height: auto;
    display: block;
    max-width: none;
  }

  .about-bottom__right .about-bottom__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-width: none;
    display: block;
  }

  .about-bottom__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
  }

  .about-bottom__cta {
    color: var(--color-cream);
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 0.125rem;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
  }

  @media (max-width: 767px) {
    .about-bottom {
      grid-template-columns: 1fr;
    }

    .about-bottom__left {
      min-height: 80vw;
    }
  }
/* END_SECTION:about-bottom */

/* START_SECTION:about-hero (INDEX:2) */
.about-hero {
    overflow: hidden;
    line-height: 0;
  }

  .about-hero__img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
  }

  @media (max-width: 767px) {
    .about-hero__img {
      height: 120vw;
      object-fit: cover;
      object-position: right;
    }
  }
/* END_SECTION:about-hero */

/* START_SECTION:about-story (INDEX:3) */
.about-story {
    background-color: var(--color-cream);
    padding: 3rem 2rem 5rem;
  }

  .about-story__inner {
    /* max-width: 56rem; */
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .about-story__headline {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    line-height: 1.8;
    /* max-width: 88ch; */
  }

  .about-story__body {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    /* max-width: 104ch; */
  }

  /* .about-story__body p {
    margin: 0;
  } */

  /* Varietals grid */
  .about-story__varietals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    /* padding-top: 2rem; */
  }

  .about-story__varietals-col {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .about-story__varietal {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }

  .about-story__varietal-number {
    /* font-size: 0.5rem; */
    letter-spacing: 0.2em;
    font-weight: 500;
  }

  .about-story__varietal-body {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }

  /* .about-story__varietal-body p {
    margin: 0;
  } */

  .about-story__col-photo {
    width: 32%;
    height: auto;
    display: block;
    margin: 6rem auto 0;
  }

  .about-story__col-product {
    position: relative;
    margin-top: 6rem;
  }

  .about-story__col-product-img-link {
    display: block;
  }

  .about-story__col-photo--product {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .about-story__col-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    z-index: 1;
    padding-top: 23%;
  }

  .about-story__cta {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--color-cream);
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 0.125rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .about-story__varietals {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    .about-story__col-photo {
      display: none;
    }

    .about-story__col-photo--product {
      display: block;
      width: 100%;
    }

    .about-story__col-product {
      position: relative;
      margin-top: 2rem;
      margin-left: -2rem;
      margin-right: -2rem;
    }

    .about-story__col-product .about-story__col-product-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
    }
  }
/* END_SECTION:about-story */

/* START_SECTION:cart-upsell (INDEX:6) */
.cart-upsell {
    background-color: var(--color-cream);
    padding: 7rem 2rem;
    border-top: 0.5px solid var(--color-foreground);
  }

  .cart-upsell__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    max-width: 60rem;
    margin: 0 auto;
  }

  .cart-upsell__heading {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    padding-bottom: 0.75rem;
    border-bottom: 0.5px solid var(--color-foreground);
    text-align: center;
  }

  .cart-upsell__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .cart-upsell__card {
    display: flex;
    flex-direction: column;
  }

  .cart-upsell__card-size {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 0.875rem;
  }

  .cart-upsell__card-image-link {
    display: block;
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .cart-upsell__card-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

  .cart-upsell__card:hover .cart-upsell__card-img {
    transform: scale(1.02);
  }

  .cart-upsell__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.875rem;
    gap: 1rem;
  }

  .cart-upsell__card-price {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
  }

  .cart-upsell__card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
  }

  .cart-upsell__card-add {
    background: none;
    border: none;
    border-bottom: 0.5px solid currentColor;
    padding: 0 0 0.0625rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: var(--color-foreground);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
  }

  .cart-upsell__card-add:disabled {
    opacity: 0.4;
    cursor: default;
  }

  .cart-upsell__card-online-only {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .cart-upsell__grid {
      grid-template-columns: 1fr 1fr;
    }
  }
/* END_SECTION:cart-upsell */

/* START_SECTION:cart (INDEX:7) */
.cart {
    background-color: var(--color-cream);
    padding: calc(var(--header-height) + 4rem) 2rem 6rem;
  }

  .cart__inner {
    max-width: 48rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .cart__heading {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid var(--color-foreground);
  }

  .cart__empty {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #666;
  }

  .cart__form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .cart__items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .cart__item {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 0.5px solid var(--color-foreground);
  }

  .cart__item-image-link {
    display: block;
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .cart__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  .cart__item-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .cart__item-title {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--color-foreground);
    text-decoration: none;
  }

  .cart__item-variant {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #666;
  }

  .cart__item-price {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }

  .cart__item-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0.5rem;
  }

  .cart__qty-controls {
    display: flex;
    align-items: center;
    border: 0.5px solid currentColor;
    width: fit-content;
  }

  .cart__qty-btn {
    background: none;
    border: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    cursor: pointer;
    color: inherit;
  }

  .cart__qty-input {
    width: 2.25rem;
    height: 2rem;
    border: none;
    border-left: 0.5px solid currentColor;
    border-right: 0.5px solid currentColor;
    border-radius: 0;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    background: none;
    color: inherit;
    -moz-appearance: textfield;
  }

  .cart__qty-input::-webkit-inner-spin-button,
  .cart__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }

  .cart__item-remove {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #666;
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 0.0625rem;
  }

  .cart__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }

  .cart__totals {
    display: flex;
    gap: 1.5rem;
    align-items: baseline;
  }

  .cart__totals-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #666;
  }

  .cart__totals-price {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  .cart__taxes-note {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    color: #666;
  }

  .cart__checkout {
    background-color: var(--color-foreground);
    color: var(--color-cream);
    border: none;
    padding: 0.875rem 2.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease;
    margin-top: 0.5rem;
  }

  .cart__checkout:hover {
    opacity: 0.8;
  }

  @media (max-width: 767px) {
    .cart {
      padding: calc(var(--header-height) + 3rem) 1.5rem 4rem;
    }

    .cart__item {
      grid-template-columns: 5rem 1fr;
      gap: 1rem;
    }
  }
/* END_SECTION:cart */

/* START_SECTION:collection-hero (INDEX:8) */
.collection-hero {
    display: flex;
    flex-direction: column;
  }

  .collection-hero__photo {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    position: relative;
  }

  .collection-hero__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  .collection-hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    padding: 7rem 2rem;
    max-width: 57rem;
    margin: 0 auto;
  }

  .collection-hero__eyebrow {
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
  }

  .collection-hero__body {
    font-size: 0.75rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }

  .collection-hero__body p {
    margin: 0;
  }

  @media (max-width: 767px) {
    .collection-hero__photo {
      height: 120vw;
    }

    .collection-hero__text {
      padding: 3rem 2rem;
    }
  }
/* END_SECTION:collection-hero */

/* START_SECTION:collection (INDEX:9) */
.collection {
    background-color: var(--color-cream);
    padding: 3rem 2rem;
    padding-top: 0;
  }

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

  .collection__card {
    display: flex;
    flex-direction: column;
  }

  .collection__card-size {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 0.875rem;
  }

  .collection__card-image-link {
    display: block;
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .collection__card-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

  .collection__card:hover .collection__card-img {
    transform: scale(1.02);
  }

  .collection__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.875rem;
    gap: 1rem;
  }

  .collection__card-price {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
  }

  .collection__card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
  }

  .collection__card-add {
    background: none;
    border: none;
    border-bottom: 0.5px solid currentColor;
    padding: 0 0 0.0625rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: var(--color-foreground);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
  }

  .collection__card-add:disabled {
    opacity: 0.4;
    cursor: default;
  }

  .collection__card-online-only {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .collection__grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
/* END_SECTION:collection */

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

/* START_SECTION:coming-soon (INDEX:11) */
.coming-soon {
    background-color: var(--color-cream);
    padding: 4rem 2rem 5rem;
    border-top: 0.5px solid var(--color-foreground);
    margin-right: 2rem;
    margin-left: 2rem;
    margin-top: 7rem;
    margin-bottom: 3rem;
    padding-top: 7rem;
  }

  .coming-soon__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    max-width: 56rem;
    margin: 0 auto;
  }

  .coming-soon__heading {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-weight: 500;
  }

  .coming-soon__subtext {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
    /* max-width: 70ch; */
  }

  .coming-soon__inner .klaviyo-form-VbsGK7 {
    width: 100%;
    max-width: 28rem;
  }

  .coming-soon__form {
    /* width: min(100%, 28rem); */
    margin-top: 0.5rem;
  }

  .coming-soon__form-row {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid var(--color-foreground);
  }

  .coming-soon__input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    padding: 0.5rem 0;
    color: var(--color-foreground);
    text-transform: uppercase;
  }

  .coming-soon__input::placeholder {
    color: #888;
  }

  .coming-soon__submit {
    background: none;
    border: none;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    padding: 0.5rem 0 0.5rem 1rem;
    color: var(--color-foreground);
    cursor: pointer;
    flex-shrink: 0;
    text-transform: uppercase;
  }

  .coming-soon__disclaimer {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: var(--color-foreground);
    /* max-width: 52ch; */
    text-align: center;
    margin-top: 1rem;
  }

  .coming-soon__disclaimer a {
    color: inherit;
    text-decoration: underline !important;
  }

  .coming-soon__success {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    line-height: 1.9;
  }

  .coming-soon__error {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: var(--color-foreground);
  }
/* END_SECTION:coming-soon */

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

/* START_SECTION:email-popup (INDEX:13) */
.email-popup {
    position: fixed;
    inset: 0;
    margin: auto;
    width: min(90vw, 30rem);
    height: fit-content;
    min-height: 15rem;
    border: none;
    padding: 2rem 2rem 1.75rem;
    background-color: rgba(245, 240, 232, 0.8);
    color: #1A1A1A;
    z-index: 300;
  }

  .email-popup::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .email-popup[open] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
  }

  .email-popup__close {
    position: absolute;
    top: 0.75rem;
    right: 0.875rem;
    background: none;
    border: none;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #1A1A1A;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
  }

  .email-popup__heading {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    text-align: center;
    padding-right: 1rem;
  }

  .email-popup__form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .email-popup__form-row {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #1A1A1A;
  }

  .email-popup__input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    padding: 0.5rem 0;
    color: #1A1A1A;
    text-transform: uppercase;
  }

  .email-popup__input::placeholder {
    color: #888;
  }

  .email-popup__submit {
    background: none;
    border: none;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    padding: 0.5rem 0 0.5rem 1rem;
    color: #1A1A1A;
    cursor: pointer;
    flex-shrink: 0;
    text-transform: uppercase;
    font-family: inherit;
  }

  .email-popup__disclaimer {
    font-size: 0.4375rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #888;
    line-height: 1.6;
    margin-top: 10px;
  }

  .email-popup__success {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
  }

  .email-popup__success[hidden] {
    display: none;
  }

  .email-popup__success-text {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
    color: #1A1A1A;
  }
/* END_SECTION:email-popup */

/* START_SECTION:footer (INDEX:14) */
.site-footer {
    position: relative;
    background-color: var(--color-cream);
    color: var(--color-foreground);
    overflow: hidden;
  }

  .site-footer a {
    color: inherit;
    text-decoration: none;
  }

  .site-footer a img {
    display: none !important;
  }

  .site-footer__bg-logo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.07;
    pointer-events: none;
  }

  .site-footer__bg-logo svg {
    height: 80%;
    width: auto;
  }

  .site-footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 3rem 2rem;
    gap: 3rem;
    min-height: 20rem;
  }

  .site-footer__form {
    width: 100%;
    max-width: 28rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .klaviyo-form-VbsGK7 {
    width: 100%;
    border-bottom: 0.5px solid black;
  }
  .klaviyo-form-VbsGK7 input {
    outline-style: none !important;
  }
  .site-footer__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }

  .site-footer__nav {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }

  .site-footer__nav a {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  .site-footer__copyright {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    font-weight: 500;
  }

  @media (max-width: 767px) {
    .site-footer__bottom {
      flex-direction: column;
      gap: 1.5rem;
      text-align: center;
    }

    .site-footer__nav {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:15) */
.site-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 2rem;
    height: var(--header-height);
    color: var(--color-cream);
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .site-header.is-hidden {
    transform: translateY(-100%);
  }

  .site-header.is-scrolled {
    background-color: rgba(247, 242, 236, 0.85);
    color: var(--color-foreground);
  }

  /* Dark text on light-background templates — always, regardless of scroll state */
  .template-product .site-header,
  .template-page:not(.template-page-about) .site-header,
  .template-cart .site-header {
    color: var(--color-foreground);
  }

  .site-header a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
  }

  .site-header__nav {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    font-size: 0.75rem;
  }

  .site-header__logo {
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-weight: 900;
    text-align: center;
  }
  .site-header__logo a {
    font-weight: 800;
  }
  .site-header__actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.75rem;
  }

  .site-header__hamburger {
    display: none;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    align-items: center;
  }

  /* Mobile nav overlay */
  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: rgba(247, 242, 236, 0.9);
    color: var(--color-foreground);
    display: flex;
    flex-direction: column;
    padding: env(safe-area-inset-top, 0) 1.5rem 2rem;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-height);
    padding: 1rem 0;
    margin-bottom: 2rem;
    padding-top: 0.6rem;
    padding-left: 0.5rem;
  }

  .mobile-nav__logo {
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-weight: 900;
  }

  .mobile-nav__close {
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    padding-left: 0.5rem;
  }

  .mobile-nav__links a {
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }

  @media (max-width: 767px) {
    .site-header {
      grid-template-columns: auto 1fr auto;
    }

    .site-header__logo {
      text-align: left;
    }

    .site-header__nav,
    .site-header__actions {
      display: none;
    }

    .site-header__hamburger {
      display: flex;
      grid-column: 3;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:16) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:home-hero (INDEX:17) */
.home-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100svh;
    height: 100vh; /* fallback */
    height: 100svh;
  }

  .home-hero__panel {
    overflow: hidden;
    position: relative;
  }

  .home-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  .home-hero__placeholder {
    width: 100%;
    height: 100%;
    background-color: var(--color-olive);
  }

  .home-hero__link {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 767px) {
    .home-hero {
      display: block;
      position: relative;
    }

    /* Right panel: full-bleed background */
    .home-hero__panel--right {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    /* Left panel: centered on top with side margins */
    .home-hero__panel:not(.home-hero__panel--right) {
      position: relative;
      z-index: 1;
      width: 100%;
      margin: 0 auto;
      height: 100svh;
      height: 100vh;
    }
  }
/* END_SECTION:home-hero */

/* START_SECTION:home-split-content (INDEX:18) */
.split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .split-content__scene,
  .split-content__panel {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
  }

  .split-content__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    max-width: none;
    display: block;
  }

  .split-content__panel-fallback {
    position: absolute;
    inset: 0;
  }

  .split-content__panel-link {
    display: block;
    position: absolute;
    inset: 0;
  }

  /* Card overlays top of the product panel */
  .split-content__card {
    position: relative;
    z-index: 1;
    color: var(--color-cream);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
    padding: 2.5rem;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 10%;
  }

  .split-content__eyebrow {
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
  }

  .split-content__body {
    font-size: 0.75rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }

  .split-content__body p {
    margin: 0;
  }

  .split-content__cta {
    color: inherit;
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 0.125rem;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 500;
  }

  /* Fade animation */
  .split-content__card.will-animate {
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .split-content__card.is-visible {
    opacity: 1;
  }

  @media (max-width: 767px) {
    .split-content {
      grid-template-columns: 1fr;
    }

    .split-content__scene,
    .split-content__panel {
      min-height: 100vh;
    }

    .split-content--reverse-mobile {
      display: flex;
      flex-direction: column-reverse;
    }

    .split-content__card {
      max-width: 100%;
    }
  }
/* END_SECTION:home-split-content */

/* START_SECTION:page (INDEX:19) */
.page-content {
    background-color: var(--color-cream);
    padding: calc(var(--header-height) + 4rem) 2rem 6rem;
  }

  .page-content__inner {
    /* max-width: 48rem; */
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .page-content__title {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid var(--color-foreground);
  }

  .page-content__body {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-left: 24px;
    margin-right: 24px;
  }

  .page-content__body h1,
  .page-content__body h2,
  .page-content__body h3 {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }

  .page-content__body p {
    margin-bottom: 1em;
  }

  .page-content__body a {
    color: inherit;
    text-decoration: underline;
  }

  .page-content__body ul,
  .page-content__body ol {
    padding-left: 1.5rem;
    margin-bottom: 1em;
  }

  .page-content__body li {
    margin-bottom: 0.4em;
  }

  @media (max-width: 767px) {
    .page-content {
      padding: calc(var(--header-height) + 3rem) 1.5rem 4rem;
    }
  }
/* END_SECTION:page */

/* START_SECTION:policy (INDEX:21) */
.policy-content {
    background-color: var(--color-cream);
    padding: calc(var(--header-height) + 4rem) 2rem 6rem;
  }

  .policy-content__inner {
    max-width: 48rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .policy-content__title {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid var(--color-foreground);
  }

  .policy-content__body {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .policy-content__body h1,
  .policy-content__body h2,
  .policy-content__body h3 {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }

  .policy-content__body p {
    margin-bottom: 1em;
  }

  .policy-content__body a {
    color: inherit;
    text-decoration: underline;
  }

  .policy-content__body ul,
  .policy-content__body ol {
    padding-left: 1.5rem;
    margin-bottom: 1em;
  }

  .policy-content__body li {
    margin-bottom: 0.4em;
  }

  @media (max-width: 767px) {
    .policy-content {
      padding: calc(var(--header-height) + 3rem) 1.5rem 4rem;
    }
  }
/* END_SECTION:policy */

/* START_SECTION:product-related (INDEX:22) */
.product-related {
    background-color: var(--color-cream);
    padding: 3rem 2rem 4rem;
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .product-related__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    max-width: 60rem;
    margin: 0 auto;
  }

  .product-related__heading {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-weight: 500;
    padding-bottom: 0.75rem;
    border-bottom: 0.5px solid var(--color-foreground);
    text-align: center;
  }

  .product-related__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }

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

  .product-related__card-size {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 0.875rem;
  }

  .product-related__card-image-link {
    display: block;
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .product-related__card-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

  .product-related__card:hover .product-related__card-img {
    transform: scale(1.02);
  }

  .product-related__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0.875rem;
    gap: 1rem;
  }

  .product-related__card-price {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
  }

  .product-related__card-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
  }

  .product-related__card-add {
    background: none;
    border: none;
    border-bottom: 0.5px solid currentColor;
    padding: 0 0 0.0625rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: var(--color-foreground);
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
  }

  .product-related__card-add:disabled {
    opacity: 0.4;
    cursor: default;
  }

  .product-related__card-online-only {
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
    text-transform: uppercase;
  }

  @media (max-width: 767px) {
    .product-related__grid {
      grid-template-columns: 1fr 1fr;
    }
  }
/* END_SECTION:product-related */

/* START_SECTION:product (INDEX:23) */
/* ── Hero layout ── */
  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: var(--color-cream);
    margin: 1.5rem;
    margin-bottom: 0;
    margin-top: 70px;
    gap: 1.5rem;
}
  }

  .product__media {
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .product__featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

  /* ── Product info ── */
  .product__info {
    display: flex;
    align-items: flex-start;
    padding: 3rem;
    background-color: var(--color-cream);
  }

  .product__info-inner {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    width: 100%;
  }

  .product__titles {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .product__subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #666;
  }

  .product__title {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    font-weight: 500;
  }

  .product__price {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }

  /* ── Quantity + form ── */
  .product__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .product__quantity-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    color: #666;
  }

  .product__quantity-controls {
    display: flex;
    align-items: center;
    border: 0.5px solid currentColor;
    width: fit-content;
  }

  .product__qty-btn {
    background: none;
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    cursor: pointer;
    color: inherit;
  }

  .product__qty-input {
    width: 2.5rem;
    height: 2.25rem;
    border: none;
    border-left: 0.5px solid currentColor;
    border-right: 0.5px solid currentColor;
    border-radius: 0;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    background: none;
    color: inherit;
    -moz-appearance: textfield;
  }

  .product__qty-input::-webkit-inner-spin-button,
  .product__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }

  .product__add-to-cart {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0.875rem 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    width: 50%;
    transition: opacity 0.2s ease;
    border: 0.5px solid black;
  }

  .product__add-to-cart:hover {
    opacity: 0.5;
  }

  .product__add-to-cart:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  /* ── Description ── */
  .product__description {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }

  .product__description ul {
    /* list-style: none; */
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .product__description li::before {
    /* content: '• '; */
  }

  /* ── Detail photos ── */
  .product__detail-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 1.5rem;
  }

  .product__detail-photo {
    overflow: hidden;
    background-color: #E8E2D9;
  }

  .product__detail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
  }

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

    .product__media {
      min-height: 80vw;
    }

    .product__info {
      padding: 2rem 1.5rem;
    }

    .product__detail-photos {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:24) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

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

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