.cart-fab:where(.astro-7o6y2myb){position:fixed;left:1.25rem;bottom:1.25rem;z-index:9994;width:58px;height:58px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));color:var(--color-btn-text);cursor:pointer;box-shadow:0 10px 34px color-mix(in srgb,var(--color-accent) 45%,transparent);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}.cart-fab:where(.astro-7o6y2myb):hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 44px color-mix(in srgb,var(--color-accent) 55%,transparent)}.cart-fab:where(.astro-7o6y2myb):active{transform:scale(.96)}.cart-fab-count:where(.astro-7o6y2myb){position:absolute;top:-4px;right:-6px;min-width:22px;height:22px;padding:0 5px;border-radius:100px;background:var(--color-bg-primary);color:var(--color-accent);font-size:.72rem;font-weight:800;font-family:var(--font-mono);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;border:1px solid var(--color-bg-card-border);transition:transform .25s}.cart-fab-count:where(.astro-7o6y2myb).has-items{animation:.35s cubic-bezier(.2,.8,.2,1) cart-badge-pop}@keyframes cart-badge-pop{0%{transform:scale(.4)}60%{transform:scale(1.25)}to{transform:scale(1)}}.cart-drawer:where(.astro-7o6y2myb){position:fixed;inset:0;z-index:9993;pointer-events:none;visibility:hidden}.cart-drawer:where(.astro-7o6y2myb).open{pointer-events:auto;visibility:visible}.cart-drawer-overlay:where(.astro-7o6y2myb){position:absolute;inset:0;background:#0504028c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.cart-drawer:where(.astro-7o6y2myb).open .cart-drawer-overlay:where(.astro-7o6y2myb){opacity:1}.cart-drawer-panel:where(.astro-7o6y2myb){position:absolute;top:0;right:0;bottom:0;width:min(420px,100vw);display:flex;flex-direction:column;background:var(--color-bg-primary);border-left:1px solid var(--color-bg-card-border);box-shadow:-20px 0 60px #0006;transform:translate(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1);overflow:hidden}.cart-drawer:where(.astro-7o6y2myb).open .cart-drawer-panel:where(.astro-7o6y2myb){transform:translate(0)}.cart-drawer-head:where(.astro-7o6y2myb){display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-bg-card-border);background:color-mix(in srgb,var(--color-bg-card) 50%,transparent)}.cart-drawer-title:where(.astro-7o6y2myb){display:flex;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:700;color:var(--color-text-primary);margin:0}.cart-drawer-title:where(.astro-7o6y2myb) svg:where(.astro-7o6y2myb){color:var(--color-accent)}.cart-drawer-close:where(.astro-7o6y2myb){display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid var(--color-bg-card-border);background:var(--color-bg-card);color:var(--color-text-secondary);font-size:1rem;cursor:pointer;transition:all .25s}.cart-drawer-close:where(.astro-7o6y2myb):hover{color:var(--color-accent);border-color:var(--color-accent)}.cart-drawer-body:where(.astro-7o6y2myb){flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-empty:where(.astro-7o6y2myb){text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.cart-empty-icon:where(.astro-7o6y2myb){font-size:3rem}.cart-empty-title:where(.astro-7o6y2myb){font-size:1.1rem;font-weight:700;color:var(--color-text-primary);margin:0}.cart-empty-desc:where(.astro-7o6y2myb){font-size:.88rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 .5rem;max-width:300px}.cart-empty-cta:where(.astro-7o6y2myb){text-decoration:none}.cart-items:where(.astro-7o6y2myb){display:flex;flex-direction:column;gap:.85rem}.cart-item:where(.astro-7o6y2myb){display:flex;gap:.85rem;padding:.75rem;border-radius:var(--radius-card);background:var(--color-bg-card);border:1px solid var(--color-bg-card-border);transition:border-color .3s}.cart-item:where(.astro-7o6y2myb):hover{border-color:color-mix(in srgb,var(--color-accent) 35%,transparent)}.cart-item-img:where(.astro-7o6y2myb){flex-shrink:0;width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid var(--color-bg-card-border);background:var(--color-bg-secondary);text-decoration:none}.cart-item-img:where(.astro-7o6y2myb) img:where(.astro-7o6y2myb){width:100%;height:100%;object-fit:cover;display:block}.cart-item-body:where(.astro-7o6y2myb){flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}.cart-item-name:where(.astro-7o6y2myb){font-size:.88rem;font-weight:600;color:var(--color-text-primary);text-decoration:none;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-name:where(.astro-7o6y2myb):hover{color:var(--color-accent)}.cart-item-price:where(.astro-7o6y2myb){font-size:.9rem;font-weight:700;color:var(--color-accent);font-family:var(--font-mono)}.cart-item-actions:where(.astro-7o6y2myb){display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.15rem}.cart-qty-stepper:where(.astro-7o6y2myb){display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--color-bg-card-border);border-radius:100px;padding:.15rem .4rem;background:var(--color-bg-secondary)}.cart-qty-stepper:where(.astro-7o6y2myb) button:where(.astro-7o6y2myb){display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:var(--color-bg-card-hover);color:var(--color-text-primary);font-size:.9rem;cursor:pointer;transition:all .2s}.cart-qty-stepper:where(.astro-7o6y2myb) button:where(.astro-7o6y2myb):hover{background:color-mix(in srgb,var(--color-accent) 20%,transparent);color:var(--color-accent)}.cart-qty-stepper:where(.astro-7o6y2myb) span:where(.astro-7o6y2myb){min-width:1.4rem;text-align:center;font-size:.82rem;font-weight:700;font-family:var(--font-mono)}.cart-item-remove:where(.astro-7o6y2myb){background:none;border:none;color:var(--color-text-muted);font-size:.75rem;font-family:var(--font-sans);cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.cart-item-remove:where(.astro-7o6y2myb):hover{color:#ef4444}.cart-drawer-footer:where(.astro-7o6y2myb){border-top:1px solid var(--color-bg-card-border);padding:1rem 1.25rem 1.25rem;background:color-mix(in srgb,var(--color-bg-secondary) 80%,transparent);display:flex;flex-direction:column;gap:.6rem}.cart-shipping-box:where(.astro-7o6y2myb){margin-bottom:.25rem}.cart-shipping-track:where(.astro-7o6y2myb){height:6px;border-radius:999px;background:var(--color-bg-card-border);overflow:hidden}.cart-shipping-progress:where(.astro-7o6y2myb){height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-secondary));width:0;transition:width .5s cubic-bezier(.2,.8,.2,1)}.cart-shipping-text:where(.astro-7o6y2myb){font-size:.75rem;color:var(--color-text-muted);margin:.4rem 0 0;font-family:var(--font-mono)}.cart-summary-row:where(.astro-7o6y2myb){display:flex;align-items:center;justify-content:space-between;font-size:.88rem;color:var(--color-text-secondary)}.cart-summary-row:where(.astro-7o6y2myb) strong:where(.astro-7o6y2myb){color:var(--color-text-primary);font-family:var(--font-mono)}.cart-summary-row:where(.astro-7o6y2myb) .free:where(.astro-7o6y2myb){color:#22c55e}.cart-summary-total:where(.astro-7o6y2myb){font-size:1rem;font-weight:700;padding-top:.4rem;border-top:1px dashed var(--color-bg-card-border)}.cart-summary-total:where(.astro-7o6y2myb) strong:where(.astro-7o6y2myb){font-size:1.15rem;color:var(--color-accent)}.cart-checkout-btn:where(.astro-7o6y2myb){width:100%;margin-top:.35rem;text-decoration:none}.cart-continue-btn:where(.astro-7o6y2myb){background:none;border:none;color:var(--color-text-secondary);font-size:.85rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;text-align:center;padding:.3rem;transition:color .2s}.cart-continue-btn:where(.astro-7o6y2myb):hover{color:var(--color-accent)}.cart-support-note:where(.astro-7o6y2myb){font-size:.75rem;color:var(--color-text-muted);text-align:center;margin:0;font-family:var(--font-mono)}.hidden:where(.astro-7o6y2myb){display:none!important}@media(width<=480px){.cart-fab:where(.astro-7o6y2myb){left:1rem;bottom:1rem;width:54px;height:54px}}.store-locked:where(.astro-lxlcxyea){padding:6rem 0 8rem;display:flex;align-items:center;justify-content:center;min-height:70vh}.store-locked-card:where(.astro-lxlcxyea){max-width:560px;margin:0 auto;padding:3.5rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem}.store-locked-icon:where(.astro-lxlcxyea){width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--color-accent) 28%,transparent);color:var(--color-accent);margin-bottom:.5rem}.store-locked-title:where(.astro-lxlcxyea){font-family:var(--font-display);font-size:clamp(1.7rem,4vw,2.4rem);font-weight:800;color:var(--color-text-primary);margin:0}.store-locked-text:where(.astro-lxlcxyea){font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin:0;max-width:460px}.store-locked-text:where(.astro-lxlcxyea).muted{font-size:.92rem;color:var(--color-text-muted)}.store-locked-actions:where(.astro-lxlcxyea){display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:1.25rem}.store-locked-actions:where(.astro-lxlcxyea) .btn-primary:where(.astro-lxlcxyea),.store-locked-actions:where(.astro-lxlcxyea) .btn-ghost:where(.astro-lxlcxyea){padding:.85rem 1.6rem;border-radius:100px;text-decoration:none}
