.product-photo-open{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer}.product-photo.dual .product-photo-open{gap:2px;padding:4px 10px}.product-photo-open:hover img{transform:scale(1.025)}.product-photo-open:focus-visible{outline:3px solid rgba(56,185,231,.35);outline-offset:-3px}.product-photo img{transition:transform .25s ease}
.product-info-overlay{position:fixed;inset:0;z-index:70;background:rgba(3,18,15,.62);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .2s}.product-info-overlay.open{opacity:1;pointer-events:auto}
.product-info-modal{position:fixed;z-index:71;left:50%;top:50%;display:grid;grid-template-columns:minmax(260px,.82fr) minmax(340px,1.18fr);width:min(900px,calc(100% - 36px));max-height:calc(100dvh - 36px);overflow:auto;background:var(--paper);border-radius:12px;box-shadow:0 34px 100px rgba(0,0,0,.35);opacity:0;pointer-events:none;transform:translate(-50%,-47%) scale(.98);transition:.22s}.product-info-modal.open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.product-info-close{position:absolute;right:16px;top:13px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--ink);font-size:27px;line-height:1;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.1)}
.product-info-media{min-height:520px;display:flex;align-items:center;justify-content:center;gap:10px;padding:42px 24px;background:linear-gradient(145deg,#e8eff5,#fff);overflow:hidden}.product-info-media img{width:100%;max-width:310px;max-height:450px;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(7,28,63,.16))}.product-info-media.dual img{width:48%;max-width:180px}
.product-info-body{display:flex;flex-direction:column;padding:58px 48px 40px}.product-info-eyebrow{margin:0 0 12px;color:#2787b9;font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.product-info-body h2{margin:0;font:750 clamp(30px,4vw,48px)/1.02 "Manrope";letter-spacing:-.045em}.product-info-description{margin:21px 0 26px;color:var(--muted);font-size:15px;line-height:1.65}.product-info-variants{margin-top:auto}.product-info-variants h3{margin:0 0 9px;font:700 11px "Manrope";letter-spacing:.12em;text-transform:uppercase}.product-info-variants>div{display:grid;gap:7px}.product-info-add{display:grid;grid-template-columns:minmax(0,1fr) auto 31px;align-items:center;gap:12px;width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:600 12px "DM Sans";text-align:left;cursor:pointer}.product-info-add:hover{border-color:#63b49b;background:#f7fffb}.product-info-add strong{font:750 13px "Manrope";white-space:nowrap}.product-info-add b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--mint);font-size:18px}.product-info-coa{align-self:flex-start;margin-top:20px;color:#0878b6;font-size:12px;font-weight:800;text-decoration:none}.product-info-coa[hidden]{display:none}.product-info-warning{margin:20px 0 0;padding-top:16px;border-top:1px solid var(--line);color:#7b8984;font-size:9px;line-height:1.5}.product-modal-open{overflow:hidden}
@media(max-width:720px){.product-info-modal{display:block;width:min(520px,calc(100% - 24px))}.product-info-media{min-height:250px;height:35vh;max-height:330px;padding:26px 20px}.product-info-media img{max-height:280px;max-width:230px}.product-info-media.dual img{max-height:210px}.product-info-body{padding:30px 22px 24px}.product-info-body h2{font-size:31px}.product-info-description{margin:14px 0 19px;font-size:13px}.product-info-close{right:10px;top:10px}}
@media(prefers-reduced-motion:reduce){.product-info-modal,.product-info-overlay,.product-photo img{transition:none}}
