:root{--color-bg:#080808;--color-bg-2:#0e0e0e;--color-surface:#161616;--color-surface-2:#1e1e1e;--color-surface-hover:#242424;--color-primary:#fff;--color-primary-dim:#ffffffd9;--color-primary-hover:#e8e8e8;--color-accent:#fff;--color-text-main:#f0f0f0;--color-text-muted:#787878;--color-text-subtle:#484848;--color-border:#222;--color-border-light:#2e2e2e;--color-error:#f44;--color-success:#2c8;--font-main:"Outfit",sans-serif;--font-display:"Cormorant Garamond",Georgia,serif;--radius-sm:3px;--radius-md:6px;--radius-lg:12px;--shadow-sm:0 2px 10px #00000080;--shadow-md:0 8px 28px #0009;--shadow-lg:0 16px 48px #000c;--shadow-glow:0 0 24px #ffffff0a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-main);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-main)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:1200px;margin:0 auto;padding:0 24px}.glass-card{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#1a1a1acc;border:1px solid #ffffff0f;transition:transform .3s,box-shadow .3s,border-color .3s}.glass-card:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:#ffffff26;transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.animate-slide-in{animation:.4s forwards slideInRight}@keyframes pulseGlow{0%{box-shadow:0 0 #fff3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.animate-pulse-glow{animation:2s infinite pulseGlow}hr{border:none;border-top:1px solid var(--color-border)}@media print{html,body{color:#000!important;background:#fff!important}@page{margin:12mm;size:auto}}
@keyframes Cart-module__R2U09q__cartBumpPulse{0%{box-shadow:var(--shadow-lg);transform:scale(1)}55%{box-shadow:0 18px 42px #2d6a4f38,var(--shadow-lg);transform:scale(1.05)}to{box-shadow:var(--shadow-lg);transform:scale(1)}}@keyframes Cart-module__R2U09q__cartBadgePop{0%,to{transform:scale(1)}45%{transform:scale(1.18)}}@keyframes Cart-module__R2U09q__cartTotalFlash{0%,to{opacity:1}50%{opacity:.88;color:#2d6a4f}}.Cart-module__R2U09q__cartButton{color:#000;box-shadow:var(--shadow-lg);z-index:40;background:#fff;border:none;border-radius:50px;align-items:center;gap:12px;padding:13px 24px;transition:transform .2s,box-shadow .2s,background .2s;animation:.4s forwards Cart-module__R2U09q__fadeIn;display:flex;position:fixed;bottom:28px;right:28px}.Cart-module__R2U09q__cartButtonBump{animation:.38s cubic-bezier(.34,1.3,.64,1) Cart-module__R2U09q__cartBumpPulse}.Cart-module__R2U09q__cartButtonBump .Cart-module__R2U09q__badge{animation:.38s cubic-bezier(.34,1.3,.64,1) Cart-module__R2U09q__cartBadgePop}.Cart-module__R2U09q__cartSidebarFooterBump .Cart-module__R2U09q__totalAmount{animation:.42s ease-out Cart-module__R2U09q__cartTotalFlash}@media (prefers-reduced-motion:reduce){.Cart-module__R2U09q__cartButtonBump,.Cart-module__R2U09q__cartButtonBump .Cart-module__R2U09q__badge,.Cart-module__R2U09q__cartSidebarFooterBump .Cart-module__R2U09q__totalAmount{animation:none}}.Cart-module__R2U09q__cartButton:hover{background:#e8e8e8;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 50px #000c}.Cart-module__R2U09q__cartIcon{justify-content:center;align-items:center;display:flex;position:relative}.Cart-module__R2U09q__badge{color:#fff;background:#000;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.Cart-module__R2U09q__cartTotal{font-size:1rem;font-weight:700}.Cart-module__R2U09q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#000000b3;width:100vw;height:100vh;animation:.3s forwards Cart-module__R2U09q__fadeIn;position:fixed;top:0;left:0}.Cart-module__R2U09q__cartSidebar{z-index:50;border-left:1px solid var(--color-border);background:#111;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-420px;box-shadow:-4px 0 30px #000c}.Cart-module__R2U09q__cartSidebar.Cart-module__R2U09q__open{right:0}.Cart-module__R2U09q__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:24px;display:flex}.Cart-module__R2U09q__header h2{color:var(--color-text-main);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:1.25rem}.Cart-module__R2U09q__closeButton{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-muted);justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex}.Cart-module__R2U09q__closeButton:hover{color:var(--color-text-main);background:#ffffff0f}.Cart-module__R2U09q__itemsList{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.Cart-module__R2U09q__cartItem{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px}.Cart-module__R2U09q__cartItemAddon{background:#ffffff08;border-style:dashed;margin-left:14px}.Cart-module__R2U09q__itemInfo{justify-content:space-between;margin-bottom:12px;display:flex}.Cart-module__R2U09q__itemName{color:var(--color-text-main);font-size:.95rem;font-weight:500}.Cart-module__R2U09q__itemPrice{color:var(--color-text-main);font-weight:700}.Cart-module__R2U09q__itemControls{align-items:center;gap:10px;display:flex}.Cart-module__R2U09q__qtyButton{width:26px;height:26px;color:var(--color-text-main);background:#ffffff14;border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s;display:flex}.Cart-module__R2U09q__qtyButton:hover{background:#ffffff26}.Cart-module__R2U09q__qty{text-align:center;min-width:20px;font-weight:600}.Cart-module__R2U09q__removeButton{color:var(--color-error);background:#ff444414;border-radius:4px;margin-left:auto;padding:5px;transition:all .2s}.Cart-module__R2U09q__removeButton:hover{background:#ff44442e}.Cart-module__R2U09q__footer{border-top:1px solid var(--color-border);background:#0d0d0d;padding:20px 24px}.Cart-module__R2U09q__totalRow{color:var(--color-text-main);justify-content:space-between;margin-bottom:18px;font-size:1.2rem;font-weight:700;display:flex}.Cart-module__R2U09q__totalAmount{color:var(--color-text-main)}.Cart-module__R2U09q__checkoutButton{color:#000;letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius-md);background:#fff;width:100%;padding:15px;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.Cart-module__R2U09q__checkoutButton:hover{box-shadow:var(--shadow-lg);background:#e8e8e8;transform:translateY(-1px)}
.CartAddFeedback-module__yQQx5G__toast{z-index:10050;color:#fafafa;opacity:0;pointer-events:none;background:#1a1a1aeb;border-radius:999px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:opacity .35s,transform .35s;position:fixed;bottom:96px;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 8px 32px #00000040}.CartAddFeedback-module__yQQx5G__toastVisible{opacity:1;transform:translate(-50%)translateY(0)}.CartAddFeedback-module__yQQx5G__confettiLayer{z-index:10040;pointer-events:none;position:fixed;inset:0;overflow:hidden}.CartAddFeedback-module__yQQx5G__particle{opacity:0;border-radius:2px;width:8px;height:8px;animation:1.1s ease-out forwards CartAddFeedback-module__yQQx5G__cartConfettiBurst;position:absolute;top:35%;left:50%}@keyframes CartAddFeedback-module__yQQx5G__cartConfettiBurst{0%{opacity:1;transform:translate(-50%,-50%)scale(.4)rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,120px)))scale(1)rotate(var(--rot,180deg))}}
