/* Shared cart drawer */
.cart-overlay{position:fixed;inset:0;background:#09090ba8;backdrop-filter:blur(3px);z-index:90;opacity:0;visibility:hidden;transition:.25s}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(470px,100%);background:#f4f3ef;z-index:91;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart-drawer.open{transform:none}.cart-head{height:82px;padding:0 24px;border-bottom:1px solid #0a0a0d24;display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-size:18px;letter-spacing:-.03em}.cart-close{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-body{flex:1;overflow:auto;padding:14px 24px}.cart-empty{text-align:center;padding:100px 15px;color:#777}.cart-empty b{display:block;color:#111;font-size:18px;margin-bottom:8px}.cart-line{display:grid;grid-template-columns:92px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid #0a0a0d24}.cart-thumb{width:92px;height:92px;background:#e5e3df;display:grid;place-items:center}.cart-thumb img{width:88%;height:80%;object-fit:contain;mix-blend-mode:multiply}.cart-line h3{font-size:13px;margin:3px 0 7px}.cart-line .meta{font-size:10px;color:#777}.cart-line-price{font-size:12px;font-weight:800;white-space:nowrap}.cart-qty{display:flex;align-items:center;gap:10px;margin-top:13px}.cart-qty button{width:28px;height:28px;border:1px solid #0a0a0d24;background:transparent;cursor:pointer}.cart-qty span{font-size:12px;font-weight:700;min-width:16px;text-align:center}.cart-remove{border:0;background:none;color:#777;text-decoration:underline;padding:0;margin-top:9px;font-size:10px;cursor:pointer}.cart-foot{border-top:1px solid #0a0a0d24;padding:18px 24px 24px;background:#f4f3ef}.cart-row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:8px}.cart-total{font-size:18px;font-weight:900;margin-top:15px;padding-top:15px;border-top:1px solid #0a0a0d24}.cart-note{font-size:10px;color:#777;margin:9px 0 16px}.checkout-toggle,.order-submit,.copy-order{width:100%;height:50px;border:0;background:#0a0a0d;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;cursor:pointer}.checkout-form{display:none;padding-top:14px}.checkout-form.open{display:block}.checkout-field{margin-bottom:10px}.checkout-field label{display:block;font-size:10px;font-weight:800;margin-bottom:5px}.checkout-field input,.checkout-field textarea{width:100%;border:1px solid #0a0a0d24;background:#fff;padding:11px;outline:0}.checkout-field textarea{height:64px;resize:vertical}.cart-error{display:none;color:#d62e49;font-size:10px;margin:8px 0}.order-done{padding:45px 0}.order-done h3{font-size:23px;margin:0 0 10px}.order-done p{font-size:12px;color:#666;line-height:1.7}.order-summary{white-space:pre-wrap;background:#fff;border:1px solid #0a0a0d24;padding:15px;font-size:11px;line-height:1.7;margin:18px 0}.cart-drawer button:focus-visible{outline:2px solid #7447ff;outline-offset:2px}@media(max-width:600px){.cart-head{height:68px;padding:0 18px}.cart-body,.cart-foot{padding-left:18px;padding-right:18px}.cart-line{grid-template-columns:72px 1fr auto}.cart-thumb{width:72px;height:78px}}
.checkout-title{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:900;letter-spacing:.08em;margin:8px 0 13px}.checkout-title span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#0a0a0d;color:#fff;font-size:10px}.payment-title{margin-top:22px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.payment-box{border:1px solid #0a0a0d24;background:#fff;padding:14px}.payment-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #0a0a0d18}.payment-head b{font-size:10px}.payment-head span{font-size:8px;color:#777}.payment-box .checkout-field input{background:#f8f7f4}.card-input{position:relative}.card-input input{padding-right:40px}.card-input span{position:absolute;right:12px;top:10px;color:#777}.billing-check{display:flex;align-items:center;gap:8px;font-size:10px;color:#555;margin-top:5px}.billing-check input{accent-color:#7447ff}.secure-note{font-size:9px;color:#666;line-height:1.5;background:#e9e7e2;padding:10px 12px;margin:12px 0}.success-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#7447ff;color:#fff;font-size:23px;margin-bottom:20px}@media(max-width:380px){.checkout-grid{grid-template-columns:1fr}.payment-head{align-items:flex-start;flex-direction:column}}
.cart-drawer,.cart-body,.cart-foot,.checkout-form,.payment-box{max-width:100%;min-width:0}.cart-drawer{overflow-x:hidden}.checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field,.card-input{min-width:0}.checkout-field input,.checkout-field textarea{min-width:0;max-width:100%}.payment-head span{overflow-wrap:anywhere;text-align:right}
.product-variants{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin:0 0 10px}.product-variants label,.color-choice legend{font-size:8px;font-weight:900;letter-spacing:.12em}.size-choice{display:block;width:100%;height:34px;margin-top:5px;border:1px solid #0a0a0d24;background:transparent;padding:0 8px;font-size:10px;outline:0}.size-choice.invalid{border-color:#e24444;box-shadow:0 0 0 1px #e24444}.color-choice{border:0;padding:0;margin:0;display:flex;gap:6px}.color-choice legend{margin-bottom:5px}.color-choice button{width:25px;height:25px;border-radius:50%;border:3px solid #f4f3ef;background:var(--swatch);box-shadow:0 0 0 1px #0a0a0d38;cursor:pointer}.color-choice button.active{box-shadow:0 0 0 2px #7447ff}.color-choice button[style*="f8f8f5"]{background:#f8f8f5}@media(max-width:600px){.checkout-grid{grid-template-columns:1fr}.cart-small{grid-template-columns:repeat(2,minmax(0,1fr))}.product-variants{grid-template-columns:1fr}.color-choice button{width:23px;height:23px}.payment-head{align-items:flex-start;flex-direction:column}.payment-head span{text-align:left}}
.product-card>.quick-add{position:static;opacity:1;transform:none}

