:root{color-scheme:dark;--c-bg:#0F0F14;--c-bg-2:#1A1A1F;--c-bg-card:#1E1E24;--c-bg-elevated:#26262E;--c-fg:#FFFFFF;--c-fg-muted:#9CA3AF;--c-fg-soft:#71717A;--c-border:#2E2E36;--c-border-soft:#26262E;--c-border-strong:#4A4A54;--c-accent:#8B5CF6;--c-accent-hover:#7C3AED;--c-accent-soft:rgba(139,92,246,0.16);--c-accent-border:rgba(139,92,246,0.4);--c-accent-fg:#FFFFFF;--c-success:#10B981;--c-success-soft:rgba(16,185,129,0.15);--c-danger:#E11D48;--c-danger-live:#FF2D55;--c-danger-soft:rgba(225,29,72,0.16);--c-neon-cyan:#22D3EE;--c-neon-cyan-soft:rgba(34,211,238,0.16);--glow-accent:0 0 20px rgba(139,92,246,0.55),0 0 40px rgba(139,92,246,0.28);--glow-accent-sm:0 0 12px rgba(139,92,246,0.45),0 2px 8px rgba(139,92,246,0.35);--glow-danger:0 0 20px rgba(255,45,85,0.6),0 0 40px rgba(255,45,85,0.3);--glow-danger-sm:0 0 10px rgba(255,45,85,0.5);--glow-cyan:0 0 20px rgba(34,211,238,0.55),0 0 40px rgba(34,211,238,0.25);--c-dark:#0F0F14;--c-dark-2:#1E1E24;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-pill:999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.4),0 1px 3px rgba(0,0,0,0.3);--shadow-md:0 2px 8px rgba(0,0,0,0.4),0 12px 24px rgba(0,0,0,0.3);--max-w:1280px;--pad-x:clamp(0.875rem,4vw,2.5rem)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--c-bg);color:var(--c-fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100vh}body{background:radial-gradient(circle at 10% 8%,rgba(139,92,246,.1) 0,transparent 32%),radial-gradient(circle at 90% 100%,rgba(225,29,72,.06) 0,transparent 35%),var(--c-bg);background-attachment:fixed}::selection{background:rgba(139,92,246,.5);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-border-strong);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--c-accent);box-shadow:0 0 8px rgba(139,92,246,.5)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}h1,h2,h3,h4{margin:0 0 .5em;font-weight:700;letter-spacing:-.015em;line-height:1.2}p{margin:0 0 1em}.container{max-width:var(--max-w);margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}.top-bar{background:linear-gradient(90deg,var(--c-accent) 0,var(--c-accent-hover) 100%);color:#fff;font-size:.85rem;padding:.55rem 0}.top-bar__row{justify-content:space-between;align-items:center}.top-bar__items,.top-bar__row{display:flex;gap:1.5rem;flex-wrap:wrap}.top-bar__item{display:inline-flex;align-items:center;gap:.45rem;font-weight:500}.top-bar__item svg{width:16px;height:16px;flex:0 0 auto}.top-bar__right{font-size:.82rem;opacity:.95}@keyframes neon-btn-pulse{0%,to{box-shadow:0 0 14px rgba(139,92,246,.55),0 0 28px rgba(139,92,246,.3),0 4px 12px rgba(139,92,246,.4),inset 0 1px 0 rgba(255,255,255,.25)}50%{box-shadow:0 0 20px rgba(139,92,246,.75),0 0 40px rgba(139,92,246,.45),0 4px 16px rgba(139,92,246,.55),inset 0 1px 0 rgba(255,255,255,.35)}}.site-header{background:var(--c-bg-card);border-bottom:1px solid var(--c-border);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:1.5rem;gap:1.5rem;align-items:center;padding:.9rem 0}@media (max-width:760px){.site-header__row{grid-template-columns:1fr auto;grid-template-rows:auto auto}.site-header__row .header-search{grid-column:1/-1}}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.site-logo__img{width:56px;height:56px;display:block;flex:0 0 auto;object-fit:contain}@media (max-width:760px){.site-logo__img{width:44px;height:44px}}.site-logo__text{display:flex;flex-direction:column;line-height:1.1}.site-logo__sub{font-size:.78rem;font-weight:500;color:var(--c-fg-soft);display:inline-flex;align-items:center;gap:.35rem;letter-spacing:.01em}.site-logo__sub:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--c-success);box-shadow:0 0 8px rgba(16,185,129,.9),0 0 16px rgba(16,185,129,.5);animation:neon-pulse-green 2s ease-in-out infinite}@keyframes neon-pulse-green{0%,to{box-shadow:0 0 8px rgba(16,185,129,.9),0 0 16px rgba(16,185,129,.5)}50%{box-shadow:0 0 4px rgba(16,185,129,.5),0 0 8px rgba(16,185,129,.25)}}@media (max-width:480px){.site-logo__text{display:none}}.header-search{display:flex;align-items:center;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--r-pill);padding:.55rem 1rem;transition:border-color .15s,background .15s;max-width:600px;width:100%;justify-self:center}.header-search:focus-within{border-color:var(--c-accent);background:var(--c-bg-elevated);box-shadow:0 0 0 3px var(--c-accent-soft)}.header-search svg{width:18px;height:18px;color:var(--c-fg-soft);flex:0 0 auto}.header-search input{border:0;background:transparent;outline:0;padding:0 .7rem;width:100%;font-size:.95rem;color:var(--c-fg)}.header-search input::placeholder{color:var(--c-fg-soft)}.header-actions{display:flex;gap:.5rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.7em 1.3em;border-radius:var(--r-md);font-size:.92rem;font-weight:600;border:1px solid transparent;background:transparent;color:var(--c-fg);transition:background .15s,border-color .15s,transform .05s,color .15s;text-decoration:none}.btn--primary{background:linear-gradient(135deg,#A78BFA 0,var(--c-accent) 50%,#7C3AED 100%);color:var(--c-accent-fg);border:1px solid rgba(196,181,253,.7);text-shadow:0 0 12px rgba(255,255,255,.65);position:relative;overflow:hidden;animation:neon-btn-pulse 2.8s ease-in-out infinite;transition:transform .12s,filter .15s}.btn--primary:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.25),transparent 45%,transparent 55%,rgba(255,255,255,.08));border-radius:inherit;pointer-events:none}.btn--primary:hover{animation:none;filter:brightness(1.1) saturate(1.2);box-shadow:0 0 28px rgba(139,92,246,.9),0 0 56px rgba(139,92,246,.55),0 0 90px rgba(139,92,246,.3),0 6px 20px rgba(139,92,246,.5),inset 0 1px 0 rgba(255,255,255,.4);transform:translateY(-2px)}.btn--primary:active{transform:translateY(0);filter:brightness(.95)}.btn--ghost{color:var(--c-accent);border:1px solid var(--c-accent);background:rgba(139,92,246,.08);text-shadow:0 0 8px rgba(139,92,246,.55);box-shadow:0 0 10px rgba(139,92,246,.25),inset 0 0 12px rgba(139,92,246,.1);transition:all .18s ease}.btn--ghost:hover{color:#fff;border-color:#A78BFA;background:rgba(139,92,246,.22);text-shadow:0 0 14px rgba(255,255,255,.85);box-shadow:0 0 20px rgba(139,92,246,.75),0 0 42px rgba(139,92,246,.4),inset 0 0 18px rgba(139,92,246,.22);transform:translateY(-1px)}.btn:active{transform:translateY(1px)}.btn--sm{padding:.55em 1em;font-size:.85rem}.hero{background:radial-gradient(circle at 15% 20%,rgba(139,92,246,.55) 0,transparent 42%),radial-gradient(circle at 85% 80%,rgba(255,45,85,.32) 0,transparent 38%),radial-gradient(circle at 50% 100%,rgba(34,211,238,.15) 0,transparent 50%),linear-gradient(135deg,#1A1230 0,var(--c-bg) 50%,#10052A 100%);color:#fff;padding:clamp(2.5rem,6vw,4.5rem) 0;border-bottom:1px solid var(--c-accent-border);position:relative;overflow:hidden}.hero:after{background-image:linear-gradient(rgba(139,92,246,.04) 1px,transparent 0),linear-gradient(90deg,rgba(139,92,246,.04) 1px,transparent 0);background-size:44px 44px}.hero:after,.hero:before{content:"";position:absolute;inset:0;pointer-events:none}.hero:before{background-image:radial-gradient(circle at 25% 35%,rgba(255,255,255,.18) 0,transparent 35%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.12) 0,transparent 35%)}.hero__inner{position:relative}.hero__eyebrow{display:inline-block;background:rgba(139,92,246,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--c-accent-border);padding:.35em .95em;border-radius:var(--r-pill);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.2rem;color:#E0D5FF;box-shadow:0 0 12px rgba(139,92,246,.25)}.hero__title{font-size:clamp(1.9rem,5vw,3.2rem);letter-spacing:-.025em;margin-bottom:.9rem;max-width:22ch;text-shadow:0 0 24px rgba(139,92,246,.45),0 2px 4px rgba(0,0,0,.4)}.hero__sub{font-size:clamp(1rem,1.3vw,1.15rem);max-width:62ch;margin-bottom:1.6rem;opacity:.95}.hero__cta-row{display:flex;gap:.7rem;flex-wrap:wrap}.hero .btn--ghost{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero .btn--ghost:hover{background:rgba(255,255,255,.2)}.shop{padding:1.4rem 0 2.5rem}.shop__layout{display:grid;grid-template-columns:240px minmax(0,1fr) 220px;grid-gap:1.8rem;gap:1.8rem;align-items:flex-start}.shop__sidebar{position:-webkit-sticky;position:sticky;top:72px;align-self:flex-start;max-height:calc(100vh - 90px);overflow-y:auto;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.1rem .9rem 1.2rem}.shop__sidebar-title{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-fg-muted);margin:0 0 .7rem .4rem}.cat-nav{display:flex;flex-direction:column;gap:.1rem}.cat-nav__item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem .7rem;border-radius:.5rem;color:var(--c-fg);font-size:.92rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;line-height:1.25}.cat-nav__item:hover{background:var(--c-bg-elevated)}.cat-nav__item--active{background:linear-gradient(135deg,var(--c-accent) 0,#A78BFA 100%);color:#fff!important;font-weight:700;box-shadow:var(--glow-accent-sm)}.cat-nav__item--active .cat-nav__count{background:rgba(255,255,255,.25);color:#fff}.cat-nav__item--pinned{font-weight:700}.cat-nav__label{flex:1 1 auto;min-width:0}.cat-nav__count{flex-shrink:0;font-size:.74rem;background:var(--c-bg-elevated);color:var(--c-fg-muted);padding:.12em .55em;border-radius:.45em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.shop__main{min-width:0}.shop__heading{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;margin:0 0 .4rem;color:var(--c-fg)}.shop__active-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin:.4rem 0 .8rem}.filter-chip{display:inline-flex;align-items:center;gap:.5em;padding:.32em .8em;background:var(--c-accent-soft);border:1px solid var(--c-accent-border);color:var(--c-accent);border-radius:var(--r-pill);font-size:.82rem;font-weight:600;text-decoration:none;transition:background .12s}.filter-chip:hover{background:rgba(139,92,246,.28)}.filter-chip [aria-hidden=true]{font-size:1.15em;line-height:1;opacity:.7}.shop__result-strip{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--c-border);margin-bottom:1.2rem;font-size:.88rem;color:var(--c-fg-muted)}.shop__result-count{font-weight:600}.filter-form{display:flex;flex-direction:column;gap:1rem}.filter-group{border:0;padding:0;margin:0}.filter-group__legend{font-size:.82rem;font-weight:700;color:var(--c-fg);padding:0 0 .4rem}.filter-check{display:flex;align-items:center;gap:.55em;font-size:.88rem;color:var(--c-fg);padding:.32em .4em;cursor:pointer;border-radius:.4rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-check:hover{background:var(--c-bg-elevated)}.filter-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--c-accent)}.filter-form__apply{background:linear-gradient(135deg,#A78BFA 0,var(--c-accent) 50%,#7C3AED 100%);color:#fff;border:1px solid rgba(196,181,253,.7);border-radius:.5rem;padding:.6em 1em;font-size:.9rem;font-weight:700;cursor:pointer;text-shadow:0 0 10px rgba(255,255,255,.55);box-shadow:0 0 14px rgba(139,92,246,.55),0 0 28px rgba(139,92,246,.28),inset 0 1px 0 rgba(255,255,255,.25);transition:filter .15s,transform .05s,box-shadow .15s}.filter-form__apply:hover{filter:brightness(1.1) saturate(1.2);box-shadow:0 0 24px rgba(139,92,246,.85),0 0 48px rgba(139,92,246,.45),inset 0 1px 0 rgba(255,255,255,.35);transform:translateY(-1px)}.filter-form__apply:active{transform:translateY(0);filter:brightness(.95)}.filter-form__reset{text-align:center;font-size:.82rem;color:var(--c-fg-muted);text-decoration:underline}@media (max-width:1024px){.shop__layout{grid-template-columns:220px 1fr}.shop__sidebar--filter{grid-column:1/-1;position:static;max-height:none;margin-top:1rem}}@media (max-width:720px){.shop{padding:.8rem 0 1.5rem}.shop__layout{grid-template-columns:1fr;gap:1rem}.shop__sidebar{position:static;max-height:none;padding:.7rem}.shop__sidebar--cats .cat-nav{flex-direction:row;overflow-x:auto;gap:.35rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.shop__sidebar--cats .cat-nav__item{flex-shrink:0;white-space:nowrap;padding:.4rem .8rem}.shop__sidebar-title{display:none}}.toolbar{background:var(--c-bg-card);border-bottom:1px solid var(--c-border);padding:.65rem 0;position:-webkit-sticky;position:sticky;top:64px;z-index:15}.toolbar__row{gap:.85rem;align-items:center;justify-content:space-between}.pills,.toolbar__row{display:flex;flex-wrap:nowrap;min-width:0}.pills{gap:.4rem;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);padding:.15rem .4rem;margin:0 -.4rem;flex:1 1 auto}.pills::-webkit-scrollbar{height:3px}.pills::-webkit-scrollbar-thumb{background:var(--c-border-strong,#d1d5db);border-radius:2px}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45em .95em;border-radius:var(--r-pill);font-size:.85rem;font-weight:600;background:var(--c-bg-elevated);color:var(--c-fg);border:1px solid var(--c-border);transition:background .15s,border-color .15s,color .15s,box-shadow .15s;text-decoration:none;white-space:nowrap;flex-shrink:0;scroll-snap-align:start}@media (max-width:640px){.toolbar__right{display:none}.toolbar{padding:.5rem 0}}.pill:hover{border-color:var(--c-border-strong)}.pill svg{width:14px;height:14px}.pill--active{background:linear-gradient(135deg,var(--c-accent) 0,#A78BFA 100%);color:#fff;border-color:var(--c-accent);box-shadow:var(--glow-accent-sm)}.pill:hover:not(.pill--active){border-color:var(--c-accent-border);color:var(--c-accent);box-shadow:0 0 10px rgba(139,92,246,.2)}.toolbar__right{display:flex;gap:.5rem;align-items:center}.sort{display:inline-flex;align-items:center;gap:.45rem;padding:.55em 1em;background:var(--c-bg-elevated);border:1px solid var(--c-border);border-radius:var(--r-md);font-size:.88rem;font-weight:600;color:var(--c-fg)}.sort svg{width:14px;height:14px}.view-toggle{display:inline-flex;border:1px solid var(--c-border);border-radius:var(--r-md);overflow:hidden}.view-toggle__btn{background:var(--c-bg-elevated);border:0;padding:.55em .85em;color:var(--c-fg-soft);display:inline-grid;place-items:center}.view-toggle__btn--active{background:var(--c-accent);color:#fff}.view-toggle__btn svg{width:16px;height:16px}.result-strip{background:var(--c-bg-card);border-bottom:1px solid var(--c-border);padding:.85rem 0;font-size:.92rem}.result-strip__row{display:flex;gap:1rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.result-strip__count strong{font-weight:800;color:var(--c-fg)}.result-strip__quality{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:700;color:var(--c-success);text-shadow:0 0 8px rgba(16,185,129,.35)}.result-strip__quality svg{width:18px;height:18px;filter:drop-shadow(0 0 4px rgba(16,185,129,.5))}.section{padding:clamp(2rem,4vw,3.5rem) 0;background:var(--c-bg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.4rem;gap:1.4rem}.product-card{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .18s ease;position:relative}.product-card:hover{border-color:var(--c-accent);box-shadow:0 8px 32px rgba(0,0,0,.55),0 0 0 1px var(--c-accent),0 0 24px rgba(139,92,246,.35),inset 0 0 20px rgba(139,92,246,.05);transform:translateY(-4px)}.product-card__image-wrap{aspect-ratio:1/1;background:radial-gradient(circle at 50% 35%,#26262E 0,#1A1A1F 60%,#0F0F14 100%);position:relative;overflow:hidden;border-bottom:1px solid var(--c-border);display:grid;place-items:center;padding:.6rem}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{color:var(--c-fg-soft);font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}.product-card__image-placeholder svg{width:22px;height:22px;opacity:.6}.product-card__body{padding:1.1rem 1.2rem 1.4rem;display:flex;flex-direction:column;gap:.4rem;min-width:0}.product-card__title{font-size:1.08rem;margin:0 0 .2rem;line-height:1.3;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.product-card__title a{color:inherit}.product-card__specs{font-size:.86rem;color:var(--c-fg-muted);margin:0;word-break:break-word}@media (max-width:480px){.product-card__body{padding:.95rem 1rem 1.15rem}.product-card__title{font-size:1rem}.product-card__price{font-size:1.2rem}}.product-card__condition{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.04em;padding:.22em .7em;border-radius:var(--r-pill);background:var(--c-accent-soft);border:1px solid var(--c-accent-border);color:var(--c-accent);margin:.3rem 0 0;align-self:flex-start}.product-card__price{margin:.6rem 0 0;font-size:1.35rem;font-weight:800;color:var(--c-fg);display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem}.product-card__price-original{font-size:.7em;font-weight:500;color:var(--c-fg-muted)}.product-card__price-original del{text-decoration:line-through}.product-card__price-discount{font-size:.58em;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--c-danger) 0,var(--c-danger-live) 100%);padding:.25em .6em;border-radius:.35em;letter-spacing:.04em;line-height:1.2;box-shadow:var(--glow-danger-sm);text-transform:uppercase}.product-card__price-current{font-weight:800;color:var(--c-fg);text-shadow:0 0 8px rgba(139,92,246,.25)}.pdp-gallery{display:flex;flex-direction:column;gap:.7rem;min-width:0}.pdp-gallery__viewport{width:100%;aspect-ratio:1/1;background:radial-gradient(circle at 50% 35%,#26262E 0,#1A1A1F 60%,#0F0F14 100%);border-radius:var(--r-lg);border:1px solid var(--c-border);overflow:hidden;scroll-snap-type:x mandatory;display:flex;overflow-x:auto;scroll-behavior:smooth}.pdp-gallery__viewport::-webkit-scrollbar{display:none}.pdp-gallery__slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;padding:1rem}.pdp-gallery__main-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.pdp-gallery__placeholder{width:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:var(--c-fg-muted);background:radial-gradient(circle at 50% 35%,#26262E 0,#1A1A1F 60%,#0F0F14 100%);border-radius:var(--r-lg);border:1px solid var(--c-border)}.pdp-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;padding:.2rem 0}.pdp-gallery__thumbs::-webkit-scrollbar{height:3px}.pdp-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:.5rem;border:2px solid var(--c-border);background:var(--c-bg-card);overflow:hidden;display:grid;place-items:center;padding:.2rem;transition:border-color .15s,transform .15s;cursor:pointer}.pdp-gallery__thumb:hover{border-color:var(--c-accent);transform:translateY(-2px)}.pdp-gallery__thumb img{max-width:100%;max-height:100%;object-fit:contain}.pdp__price-block{background:radial-gradient(circle at 15% 20%,rgba(139,92,246,.18) 0,transparent 60%),linear-gradient(180deg,rgba(139,92,246,.12) 0,var(--c-bg-card) 100%);border:1px solid var(--c-accent);border-radius:var(--r-lg);padding:1rem 1.2rem;margin:1rem 0 1.2rem;box-shadow:var(--glow-accent-sm),inset 0 1px 0 rgba(255,255,255,.06)}.pdp__savings{margin:.3rem 0 0;font-size:.92rem;font-weight:700;color:var(--c-neon-cyan);text-shadow:0 0 8px rgba(34,211,238,.45)}.pdp__price-note{margin:.4rem 0 0;font-size:.78rem;color:var(--c-fg-muted)}.pdp__availability{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--c-success);margin:0 0 1rem}.pdp__availability-dot{width:8px;height:8px;border-radius:50%;background:var(--c-success);box-shadow:0 0 0 4px rgba(16,185,129,.22);animation:pdp-pulse 2s ease-in-out infinite}@keyframes pdp-pulse{0%,to{box-shadow:0 0 0 4px rgba(16,185,129,.22)}50%{box-shadow:0 0 0 8px rgba(16,185,129,.06)}}.pdp__trust{list-style:none;margin:1rem 0 1.5rem;padding:0;display:grid;grid-gap:.6rem;gap:.6rem}.pdp__trust-item{display:flex;align-items:flex-start;gap:.7rem;padding:.7rem .9rem;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:.6rem;font-size:.9rem}.pdp__trust-item svg{width:22px;height:22px;color:var(--c-accent);flex-shrink:0;margin-top:1px}.pdp__trust-item div{display:flex;flex-direction:column;line-height:1.3}.pdp__trust-item strong{color:var(--c-fg);font-weight:700;font-size:.92rem}.pdp__trust-item span{color:var(--c-fg-muted);font-size:.82rem}.pdp{padding:clamp(2rem,4vw,3.5rem) 0}.pdp__back{font-size:.9rem;color:var(--c-fg-muted);margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.4rem}.pdp__back:hover{color:var(--c-fg)}.pdp__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:800px){.pdp__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}.pdp__image-wrap{aspect-ratio:4/3;background:linear-gradient(135deg,#26262E,#0F0F14);border-radius:var(--r-lg);border:1px solid var(--c-border);overflow:hidden;display:grid;place-items:center}.pdp__image{width:100%;height:100%;object-fit:cover}.pdp__title{font-size:clamp(1.7rem,3.5vw,2.4rem);margin-bottom:.6rem}.pdp__specs{font-size:1.05rem;color:var(--c-fg-muted);margin:0 0 .5rem}.pdp__condition{display:inline-block;font-size:.85rem;font-weight:700;padding:.3em .95em;border-radius:var(--r-pill);background:var(--c-accent-soft);border:1px solid var(--c-accent-border);color:var(--c-accent);margin:.3rem 0 .7rem}.pdp__location{font-size:.92rem;color:var(--c-fg-muted);margin:0 0 1.5rem}.pdp__price{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;margin:.4rem 0 1.6rem;color:var(--c-fg);display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem}.pdp__price-original{font-size:.65em;font-weight:500;color:var(--c-fg-muted,#6B7280)}.pdp__price-original del{text-decoration:line-through}.pdp__price-current{font-weight:800;color:var(--c-fg)}.pdp__price-discount{font-size:.55em;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--c-danger) 0,var(--c-danger-live) 100%);padding:.28em .65em;border-radius:.35em;letter-spacing:.04em;box-shadow:var(--glow-danger-sm);text-transform:uppercase}.pdp__description{font-size:1rem;color:var(--c-fg);line-height:1.7;white-space:pre-line;max-width:70ch;margin-bottom:2rem}.pdp__specs-table{margin:0 0 1.8rem;padding:1rem 1.2rem;background:var(--c-bg-2);border:1px solid var(--c-border);border-radius:var(--r-md);display:grid;grid-gap:.5rem;gap:.5rem;font-size:.95rem}.pdp__spec-row{display:grid;grid-template-columns:minmax(140px,35%) 1fr;grid-gap:1rem;gap:1rem;align-items:baseline;min-width:0}.pdp__spec-row dt{color:var(--c-fg-soft);font-weight:600;min-width:0;word-break:break-word}.pdp__spec-row dd{margin:0;color:var(--c-fg);min-width:0;word-break:break-word;overflow-wrap:anywhere}.pdp__cta-row{display:flex;gap:.7rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--c-border)}@media (max-width:600px){.pdp__title{-webkit-hyphens:auto;hyphens:auto}.pdp__description,.pdp__title{word-break:break-word;overflow-wrap:anywhere}.pdp__specs-table{padding:.85rem 1rem;gap:.85rem;font-size:.92rem}.pdp__spec-row{grid-template-columns:1fr;gap:.2rem;padding-bottom:.65rem;border-bottom:1px solid var(--c-border-soft)}.pdp__spec-row:last-child{padding-bottom:0;border-bottom:0}.pdp__spec-row dt{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--c-fg-soft)}.pdp__cta-row{flex-direction:column;align-items:stretch}.pdp__cta-row .add-to-cart-form,.pdp__cta-row .add-to-cart-form>*,.pdp__cta-row .btn{display:flex;width:100%;justify-content:center}}.site-footer{background:var(--c-dark);color:#d6d3d1;padding:3rem 0 2rem;margin-top:4rem;font-size:.9rem}.site-footer__grid{display:grid;grid-gap:2rem;gap:2rem;margin-bottom:2rem;grid-template-columns:1fr}@media (min-width:700px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;color:#f5f5f4;margin:0 0 .8rem}.site-footer a{color:#d6d3d1}.site-footer a:hover{color:#fff}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:.4rem;gap:.4rem}.site-footer__legal{border-top:1px solid var(--c-dark-2);padding-top:1.5rem;font-size:.82rem;color:#a8a29e;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.cart-link{display:inline-flex;align-items:center;gap:.5rem;padding:.55em 1em;border:1px solid var(--c-border);background:var(--c-bg-elevated);border-radius:var(--r-md);font-size:.92rem;font-weight:600;position:relative;transition:border-color .15s,background .15s}.cart-link:hover{border-color:var(--c-border-strong)}.cart-link svg{width:18px;height:18px;flex:0 0 auto}.cart-link__badge{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:var(--r-pill);background:linear-gradient(135deg,var(--c-danger) 0,var(--c-danger-live) 100%);color:#fff;font-size:.75rem;font-weight:800;padding:0 .4em;margin-left:.15rem;box-shadow:var(--glow-danger-sm)}@media (max-width:540px){.cart-link__label{display:none}}.cart{padding:clamp(2rem,4vw,3.5rem) 0 4rem}.cart h1{font-size:clamp(1.7rem,3.5vw,2.3rem);margin-bottom:1.6rem}.cart__empty{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:2.5rem 2rem;text-align:center;display:grid;grid-gap:1rem;gap:1rem;justify-items:center}.cart__list{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-gap:.6rem;gap:.6rem}.cart__line{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1rem 1.2rem;display:grid;grid-template-columns:80px 1fr auto auto auto;grid-gap:1rem;gap:1rem;align-items:center;min-width:0}@media (max-width:700px){.cart__line{grid-template-columns:56px minmax(0,1fr) auto;grid-template-areas:"img info remove" "qty qty total";row-gap:.85rem;column-gap:.85rem;padding:.9rem 1rem;align-items:start}.cart__line-img{grid-area:img}.cart__line-info{grid-area:info;min-width:0}.cart__line-qty{grid-area:qty}.cart__line-total{grid-area:total;align-self:center}.cart__line-remove{grid-area:remove;align-self:start;justify-self:end}}.cart__line-img{width:80px;height:80px;border-radius:var(--r-md);overflow:hidden;background:linear-gradient(135deg,#26262E,#0F0F14);display:grid;place-items:center;flex:0 0 auto}@media (max-width:700px){.cart__line-img{width:56px;height:56px}}.cart__line-img img{width:100%;height:100%;object-fit:cover}.cart__line-img-placeholder{color:var(--c-fg-soft);font-size:1.4rem}.cart__line-info{min-width:0}.cart__line-title{font-size:1.02rem;margin:0 0 .2rem;word-break:break-word;overflow-wrap:anywhere}.cart__line-title a{color:inherit}.cart__line-title a:hover{color:var(--c-accent-hover)}.cart__line-sub{font-size:.85rem;color:var(--c-fg-muted);margin:0}.cart__line-qty{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cart__line-qty label{font-size:.75rem;color:var(--c-fg-soft)}.cart__line-qty input{width:64px;padding:.4em .6em;border:1px solid var(--c-border);border-radius:var(--r-sm);font-size:.95rem;text-align:center}@media (max-width:700px){.cart__line-qty{background:var(--c-bg);border:1px solid var(--c-border-soft);border-radius:var(--r-md);padding:.5rem .7rem}.cart__line-qty label{flex:1 1 100%;margin-bottom:.1rem}.cart__line-qty input{width:64px}.cart__line-qty .btn--sm{padding:.45em .9em;font-size:.82rem}}.cart__line-total{font-weight:700;font-size:1.05rem;min-width:80px;text-align:right;margin:0}@media (max-width:700px){.cart__line-total{min-width:0;font-size:1.1rem;text-align:right;padding-left:.4rem}}.cart__line-remove-btn{background:transparent;border:0;cursor:pointer;width:32px;height:32px;border-radius:50%;color:var(--c-fg-soft);font-size:1.4rem;line-height:1;transition:background .15s,color .15s}.cart__line-remove-btn:hover{background:var(--c-danger-soft);color:var(--c-danger)}.cart__summary{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.4rem 1.5rem;display:grid;grid-gap:.6rem;gap:.6rem}.cart__sum-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.97rem}.cart__sum-row--total{font-size:1.15rem;padding-top:.6rem;border-top:1px solid var(--c-border);margin-top:.4rem}.cart__sum-row--total strong{font-size:1.4rem}.cart__sum-note{font-size:.82rem;color:var(--c-fg-soft);margin:0}.cart__actions{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap;justify-content:flex-end}@media (max-width:600px){.cart__summary{padding:1.1rem 1.1rem 1.2rem;border-radius:var(--r-md)}.cart__actions{flex-direction:column-reverse;align-items:stretch}.cart__actions .btn{width:100%;justify-content:center;padding:.85em 1.3em}.cart h1{font-size:1.6rem;margin-bottom:1.2rem}}.cart__legal-hint{font-size:.8rem;color:var(--c-fg-soft);margin-top:.8rem;line-height:1.5}.cart__legal-hint a{text-decoration:underline}.add-to-cart-form{display:inline-block}.legal{padding:clamp(2rem,4vw,3.5rem) 0 4rem;background:var(--c-bg)}.legal__inner{max-width:760px}.legal h1{font-size:clamp(1.7rem,3.5vw,2.3rem);margin-bottom:.4rem}.legal__meta{color:var(--c-fg-soft);font-size:.9rem;margin-bottom:2rem}.legal h2{font-size:1.2rem;margin-top:2rem;margin-bottom:.6rem}.legal h3{font-size:1rem;margin-top:1.4rem;margin-bottom:.4rem}.legal li,.legal p{font-size:.97rem;line-height:1.65}.legal ul{padding-left:1.4rem;margin:0 0 1rem}.legal .placeholder{background:rgba(245,158,11,.16);color:#FCD34D;padding:.05em .45em;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;font-weight:600}.legal-warning{background:rgba(245,158,11,.12);color:#FCD34D;border:1px solid rgba(245,158,11,.35);border-radius:var(--r-md);padding:1rem 1.2rem;margin:0 0 2rem;font-size:.92rem}.legal-warning strong{color:#FDE68A}.checkout{padding:2rem 0 4rem;background:var(--c-bg);min-height:70vh}.checkout__title{font-size:clamp(1.5rem,3vw,2rem);margin:1.4rem 0 .4rem}.checkout__lede{color:var(--c-fg-muted);max-width:60ch;margin:0 0 1.6rem;line-height:1.55}.checkout-steps{display:flex;gap:0;list-style:none;padding:0;margin:0 0 1.6rem;border-bottom:1px solid var(--c-border)}.checkout-steps__item{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.2rem .9rem 0;margin-right:1.2rem;position:relative;color:var(--c-fg-soft);font-size:.95rem}.checkout-steps__item:not(:last-child):after{content:"→";position:absolute;right:0;color:var(--c-fg-soft);opacity:.5}.checkout-steps__num{width:1.7rem;height:1.7rem;border-radius:999px;background:var(--c-bg-card);border:1px solid var(--c-border);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.checkout-steps__item--active .checkout-steps__num{background:var(--c-accent);color:var(--c-accent-fg);border-color:var(--c-accent)}.checkout-steps__item--active .checkout-steps__label{color:var(--c-fg);font-weight:600}.checkout-steps__item--done .checkout-steps__num{background:var(--c-success);color:#fff;border-color:var(--c-success)}.checkout-steps__item--done .checkout-steps__label{color:var(--c-fg-muted)}.checkout-form{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.6rem;max-width:720px;box-shadow:var(--shadow-sm)}.checkout-form__row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.checkout-form__field{flex:1 1 200px;display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}.checkout-form__field--full{flex-basis:100%}.checkout-form__field--small{flex:0 1 130px}.checkout-form__field>span{font-weight:500;color:var(--c-fg)}.checkout-form__field input,.checkout-form__field select{width:100%;padding:.65rem .8rem;border:1px solid var(--c-border);border-radius:var(--r-sm);background:var(--c-bg);font-size:.95rem;color:var(--c-fg);font-family:inherit}.checkout-form__field input:focus,.checkout-form__field select:focus{outline:none;border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft)}.checkout-form__field input:invalid:not(:placeholder-shown){border-color:var(--c-danger)}.checkout-form__actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.4rem;flex-wrap:wrap}.shipping-options{list-style:none;padding:0;margin:0 0 1.4rem;max-width:720px;display:flex;flex-direction:column;gap:.6rem}.shipping-options__item{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);transition:border-color .15s,box-shadow .15s}.shipping-options__item:has(input:checked){border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft)}.shipping-options__label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.9rem;gap:.9rem;padding:1rem 1.2rem;cursor:pointer;font-size:.97rem}.shipping-options__label input[type=radio]{accent-color:var(--c-accent);width:1.1rem;height:1.1rem}.shipping-options__name{font-weight:500}.shipping-options__price{font-weight:600}.checkout-review{display:grid;grid-gap:1.2rem;gap:1.2rem;max-width:720px}.checkout-review__block{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.2rem 1.4rem;box-shadow:var(--shadow-sm)}.checkout-review__block-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem;gap:1rem}.checkout-review__block-head h2{font-size:1.05rem;margin:0}.checkout-review__edit{font-size:.88rem;color:var(--c-accent);text-decoration:underline}.checkout-review__address{margin:0;line-height:1.55;font-size:.95rem;color:var(--c-fg-muted)}.checkout-review__lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.checkout-review__line{display:grid;grid-template-columns:56px 1fr auto;grid-gap:.9rem;gap:.9rem;align-items:center;padding:.4rem 0;border-bottom:1px solid var(--c-border-soft)}.checkout-review__line:last-child{border-bottom:0}.checkout-review__line-img{width:56px;height:56px;background:var(--c-bg);border-radius:var(--r-sm);overflow:hidden;display:flex;align-items:center;justify-content:center}.checkout-review__line-img img{width:100%;height:100%;object-fit:cover}.checkout-review__line-info{display:flex;flex-direction:column;gap:.2rem}.checkout-review__line-title{font-weight:500;font-size:.95rem}.checkout-review__line-meta{font-size:.85rem;color:var(--c-fg-muted)}.checkout-review__line-total{font-weight:600;font-size:.95rem}.checkout-review__totals{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.2rem 1.4rem}.checkout-review__total-row{display:flex;justify-content:space-between;align-items:baseline;padding:.35rem 0;font-size:.95rem;color:var(--c-fg-muted)}.checkout-review__total-row strong{color:var(--c-fg);font-weight:500}.checkout-review__total-row--total{border-top:1px solid var(--c-border);margin-top:.4rem;padding-top:.7rem;font-size:1.1rem;color:var(--c-fg)}.checkout-review__total-row--total strong{font-weight:700}.checkout-review__total-note{margin:.4rem 0 0;font-size:.82rem;color:var(--c-fg-soft)}.checkout-consents{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.4rem}.checkout-consents__set{border:none;padding:0;margin:0}.checkout-consents__set>legend{font-weight:600;margin-bottom:.8rem;font-size:1rem}.checkout-consents__item{display:grid;grid-template-columns:1.1rem 1fr;grid-gap:.7rem;gap:.7rem;align-items:flex-start;padding:.5rem 0;font-size:.92rem;line-height:1.5;color:var(--c-fg)}.checkout-consents__item input[type=checkbox]{margin-top:.2rem;accent-color:var(--c-accent);width:1.1rem;height:1.1rem}.checkout-consents__item a{color:var(--c-accent);text-decoration:underline}.checkout-consents__pending{margin:1rem 0 0;padding:.8rem 1rem;background:rgba(245,158,11,.12);color:#FCD34D;border:1px solid rgba(245,158,11,.35);border-radius:var(--r-sm);font-size:.9rem}.checkout-empty-state{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.4rem 1.6rem;max-width:720px}.checkout-empty-state p{margin:0 0 1rem}.stripe-card-wrap{margin:1.4rem 0 0;padding:1rem 1.2rem;background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--r-md)}.stripe-card-wrap>label{display:block;font-weight:500;margin-bottom:.6rem}.stripe-card-element{background:var(--c-bg-card);padding:.85rem .9rem;border:1px solid var(--c-border);border-radius:var(--r-sm)}.stripe-card-hint{font-size:.82rem;color:var(--c-fg-soft);margin:.6rem 0 0;line-height:1.5}.stripe-card-hint code{background:var(--c-bg-card);padding:.05em .4em;border:1px solid var(--c-border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.stripe-error{margin:1rem 0 0;padding:.8rem 1rem;background:var(--c-danger-soft);color:#FDA4AF;border:1px solid rgba(225,29,72,.4);border-radius:var(--r-sm);font-size:.92rem;line-height:1.45}.stripe-error strong{color:#FECDD3}.order-confirmation{padding:2.5rem 0 4rem;background:var(--c-bg);min-height:70vh}.order-confirmation__inner{max-width:820px}.order-confirmation__hero{text-align:center;margin-bottom:2rem}.order-confirmation__check{width:64px;height:64px;border-radius:999px;background:var(--c-success-soft);color:var(--c-success);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 0 24px rgba(16,185,129,.45),0 0 48px rgba(16,185,129,.25),inset 0 0 0 1px rgba(16,185,129,.5)}.order-confirmation__check svg{width:32px;height:32px}.order-confirmation__hero h1{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 .6rem}.order-confirmation__lede{color:var(--c-fg-muted);max-width:56ch;margin:0 auto;line-height:1.55}.order-confirmation__meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--r-md);padding:1.2rem 1.4rem;margin-bottom:1.4rem;box-shadow:var(--shadow-sm)}@media (max-width:560px){.order-confirmation__meta{grid-template-columns:1fr}}.order-confirmation__meta-label{display:block;font-size:.78rem;color:var(--c-fg-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.order-confirmation__meta-value{font-weight:600;font-size:1rem;color:var(--c-fg)}.order-confirmation__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem;margin:1.4rem 0}@media (max-width:720px){.order-confirmation__grid{grid-template-columns:1fr}}.order-confirmation__actions{margin:1.6rem 0 1rem;text-align:center}.order-confirmation__hint{color:var(--c-fg-soft);font-size:.9rem;text-align:center;margin:0;line-height:1.55}.notice{background:rgba(245,158,11,.12);color:#FCD34D;border-top:1px solid rgba(245,158,11,.35);padding:.75rem 0;font-size:.85rem}.notice .container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.notice strong{color:#FDE68A}.search-active{background:linear-gradient(180deg,rgba(139,92,246,.14),rgba(139,92,246,.08));border-top:1px solid var(--c-accent-border);border-bottom:1px solid var(--c-accent-border)}.search-active__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;flex-wrap:wrap}.search-active__text{font-size:.95rem;color:var(--c-fg);font-weight:500}.search-active__clear{color:var(--c-accent);text-decoration:underline;font-size:.9rem;font-weight:500}.search-active__clear:hover{color:var(--c-accent-hover)}.pdp__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;margin-top:.75rem}.pdp__gallery-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;border:1px solid var(--c-border);cursor:zoom-in}.pdp__videos{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-top:1rem}.pdp__video{width:100%;max-height:480px;background:#000;border-radius:8px;border:1px solid var(--c-border)}@media (min-width:768px){.pdp__videos{grid-template-columns:1fr 1fr}.pdp__video{max-height:320px}}