.store-cart-button{border:1px solid var(--line);min-height:48px;color:var(--ink);font-size:var(--font-small);white-space:nowrap;cursor:pointer;background:#fff;padding:0 16px;font-weight:700;transition:all .2s}.store-cart-button:hover,.store-cart-button.has-items{border-color:var(--blue);color:var(--blue)}.store-cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:7px;padding:0 5px;color:#fff;background:var(--blue);border-radius:999px;font-size:12px}.store-root{position:relative;z-index:100}.store-overlay{position:fixed;inset:0;background:#040d1cb8;backdrop-filter:blur(5px)}.store-drawer{position:fixed;top:0;right:0;width:min(560px,100%);height:100dvh;overflow:auto;background:#fff;box-shadow:-24px 0 80px #0a1a3433}.store-drawer-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 32px 24px;border-bottom:1px solid var(--line);background:#fffffff5;backdrop-filter:blur(12px)}.store-kicker{color:var(--blue);font-size:var(--font-small);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.store-drawer h2{font-size:clamp(30px,4vw,46px);margin-top:8px}.store-close{width:42px;height:42px;border:1px solid var(--line);color:var(--ink);font-size:34px;cursor:pointer;background:#fff;border-radius:50%;line-height:1}.store-drawer-body{padding:24px 32px 40px}.store-empty{text-align:center;padding:80px 16px 90px}.store-empty strong{font-size:22px}.store-empty p{color:var(--muted);margin:12px auto 28px;max-width:340px}.store-empty .button{width:100%}.store-items{display:grid;gap:12px}.store-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line);padding:0 0 16px}.store-item-image{width:74px;height:74px;display:grid;place-items:center;background:linear-gradient(145deg,#f8fafc,#e8eff7)}.store-item-image img{width:100%;height:100%;padding:8px;object-fit:contain;mix-blend-mode:multiply}.store-item-placeholder{width:48px;height:13px;border:1px solid #cbd6e3;border-radius:5px;background:#fff}.store-item-copy{min-width:0;display:grid;gap:4px;align-content:start}.store-item-copy strong{font-size:15px;line-height:1.35}.store-item-copy small{color:var(--muted);font-size:12px}.store-item-copy>span{font-weight:700;margin-top:4px}.store-item-actions{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:12px}.store-quantity{display:flex;align-items:center;gap:12px}.store-quantity button{width:32px;height:32px;border:1px solid var(--line);cursor:pointer;background:#fff;font-size:22px;line-height:1}.store-remove,.store-back{border:0;color:var(--blue);cursor:pointer;background:transparent;font-size:13px;font-weight:700}.store-total{border-top:2px solid var(--ink);display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:18px;font-size:16px}.store-total strong,.store-checkout-summary strong{font-size:24px}.store-note,.store-checkout-intro{color:var(--muted);font-size:13px;line-height:1.55;margin:14px 0 20px}.store-checkout-button{width:100%;border:0;cursor:pointer}.store-back{padding:0;margin-bottom:20px}.store-checkout-intro{padding:14px 16px;border-left:3px solid var(--blue);background:#eef4fb;margin-top:0}.store-checkout-form{display:grid;gap:14px}.store-checkout-form label{display:block}.store-checkout-form label>span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-weight:700}.store-checkout-form input,.store-checkout-form select,.store-checkout-form textarea{width:100%;border:1px solid var(--line);color:var(--ink);font:inherit;background:#f8fafc;outline:0;padding:0 14px}.store-checkout-form input,.store-checkout-form select{height:50px}.store-checkout-form textarea{min-height:80px;resize:vertical;padding-top:12px}.store-checkout-form input:focus,.store-checkout-form select:focus,.store-checkout-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e81a}.store-consent{display:grid!important;grid-template-columns:20px 1fr;align-items:start;gap:10px}.store-consent input{width:18px!important;height:18px!important;margin:2px 0 0;padding:0}.store-consent span{font-size:13px!important;letter-spacing:0!important;text-transform:none!important;font-weight:400!important;margin:0!important}.store-consent a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.store-checkout-summary{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:18px;margin-top:2px}.store-form-status{color:#22825f;font-size:13px;line-height:1.45;margin:0}.store-form-status.is-error{color:#a34646}.store-checkout-form button[type=submit]:disabled{cursor:wait;opacity:.6}.store-toast{position:fixed;z-index:120;right:28px;bottom:28px;max-width:340px;color:#fff;background:var(--ink);padding:14px 18px;box-shadow:0 16px 40px #0a1a3440;transition:opacity .3s,transform .3s}.store-toast.is-error{background:#8c3540}.store-toast.is-hidden{opacity:0;transform:translateY(10px)}body.store-lock{overflow:hidden}@media (width<=820px){.store-cart-button{min-height:42px;padding:0 10px}.store-drawer-head{padding:22px 20px}.store-drawer-body{padding:20px 20px 32px}}@media (width<=520px){.store-cart-button{font-size:12px}.store-cart-button span{min-width:20px;height:20px}.store-drawer-head{padding:18px 16px}.store-drawer-body{padding:18px 16px 28px}.store-item{grid-template-columns:62px minmax(0,1fr);gap:11px}.store-item-image{width:62px;height:62px}.store-item-actions{grid-column:2}.store-toast{right:16px;bottom:16px;left:16px;max-width:none}}
