/* Store and purchase controls share the existing Gold Experience tokens. */
.hero-cta { flex-wrap: wrap; }
.hero-cta .store-hero-link { gap: 12px; }
.store-icon { width: 21px; height: 21px; flex-shrink: 0; }
.store-nav-link { color: var(--gold); }
.purchase-summary { margin-top: 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.purchase-summary .purchase-inline { min-height: 52px; padding-inline: 22px; font-size: 16px; gap: 18px; }
.purchase-note, .purchase-pending { color: #bdb8ad; font-size: 14px; line-height: 1.65; }
.purchase-pending { color: var(--light-gold); }
[data-purchase][aria-disabled="true"] { cursor: not-allowed; opacity: .66; transform: none; box-shadow: none; }
.purchase-bottom { margin-top: 18px; }
.purchase-bottom .purchase-price { display: block; font-size: 34px; color: var(--light-gold); margin-bottom: 18px; }
.purchase-bottom .purchase-note { margin-top: 14px; }
.purchase-bottom .purchase-pending { margin-top: 6px; }
.store-page { background: radial-gradient(ellipse at 50% 0%, #3254ab17, transparent 46%), var(--bg); }
.store-page .container { width: min(1180px, calc(100% - 64px)); }
.store-header { position: sticky; top: 0; z-index: 30; background: #080808ed; backdrop-filter: blur(18px); border-bottom: 1px solid #5778ce25; }
.store-header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 84px; }
.store-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.store-header [aria-current="page"] { color: var(--light-gold); }
.store-intro { padding: 64px 0 30px; }
.store-back { color: #bdb8ad; font-size: 14px; display: inline-flex; align-items: center; min-height: 44px; }
.store-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 16px; }
.store-title-row h1 { font-size: clamp(36px, 5vw, 58px); letter-spacing: -1.6px; line-height: 1.18; }
.store-title-row p { color: #bdb8ad; font-size: 16px; margin-top: 17px; max-width: 540px; }
.store-shipping { display: flex; flex-direction: column; gap: 5px; font-size: 14px; color: #bdb8ad; border-inline-start: 1px solid #4167c850; padding-inline-start: 23px; flex-shrink: 0; }
.store-shipping strong { color: var(--light-gold); font-weight: 500; }
.store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; padding-bottom: 64px; }
.store-product { border: 1px solid #3960c334; border-radius: 18px; background: #101010; overflow: hidden; scroll-margin-top: 110px; }
.store-product-visual { position: relative; display: grid; place-items: center; min-height: 290px; padding: 38px 30px 28px; background: radial-gradient(ellipse at 50% 55%, #5476cd1c, transparent 68%), #0b0b0b; border-bottom: 1px solid #4167c820; }
.store-product-visual img { width: 225px; height: 225px; object-fit: contain; filter: drop-shadow(0 18px 25px #0008); transition: transform .25s; }
.store-product-visual:hover img { transform: translateY(-4px); }
.store-product-body { padding: 28px 30px 30px; }
.store-product-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.store-product h2 { font: 700 26px/1.25 Arial, sans-serif; letter-spacing: -.6px; }
.store-product-subtitle { color: #c5bda9; font-size: 14px; margin-top: 7px; }
.store-price { font: 600 30px/1.25 Arial, sans-serif; color: var(--light-gold); white-space: nowrap; }
.store-description { color: #c4c0b7; font-size: 16px; line-height: 1.8; margin: 22px 0 26px; min-height: 87px; }
.store-buy { display: flex; width: 100%; font-size: 16px; gap: 16px; min-height: 54px; }
.store-product .purchase-pending { margin-top: 9px; text-align: center; }
.store-details { display: block; text-align: center; color: #7590d7; margin-top: 12px; padding: 10px; font-size: 14px; }
.store-service-section { border-top: 1px solid #4167c830; padding-block: 46px 64px; }
.store-service-section h2 { font-size: 28px; line-height: 1.35; margin-bottom: 24px; }
.store-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.store-service { display: flex; align-items: center; gap: 23px; padding: 24px; border: 1px solid #383124; border-radius: 12px; background: #101010; }
.store-service img { width: 84px; height: 84px; object-fit: contain; flex-shrink: 0; }
.store-service h3 { font: 700 22px/1.3 Arial, sans-serif; }
.store-service p { margin-top: 5px; font-size: 14px; color: #bdb8ad; }
.store-service a { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; color: var(--gold); }
.store-footer { padding-block: 30px; border-top: 1px solid #4167c830; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.store-footer p { font-size: 14px; color: #bdb8ad; }
.store-footer .wordmark { font-size: 30px; }
@media (max-width: 900px) { .purchase-summary { align-items: center; text-align: center; } .store-title-row { align-items: flex-start; flex-direction: column; gap: 23px; } .store-shipping { flex-direction: row; flex-wrap: wrap; gap: 8px 18px; } .store-services { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .store-page .container { width: calc(100% - 36px); } .store-header-inner { min-height: 72px; gap: 18px; } .store-header .wordmark { font-size: 32px; } .store-header nav { gap: 18px; } .store-intro { padding-top: 24px; } .store-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 40px; } .store-product-visual { min-height: 255px; padding: 30px 24px; } .store-product-visual img { width: 195px; height: 195px; } .store-product-body { padding: 24px; } .store-product h2 { font-size: 24px; } .store-description { min-height: auto; margin-block: 18px 22px; } .store-price { font-size: 28px; } .store-service-section { padding-block: 32px 42px; } .store-service { padding: 20px; gap: 18px; } .store-service img { width: 68px; height: 68px; } .store-footer { flex-wrap: wrap; } .store-footer p { flex-basis: 100%; } }
@media (max-width: 360px) { .reviews-landing .ml-nav-product, .pay-landing .ml-nav-product { display: none; } }
@media (prefers-reduced-motion: reduce) { .store-product-visual img { transition: none; } .store-product-visual:hover img { transform: none; } }

/* Shopping cart: shared across the public marketing pages. */
.cart-launcher { position: fixed; z-index: 45; inset-inline-end: 22px; bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 11px 17px; border: 1px solid #597cd670; border-radius: 30px; background: #12110ff5; color: #abbff1; box-shadow: 0 8px 32px #0008; font-size: 14px; }
.cart-launcher b { display: grid; place-items: center; min-width: 25px; height: 25px; padding-inline: 5px; border-radius: 20px; background: var(--gold); color: #14110b; font: 700 12px Arial,sans-serif; }
body.cart-is-open { position: fixed; top: var(--cart-scroll-top); width: 100%; overflow: hidden; }
dialog.cart-dialog { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(480px, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; padding: 0; border: 0; border-inline-end: 1px solid #4167c850; border-radius: 0; background: #0c0c0c; color: #f6f4ed; overflow-y: auto; overscroll-behavior: contain; box-shadow: -12px 0 60px #0007; }
dialog.cart-dialog::backdrop { background: #000a; backdrop-filter: blur(4px); }
.cart-dialog[open] { animation: cart-enter .22s ease-out; }
@keyframes cart-enter { from { opacity: .5; transform: translateX(35px); } to { opacity: 1; transform: translateX(0); } }
.cart-shell { min-height: 100%; padding: 28px 28px max(24px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid #4167c830; }
.cart-header p { font: 10px Arial,sans-serif; letter-spacing: 2px; color: var(--gold); margin-bottom: 9px; }
.cart-header h2 { font-size: 32px; line-height: 1.2; }
.cart-close { width: 44px; height: 44px; flex-shrink: 0; padding: 0; border: 1px solid #ffffff26; border-radius: 50%; background: #ffffff08; color: #f6f4ed; font: 30px/1 Arial,sans-serif; }
.cart-filled { flex: 1; display: flex; flex-direction: column; }
.cart-lines { padding-bottom: 24px; }
.cart-line { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 17px; padding: 26px 0; border-bottom: 1px solid #ffffff12; }
.cart-line > img { width: 74px; height: 74px; object-fit: contain; flex-shrink: 0; margin-top: 4px; }
.cart-line-content { flex: 1; min-width: 0; }
.cart-card-links { flex: 0 0 100%; width: 100%; min-width: 0; margin: 4px 0 0; padding: 14px; border: 1px solid #4167c84d; border-radius: 10px; background: #4167c808; text-align: start; }
.cart-card-links legend { max-width: 100%; padding-inline: 6px; font-size: 14px; font-weight: 600; line-height: 1.5; color: #abbff1; }
.cart-link-help { margin: 0 0 14px; font-size: 14px; line-height: 1.6; color: #bcb4a6; }
.cart-link-modes { display: grid; gap: 7px; margin-bottom: 17px; }
.cart-link-modes label { display: flex; align-items: center; gap: 9px; min-height: 38px; cursor: pointer; font-size: 14px; line-height: 1.5; }
.cart-link-modes input { width: 18px; height: 18px; margin: 0; flex: 0 0 18px; accent-color: #597cd6; }
.cart-link-fields { display: grid; gap: 17px; min-width: 0; }
.cart-link-field { min-width: 0; }
.cart-link-field > label { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 8px; font-size: 14px; line-height: 1.5; }
.cart-link-required { color: #bcb4a6; font-size: 13px; }
.cart-link-field > input { display: block; box-sizing: border-box; width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; border: 1px solid #2f4ea080; border-radius: 7px; background: #0c0c0c; color: #f6f4ed; font: 16px/1.5 Arial,sans-serif; text-align: left; }
.cart-link-field > input::placeholder { color: #8c887f; }
.cart-link-field > input:focus-visible { outline: 2px solid #abbff1; outline-offset: 2px; }
.cart-link-field > input[aria-invalid="true"] { border-color: #e5a691; }
.cart-link-error { margin-top: 8px; color: #f0b7a1; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.cart-card-links:disabled { opacity: .65; }
.cart-line-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.cart-line-title h3 { font: 700 19px/1.3 Arial,sans-serif; }
.cart-line-title bdi { color: var(--light-gold); white-space: nowrap; font-size: 16px; }
.cart-unit-price { margin-top: 6px; color: #aaa69e; font-size: 13px; }
.cart-line-controls { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.cart-quantity { display: flex; border: 1px solid #4167c850; border-radius: 7px; overflow: hidden; height: 40px; }
.cart-quantity button { width: 35px; padding: 0; background: #ffffff08; color: #abbff1; font-size: 22px; }
.cart-quantity button:disabled { opacity: .3; cursor: default; }
.cart-quantity input { appearance: textfield; -moz-appearance: textfield; width: 43px; min-width: 0; border: 0; border-inline: 1px solid #4167c830; border-radius: 0; padding: 0; background: #0c0c0c; color: #fff; text-align: center; font-size: 16px; }
.cart-quantity input::-webkit-inner-spin-button, .cart-quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.cart-remove, .cart-continue { background: none; color: #89a1dd; font-size: 13px; min-height: 40px; padding: 8px; text-decoration: underline; text-underline-offset: 4px; }
.cart-summary { margin-top: auto; padding-top: 6px; }
.cart-delivery-message { margin-bottom: 22px; padding: 12px; background: #4167c812; border: 1px solid #4167c825; border-radius: 7px; color: #8ba2dd; font-size: 13px; }
.cart-delivery-message.is-free { color: #abbff1; border-color: #4167c860; }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 12px; color: #c7c2b8; font-size: 15px; }
.cart-grand-total { border-top: 1px solid #4167c835; padding-top: 17px; margin-top: 17px; margin-bottom: 23px; color: #f6f4ed; font-size: 20px; }
.cart-checkout { width: 100%; gap: 14px; font-size: 16px; }
.cart-checkout span { font-size: 14px; }
.cart-checkout-note { text-align: center; margin-top: 12px; color: #aaa69e; font-size: 12px; line-height: 1.7; }
.cart-continue { display: block; margin: 10px auto 0; }
.cart-empty { margin-block: auto; padding-block: 60px; text-align: center; }
.cart-empty-icon { color: var(--gold); margin-bottom: 20px; }
.cart-empty-icon svg { width: 44px; height: 44px; }
.cart-empty h3 { font-size: 24px; line-height: 1.45; }
.cart-empty p { color: #aaa69e; margin: 15px 0 25px; }
.cart-storage-note { font-size: 12px; color: #8ba2dd; margin-top: 15px; }
.cart-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 400px) { .cart-shell { padding-inline: 18px; } .cart-line { gap: 12px; } .cart-line > img { width: 58px; height: 58px; } .cart-line-title h3 { font-size: 17px; } .cart-launcher { inset-inline-end: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 48px; } }
@media (prefers-reduced-motion: reduce) { .cart-dialog[open] { animation: none; } }

/* Live catalog and variant selection. */
.catalog-status, .cart-connection-status { margin-block: 18px; padding: 16px; border: 1px solid #4167c840; border-radius: 8px; color: #9db0e2; font-size: 14px; line-height: 1.7; }
.catalog-retry { display: inline-block; background: transparent; color: #abbff1; margin-inline-start: 12px; padding: 7px; min-height: 40px; font-size: 14px; text-decoration: underline; }
.catalog-empty { padding-block: 40px; font-size: 18px; color: #c5bda9; }
.catalog-options { display: flex; flex-direction: column; gap: 8px; text-align: start; font-size: 14px; color: #c5bda9; margin-bottom: 16px; width: 100%; }
.catalog-options select { max-width: 100%; width: 100%; min-height: 46px; background: #151515; color: #f6f4ed; border: 1px solid #4167c860; border-radius: 6px; padding: 10px; font: inherit; font-size: 16px; }
.catalog-offer-options { width: min(100%, 360px); }
.purchase-bottom .catalog-offer-options { margin-inline: auto; }
.catalog-stock { color: #c5bda9; font-size: 14px; margin: 14px 0; }
.catalog-prices { display: flex; align-items: flex-end; flex-direction: column; flex-shrink: 0; gap: 5px; }
.catalog-prices del { color: #aaa69e; font-size: 14px; }
.store-product-heading h2 { font-family: var(--font); font-size: 23px; line-height: 1.4; overflow-wrap: anywhere; }
.store-grid .store-description { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.catalog-detail { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #3960c334; border-radius: 16px; overflow: hidden; margin: 25px 0 60px; background: #101010; }
.catalog-detail .store-product-visual { min-height: 450px; border-bottom: 0; }
.catalog-detail .store-product-visual img { width: min(100%, 340px); height: 340px; }
.catalog-detail .store-product-body { padding: 40px; }
.catalog-detail h1 { font-size: 32px; line-height: 1.35; overflow-wrap: anywhere; }
.catalog-detail .store-product-heading { flex-direction: column; gap: 22px; }
.catalog-detail .store-description { white-space: pre-line; }
.catalog-no-image { color: #6886d3; font-size: 20px; text-align: center; }
.cart-line-title h3 small { display: block; font: 13px/1.6 var(--font); color: #aaa69e; margin-top: 4px; }
.cart-update-message { color: #abbff1; padding: 13px; background: #4167c815; border: 1px solid #4167c840; border-radius: 7px; margin-bottom: 18px; font-size: 14px; }
.cart-checkout:disabled, [data-variant-id]:disabled, [data-purchase]:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.purchase-bottom h3 { font-size: 22px; line-height: 1.4; margin-bottom: 12px; }
@media (max-width: 760px) { .catalog-detail { grid-template-columns: 1fr; } .catalog-detail .store-product-visual { min-height: 280px; } .catalog-detail .store-product-visual img { height: 240px; width: 240px; } .catalog-detail .store-product-body { padding: 25px; } .catalog-detail h1 { font-size: 27px; } }
