/* Visible card action; independent of the artwork's audio play control. */
.product-quick-view{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:44px;margin-top:16px;padding:11px 13px;border:0;border-radius:var(--button-radius);font-size:9px;line-height:1.4;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.product-quick-view .ui-icon{width:16px;height:16px;flex-shrink:0}

dialog.product-preview,body[data-surface="frosted"] dialog.product-preview{width:min(920px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:0;border:0;border-radius:8px;background:var(--surface);color:var(--fg);box-shadow:0 32px 100px #0009;overflow:hidden;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0;transform:translateY(12px) scale(.98);transform-origin:50% 45%;transition:opacity 340ms cubic-bezier(.22,1,.36,1),transform 340ms cubic-bezier(.22,1,.36,1)}
dialog.product-preview[open][data-preview-state="open"]{opacity:1;transform:translateY(0) scale(1)}
dialog.product-preview[open][data-preview-state="closing"]{opacity:0;transform:translateY(8px) scale(.985);transition-duration:220ms;transition-timing-function:cubic-bezier(.4,0,.6,1)}
.product-preview::backdrop,body[data-surface="frosted"] .product-preview::backdrop{background:#070707cf;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0;transition:opacity 300ms ease}
.product-preview[open][data-preview-state="open"]::backdrop{opacity:1}
.product-preview[open][data-preview-state="closing"]::backdrop{opacity:0;transition-duration:220ms}
.product-preview-panel{display:flex;flex-direction:column;max-height:calc(100dvh - 50px)}
.product-preview-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:10px 14px 10px 26px;background:color-mix(in srgb,var(--fg) 2%,transparent);box-shadow:0 8px 24px #0000000a}
.product-preview-header .eyebrow{font-size:9px;letter-spacing:.13em;color:var(--muted)}
.product-preview-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border:0;border-radius:50%}
.product-preview-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;pointer-events:none}
.product-preview-icon .ui-icon{width:18px;height:18px}
.product-preview-body{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--line) transparent;min-height:0;scroll-padding:24px}
.product-preview-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:start;padding:28px}
.product-preview-media{position:sticky;top:0;aspect-ratio:1;background:var(--bg);overflow:hidden;border-radius:3px}
.product-preview-image{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:contain}
.product-preview-content{min-width:0}
.product-preview-artist{color:var(--muted);font-size:9px;line-height:1.6;margin:0 0 13px}
.product-preview-title{font-size:calc(clamp(34px,4.2vw,52px)*var(--heading-scale));line-height:.97;overflow-wrap:anywhere}
.product-preview-price{font-size:20px;font-variant-numeric:tabular-nums;line-height:1.5;margin:17px 0}
.product-preview-description{font-size:12px;line-height:1.8;color:var(--muted);margin:0 0 23px}
.product-preview-form{display:grid;gap:9px}
.product-preview-form label{display:block;font-size:9px;font-weight:700;line-height:1.5;text-transform:uppercase;letter-spacing:.08em}
.product-preview-form select{width:100%;min-width:0;min-height:48px;padding:13px;font-size:12px;line-height:1.5;border:0;border-radius:var(--button-radius);background:color-mix(in srgb,var(--bg) 85%,var(--fg));color:var(--fg)}
.product-preview-form select option:disabled{color:var(--muted)}
.product-preview-purchase{display:flex;align-items:flex-end;gap:12px;margin-top:7px}
.product-preview-quantity{flex:0 0 72px;min-width:0}
.product-preview-quantity label{margin-bottom:7px}
.product-preview-quantity input{width:100%;height:50px;padding:10px 8px;border:0;border-radius:var(--button-radius);background:color-mix(in srgb,var(--bg) 85%,var(--fg));color:var(--fg);font-size:16px;text-align:center;font-variant-numeric:tabular-nums}
.product-preview-add{flex:1;min-width:0;gap:16px;justify-content:space-between;min-height:50px;padding:13px 17px;font-size:10px}
.product-preview-error{font-size:11px;line-height:1.6;color:var(--fg);background:color-mix(in srgb,var(--accent) 14%,transparent)}
.product-preview-error:not(:empty){padding:10px 12px;border-radius:4px}
.product-preview-details{width:100%;justify-content:space-between;gap:12px;font-size:10px;margin-top:12px;min-height:44px}
.product-preview-note{font-size:9px;line-height:1.7;color:var(--muted);margin-top:13px}
.product-preview-state{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;min-height:330px;padding:40px}
.product-preview-state>p{max-width:430px;color:var(--muted);font-size:13px;line-height:1.8}
.product-preview-state-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.product-preview-state-actions .product-preview-details{width:auto;margin:0}
.product-preview-loading-copy{display:flex;flex-direction:column;justify-content:center;align-self:stretch;gap:20px;padding:18px 0}
.product-preview-loading-copy>p{font-size:12px;line-height:1.8;color:var(--muted)}
.product-preview-loading-media{background:color-mix(in srgb,var(--bg) 92%,var(--fg))}
.product-preview-loading-media .product-preview-image{opacity:.7}
.product-preview-placeholders{display:grid;gap:13px;margin-top:10px}
.product-preview-placeholders span{display:block;width:100%;height:13px;background:color-mix(in srgb,var(--fg) 6%,transparent);border-radius:3px}
.product-preview-placeholders span:nth-child(2){width:85%}
.product-preview-placeholders span:nth-child(3){height:48px;margin-top:14px}
@media(max-width:680px){
  dialog.product-preview,body[data-surface="frosted"] dialog.product-preview{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);max-height:calc(100dvh - max(20px,env(safe-area-inset-top)) - env(safe-area-inset-bottom));border-radius:8px}
  .product-preview-panel{max-height:calc(100dvh - 22px);max-height:calc(100dvh - max(22px,env(safe-area-inset-top)) - env(safe-area-inset-bottom))}
  .product-preview-header{padding:7px 9px 7px 18px;min-height:58px}
  .product-preview-header .eyebrow{font-size:8px;letter-spacing:.08em}
  .product-preview-layout{grid-template-columns:1fr;gap:23px;padding:18px}
  .product-preview-media{position:relative;top:auto;width:min(100%,360px);justify-self:center}
  .product-preview-title{font-size:calc(clamp(37px,9vw,48px)*var(--heading-scale))}
  .product-preview-description{font-size:13px;margin-bottom:22px}
  .product-preview-form select{font-size:16px}
  .product-preview-form label{font-size:10px}
  .product-preview-note{font-size:10px}
  .product-preview-state{min-height:300px;padding:26px 22px}
}
@media(max-height:500px) and (min-width:681px){
  .product-preview-layout{gap:24px;padding:20px;grid-template-columns:minmax(0,.8fr) minmax(0,1fr)}
  .product-preview-media{position:relative}
  .product-preview-header{min-height:54px;padding-top:4px;padding-bottom:4px}
}
[data-motion="reduced"] .product-quick-view,[data-motion="reduced"] .product-preview-close{transition:none}
[data-motion="reduced"] dialog.product-preview[open]{opacity:1;transform:none;transition:none}
[data-motion="reduced"] dialog.product-preview[open]::backdrop{opacity:1;transition:none}
@media(prefers-reduced-motion:reduce){dialog.product-preview[open][data-preview-state]{opacity:1;transform:none;transition:none}dialog.product-preview[open][data-preview-state]::backdrop{opacity:1;transition:none}.product-quick-view,.product-preview-close,.product-preview .button,.product-preview .button svg{transition:none;animation:none;transform:none!important}}
@media(forced-colors:active){dialog.product-preview,body[data-surface="frosted"] dialog.product-preview{border:1px solid CanvasText;transition:none}dialog.product-preview[open][data-preview-state]{opacity:1;transform:none}.product-quick-view,.product-preview-close,.product-preview-form select,.product-preview-quantity input,.product-preview-add{border:1px solid ButtonText}dialog.product-preview[open][data-preview-state]::backdrop{background:Canvas;opacity:.8;transition:none}}

/* Editorial Stage: the cover arrives as a full-art spread, then the product details settle in. */
body dialog.product-preview{width:min(1120px,calc(100vw - 64px));height:min(690px,calc(100dvh - 64px));max-height:calc(100dvh - 64px);border-radius:0;background:#1a1a1a;color:#f6f7f9;box-shadow:0 34px 100px #000c;opacity:0;clip-path:inset(0 50% 0 50%);transform:translateY(14px) scale(.97);transition:clip-path 680ms cubic-bezier(.22,1,.36,1),transform 620ms cubic-bezier(.22,1,.36,1),opacity 440ms ease}
body dialog.product-preview[open][data-preview-state="open"]{opacity:1;clip-path:inset(0 0 0 0);transform:none}
body dialog.product-preview[open][data-preview-state="closing"]{opacity:0;clip-path:inset(0 50% 0 50%);transform:translateY(8px) scale(.985);transition-duration:540ms}
body dialog.product-preview::backdrop{background:#050505bd;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:opacity 540ms ease}
body dialog.product-preview .product-preview-panel{height:100%;max-height:100%;background:#1a1a1a;color:#f6f7f9}
body dialog.product-preview .product-preview-header{min-height:60px;height:60px;padding:0 26px;display:grid;grid-template-columns:1fr auto 1fr;gap:15px;background:#171717;color:#aaa;border-bottom:1px solid #ffffff24;box-shadow:none}
body dialog.product-preview .product-preview-header>.eyebrow{margin:0;font:800 10px/1.4 var(--font-ui,Arial,sans-serif);letter-spacing:.12em;color:#b3b3b3}
body dialog.product-preview .product-preview-header>.eyebrow::before{content:"";display:inline-block;width:6px;height:6px;margin:0 10px 1px 0;background:var(--accent);border-radius:50%}
body dialog.product-preview .product-preview-header-artist{margin:0;color:#999;font:800 10px/1.4 var(--font-ui,Arial,sans-serif);letter-spacing:.13em;text-transform:uppercase}
body dialog.product-preview .product-preview-close{justify-self:end;width:auto;height:44px;gap:12px;padding:0;color:#fff;background:transparent;border-radius:0;font:800 10px/1 var(--font-ui,Arial,sans-serif);letter-spacing:.1em;text-transform:uppercase}
body dialog.product-preview .product-preview-close .product-preview-icon,body dialog.product-preview .product-preview-close>.ui-icon{display:grid;place-items:center;width:34px;height:34px;padding:8px;border:1px solid #ffffff68;border-radius:50%;transition:transform 320ms cubic-bezier(.22,1,.36,1),background 250ms,border-color 250ms}
body dialog.product-preview .product-preview-close:hover .product-preview-icon,body dialog.product-preview .product-preview-close:hover>.ui-icon{transform:rotate(90deg);background:var(--accent);border-color:var(--accent)}
body dialog.product-preview .product-preview-body{height:calc(100% - 60px);overflow:auto;min-height:0;background:#1d1d1d}
body dialog.product-preview .product-preview-layout{display:grid;grid-template-columns:49% 51%;gap:0;min-height:100%;padding:0;align-items:stretch;background:#1d1d1d}
body dialog.product-preview .product-preview-media{position:relative;top:auto;display:block;width:100%;height:100%;min-height:430px;aspect-ratio:auto;overflow:hidden;border-radius:0;background:#2b241f}
body dialog.product-preview .product-preview-media-backdrop{position:absolute;inset:-9%;overflow:hidden}
body dialog.product-preview .product-preview-media-backdrop img{display:block;width:100%;height:100%;object-fit:cover;filter:blur(25px) saturate(.75) brightness(.35);transform:scale(1.08)}
body dialog.product-preview .product-preview-art-frame{position:absolute;inset:8% 12% 10%;display:grid;place-items:center;min-height:0;opacity:0;transform:translateY(22px) scale(1.045);transition:opacity 440ms ease,transform 620ms cubic-bezier(.22,1,.36,1)}
body dialog.product-preview[open][data-preview-state="open"] .product-preview-art-frame{opacity:1;transform:none;transition-delay:160ms}
body dialog.product-preview[open][data-preview-state="closing"] .product-preview-art-frame{opacity:0;transform:translateY(12px) scale(.99);transition-delay:0ms}
body dialog.product-preview .product-preview-art-frame .product-preview-image{width:100%;height:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 24px #0009)}
body dialog.product-preview .product-preview-art-caption{position:absolute;left:28px;right:28px;bottom:19px;display:flex;justify-content:space-between;gap:12px;font:800 10px/1.3 var(--font-ui,Arial,sans-serif);letter-spacing:.13em;color:#fff}
body dialog.product-preview .product-preview-art-caption span:last-child{color:var(--accent)}
body dialog.product-preview .product-preview-content{display:flex;flex-direction:column;min-width:0;min-height:0;align-self:stretch;padding:clamp(23px,3vw,42px);overflow:visible;background:#1d1d1d;color:#f6f7f9;opacity:0;transform:translateX(16px);transition:opacity 420ms ease,transform 590ms cubic-bezier(.22,1,.36,1)}
body dialog.product-preview[open][data-preview-state="open"] .product-preview-content{opacity:1;transform:none;transition-delay:170ms}
body dialog.product-preview[open][data-preview-state="closing"] .product-preview-content{opacity:0;transform:translateX(8px);transition-delay:0ms}
body dialog.product-preview .product-preview-content>.eyebrow,body dialog.product-preview .product-preview-artist{order:0;color:#ddd;font:800 11px/1.4 var(--font-ui,Arial,sans-serif);letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px}
body dialog.product-preview .product-preview-content>.eyebrow::before,body dialog.product-preview .product-preview-artist::before{content:"";display:inline-block;width:7px;height:7px;margin:0 10px 1px 0;background:var(--accent);border-radius:50%}
body dialog.product-preview .product-preview-title{order:1;margin:0 0 13px;font:700 clamp(38px,4.5vw,68px)/.93 var(--font-display);letter-spacing:-.055em;text-transform:uppercase;overflow-wrap:anywhere}
body dialog.product-preview .product-preview-description{order:2;max-width:52ch;margin:0 0 20px;color:#aaa;font:400 13px/1.55 var(--font-body);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body dialog.product-preview .product-preview-options{order:3;margin-top:auto;margin-bottom:16px}
body dialog.product-preview .product-preview-options-heading{display:flex;justify-content:space-between;gap:12px;padding:0 0 10px;border-bottom:1px solid #ffffff49;color:#fff;font:800 10px/1.3 var(--font-ui,Arial,sans-serif);letter-spacing:.11em;text-transform:uppercase}
body dialog.product-preview .product-preview-options-heading span{color:#999}
body dialog.product-preview .product-preview-options .pdp-option-group{margin:0;border:0}
body dialog.product-preview .product-preview-options .pdp-option-group legend{margin:10px 0 4px;color:#999;font:700 10px/1.3 var(--font-ui,Arial,sans-serif);letter-spacing:.08em;text-transform:uppercase}
body dialog.product-preview .product-preview-options .pdp-options{display:grid;gap:0}
body dialog.product-preview .product-preview-options .pdp-option{display:flex;width:100%;min-height:42px;gap:12px;padding:8px 4px;border:0;border-bottom:1px solid #ffffff22;border-radius:0;background:transparent;color:#ddd;font:700 12px/1.3 var(--font-ui,Arial,sans-serif);transition:padding-left 330ms cubic-bezier(.22,1,.36,1),background 260ms,color 260ms}
body dialog.product-preview .product-preview-options .pdp-option:hover{padding-left:10px;background:#ffffff0e;color:#fff}
body dialog.product-preview .product-preview-options .pdp-option[aria-current="true"]{background:#ffffff0b;color:#fff;box-shadow:inset 3px 0 var(--accent)}
body dialog.product-preview .product-preview-edition{display:flex;align-items:center;width:100%;min-height:43px;gap:12px;padding:7px 4px;border:0;border-bottom:1px solid #ffffff22;border-radius:0;background:transparent;color:#ddd;text-align:left;transition:padding-left 330ms cubic-bezier(.22,1,.36,1),background 260ms,color 260ms}
body dialog.product-preview .product-preview-edition:hover:not(:disabled){padding-left:10px;background:#ffffff0e;color:#fff}
body dialog.product-preview .product-preview-edition.is-selected{background:#ffffff0b;color:#fff}
body dialog.product-preview .product-preview-edition:disabled{opacity:.4;cursor:not-allowed}
body dialog.product-preview .product-preview-edition-number{display:grid;place-items:center;flex:0 0 27px;height:27px;border:1px solid #ffffff59;font:800 10px/1 var(--font-ui,Arial,sans-serif)}
body dialog.product-preview .product-preview-edition.is-selected .product-preview-edition-number{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}
body dialog.product-preview .product-preview-edition-name{font:800 12px/1.25 var(--font-ui,Arial,sans-serif)}
body dialog.product-preview .product-preview-edition-state{margin-left:auto;color:#aaa;font:800 10px/1.2 var(--font-ui,Arial,sans-serif);white-space:nowrap}
body[data-platform] dialog.product-preview button.product-preview-edition{background-color:transparent!important;background-image:none!important;color:#ddd;border-bottom:1px solid #ffffff22;transition:padding-left 330ms cubic-bezier(.22,1,.36,1),background-color 260ms,color 260ms}
body[data-platform] dialog.product-preview button.product-preview-edition:hover:not(:disabled),body[data-platform] dialog.product-preview button.product-preview-edition:focus-visible{background-color:#ffffff0e!important;background-image:none!important;color:#fff}
body[data-platform] dialog.product-preview button.product-preview-edition.is-selected{background-color:#ffffff0b!important;background-image:none!important;color:#fff}
body[data-platform] dialog.product-preview button.product-preview-close{background-color:transparent!important;background-image:none!important;color:#fff;border:0}
body[data-platform] dialog.product-preview button.product-preview-close:hover,body[data-platform] dialog.product-preview button.product-preview-close:focus-visible{background-color:transparent!important;background-image:none!important;color:#fff}
body dialog.product-preview .product-preview-price{order:4;margin:0;padding:12px 0;border-top:1px solid #ffffff49;color:#fff;font:700 23px/1.2 var(--font-display);font-variant-numeric:tabular-nums}
body dialog.product-preview .product-preview-price::before{content:"YOUR SELECTION";display:block;margin-bottom:4px;color:#999;font:800 9px/1.2 var(--font-ui,Arial,sans-serif);letter-spacing:.1em}
body dialog.product-preview .product-preview-form{order:5;display:flex;flex-direction:column;gap:0;margin:0}
body dialog.product-preview .product-preview-purchase{display:flex;align-items:end;gap:9px;margin:0}
body dialog.product-preview .product-preview-quantity{flex:0 0 74px}
body dialog.product-preview .product-preview-quantity label{display:block;margin:0 0 5px;color:#aaa;font:800 9px/1.2 var(--font-ui,Arial,sans-serif);letter-spacing:.09em}
body dialog.product-preview .product-preview-quantity input{width:100%;min-height:46px;height:46px;border:0;border-radius:0;background:#303030;color:#fff;font:700 15px/1 var(--font-body);text-align:center}
body dialog.product-preview .product-preview-add{flex:1;min-height:46px;height:auto;align-items:center;justify-content:space-between;gap:12px;padding:11px 17px;border:0;border-radius:var(--button-radius,0);font:800 12px/1.2 var(--font-ui,Arial,sans-serif);text-transform:uppercase}
body dialog.product-preview .product-preview-details{order:7;display:flex;justify-content:space-between;align-items:center;min-height:36px;margin:8px 0 0;font:800 10px/1.3 var(--font-ui,Arial,sans-serif);letter-spacing:.07em;text-transform:uppercase}
body dialog.product-preview .product-preview-note,body dialog.product-preview .shipping-note{order:8;margin:3px 0 0;color:#999;font:400 10px/1.5 var(--font-body)}
body dialog.product-preview .pdp-facts{order:9;display:flex;flex-wrap:wrap;gap:8px 20px;margin:12px 0 0;padding:11px 0 0;border-top:1px solid #ffffff20;font-size:10px}
body dialog.product-preview .pdp-facts>div{display:flex;gap:5px}
body dialog.product-preview .pdp-facts dt{color:#999}
body dialog.product-preview .pdp-facts dd{margin:0;color:#ddd}
body dialog.product-preview .product-preview-loading{min-height:100%}
body dialog.product-preview .product-preview-loading-media{background:#282321}
body dialog.product-preview .product-preview-loading-media>.product-preview-image{width:70%;height:70%;margin:15%;object-fit:contain;filter:blur(3px);opacity:.5}
body dialog.product-preview .product-preview-state{min-height:100%;align-items:flex-start;padding:clamp(26px,5vw,60px)}
@media(max-width:760px){
 body dialog.product-preview{width:calc(100vw - 20px);height:auto;max-height:calc(100dvh - 20px)}
 body dialog.product-preview .product-preview-panel{max-height:calc(100dvh - 20px)}
 body dialog.product-preview .product-preview-header{grid-template-columns:1fr auto;min-height:54px;height:54px;padding:0 14px}
 body dialog.product-preview .product-preview-header-artist{display:none}
 body dialog.product-preview .product-preview-close-label{display:none}
 body dialog.product-preview .product-preview-body{height:auto;max-height:calc(100dvh - 74px)}
 body dialog.product-preview .product-preview-layout{grid-template-columns:1fr}
 body dialog.product-preview .product-preview-media{height:clamp(210px,38dvh,340px);min-height:210px}
 body dialog.product-preview .product-preview-art-frame{inset:7% 22% 10%}
 body dialog.product-preview .product-preview-art-caption{left:16px;right:16px;bottom:12px;font-size:8px}
 body dialog.product-preview .product-preview-content{padding:22px 20px 26px;overflow:visible}
 body dialog.product-preview .product-preview-title{font-size:clamp(35px,9vw,52px)}
 body dialog.product-preview .product-preview-description{font-size:12px}
 body dialog.product-preview .product-preview-options{margin-top:10px}
}
@media(max-height:620px) and (min-width:761px){
 body dialog.product-preview .product-preview-content{padding:18px 28px}
 body dialog.product-preview .product-preview-title{font-size:clamp(33px,4vw,50px)}
 body dialog.product-preview .product-preview-description{-webkit-line-clamp:2;margin-bottom:12px}
 body dialog.product-preview .product-preview-options .pdp-option{min-height:34px}
}
@media(prefers-reduced-motion:reduce){
 body dialog.product-preview[open][data-preview-state]{clip-path:none;opacity:1;transform:none;transition:none}
 body dialog.product-preview[open][data-preview-state] :is(.product-preview-art-frame,.product-preview-content){opacity:1;transform:none;transition:none}
}

/* Compact Editorial Stage: a floating close control leaves the art and details uninterrupted. */
body dialog.product-preview{height:min(560px,calc(100dvh - 48px));max-height:calc(100dvh - 48px)}
body dialog.product-preview .product-preview-panel{position:relative}
body dialog.product-preview .product-preview-close{position:absolute;top:14px;right:14px;z-index:5;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#111c!important;color:#fff;box-shadow:0 8px 22px #0007;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
body[data-platform] dialog.product-preview button.product-preview-close{background:#111c!important;color:#fff;border:0}
body[data-platform] dialog.product-preview button.product-preview-close:is(:hover,:focus-visible){background:var(--accent)!important;color:var(--on-accent,#fff)}
body dialog.product-preview .product-preview-close>.ui-icon,body dialog.product-preview .product-preview-close .product-preview-icon{width:20px;height:20px;padding:0;border:0;border-radius:0}
body dialog.product-preview .product-preview-close:hover>.ui-icon,body dialog.product-preview .product-preview-close:hover .product-preview-icon{background:transparent;border:0}
body dialog.product-preview .product-preview-body{height:100%;max-height:100%}
body dialog.product-preview .product-preview-content{padding:clamp(22px,2.5vw,34px);padding-top:clamp(60px,5vw,74px)}
body dialog.product-preview .product-preview-title{font-size:clamp(30px,3.15vw,46px);line-height:.98;letter-spacing:-.045em}
body dialog.product-preview .pdp-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 15px;margin-top:14px}
body dialog.product-preview .pdp-facts>div{display:block;min-width:0}
body dialog.product-preview .pdp-facts dt{margin:0 0 5px;font-size:9px;line-height:1.3}
body dialog.product-preview .pdp-facts dd{font-size:11px;line-height:1.35;overflow-wrap:anywhere}
@media(max-width:760px){
 body dialog.product-preview{height:auto;max-height:calc(100dvh - 20px)}
 body dialog.product-preview .product-preview-body{max-height:calc(100dvh - 20px)}
 body dialog.product-preview .product-preview-close{top:10px;right:10px}
 body dialog.product-preview .product-preview-content{padding:24px 20px 28px}
 body dialog.product-preview .product-preview-title{font-size:clamp(30px,8vw,42px)}
 body dialog.product-preview .pdp-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
body[data-motion="reduced"] dialog.product-preview[open][data-preview-state],html[data-motion="reduced"] body dialog.product-preview[open][data-preview-state]{clip-path:none;opacity:1;transform:none;transition:none}
body[data-motion="reduced"] dialog.product-preview[open][data-preview-state] :is(.product-preview-art-frame,.product-preview-content),html[data-motion="reduced"] body dialog.product-preview[open][data-preview-state] :is(.product-preview-art-frame,.product-preview-content){opacity:1;transform:none;transition:none}
@media(forced-colors:active){body dialog.product-preview[open][data-preview-state]{clip-path:none;opacity:1;transform:none;transition:none}body dialog.product-preview .product-preview-media-backdrop{display:none}body dialog.product-preview .product-preview-art-frame,body dialog.product-preview .product-preview-content{opacity:1;transform:none}body dialog.product-preview .product-preview-options .pdp-option{border:1px solid CanvasText}}
