#detail-dialog{width:min(1080px,96vw);max-height:92vh;padding:0;overflow:auto}
#detail-dialog>.close{position:sticky;float:right;top:12px;margin:12px 12px -52px 0;border:1px solid #d9e0e9;border-radius:50%;background:#fff;box-shadow:0 5px 18px #1d2b4020;z-index:5}
.product-detail{clear:both}
.product-overview{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);border-bottom:1px solid var(--line)}
.product-gallery{min-height:470px;padding:55px 45px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#f8fafc,#eef3f8)}
.product-gallery img{width:100%;height:360px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 20px 24px #263d5b1c)}
.product-gallery>span{font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:#8b96a5;margin-top:20px}
.product-purchase{padding:55px 48px 42px;display:flex;flex-direction:column}
.product-purchase h2{font-size:30px;line-height:1.25;letter-spacing:-1px;margin:12px 0}
.product-summary{font-size:16px;line-height:1.72;margin:4px 0 20px;color:#5d6979}
.product-facts{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.product-facts>span{padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:#fafbfd}
.product-facts small,.product-facts strong{display:block}
.product-facts small{font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#8490a0;margin-bottom:3px}
.product-facts strong{font-size:14px}
.variant-picker{font-size:14px;font-weight:700;margin:4px 0 18px}
.variant-picker select{display:block;width:100%;margin-top:8px;font-size:14px}
.purchase-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:auto;padding-top:10px}
.purchase-row .price{font-size:32px}.purchase-row .old-price{font-size:14px}.purchase-row .stock-label{margin:0;text-align:right}
.product-purchase>.primary{width:100%;margin:22px 0 16px;min-height:50px}
.product-contact{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
.product-contact a{font-size:13px;color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.product-information{padding:43px 52px 50px}
.information-heading{margin-bottom:24px}.information-heading h3{font-size:25px;margin-top:8px}
.product-description-rich{max-width:860px;font-size:16px;line-height:1.78;color:#435064}
.product-description-rich h2,.product-description-rich h3,.product-description-rich h4{color:var(--ink);margin:28px 0 11px}
.product-description-rich h2{font-size:24px}.product-description-rich h3{font-size:20px}.product-description-rich h4{font-size:17px}
.product-description-rich p{font-size:16px;margin:12px 0}
.product-description-rich ul,.product-description-rich ol{padding-left:25px;margin:14px 0}
.product-description-rich li{padding-left:5px;margin:8px 0}.product-description-rich li::marker{color:var(--blue);font-weight:700}
.product-description-rich blockquote{margin:22px 0;padding:15px 18px;border-left:3px solid var(--blue);background:var(--pale)}
.product-description-rich table{width:100%;border-collapse:collapse;margin:22px 0;font-size:14px}
.product-description-rich th,.product-description-rich td{padding:11px 12px;border:1px solid var(--line);text-align:left}.product-description-rich th{background:#f4f7fb;color:var(--ink)}
.product-description-rich a{color:var(--blue);text-decoration:underline}
.product-document{display:flex;align-items:center;gap:15px;margin-top:32px;padding:17px 18px;border:1px solid #dbe3ed;border-radius:9px;background:#f8fafc}
.document-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:7px;background:#fff0f0;color:#943636;font-size:12px;font-weight:800}
.product-document>span:nth-child(2){min-width:0;flex:1}.product-document small,.product-document strong{display:block}
.product-document small{font-size:12px;letter-spacing:.6px;color:#8490a0;margin-bottom:4px}.product-document strong{font-size:14px;overflow-wrap:anywhere}
.secondary-link{display:inline-flex;align-items:center;gap:12px;border:1px solid #cbd6e4;border-radius:6px;padding:11px 14px;font-size:14px;font-weight:700;color:var(--blue-dark);white-space:nowrap}
@media(max-width:820px){.product-overview{grid-template-columns:1fr}.product-gallery{min-height:330px;padding:45px 30px 25px}.product-gallery img{height:260px}.product-purchase{padding:34px}.product-information{padding:34px}.purchase-row{margin-top:10px}}
@media(max-width:520px){#detail-dialog{width:100vw;max-width:none;max-height:100dvh;height:100dvh;border-radius:0}.product-gallery{min-height:280px;padding:38px 24px 20px}.product-gallery img{height:225px}.product-purchase{padding:28px 22px 30px}.product-purchase h2{font-size:24px}.product-summary{font-size:15px}.product-information{padding:30px 22px 38px}.information-heading h3{font-size:22px}.product-description-rich,.product-description-rich p{font-size:16px}.purchase-row{align-items:flex-start;flex-direction:column;gap:8px}.purchase-row .stock-label{text-align:left}.product-contact{display:grid}.product-document{align-items:flex-start;flex-wrap:wrap}.product-document .secondary-link{width:100%;justify-content:center}}
