:root{--store-blue:#0071e3;--store-bg:#f7f7f5;--store-text:#1e1e1c;--store-line:rgba(30,30,28,.12)}
*{box-sizing:border-box}body{margin:0;color:var(--store-text);background:var(--store-bg);font-family:var(--store-font,-apple-system,BlinkMacSystemFont,"SF Pro Display",Arial,sans-serif);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.store-nav{position:sticky;z-index:20;top:0;min-height:64px;padding:0 max(18px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(248,248,246,.8);backdrop-filter:blur(24px) saturate(160%)}.store-logo{font-size:10px;font-weight:650;letter-spacing:.28em}.store-logo img{max-width:130px;max-height:30px}.store-nav-links{display:flex;align-items:center;gap:18px;color:var(--store-blue);font-size:12px}.store-nav .bag{padding:9px 13px;border:1px solid color-mix(in srgb,var(--store-blue) 20%,transparent);border-radius:99px}.store-nav .bag b{display:inline-grid;min-width:17px;height:17px;margin-left:4px;place-items:center;border-radius:99px;color:white;background:var(--store-blue);font-size:9px}.store-shell{width:min(1120px,calc(100% - 36px));margin:auto;padding:54px 0 90px}.store-heading{margin:0;font-size:clamp(45px,7vw,82px);font-weight:520;line-height:.94;letter-spacing:-.06em}.store-subhead{max-width:620px;margin:20px 0 0;color:#6f6f6b;font-size:16px;line-height:1.5}.product-layout{min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}.product-media{min-height:520px;display:grid;place-items:center;border-radius:28px;background:radial-gradient(circle,#fff 0 25%,rgba(255,255,255,.54) 55%,transparent 75%)}.product-media img{display:block;width:120%;max-width:none;filter:drop-shadow(0 28px 28px rgba(23,23,20,.14))}.product-info h1{margin:0;font-size:clamp(52px,7vw,88px);font-weight:520;letter-spacing:-.065em}.product-copy{margin:18px 0;color:#70706d;line-height:1.55}.product-price{display:block;margin:32px 0 16px;font-size:34px;font-weight:450}.purchase-row{display:flex;gap:10px;align-items:center}.store-select,.quantity{height:48px;padding:0 14px;border:1px solid var(--store-line);border-radius:13px;background:#fff}.quantity{width:74px}.store-button{min-height:48px;padding:0 21px;border:0;border-radius:99px;color:#fff;background:var(--store-blue);font-weight:650;cursor:pointer;transition:transform 110ms ease,filter 180ms ease}.store-button:hover{filter:brightness(1.05)}.store-button:active{transform:scale(.97)}.store-button.secondary{color:var(--store-blue);background:#fff}.stock-note{margin:14px 0 0;color:#73736f;font-size:11px}.cart-grid{margin-top:38px;display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.cart-list,.summary-card,.confirmation-card{border:1px solid rgba(255,255,255,.8);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 #fff,0 18px 45px rgba(35,35,30,.05)}.cart-item{padding:18px;display:grid;grid-template-columns:96px 1fr auto;gap:18px;align-items:center;border-bottom:1px solid var(--store-line)}.cart-item:last-child{border:0}.cart-item img{width:96px;height:80px;object-fit:contain}.cart-item h2{margin:0 0 4px;font-size:18px}.cart-item p{margin:0;color:#747470;font-size:12px}.cart-item-controls{display:flex;align-items:center;gap:10px}.cart-item-controls button{width:30px;height:30px;border:0;border-radius:50%;background:#eee;cursor:pointer}.remove{color:#c22;background:transparent!important}.summary-card{padding:24px;align-self:start;position:sticky;top:84px}.summary-line{padding:13px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--store-line)}.summary-line.total{font-size:20px;font-weight:650;border:0}.summary-card .store-button{width:100%;justify-content:center;margin-top:12px}.empty{padding:52px;text-align:center;color:#777}.confirmation-card{max-width:700px;margin:44px auto 0;padding:38px}.confirmation-card h2{margin:0;font-size:34px;letter-spacing:-.04em}.confirmation-items{margin-top:24px;border-top:1px solid var(--store-line)}.confirmation-item{padding:12px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--store-line)}.status-dot{display:inline-block;width:9px;height:9px;margin-right:8px;border-radius:50%;background:#f0a000}.status-dot.done{background:#34a853}.store-error{margin:14px 0;color:#b42318;font-size:12px}.bag-toast{position:fixed;z-index:40;right:20px;bottom:20px;padding:13px 17px;border-radius:14px;color:#fff;background:rgba(25,25,25,.88);font-size:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity 180ms ease,transform 260ms cubic-bezier(.23,1,.32,1)}.bag-toast.show{opacity:1;transform:none}
@media(max-width:760px){.store-shell{padding-top:32px}.product-layout,.cart-grid{grid-template-columns:1fr}.product-layout{gap:12px}.product-media{min-height:330px}.product-media img{width:135%}.purchase-row{align-items:stretch;flex-wrap:wrap}.purchase-row .store-button{flex:1}.cart-item{grid-template-columns:72px 1fr}.cart-item img{width:72px;height:64px}.cart-item-controls{grid-column:2}.summary-card{position:static}.store-nav-links>a:not(.bag){display:none}.confirmation-card{padding:24px}}
@media(prefers-reduced-transparency:reduce){.store-nav{background:var(--store-bg);backdrop-filter:none}}
