:root { --brand: #1e88e5; --brand-dark: #0d4a6b; --ink: #0f172a; --line: #dbe4ee; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Inter, system-ui, sans-serif; }
button, input, textarea { font: inherit; }
.nav-link { border-radius: .7rem; padding: .65rem .85rem; color: #475569; font-size: .875rem; font-weight: 600; transition: .2s ease; }
.nav-link:hover, .nav-link.active { background: #eff6ff; color: var(--brand); }
.mobile-link { display: block; border-radius: .75rem; padding: .8rem 1rem; color: #475569; font-weight: 600; }
.mobile-link.active { background: #eff6ff; color: var(--brand); }
.cart-trigger { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid #dbeafe; border-radius: 999px; background: #eff6ff; color: var(--brand-dark); padding: .65rem .9rem; font-size: .86rem; font-weight: 750; }
.cart-trigger b { min-width: 1.35rem; border-radius: 999px; background: var(--brand); color: white; padding: .1rem .38rem; text-align: center; font-size: .72rem; }
.store-hero { overflow: hidden; color: white; background: radial-gradient(circle at 85% 5%, rgba(30,136,229,.45), transparent 27%), radial-gradient(circle at 10% 90%, rgba(76,175,80,.2), transparent 30%), linear-gradient(135deg, #071c2a, #0d4a6b 62%, #126a9c); }
.store-hero h1 { max-width: 13ch; margin: 1rem 0 1.3rem; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.store-hero p { max-width: 42rem; color: #c9dbea; font-size: 1.08rem; line-height: 1.8; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); padding: .45rem .8rem; color: #dbeafe; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.muted-eyebrow { border-color: #dbeafe; background: #eff6ff; color: var(--brand-dark); }
.primary-link, .secondary-link { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: .85rem; padding: .85rem 1.2rem; font-size: .9rem; font-weight: 800; transition: .2s ease; }
.primary-link { background: var(--brand); color: white; box-shadow: 0 14px 34px rgba(30,136,229,.3); }
.primary-link:hover { transform: translateY(-2px); background: #1976d2; }
.secondary-link { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: white; }
.hero-card { justify-self: end; width: min(100%, 390px); border: 1px solid rgba(255,255,255,.18); border-radius: 1.5rem; background: rgba(255,255,255,.09); padding: 1.5rem; box-shadow: 0 35px 80px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.hero-card-top { display: flex; justify-content: space-between; color: #bfdbfe; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-metric { display: flex; align-items: end; gap: .75rem; margin: 1.5rem 0; padding-bottom: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-metric strong { font-size: 4.2rem; line-height: .85; }
.hero-metric span { max-width: 10rem; color: #c9dbea; font-size: .9rem; }
.hero-card ul { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; color: #e2e8f0; font-size: .9rem; }
.hero-card li { display: flex; align-items: center; gap: .65rem; }
.hero-card li i { color: #86efac; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-heading h2 { margin-top: .8rem; color: var(--ink); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; }
.section-heading > p { max-width: 33rem; color: #64748b; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 1.35rem; background: white; box-shadow: 0 18px 45px rgba(15,23,42,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card { cursor: pointer; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(15,23,42,.12); }
.product-card:focus-visible { outline: 3px solid rgba(30,136,229,.35); outline-offset: 4px; }
.product-card.featured { border-color: #60a5fa; box-shadow: 0 22px 55px rgba(30,136,229,.15); }
.featured-label { position: absolute; z-index: 2; top: 1rem; right: 1rem; border-radius: 999px; background: white; color: var(--brand-dark); padding: .35rem .65rem; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-art { position: relative; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; color: white; }
.product-art > .product-art-fallback { font-size: 3.3rem; }
.product-art.has-image > .product-art-fallback { position: absolute; z-index: 0; opacity: .75; }
.product-art img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.product-art .product-sku { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); padding: .28rem .6rem; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.product-art.has-image .product-sku { position: absolute; left: 1rem; bottom: 1rem; background: rgba(15,23,42,.72); }
.product-media-badge { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .35rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(15,23,42,.72); color: white; padding: .3rem .58rem; font-size: .68rem; font-weight: 800; backdrop-filter: blur(6px); }
.art-1 { background: radial-gradient(circle at 70% 20%, #38bdf8, transparent 30%), linear-gradient(135deg, #0f2c42, #0d4a6b); }
.art-2 { background: radial-gradient(circle at 20% 80%, #60a5fa, transparent 32%), linear-gradient(135deg, #111827, #1e40af); }
.art-3 { background: radial-gradient(circle at 80% 80%, #4ade80, transparent 26%), linear-gradient(135deg, #0f172a, #155e75); }
.product-content { padding: 1.45rem; }
.product-type { color: var(--brand); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.product-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.product-heading-row > span { color: #64748b; font-size: .7rem; font-weight: 800; white-space: nowrap; }
.product-card:hover .product-heading-row > span { color: var(--brand); }
.product-content h3 { margin: .55rem 0 .65rem; color: var(--ink); font-size: 1.25rem; font-weight: 800; }
.product-content > p { min-height: 4.6rem; color: #64748b; font-size: .9rem; line-height: 1.65; }
.product-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid #edf2f7; }
.price del { display: block; color: #94a3b8; font-size: .75rem; }
.price strong { color: var(--ink); font-size: 1.45rem; }
.price span { color: #64748b; font-size: .72rem; font-weight: 700; }
.add-button { display: inline-flex; align-items: center; gap: .4rem; border-radius: .8rem; background: #eff6ff; color: var(--brand-dark); padding: .7rem .85rem; font-size: .8rem; font-weight: 800; }
.add-button:hover { background: var(--brand); color: white; }
.add-button:disabled { cursor: not-allowed; opacity: .55; }
.trust-section { border-block: 1px solid #dbe4ee; background: white; }
.trust-section div > div { display: grid; grid-template-columns: 2.8rem 1fr; column-gap: .9rem; align-items: center; }
.trust-section i { grid-row: 1 / 3; display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: .85rem; background: #eff6ff; color: var(--brand); font-size: 1.25rem; }
.trust-section strong { color: var(--ink); }
.trust-section span { color: #64748b; font-size: .8rem; }
footer a:hover { color: white; }
.store-empty, .store-notice { border: 1px dashed #cbd5e1; border-radius: 1.2rem; background: white; padding: 3rem; text-align: center; }
.store-empty i { color: var(--brand); font-size: 2.5rem; }.store-empty h3 { margin: .7rem 0; font-size: 1.3rem; font-weight: 800; }.store-empty p { margin-bottom: 1.2rem; color: #64748b; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(15,23,42,.5); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; z-index: 70; top: 0; right: 0; display: flex; width: min(430px, 100vw); height: 100vh; flex-direction: column; background: white; box-shadow: -24px 0 70px rgba(15,23,42,.22); transform: translateX(105%); transition: transform .25s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 1.25rem; }.drawer-head span { color: var(--brand); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.drawer-head h2 { margin: .2rem 0 0; font-size: 1.45rem; font-weight: 800; }.drawer-head button, .checkout-head button { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 999px; background: #f1f5f9; }
.drawer-body { flex: 1; overflow: auto; padding: 1rem 1.25rem; }
.cart-empty { display: grid; min-height: 60vh; place-items: center; align-content: center; color: #64748b; text-align: center; }.cart-empty i { margin-bottom: .7rem; color: #cbd5e1; font-size: 3rem; }
.cart-row { display: grid; grid-template-columns: 1fr auto; gap: .7rem; border-bottom: 1px solid #edf2f7; padding: 1rem 0; }.cart-row strong { color: var(--ink); }.cart-row small { display: block; margin-top: .25rem; color: #64748b; }.quantity { display: flex; align-items: center; gap: .45rem; }.quantity button { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border: 1px solid var(--line); border-radius: .55rem; }.remove-item { grid-column: 2; color: #dc2626; font-size: .74rem; }
.drawer-footer { border-top: 1px solid var(--line); padding: 1.25rem; }.cart-total { display: flex; justify-content: space-between; align-items: center; }.cart-total strong { font-size: 1.3rem; }.drawer-footer > p { margin: .55rem 0 1rem; color: #64748b; font-size: .72rem; }.checkout-button { display: flex; width: 100%; align-items: center; justify-content: center; gap: .5rem; border-radius: .85rem; background: var(--brand); color: white; padding: .9rem; font-weight: 800; }.checkout-button:disabled { opacity: .45; cursor: not-allowed; }
dialog { max-width: none; border: 0; padding: 0; border-radius: 1.4rem; box-shadow: 0 35px 100px rgba(15,23,42,.35); } dialog::backdrop { background: rgba(15,23,42,.6); backdrop-filter: blur(3px); }
#checkout-dialog { width: min(1000px, calc(100vw - 1.5rem)); }.checkout-card { background: white; }.checkout-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 1.2rem 1.4rem; }.checkout-head span { color: var(--brand); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.checkout-head h2 { margin-top: .2rem; font-size: 1.45rem; font-weight: 800; }.checkout-layout { display: grid; grid-template-columns: 1fr 340px; }.checkout-fields { padding: 1.4rem; }.checkout-fields h3, .checkout-summary h3 { margin-bottom: .9rem; font-size: .9rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; color: #334155; }.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .85rem; }.field-grid label { display: grid; gap: .35rem; color: #475569; font-size: .78rem; font-weight: 700; }.field-grid input, .field-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: .72rem; padding: .72rem; outline: none; }.field-grid input:focus, .field-grid textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(30,136,229,.12); }.field-grid .full { grid-column: 1 / -1; }.privacy-check { display: flex; gap: .6rem; margin: 1rem 0; color: #64748b; font-size: .75rem; line-height: 1.5; }.privacy-check input { margin-top: .2rem; }.privacy-check a { color: var(--brand); text-decoration: underline; }
.payment-methods { display: grid; gap: .75rem; border-top: 1px solid #edf2f7; padding-top: 1.15rem; }.payment-option, .bank-pay-button { display: flex; width: 100%; align-items: center; gap: .8rem; border: 1px solid var(--line); border-radius: .85rem; background: white; padding: .9rem; text-align: left; }.payment-option > i, .bank-pay-button > i:first-child { color: var(--brand); font-size: 1.35rem; }.payment-option span, .bank-pay-button span { display: grid; flex: 1; }.payment-option strong, .bank-pay-button strong { color: var(--ink); font-size: .86rem; }.payment-option small, .bank-pay-button small { color: #64748b; font-size: .72rem; }.payment-option.unavailable { background: #f8fafc; opacity: .7; }.bank-pay-button:hover { border-color: var(--brand); background: #f7fbff; }
.shipping-fields { margin-top: 1.2rem; border-top: 1px solid #edf2f7; padding-top: 1.15rem; }
#paypal-buttons { min-width: 160px; margin-left: auto; }.checkout-error { margin-top: .9rem; border: 1px solid #fecaca; border-radius: .7rem; background: #fef2f2; color: #991b1b; padding: .75rem; font-size: .8rem; }.checkout-summary { border-left: 1px solid var(--line); background: #f8fafc; padding: 1.4rem; }.summary-row { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #e2e8f0; padding: .75rem 0; font-size: .8rem; }.summary-row span { color: #64748b; }.summary-total { display: flex; justify-content: space-between; margin-top: 1rem; font-weight: 800; }.summary-total strong { font-size: 1.15rem; }
#result-dialog { width: min(560px, calc(100vw - 1.5rem)); }.result-card { padding: 2rem; text-align: center; }.result-icon { display: grid; width: 4rem; height: 4rem; margin: 0 auto 1rem; place-items: center; border-radius: 999px; background: #dcfce7; color: #15803d; font-size: 2rem; }.result-kicker { color: var(--brand); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }.result-card h2 { margin: .4rem 0 1rem; font-size: 1.7rem; font-weight: 800; }.result-card [data-result-content] { color: #475569; line-height: 1.65; }.bank-details { margin: 1rem 0; border-radius: .9rem; background: #f1f5f9; padding: 1rem; text-align: left; }.bank-details div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #dbe4ee; padding: .45rem 0; }.bank-details div:last-child { border: 0; }.bank-details span { color: #64748b; font-size: .75rem; }.bank-details strong { overflow-wrap: anywhere; font-size: .82rem; }.result-actions { display: flex; justify-content: center; gap: .7rem; margin-top: 1.3rem; }.result-actions button, .result-actions a { border-radius: .75rem; padding: .75rem 1rem; font-size: .8rem; font-weight: 800; }.result-actions button { background: var(--brand); color: white; }.result-actions a { border: 1px solid var(--line); }

#product-dialog { width: min(1180px, calc(100vw - 2rem)); height: calc(100vh - 2rem); height: min(780px, calc(100dvh - 2rem)); max-height: calc(100vh - 2rem); max-height: calc(100dvh - 2rem); overflow: hidden; border: 1px solid rgba(219,228,238,.78); border-radius: 1.5rem; background: white; box-shadow: 0 35px 110px rgba(15,23,42,.32); }
#product-dialog[open] { animation: product-dialog-in .22s ease-out; }
@keyframes product-dialog-in { from { transform: translateY(10px) scale(.985); opacity: 0; } to { transform: none; opacity: 1; } }
.product-dialog-shell { display: grid; height: 100%; min-height: 0; grid-template-rows: auto minmax(0, 1fr); background: white; }
.product-dialog-head { position: relative; z-index: 10; display: flex; min-height: 4.35rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #e6edf5; background: rgba(255,255,255,.96); padding: .85rem 1.1rem .85rem 1.35rem; }
.product-dialog-head > div { display: flex; min-width: 0; align-items: center; gap: .7rem; }
.product-dialog-head span { color: var(--brand); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.product-dialog-head strong { overflow: hidden; border-left: 1px solid var(--line); color: #64748b; padding-left: .7rem; font-size: .72rem; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }
.product-dialog-head button { display: grid; width: 2.55rem; height: 2.55rem; flex: 0 0 auto; place-items: center; border: 1px solid #e2e8f0; border-radius: 999px; background: #f8fafc; color: var(--ink); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.product-dialog-head button:hover { transform: rotate(4deg); border-color: #cbd5e1; background: #eef2f7; }
.product-dialog-head button:focus-visible, .product-media-controls button:focus-visible, .product-media-thumb:focus-visible, .product-dialog-actions button:focus-visible, .product-dialog-advisory a:focus-visible { outline: 3px solid rgba(30,136,229,.3); outline-offset: 2px; }
.product-dialog-layout { display: grid; min-height: 0; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); overflow: hidden; }
.product-media-panel { position: relative; display: grid; min-width: 0; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; gap: .85rem; overflow: hidden; border-right: 1px solid #e2e8f0; background: linear-gradient(145deg, #edf4f8, #f8fafc 52%, #e8f2f8); padding: 1.1rem; }
.product-media-stage { position: relative; isolation: isolate; display: grid; min-height: 0; place-items: center; overflow: hidden; border: 1px solid rgba(148,163,184,.28); border-radius: 1.15rem; background: radial-gradient(circle at 50% 30%, #fff, #eaf0f5); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 18px 42px rgba(15,23,42,.08); touch-action: pan-y; }
.product-media-stage::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.26), rgba(241,245,249,.08)); content: ""; pointer-events: none; }
.product-media-backdrop { position: absolute; z-index: 0; inset: -8%; display: block; width: 116%; height: 116%; object-fit: cover; filter: blur(28px) saturate(.88); opacity: .2; transform: scale(1.02); }
.product-media-image, .product-media-stage video, .product-media-stage iframe { position: relative; z-index: 2; display: block; width: 100%; height: 100%; border: 0; object-fit: contain; }
.product-media-image { padding: clamp(.45rem, 1.8vw, 1.15rem); filter: drop-shadow(0 18px 30px rgba(15,23,42,.16)); }
.product-media-stage iframe { aspect-ratio: 16 / 9; background: #0f172a; }
.product-media-empty { position: relative; z-index: 2; display: grid; place-items: center; gap: .7rem; padding: 2rem; color: #64748b; text-align: center; }
.product-media-empty i { color: #94a3b8; font-size: 4rem; }
.product-media-empty strong { color: var(--ink); }
.product-media-external { position: relative; z-index: 2; display: grid; place-items: center; gap: .8rem; padding: 2rem; color: #64748b; text-align: center; }
.product-media-external i { color: var(--brand); font-size: 3rem; }
.product-media-external a { border-radius: .8rem; background: var(--brand-dark); color: white; padding: .7rem 1rem; font-size: .8rem; font-weight: 850; }
.product-media-controls { position: absolute; z-index: 4; top: 2rem; right: 2rem; display: flex; align-items: center; gap: .45rem; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(15,23,42,.78); color: white; padding: .32rem; box-shadow: 0 8px 24px rgba(15,23,42,.18); backdrop-filter: blur(12px); }
.product-media-controls[hidden], .product-media-thumbs[hidden] { display: none; }
.product-media-controls button { display: grid; width: 2.05rem; height: 2.05rem; place-items: center; border-radius: 999px; background: rgba(255,255,255,.1); transition: background .2s ease, color .2s ease; }
.product-media-controls button:hover { background: white; color: var(--brand-dark); }
.product-media-controls span { min-width: 2.6rem; text-align: center; font-size: .72rem; }
.product-media-thumbs { display: flex; min-height: 4.6rem; gap: .65rem; overflow-x: auto; padding: .12rem .12rem .3rem; scrollbar-color: #94a3b8 transparent; scrollbar-width: thin; }
.product-media-thumb { position: relative; flex: 0 0 5.65rem; overflow: hidden; border: 2px solid transparent; border-radius: .8rem; background: #dbe5ed; color: var(--brand-dark); box-shadow: 0 4px 12px rgba(15,23,42,.08); }
.product-media-thumb.active { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(30,136,229,.14); }
.product-media-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-media-thumb i { display: grid; height: 100%; place-items: center; font-size: 1.45rem; }
.product-media-thumb.video::after { position: absolute; inset: 50% auto auto 50%; display: grid; width: 1.8rem; height: 1.8rem; place-items: center; transform: translate(-50%,-50%); border-radius: 999px; background: rgba(255,255,255,.92); color: var(--brand-dark); font-family: bootstrap-icons; content: "\f4f4"; font-size: .72rem; }
.product-dialog-content { min-width: 0; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(1.6rem, 3vw, 2.45rem); scrollbar-gutter: stable; scrollbar-color: #b6c4d4 transparent; scrollbar-width: thin; }
.product-dialog-content::-webkit-scrollbar { width: .55rem; }
.product-dialog-content::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: #b6c4d4; background-clip: padding-box; }
.product-dialog-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.product-dialog-badges span { display: inline-flex; align-items: center; border-radius: 999px; background: #eaf5ff; color: var(--brand-dark); padding: .38rem .68rem; font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.product-dialog-badges span[data-product-featured] { background: #dcfce7; color: #166534; }
.product-dialog-content h2 { max-width: 16ch; margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 850; }
.product-dialog-summary { margin: 1rem 0 1.15rem; color: #526174; font-size: .98rem; line-height: 1.7; }
.product-dialog-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; border: 1px solid #e2e8f0; border-radius: 1rem; background: linear-gradient(135deg, #f8fafc, #eef6ff); padding: .85rem 1rem; }
.product-dialog-price del { color: #94a3b8; font-size: .86rem; }
.product-dialog-price strong { color: var(--ink); font-size: 1.75rem; letter-spacing: -.025em; }
.product-dialog-price span { color: #64748b; font-size: .72rem; font-weight: 800; }
.product-dialog-actions { display: grid; grid-template-columns: 1fr auto; gap: .7rem; margin: .9rem 0 1.6rem; }
.product-dialog-actions button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .5rem; border-radius: .9rem; padding: .8rem 1rem; font-size: .82rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.product-dialog-actions button:hover { transform: translateY(-1px); }
.product-dialog-add { background: linear-gradient(135deg, #1e88e5, #1475c9); color: white; box-shadow: 0 12px 30px rgba(30,136,229,.22); }
.product-dialog-add:hover { box-shadow: 0 16px 34px rgba(30,136,229,.28); }
.product-dialog-add:disabled { cursor: not-allowed; opacity: .5; }
.product-dialog-share { border: 1px solid var(--line); background: white; color: var(--brand-dark); }
.product-dialog-share:hover { background: #eff6ff; }
.product-description-section { border-top: 1px solid #e8eef5; padding-top: 1.35rem; }
.product-description-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: .95rem; }
.product-description-heading h3 { margin: 0; color: #25364b; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .075em; }
.product-description-heading span { color: #94a3b8; font-size: .7rem; text-align: right; }
.product-description { color: #526174; font-size: .9rem; line-height: 1.72; }
.product-description > :first-child { margin-top: 0; }
.product-description > :last-child { margin-bottom: 0; }
.product-description p { margin: 0 0 1rem; }
.product-description h4 { margin: 1.35rem 0 .7rem; color: var(--ink); font-size: .87rem; font-weight: 800; letter-spacing: -.01em; }
.product-description-list { display: grid; gap: .65rem; margin: 0 0 1rem; padding: 0; list-style: none; }
.product-description-list li { position: relative; border: 1px solid #e6edf5; border-radius: .85rem; background: #fbfdff; padding: .72rem .8rem .72rem 2rem; }
.product-description-list li::before { position: absolute; top: .76rem; left: .7rem; display: grid; width: 1rem; height: 1rem; place-items: center; border-radius: 999px; background: #dcfce7; color: #15803d; content: "✓"; font-size: .63rem; font-weight: 900; }
.product-description-list strong { display: inline; color: #25364b; font-size: .84rem; }
.product-dialog-trust { display: grid; gap: .65rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.product-dialog-trust li { display: grid; grid-template-columns: 2.3rem 1fr; align-items: center; gap: .7rem; border-radius: .85rem; background: #f6f9fc; padding: .72rem; }
.product-dialog-trust li > i { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: .72rem; background: #eaf5ff; color: var(--brand); }
.product-dialog-trust li span { display: grid; color: #64748b; font-size: .72rem; }
.product-dialog-trust li strong { color: var(--ink); font-size: .8rem; }
.product-dialog-advisory { display: grid; grid-template-columns: auto minmax(0,1fr); gap: .75rem .8rem; margin-top: 1rem; border: 1px solid #bae6fd; border-radius: 1rem; background: linear-gradient(135deg, #f0f9ff, #f8fafc); padding: 1rem; }
.product-dialog-advisory > i { display: grid; width: 2.35rem; height: 2.35rem; grid-row: 1 / 3; place-items: center; border-radius: .75rem; background: var(--brand-dark); color: white; }
.product-dialog-advisory div { display: grid; gap: .18rem; }
.product-dialog-advisory strong { color: var(--ink); font-size: .82rem; }
.product-dialog-advisory span { color: #64748b; font-size: .72rem; line-height: 1.5; }
.product-dialog-advisory a { display: inline-flex; width: fit-content; align-items: center; gap: .35rem; color: var(--brand); font-size: .75rem; font-weight: 800; }

@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.checkout-layout { grid-template-columns: 1fr; }.checkout-summary { border-top: 1px solid var(--line); border-left: 0; }.hero-card { justify-self: start; }.section-heading { align-items: start; flex-direction: column; } }
@media (max-width: 900px) { #product-dialog { width: min(760px, calc(100vw - 1rem)); height: auto; max-height: calc(100vh - 1rem); max-height: calc(100dvh - 1rem); overflow-y: auto; }.product-dialog-shell { display: block; height: auto; }.product-dialog-head { position: sticky; top: 0; backdrop-filter: blur(14px); }.product-dialog-layout { display: block; overflow: visible; }.product-media-panel { min-height: 0; overflow: visible; border-right: 0; border-bottom: 1px solid #e2e8f0; }.product-media-stage { min-height: 260px; aspect-ratio: 16 / 10; }.product-dialog-content { overflow: visible; }.product-media-controls { top: 2rem; right: 2rem; } }
@media (max-width: 620px) { .cart-trigger span { display: none; }.product-grid { grid-template-columns: 1fr; }.field-grid { grid-template-columns: 1fr; }.field-grid .full { grid-column: auto; }.product-content > p { min-height: 0; }.payment-option { align-items: flex-start; flex-wrap: wrap; } #paypal-buttons { width: 100%; margin: .5rem 0 0; }.result-actions { flex-direction: column; }.result-actions a { display: block; }.product-heading-row > span { display: none; }#product-dialog { width: calc(100vw - .5rem); max-height: calc(100vh - .5rem); max-height: calc(100dvh - .5rem); border-radius: 1.05rem; }.product-dialog-head { min-height: 3.9rem; padding: .65rem .72rem .65rem 1rem; }.product-dialog-head > div { display: grid; gap: .12rem; }.product-dialog-head strong { border: 0; padding: 0; }.product-dialog-head button { width: 2.35rem; height: 2.35rem; }.product-media-panel { gap: .65rem; padding: .65rem; }.product-media-stage { min-height: 220px; aspect-ratio: 4 / 3; border-radius: .85rem; }.product-media-image { padding: .45rem; }.product-media-controls { top: 1.2rem; right: 1.2rem; }.product-media-controls button { width: 1.9rem; height: 1.9rem; }.product-media-thumbs { min-height: 4.05rem; }.product-media-thumb { flex-basis: 4.8rem; }.product-dialog-content { padding: 1.2rem 1rem 1.4rem; }.product-dialog-content h2 { max-width: none; font-size: 2rem; }.product-dialog-summary { font-size: .92rem; }.product-dialog-actions { grid-template-columns: 1fr; }.product-dialog-share { min-height: 2.8rem !important; }.product-description-heading { display: grid; gap: .25rem; }.product-description-heading span { text-align: left; }.product-dialog-advisory { grid-template-columns: auto minmax(0,1fr); }.product-dialog-advisory a { grid-column: 2; } }
@media (prefers-reduced-motion: reduce) { .product-card, .primary-link, .cart-drawer, .product-dialog-actions button, .product-dialog-head button { transition: none; }#product-dialog[open] { animation: none; } }
