/*
 * index.css — Page-specific styles for index.html
 * No9ta — Clean version
 */

/* ── 6 — Design Polish (variant buttons, product form) ── */
/* ── Variant size buttons: cleaner selected state ── */
    .variant-option__button-label input:checked ~ .variant-option__button-label__text {
      font-weight: 600;
    }
    .variant-option__button-label input[data-option-available="false"] ~ .variant-option__button-label__text {
      opacity: 0.35;
      text-decoration: line-through;
    }
    /* ── Product section: ensure media fills its container ── */
    .product-media__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* ── Cart checkout button: full width ── */
    #checkout {
      width: 100% !important;
      min-height: 52px;
      font-size: 0.9rem;
      letter-spacing: 0.08em;
    }
    /* ── Cart quantity selector: prevent shrinking ── */
    .cart-items__quantity-controls {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }
    cart-quantity-selector-component {
      display: flex;
      align-items: center;
      gap: 4px;
      min-width: 80px;
    }
    /* ── Cart remove button: smaller, red tint on hover ── */
    .cart-items__remove {
      font-size: 0.7rem !important;
      opacity: 0.55;
      transition: opacity 0.15s, color 0.15s;
    }
    .cart-items__remove:hover {
      opacity: 1;
      color: #c00;
    }
    /* ── Cart item image: proper square ratio ── */
    .cart-items__media-container {
      display: block;
      width: 72px !important;
      height: 90px !important;
      overflow: hidden;
      flex-shrink: 0;
    }
    .cart-items__media-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* ── Cart summary section: clear visual separation ── */
    .cart-drawer__summary {
      border-top: 1px solid var(--color-border, #e5e5e5);
      padding-top: 16px;
      flex-shrink: 0;
    }
    /* ── Hero: ensure video fills full viewport ── */
    .hero__video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* ── Mobile product info: adequate padding ── */
    @media (max-width: 749px) {
      .product-information {
        padding-bottom: 80px !important; /* leave room for sticky ATC */
      }
    }
    /* ── Footer "New Arrivals" — don't show for single-product site ── */
    .no9ta-footer__list li:has(a[href="/"]) {
      display: none;
    }

    /* ── Size guide table: more readable ── */
    .no9ta-size-guide-table-wrap {
      margin-top: 0.5rem;
    }
    /* ── Notify me block: cleaner spacing ── */
    .no9ta-notify-me {
      margin-top: 8px;
    }
    /* ── Shop now CTA: ensure visible in any hero ── */
    .hero__content-wrapper .no9ta-scroll-cta {
      color: #fff !important;
      text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    }
    /* ── Header: ensure logo visible on transparent dark hero ── */
    .header-logo__image-container--inverse {
      display: none; /* we use one logo only */
    }
    /* ── Accordion: tighter spacing on mobile ── */
    @media (max-width: 749px) {
      .accordion {
        margin-top: 4px;
      }
    }
    /* ── Product info: remove extra left padding on mobile ── */
    @media (max-width: 749px) {
      .product-information__grid {
        padding-inline: 0 !important;
      }
    }


/* ── 7 — Logo Style ── */
/* Logo in header center */
    .n9-logo-img {
      height: var(--header-logo-image-height, 72px);
      width: auto;
      max-width: var(--header-logo-image-width, 120px);
      object-fit: contain;
      display: block;
    }
    @media (max-width: 749px) {
      .n9-logo-img {
        height: var(--header-logo-image-height-mobile, 54px);
        max-width: var(--header-logo-image-width-mobile, 90px);
      }
    }

/* ── 9 — Link Style (product cards) ── */
.link {
                      text-decoration: none;
                      text-decoration-color: currentcolor;
                    }
                    .link:hover {
                      color: var(--color-primary-hover);
                      text-decoration-color: transparent;
                    }


/* ── 10 — Product Media Container ── */
.product-media-container {
                  --media-preview-ratio: 1;
                }

                /* Constrain all deferred-media content to parent bounds when specific aspect ratio is set */
                .product-media-container:not(.dialog-zoomed-gallery *)
                  .product-media
                  deferred-media,
                .product-media-container:not(.dialog-zoomed-gallery *)
                  .product-media
                  product-model {
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                }

                /* Ensure video and iframe elements respect container aspect ratio */
                .product-media-container:not(.dialog-zoomed-gallery *)
                  .product-media
                  deferred-media
                  video,
                .product-media-container:not(.dialog-zoomed-gallery *)
                  .product-media
                  deferred-media
                  iframe {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }

                /* 3D models need special handling since they don't support object-fit */
                .product-media-container:not(.dialog-zoomed-gallery *)
                  .product-media
                  product-model
                  model-viewer {
                  width: 100%;
                  height: 100%;
                }

                /* Clear gallery aspect ratio for zoom dialog - let media display at natural aspect ratios */
                .dialog-zoomed-gallery .product-media {
                  --gallery-aspect-ratio: var(--ratio);
                }

                .media-fit-cover {
                  --product-media-fit: cover;
                }

                /* Media fit for all media elements - default to cover */
                .media-fit-cover
                  :is(img, video, iframe, .deferred-media__poster-image) {
                  object-fit: contain;
                  width: 100%;
                  height: 100%;
                }

                /* 3D Models (no object-fit support, just sizing) */
                .media-fit-cover model-viewer {
                  width: 100%;
                  height: 100%;
                }

                /* Add background color so carousel arrows' mix-blend-mode works correctly even on transparent areas. */


/* ── 11 — Variant Option Width Token ── */
[data-option-id="template-19578751778976__main-15319027581088-size"] {
                            --variant-ch: 5.2em;
                          }


/* ── 12 — Size Guide Table + PDP Sections ── */
.no9ta-size-guide-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 1rem;
      }

      .no9ta-size-guide-table {
        width: 100%;
        min-width: 420px;
        border-collapse: collapse;
        font-size: 0.75rem;
      }

      .no9ta-size-guide-table th,
      .no9ta-size-guide-table td {
        padding: 6px 8px;
        white-space: nowrap;
      }

      .no9ta-size-guide-table th {
        border-bottom: 1px solid currentColor;
        text-align: center;
      }

      .no9ta-size-guide-table th:first-child,
      .no9ta-size-guide-table td:first-child {
        padding-left: 0;
        text-align: left;
      }

      .no9ta-size-guide-table td {
        text-align: center;
      }

      .no9ta-size-guide-note {
        margin-top: 0.75rem;
        font-size: 0.75rem;
        opacity: 0.7;
      }.no9ta-notify-me {
        display: none;
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
      }

      .no9ta-notify-me.is-visible {
        display: flex;
      }

      .no9ta-notify-me__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
      }

      .no9ta-notify-me__input {
        width: min(100%, 24rem);
        padding: var(--input-padding);
        border: var(--style-border-width-inputs) solid var(--color-input-border);
        border-radius: var(--style-border-radius-inputs);
        background: var(--color-input-background);
        color: var(--color-input-text);
        font-family: var(--font-body--family);
        font-size: 0.875rem;
      }

      .no9ta-notify-me__status {
        margin: 0;
        font-size: 0.75rem;
        opacity: 0.7;
      }

      .no9ta-share-sheet {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin-top: 14px;
        font-family: var(--font-body--family, Inter, sans-serif);
      }

      .no9ta-share-sheet__label {
        width: 100%;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        color: rgba(0,0,0,0.55);
      }

      .no9ta-share-sheet a,
      .no9ta-share-sheet button {
        appearance: none;
        border: 1px solid rgba(0,0,0,0.18);
        border-radius: 999px;
        background: #fff;
        color: #111;
        cursor: pointer;
        font: inherit;
        font-size: 12px;
        line-height: 1;
        padding: 9px 12px;
        text-decoration: none;
      }

      .no9ta-share-sheet a:hover,
      .no9ta-share-sheet button:hover,
      .no9ta-share-sheet a:focus-visible,
      .no9ta-share-sheet button:focus-visible {
        border-color: #111;
        outline: none;
      }

/* ── 13 — Footer ── */
#n9-footer {
      background: #fff;
      border-top: 1px solid #ebebeb;
      padding: 36px 24px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      font-family: var(--font-body--family, Inter, sans-serif);
    }

    /* Tagline */
    .n9f-line {
      font-size: .72rem;
      letter-spacing: .08em;
      color: #aaa;
      text-transform: uppercase;
    }

    /* Social icons */
    .n9f-social {
      display: flex;
      gap: 22px;
      align-items: center;
    }
    .n9f-social__link {
      color: #111;
      opacity: .35;
      transition: opacity .18s;
      display: flex; align-items: center;
    }
    .n9f-social__link:hover { opacity: 1; }

    /* Horizontal rule */
    .n9f-rule {
      width: 40px;
      height: 1px;
      background: #ddd;
    }

    /* Bottom row */
    .n9f-bottom {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      font-size: .7rem;
      color: #555;
      letter-spacing: .04em;
    }
    .n9f-links {
      display: flex;
      gap: 14px;
    }
    .n9f-bottom a,
    .n9f-links a {
      color: #555;
      text-decoration: none;
      transition: color .15s;
    }
    .n9f-bottom a:hover,
    .n9f-links a:hover { color: #111; }

    /* Policy icon buttons */
    .n9f-policy-btn {
      display: inline-flex; align-items: center; gap: 4px;
      background: none; border: none;
      font-size: .7rem; color: #555;
      cursor: pointer; padding: 0;
      letter-spacing: .04em;
      font-family: var(--font-body--family, Inter, sans-serif);
      transition: color .15s;
    }
    .n9f-policy-btn:hover { color: #111; }

    /* Policy overlay */
    .n9-policy-overlay {
      position: fixed; inset: 0; z-index: 300;
      background: rgba(0,0,0,0.5);
      display: flex; align-items: flex-end; justify-content: center;
      opacity: 0; visibility: hidden;
      transition: opacity .28s ease, visibility 0s linear .28s;
      padding: 0 0 0 0;
    }
    .n9-policy-overlay.open {
      opacity: 1; visibility: visible;
      transition: opacity .28s ease;
    }
    .n9-policy-modal {
      background: #fff;
      width: 100%; max-width: 600px;
      max-height: 80vh;
      border-radius: 8px 8px 0 0;
      padding: 32px 28px 40px;
      overflow-y: auto;
      position: relative;
      transform: translateY(100%);
      transition: transform .32s cubic-bezier(0.4,0,0.2,1);
    }
    .n9-policy-overlay.open .n9-policy-modal {
      transform: translateY(0);
    }
    @media (min-width: 600px) {
      .n9-policy-overlay { align-items: center; padding: 20px; }
      .n9-policy-modal { border-radius: 4px; }
    }
    .n9-policy-close {
      position: absolute; top: 16px; right: 16px;
      width: 32px; height: 32px; border-radius: 50%;
      background: none; border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      color: #888; transition: background .15s;
    }
    .n9-policy-close:hover { background: #f3f3f3; color: #111; }
    .n9-policy-title {
      font-family: var(--font-heading--family, Bayon, sans-serif);
      font-size: 1.25rem; letter-spacing: .07em;
      text-transform: uppercase; color: #111;
      margin-bottom: 20px;
    }
    .n9-policy-body {
      font-size: .875rem; line-height: 1.7;
      color: rgba(0,0,0,.75);
    }
    .n9-policy-body h3 {
      font-size: .8125rem; font-weight: 600;
      text-transform: uppercase; letter-spacing: .06em;
      margin: 20px 0 8px; color: #111;
    }
    .n9-policy-body p { margin-bottom: 10px; }
    .n9-policy-body ul { padding-left: 16px; margin-bottom: 10px; }
    .n9-policy-body li { margin-bottom: 4px; }


/* ── 14 — Cart Drawer ── */
/* ── Reset & tokens ── */
    #n9-cart, #n9-cart * { box-sizing: border-box; }

    /* ── Backdrop ── */
    #n9-backdrop {
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.45);
      z-index: 200;
      opacity: 0; visibility: hidden;
      transition: opacity .32s ease, visibility 0s linear .32s;
      -webkit-backdrop-filter: blur(2px);
      backdrop-filter: blur(2px);
    }
    body.n9-open #n9-backdrop {
      opacity: 1; visibility: visible;
      transition: opacity .32s ease;
    }

    /* ── Cart panel ── */
    #n9-cart {
      position: fixed;
      top: 0; right: 0; bottom: 0;
      width: min(420px, 100vw);
      background: #ffffff;
      z-index: 201;
      display: flex;
      flex-direction: column;
      transform: translateX(100%);
      transition: transform .38s cubic-bezier(.4,0,.2,1);
      box-shadow: -6px 0 40px rgba(0,0,0,.14);
      overflow: hidden;
    }
    body.n9-open #n9-cart {
      transform: translateX(0);
    }

    /* ── Head ── */
    .n9c-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 22px 24px 18px;
      border-bottom: 1px solid #ebebeb;
      flex-shrink: 0;
    }
    .n9c-head__left {
      display: flex;
      align-items: baseline;
      gap: 10px;
    }
    .n9c-head__title {
      font-family: var(--font-heading--family, "Bayon", sans-serif);
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: .08em;
      color: #111;
    }
    .n9c-head__count {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .75rem;
      color: #999;
      letter-spacing: .04em;
    }
    .n9c-close {
      display: flex; align-items: center; justify-content: center;
      width: 36px; height: 36px;
      background: none; border: none;
      cursor: pointer;
      color: #111;
      border-radius: 50%;
      transition: background .15s;
    }
    .n9c-close:hover { background: #f3f3f3; }

    /* ── Body (scrollable items) ── */
    .n9c-body {
      flex: 1 1 auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0 24px;
    }

    /* ── Empty state ── */
    .n9c-empty {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 60px 0 40px;
      text-align: center;
    }
    .n9c-empty__icon {
      opacity: .18;
    }
    .n9c-empty__text {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .875rem;
      color: #555;
      letter-spacing: .02em;
    }
    .n9c-empty__cta {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .8125rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #111;
      text-decoration: underline;
      background: none; border: none;
      cursor: pointer;
      padding: 0;
    }

    /* ── Item row ── */
    .n9c-item {
      display: grid;
      grid-template-columns: 84px 1fr;
      grid-template-rows: auto auto;
      gap: 0 16px;
      padding: 20px 0;
      border-bottom: 1px solid #f0f0f0;
    }
    .n9c-item:last-child { border-bottom: none; }

    .n9c-item__img-wrap {
      grid-row: 1 / 3;
      width: 84px;
      height: 106px;
      overflow: hidden;
      border-radius: 2px;
      background: #f5f5f5;
      flex-shrink: 0;
    }
    .n9c-item__img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
    }

    .n9c-item__info {
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
    }
    .n9c-item__name {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .8125rem;
      font-weight: 600;
      color: #111;
      line-height: 1.3;
      letter-spacing: .01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .n9c-item__variant {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .75rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .n9c-item__price {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .875rem;
      font-weight: 700;
      color: #111;
      margin-top: 2px;
    }
    .n9c-item__breakdown {
      font-weight: 400;
      color: #666;
      margin-left: 6px;
      font-size: .7rem;
      letter-spacing: .04em;
    }
    .n9c-item__cap {
      margin-top: 6px;
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .68rem;
      letter-spacing: .06em;
      color: #b3261e;
      text-transform: uppercase;
    }
    .n9c-qty__btn[disabled] {
      opacity: .35;
      cursor: not-allowed;
    }
    /* Max-qty toast */
    .n9-toast {
      position: fixed;
      left: 50%;
      bottom: 24px;
      transform: translateX(-50%) translateY(120%);
      background: #111;
      color: #fff;
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .8rem;
      letter-spacing: .04em;
      padding: 12px 18px;
      border-radius: 4px;
      z-index: 2147483646;
      pointer-events: none;
      opacity: 0;
      transition: transform .25s ease, opacity .25s ease;
    }
    .n9-toast.is-visible {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }

    .n9c-item__actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-top: 10px;
    }
    /* Quantity stepper */
    .n9c-qty {
      display: flex;
      align-items: center;
      gap: 0;
      border: 1px solid #e0e0e0;
      border-radius: 2px;
      overflow: hidden;
      height: 32px;
    }
    .n9c-qty__btn {
      width: 32px; height: 32px;
      display: flex; align-items: center; justify-content: center;
      background: none; border: none;
      font-size: 1.1rem; line-height: 1;
      cursor: pointer;
      color: #111;
      transition: background .12s;
      flex-shrink: 0;
    }
    .n9c-qty__btn:hover { background: #f5f5f5; }
    .n9c-qty__val {
      width: 32px; text-align: center;
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .875rem;
      font-weight: 500;
      color: #111;
      border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
      line-height: 30px;
      user-select: none;
    }
    /* Remove */
    .n9c-remove {
      background: none; border: none;
      width: 26px; height: 26px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: #111;
      cursor: pointer;
      padding: 0;
      flex-shrink: 0;
      transition: background .15s;
    }
    .n9c-remove:hover { background: #f0f0f0; }

    /* ── Footer ── */
    .n9c-foot {
      flex-shrink: 0;
      padding: 20px 24px 28px;
      border-top: 1px solid #ebebeb;
    }
    .n9c-subtotal {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 4px;
    }
    .n9c-subtotal__label {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #888;
    }
    .n9c-subtotal__value {
      font-family: var(--font-heading--family, "Bayon", sans-serif);
      font-size: 1.35rem;
      letter-spacing: .04em;
      color: #111;
    }
    .n9c-shipping-note {
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .72rem;
      color: #aaa;
      margin: 0 0 18px;
      letter-spacing: .02em;
    }
    .n9c-checkout-btn {
      display: block;
      width: 100%;
      padding: 16px 0;
      background: #111;
      color: #fff;
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .8125rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .14em;
      text-align: center;
      text-decoration: none;
      border: none;
      border-radius: 1px;
      cursor: pointer;
      transition: background .18s;
    }
    .n9c-checkout-btn:hover { background: #333; }
    .n9c-checkout-btn.n9c-disabled {
      pointer-events: none;
      background: #ccc;
    }
    .n9c-continue {
      display: block;
      width: 100%;
      margin-top: 12px;
      background: none; border: none;
      font-family: var(--font-body--family, "Inter", sans-serif);
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #999;
      cursor: pointer;
      text-align: center;
      transition: color .15s;
      padding: 4px 0;
    }
    .n9c-continue:hover { color: #111; }


    #no9ta-cart-open-btn {
      position: relative; /* for badge positioning */
    }

    /* ── Cart bounce animation on icon ── */
    @keyframes n9-cart-pop {
      0%   { transform: scale(1); }
      35%  { transform: scale(1.38); }
      65%  { transform: scale(.88); }
      85%  { transform: scale(1.12); }
      100% { transform: scale(1); }
    }
    .n9-cart-pop {
      animation: n9-cart-pop .5s cubic-bezier(.36,.07,.19,.97);
    }

    /* ── ATC button flash ── */
    @keyframes n9-btn-added {
      0%   { background: var(--color-primary-button-background, #111); }
      40%  { background: #166a34; }
      100% { background: var(--color-primary-button-background, #111); }
    }
    .n9-btn-added {
      animation: n9-btn-added .85s ease forwards;
    }

    /* ── Mobile ── */
    @media (max-width: 479px) {
      #n9-cart { width: 100vw; }
      .n9c-head { padding: 18px 16px 14px; }
      .n9c-body { padding: 0 16px; }
      .n9c-foot { padding: 16px 16px 32px; }
    }

    /* ── Prevent body scroll when cart is open ── */
    body.n9-open { overflow: hidden; }

    /* ── Reduced-motion: disable cart and ATC animations ── */
    @media (prefers-reduced-motion: reduce) {
      .n9-cart-pop,
      .n9-btn-added,
      .n9-toast {
        animation: none !important;
        transition: none !important;
      }
      #n9-cart {
        transition: none !important;
      }
    }


/* ── 15 — PDP Sections CSS (font aliases) ── */
/* ── Font var aliases (pdp sections reference --font-body / --font-display) ── */
      :root {
        --font-body:    var(--font-body--family, Inter, sans-serif);
        --font-display: Bayon, sans-serif;
      }

      /* ── Promo / story ── */
      .n9-promo,
      .n9-specs,
      .n9-drops,
      .n9-ftr { scroll-margin-top: 90px; }
      .n9-promo { background: #a71c1c; color: #fff; padding: 100px 40px; text-align: center; }
      .n9-promo .eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; opacity: 0.8; margin-bottom: 16px; }
      .n9-promo h3 { font-family: var(--font-display); font-weight: 400; font-size: 96px; line-height: 0.95; text-transform: uppercase; margin: 0 auto; max-width: 1100px; letter-spacing: 0.01em; }
      .n9-promo p { font-family: var(--font-body); font-size: 14px; line-height: 1.6; max-width: 540px; margin: 24px auto 0; opacity: 0.85; }

      /* ── Spec strip ── */
      .n9-specs { max-width: 1440px; margin: 0 auto; padding: 96px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
      .n9-spec h4 { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(0,0,0,0.55); margin: 0 0 12px; }
      .n9-spec .num { font-family: var(--font-display); font-size: 56px; line-height: 1; color: #000; margin-bottom: 8px; }
      .n9-spec p { font-family: var(--font-body); font-size: 13px; line-height: 1.5; color: rgba(0,0,0,0.78); margin: 0; }
      @media (max-width: 768px) {
        .n9-specs { grid-template-columns: repeat(2, 1fr); padding: 64px 24px; }
      }

      /* ── Drop calendar ── */
      .n9-drops { background: #000; color: #fff; padding: 100px 40px; }
      .n9-drops .inner { max-width: 1440px; margin: 0 auto; }
      .n9-drops h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 5vw, 64px); line-height: 1; text-transform: uppercase; margin: 0 0 48px; }
      .n9-drops table { width: 100%; border-collapse: collapse; }
      .n9-drops tr { border-bottom: 1px solid rgba(255,255,255,0.13); }
      .n9-drops td { padding: 24px 0; font-family: var(--font-body); font-size: 14px; }
      .n9-drops td.date { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; opacity: 0.55; width: 180px; }
      .n9-drops td.name { font-family: var(--font-display); font-size: 28px; text-transform: uppercase; }
      .n9-drops td.tag { width: 160px; text-align: right; }
      .n9-drops .pill { display: inline-block; padding: 6px 12px; border-radius: 40px; font-family: var(--font-body); font-weight: 700; font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; text-decoration: none; transition: opacity 125ms ease, background 125ms ease; }
      .n9-drops .pill.live { background: #3ed660; color: #000; }
      .n9-drops .pill.soon { border: 1px solid rgba(255,255,255,0.4); color: #fff; }
      .n9-drops .pill.past { color: rgba(255,255,255,0.35); }
      .n9-drops a.pill:hover { opacity: 0.78; }
      @media (max-width: 640px) {
        .n9-drops { padding: 64px 24px; }
        .n9-drops td.date { display: none; }
        .n9-drops td.name { font-size: 20px; }
      }

      /* ── Footer ── */
      .n9-ftr { background: #f5f5f5; padding: 80px 40px 40px; }
      .n9-ftr-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
      .n9-ftr .wm { font-family: var(--font-display); font-size: 64px; letter-spacing: 0.13em; color: #000; line-height: 1; text-transform: uppercase; }
      .n9-ftr .wm + p { font-family: var(--font-body); font-size: 13px; line-height: 1.6; color: rgba(0,0,0,0.7); margin: 16px 0 0; max-width: 280px; }
      .n9-ftr h5 { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: #000; margin: 0 0 18px; }
      .n9-ftr ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
      .n9-ftr a { font-family: var(--font-body); font-size: 13px; color: rgba(0,0,0,0.78); text-decoration: none; }
      .n9-ftr a:hover { color: #000; }
      .n9-ftr .signature { max-width: 1440px; margin: 56px auto 0; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.06); display: flex; justify-content: space-between; font-family: var(--font-body); font-size: 12px; color: rgba(0,0,0,0.55); }
      @media (max-width: 768px) {
        .n9-ftr-inner { grid-template-columns: 1fr 1fr; gap: 32px; padding: 0; }
        .n9-ftr { padding: 64px 24px 32px; }
        .n9-ftr .signature { flex-direction: column; gap: 8px; }
      }

      /* ── Button block ── */
      .product-form-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 12px !important;
        align-items: stretch !important;
      }
      .product-form-buttons > .product-form-text__error {
        display: block;
        flex: 0 0 100%;
        order: -1;
      }
      .product-form-buttons > span[style*="add-to-cart-font-case"] {
        flex: 1;
        display: flex;
        min-width: 0;
      }
      .product-form-buttons > span[style*="add-to-cart-font-case"] add-to-cart-component {
        flex: 1;
        display: flex;
        width: 100%;
      }
      .product-form-buttons > span[style*="add-to-cart-font-case"] .add-to-cart-button:not(.n9-buy-now-button) {
        flex: 1;
        width: 100% !important;
        height: 48px !important;
        padding: 0 !important;
        border: 2px solid #111 !important;
        background: #ffffff !important;
        color: #111111 !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
      }
      .n9-buy-now-button {
        flex: 1 !important;
        height: 48px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        background: #111111 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 8px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        min-width: 0 !important;
      }


/* ── Sold-out size button styles ─────────────────────────────────────────────
 * Applied by index.js when /api/stock reports a size has 0 units remaining.
 * Targets the <label> wrapping each variant radio in variant-picker.
 * ─────────────────────────────────────────────────────────────────────────── */

/* Dim and disable pointer on the label */
variant-picker .variant-option__button-label.sold-out {
  opacity: 0.45;
  cursor: not-allowed;
  position: relative;
  pointer-events: none;
}

/* Strike-through text inside sold-out label */
variant-picker .variant-option__button-label.sold-out .variant-option__button-label__text {
  text-decoration: line-through;
}

/* Small red badge pinned top-right of each sold-out button */
.n9-sold-out-badge {
  position: absolute;
  top: -7px;
  right: -5px;
  background: #e63946;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 4px;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
