@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--font-primary:"Outfit", sans-serif;--color-bg-mesh-1:#fff5f5;--color-bg-mesh-2:#fff0f0;--color-bg-mesh-3:#fdf2f8;--color-bg-mesh-4:#fcf4ec;--color-text-main:#2d3748;--color-text-muted:#718096;--color-accent-primary:#e5989b;--color-accent-hover:#d5878a;--color-accent-light:#ffcdb2;--color-glass-bg:#ffffff73;--color-glass-bg-hover:#ffffffa6;--color-glass-border:#fff9;--color-glass-border-light:#fffc;--color-glass-shadow:#0000000d;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--header-offset:83px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{font-family:var(--font-primary);color:var(--color-text-main);background:radial-gradient(circle at 15% 50%, var(--color-bg-mesh-1), transparent 50%), radial-gradient(circle at 85% 30%, var(--color-bg-mesh-3), transparent 50%), radial-gradient(circle at 50% 80%, var(--color-bg-mesh-4), transparent 50%), var(--color-bg-mesh-2);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none;transition:all .3s}.glass-panel{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-glass-border);box-shadow:0 8px 32px 0 var(--color-glass-shadow);position:relative}.glass-card{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-glass-border);border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 24px #1f26870d}.glass-card:hover{background:var(--color-glass-bg-hover);border-color:var(--color-glass-border-light);transform:translateY(-8px);box-shadow:0 15px 35px #1f268714}.btn{padding:var(--spacing-3) var(--spacing-6);border-radius:var(--radius-full);font-weight:600;font-family:var(--font-primary);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-2);border:none;outline:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--color-accent-primary);color:#fff;box-shadow:0 4px 15px #e5989b66}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #e5989b99}.btn-glass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-glass-border);color:var(--color-text-main);background:#ffffff4d}.btn-glass:hover{background:#fff9;transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{color:var(--color-text-main);line-height:1.2}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-accent-primary)}.container{width:100%;max-width:1200px;padding:0 var(--spacing-4);margin:0 auto}@media (min-width:640px){.container{padding:0 var(--spacing-6)}}@media (min-width:1024px){.container{padding:0 var(--spacing-8)}}.grid{gap:var(--spacing-6);display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid-cols-4{grid-template-columns:repeat(4,1fr)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@media (max-width:1024px){:root{--header-offset:73px}}
.CartDrawer-module__XmAz5W__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:flex-end;width:100%;height:100%;animation:.3s CartDrawer-module__XmAz5W__fadeIn;display:flex;position:fixed;top:0;left:0}.CartDrawer-module__XmAz5W__drawer{background:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) CartDrawer-module__XmAz5W__slideIn;display:flex;box-shadow:-10px 0 30px #0000001a}.CartDrawer-module__XmAz5W__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__XmAz5W__title{margin:0;font-size:1.25rem;font-weight:600}.CartDrawer-module__XmAz5W__closeBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-size:1.2rem;transition:color .2s}.CartDrawer-module__XmAz5W__closeBtn:hover{color:var(--color-text-main)}.CartDrawer-module__XmAz5W__itemsContainer{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__XmAz5W__cartNotification{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.4;animation:.3s CartDrawer-module__XmAz5W__slideDown;display:flex}.CartDrawer-module__XmAz5W__cartNotification button{color:#92400e;cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1rem;transition:opacity .2s}.CartDrawer-module__XmAz5W__cartNotification button:hover{opacity:1}@keyframes CartDrawer-module__XmAz5W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.CartDrawer-module__XmAz5W__emptyState{height:100%;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.CartDrawer-module__XmAz5W__cartItem{gap:1rem;display:flex;position:relative}.CartDrawer-module__XmAz5W__itemImage{border-radius:12px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__XmAz5W__itemInfo{flex:1;padding-right:1.5rem}.CartDrawer-module__XmAz5W__itemName{margin:0 0 .25rem;font-size:.95rem;font-weight:500}.CartDrawer-module__XmAz5W__itemPrice{color:var(--color-accent-primary);margin:0 0 .75rem;font-weight:600}.CartDrawer-module__XmAz5W__quantityControl{background:#00000008;border-radius:8px;align-items:center;gap:.75rem;width:fit-content;padding:.25rem .5rem;display:flex}.CartDrawer-module__XmAz5W__qtyBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s;display:flex}.CartDrawer-module__XmAz5W__qtyBtn:hover{background:#0000000d}.CartDrawer-module__XmAz5W__qtyValue{text-align:center;min-width:20px;font-size:.9rem;font-weight:500}.CartDrawer-module__XmAz5W__removeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.1rem;transition:color .2s;display:flex;position:absolute;top:-.25rem;right:-.5rem}.CartDrawer-module__XmAz5W__removeBtn:hover{color:#e53e3e}.CartDrawer-module__XmAz5W__footer{background:#00000003;border-top:1px solid #0000000d;padding:1.5rem}.CartDrawer-module__XmAz5W__couponCard{background:#e5989b14;border:1px solid #e5989b33;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;display:flex}.CartDrawer-module__XmAz5W__couponInfo{flex:1}.CartDrawer-module__XmAz5W__couponCode{color:var(--color-accent-primary);letter-spacing:.5px;margin:0 0 .15rem;font-size:.9rem;font-weight:700}.CartDrawer-module__XmAz5W__couponDesc{color:var(--color-text-muted);margin:0;font-size:.75rem}.CartDrawer-module__XmAz5W__applyBtn{border:1px solid var(--color-accent-primary);color:var(--color-accent-primary);cursor:pointer;background:#fff;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.CartDrawer-module__XmAz5W__applyBtn:hover{background:var(--color-accent-primary);color:#fff}.CartDrawer-module__XmAz5W__appliedBadge{background:#4ade8014;border:1px solid #4ade8033;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.CartDrawer-module__XmAz5W__appliedText{color:#2f855a;font-weight:500}.CartDrawer-module__XmAz5W__removeCouponBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:.9rem;transition:color .2s;display:flex}.CartDrawer-module__XmAz5W__removeCouponBtn:hover{color:var(--color-text-main)}.CartDrawer-module__XmAz5W__subtotalRow{color:var(--color-text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:flex}.CartDrawer-module__XmAz5W__discountRow{color:#2f855a;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:flex}.CartDrawer-module__XmAz5W__totalRow{color:var(--color-text-main);justify-content:space-between;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;display:flex}.CartDrawer-module__XmAz5W__taxNote{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.8rem}.CartDrawer-module__XmAz5W__checkoutBtn{width:100%;padding:1rem;font-weight:600}.CartDrawer-module__XmAz5W__minOrderWarning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.4}@keyframes CartDrawer-module__XmAz5W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartDrawer-module__XmAz5W__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
.Navbar-module__opFpjW__header{z-index:1000;background-color:#0000;border-bottom:1px solid #ffffff80;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 40px #0003}.Navbar-module__opFpjW__blurLayer{z-index:-1;-webkit-backdrop-filter:blur(20px)saturate(180%);background-color:#fff8f88c;position:absolute;inset:0}.Navbar-module__opFpjW__navContainer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Navbar-module__opFpjW__leftSection{align-items:center;gap:1rem;display:flex}.Navbar-module__opFpjW__hamburger{cursor:pointer;z-index:1001;width:32px;height:32px;color:var(--color-text-main);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none}.Navbar-module__opFpjW__logoLink{align-items:center;gap:.75rem;display:flex}.Navbar-module__opFpjW__logoImage{object-fit:cover;border-radius:50%;width:50px;height:50px;box-shadow:0 4px 10px #e5989b40}.Navbar-module__opFpjW__logoTitle{letter-spacing:-.5px;margin:0;font-size:1.25rem;font-weight:700}.Navbar-module__opFpjW__logoSubtitle{color:var(--color-text-muted);margin:0;font-size:.7rem}.Navbar-module__opFpjW__navMenu{align-items:center;gap:2rem;display:flex}.Navbar-module__opFpjW__rightActions{align-items:center;gap:1rem;display:flex}.Navbar-module__opFpjW__navLink{align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.Navbar-module__opFpjW__navLink:hover{color:var(--color-accent-primary)}.Navbar-module__opFpjW__cartBtn{white-space:nowrap;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.Navbar-module__opFpjW__cartIcon{font-size:1.1rem}.Navbar-module__opFpjW__cartCount{background:var(--color-accent-primary);color:#fff;text-align:center;border-radius:10px;min-width:20px;padding:2px 6px;font-size:.75rem;font-weight:600}.Navbar-module__opFpjW__loginBtn{border:1px solid var(--color-accent-primary);color:var(--color-accent-primary);border-radius:var(--radius-full);cursor:pointer;background:0 0;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.Navbar-module__opFpjW__loginBtn:hover{background:var(--color-accent-primary);color:#fff}.Navbar-module__opFpjW__navLabel{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.Navbar-module__opFpjW__userIcon{width:28px;height:28px;color:var(--color-accent-primary);background:#e5989b26;border:1px solid #e5989b4d;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.Navbar-module__opFpjW__mobileMenu{z-index:1000;background:#fff;flex-direction:column;width:80%;height:100vh;padding:2rem;transition:left .3s ease-in-out;display:flex;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:10px 0 30px #0000001a}.Navbar-module__opFpjW__mobileMenuOpen{left:0}.Navbar-module__opFpjW__mobileMenuHeader{justify-content:flex-end;margin-bottom:2rem;display:flex}.Navbar-module__opFpjW__closeMenuBtn{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-size:1.5rem}.Navbar-module__opFpjW__mobileNavLinks{flex-direction:column;gap:1.5rem;display:flex}.Navbar-module__opFpjW__mobileNavLink{color:var(--color-text-primary);font-size:1.2rem;font-weight:600}.Navbar-module__opFpjW__mobileCategorySection{margin-top:.5rem}.Navbar-module__opFpjW__mobileSectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.Navbar-module__opFpjW__mobileCategoryLink{transition:color .2s}.Navbar-module__opFpjW__mobileCategoryLink:hover{color:var(--color-accent-primary)!important}.Navbar-module__opFpjW__divider{border:0;border-top:1px solid #0000000d;margin:1rem 0}@media (max-width:1024px){.Navbar-module__opFpjW__navMenu{display:none!important}.Navbar-module__opFpjW__hamburger{display:flex!important}.Navbar-module__opFpjW__logoTitle{font-size:1.1rem}.Navbar-module__opFpjW__logoSubtitle{display:none!important}.Navbar-module__opFpjW__logoImage{width:40px;height:40px}}
.Footer-module__QP6dVq__footer{border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:none;border-left:none;border-right:none;margin-top:6rem;padding:4rem 0 2rem}.Footer-module__QP6dVq__grid{gap:2rem}.Footer-module__QP6dVq__mainCol{grid-column:span 2}.Footer-module__QP6dVq__brandName{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__QP6dVq__description{max-width:400px;margin-bottom:1.5rem}.Footer-module__QP6dVq__socialRow{gap:1rem;display:flex}.Footer-module__QP6dVq__socialIcon{background:var(--color-glass-bg);border:1px solid var(--color-glass-border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Footer-module__QP6dVq__columnTitle{margin-bottom:1.5rem;font-weight:600}.Footer-module__QP6dVq__linkList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__QP6dVq__link{transition:color .2s}.Footer-module__QP6dVq__link:hover{color:var(--color-accent-primary)}.Footer-module__QP6dVq__contactInfo{flex-direction:column;gap:.75rem;font-style:normal;display:flex}.Footer-module__QP6dVq__bottomBar{border-top:1px solid var(--color-glass-border);text-align:center;margin-top:4rem;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__QP6dVq__mainCol{grid-column:span 1}}
