.commerce-quick-view{position:fixed;z-index:var(--ui-z-modal,1100);inset:0;display:none;max-width:100%;align-items:center;justify-content:center;padding:24px;font-family:var(--ui-font-family,Inter,sans-serif)}.commerce-quick-view.is-open{display:flex}.commerce-quick-view__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.commerce-quick-view__dialog{position:relative;box-sizing:border-box;width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:18px;border-radius:14px;background:#fff;color:#262626;box-shadow:0 24px 80px rgba(0,0,0,.25)}.commerce-quick-view header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.commerce-quick-view header h2{margin:0;font-size:20px}.commerce-quick-view header button{display:grid;width:38px;height:38px;place-items:center;border:0;background:transparent;color:#262626;cursor:pointer}.commerce-quick-view header svg{width:22px;height:22px}.commerce-quick-view__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:18px}.commerce-quick-view__image{width:100%;height:100%;min-height:360px;object-fit:cover;border-radius:8px;background:#f5f5f5}.commerce-quick-view__shipping{display:inline-flex;margin:0;color:#0958d9;background:#e6f4ff;font-size:13px}.commerce-quick-view__info h3{margin:10px 0 12px;font-size:19px;line-height:1.35}.commerce-quick-view__offer{padding:16px;border-radius:12px;background:#f5f5f5}.commerce-quick-view__badge{display:inline-flex;padding:3px 8px;border-radius:7px;background:#cf1322;color:#fff;font-size:13px;font-weight:700}.commerce-quick-view__offer>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:8px}.commerce-quick-view__offer strong{color:#0958d9;font-size:27px}.commerce-quick-view__offer strong small{font-size:16px}.commerce-quick-view__offer del{color:#595959}.commerce-quick-view__offer p{margin:6px 0 0;color:#595959;font-size:14px;line-height:1.5}.commerce-quick-view__info>label{display:block;margin-top:14px;font-size:14px;font-weight:600}.commerce-quick-view__quantity{display:flex;align-items:center;gap:10px;margin-top:8px}.commerce-quick-view__quantity button{width:40px;height:40px;border:1px solid #bfbfbf;border-radius:8px;background:#f5f5f5;color:#262626;font-size:22px;cursor:pointer}.commerce-quick-view__quantity output{min-width:18px;text-align:center}.commerce-quick-view__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.commerce-quick-view__actions a{display:flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #0958d9;border-radius:8px;color:#0958d9;font-size:14px;font-weight:700;text-decoration:none}.commerce-quick-view__actions a.is-primary{background:#0958d9;color:#fff}@media(max-width:720px){.commerce-quick-view{padding:12px}.commerce-quick-view__dialog{max-height:calc(100vh - 24px)}.commerce-quick-view__layout{grid-template-columns:1fr}.commerce-quick-view__image{min-height:240px;max-height:300px}.commerce-quick-view__actions{grid-template-columns:1fr}}