.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);z-index:100;background:#fff0f5cc;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0}.page-module___8aEwW__logo{letter-spacing:.5px;color:var(--text-muted);font-size:1.25rem;font-weight:500;font-family:var(--font-poppins),sans-serif;align-items:center;display:flex}.page-module___8aEwW__navLogo{object-fit:contain;mix-blend-mode:multiply;width:40px;height:40px;margin-right:.5rem;transition:transform .3s}.page-module___8aEwW__navLogo:hover{transform:rotate(-10deg)scale(1.1)}.page-module___8aEwW__navActions{align-items:center;gap:1.5rem;display:flex}.page-module___8aEwW__cartIconBtn{cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:relative}.page-module___8aEwW__cartIconBtn:hover{color:var(--primary)}.page-module___8aEwW__cartBadge{background:var(--primary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-5px}.page-module___8aEwW__navLinks{gap:2rem;font-weight:600;display:flex}.page-module___8aEwW__navLinks a{transition:color .3s}.page-module___8aEwW__navLinks a:hover{color:var(--primary)}.page-module___8aEwW__loginBtn{color:var(--text);border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:20px;padding:.5rem 1.5rem;font-family:inherit;font-weight:600;transition:all .3s}.page-module___8aEwW__loginBtn:hover{background:var(--surface-hover);border-color:var(--text)}.page-module___8aEwW__hero{text-align:center;flex:1;justify-content:center;align-items:center;padding:2rem 5% 4rem;display:flex}.page-module___8aEwW__heroContent{max-width:800px;animation:1s ease-out forwards page-module___8aEwW__fadeIn}.page-module___8aEwW__heroLogo{filter:drop-shadow(0 4px 15px #f062924d);mix-blend-mode:multiply;border-radius:20px;width:100%;max-width:320px;height:auto;margin:0 auto .5rem;display:block}.page-module___8aEwW__highlight{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.page-module___8aEwW__highlight:after{content:"";background:var(--primary);opacity:.3;border-radius:4px;width:100%;height:8px;position:absolute;bottom:-5px;left:0}.page-module___8aEwW__subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.page-module___8aEwW__heroActions{justify-content:center;gap:1.5rem;display:flex}.page-module___8aEwW__primaryBtn{background:linear-gradient(45deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:30px;padding:1rem 2.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;animation:2s infinite page-module___8aEwW__pulse;box-shadow:0 4px 15px #f0629266}.page-module___8aEwW__primaryBtn:hover{animation:none;transform:translateY(-2px);box-shadow:0 6px 20px #f0629299}.page-module___8aEwW__secondaryBtn{background:var(--surface);color:var(--text);border:1px solid var(--glass-border);cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:30px;padding:1rem 2.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s}.page-module___8aEwW__secondaryBtn:hover{background:var(--surface-hover);border-color:var(--accent);color:var(--accent)}.page-module___8aEwW__shopSection{padding:4rem 5% 6rem}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--text);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__shopContainer{grid-template-columns:250px 1fr;align-items:start;gap:3rem;display:grid}.page-module___8aEwW__sidebar{background:var(--surface);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;position:sticky;top:100px}.page-module___8aEwW__sidebar h3{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.25rem}.page-module___8aEwW__groupDetails{margin-bottom:1rem}.page-module___8aEwW__groupSummary{color:var(--text);cursor:pointer;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:.8rem 0;font-size:1.1rem;font-weight:700;list-style:none;transition:color .3s;display:flex}.page-module___8aEwW__groupSummary::-webkit-details-marker{display:none}.page-module___8aEwW__groupSummary:hover{color:var(--primary)}.page-module___8aEwW__groupSummary:after{content:"+";color:var(--primary);font-size:1.5rem;transition:transform .3s}.page-module___8aEwW__groupDetails[open] .page-module___8aEwW__groupSummary:after{content:"−"}.page-module___8aEwW__categoryList{flex-direction:column;gap:.5rem;padding-top:1rem;padding-left:1rem;display:flex}.page-module___8aEwW__categoryList li{color:var(--text-muted);cursor:pointer;font-weight:600;transition:all .3s}.page-module___8aEwW__categoryList a{padding:.5rem 0;display:block}.page-module___8aEwW__categoryList li:hover{color:var(--primary);transform:translate(5px)}.page-module___8aEwW__activeCategory{color:var(--primary)!important}.page-module___8aEwW__categoryGroup{margin-bottom:3rem;scroll-margin-top:120px}.page-module___8aEwW__groupSectionTitle{color:var(--primary);border-bottom:2px solid var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;padding-bottom:.5rem;font-size:2rem;display:inline-block}.page-module___8aEwW__categoryGroupTitle{color:var(--text);border-bottom:1px solid var(--glass-border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.page-module___8aEwW__productCard{background:var(--surface);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.page-module___8aEwW__productCard:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 20px #f0629233}.page-module___8aEwW__productImagePlaceholder{height:200px;color:var(--text-muted);background:#fff3;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.page-module___8aEwW__productInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.page-module___8aEwW__productCategory{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.page-module___8aEwW__productInfo h4{color:var(--text);flex:1;margin-bottom:1rem;font-size:1.1rem;line-height:1.4}.page-module___8aEwW__price{color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:800}.page-module___8aEwW__buyBtn{background:var(--surface);color:var(--text);border:1px solid var(--primary);cursor:pointer;border-radius:10px;width:100%;padding:.8rem;font-family:inherit;font-weight:700;transition:all .3s}.page-module___8aEwW__buyBtn:hover{background:var(--primary);color:#fff}@media (max-width:900px){.page-module___8aEwW__shopContainer{grid-template-columns:1fr}.page-module___8aEwW__sidebar{margin-bottom:2rem;position:static}}@media (max-width:768px){.page-module___8aEwW__title{font-size:3rem}.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__heroActions{flex-direction:column}}.page-module___8aEwW__scrollToTopBtn{background:var(--surface);color:var(--primary);border:1px solid var(--primary);cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;top:100px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #f062924d}.page-module___8aEwW__scrollToTopBtn:hover{background:var(--primary);color:#fff;transform:translate(-50%)translateY(-5px);box-shadow:0 6px 15px #f0629280}
.AuthModal-module__Sy2R2a__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background:#0006;width:100%;height:100%;padding:2rem 1rem;animation:.3s AuthModal-module__Sy2R2a__fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.AuthModal-module__Sy2R2a__modalContent{border:1px solid var(--glass-border);background:#fffffff2;border-radius:20px;width:100%;max-width:450px;margin:auto;padding:2.5rem;animation:.3s AuthModal-module__Sy2R2a__slideUp;position:relative;box-shadow:0 10px 30px #0003}.AuthModal-module__Sy2R2a__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s;position:absolute;top:15px;right:20px}.AuthModal-module__Sy2R2a__closeBtn:hover{color:var(--primary)}.AuthModal-module__Sy2R2a__modalTitle{color:var(--text);text-align:center;font-size:1.8rem;font-family:var(--font-sniglet),cursive;margin-bottom:2rem}.AuthModal-module__Sy2R2a__form{flex-direction:column;gap:1.2rem;display:flex}.AuthModal-module__Sy2R2a__inputGroup{flex-direction:column;gap:.5rem;display:flex}.AuthModal-module__Sy2R2a__inputGroup label{color:var(--text);font-size:.9rem;font-weight:600}.AuthModal-module__Sy2R2a__inputGroup input{border:1px solid var(--glass-border);color:var(--text);background:#ffffff80;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.AuthModal-module__Sy2R2a__inputGroup input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #f0629233}.AuthModal-module__Sy2R2a__passwordContainer{align-items:center;display:flex;position:relative}.AuthModal-module__Sy2R2a__passwordContainer input{width:100%;padding-right:2.5rem}.AuthModal-module__Sy2R2a__eyeButton{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .3s;display:flex;position:absolute;right:12px}.AuthModal-module__Sy2R2a__eyeButton:hover{color:var(--primary)}.AuthModal-module__Sy2R2a__submitBtn{background:linear-gradient(45deg,var(--primary),var(--secondary));color:#fff;cursor:pointer;border:none;border-radius:30px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #f062924d}.AuthModal-module__Sy2R2a__submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #f0629280}.AuthModal-module__Sy2R2a__switchMode{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.95rem}.AuthModal-module__Sy2R2a__linkBtn{color:var(--primary);font-weight:700;font-size:inherit;cursor:pointer;background:0 0;border:none;margin-left:.3rem;padding:0;font-family:inherit;text-decoration:underline;transition:color .3s}.AuthModal-module__Sy2R2a__linkBtn:hover{color:var(--secondary)}@keyframes AuthModal-module__Sy2R2a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.CartDrawer-module__CSbNdW__drawerOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000;opacity:0;visibility:hidden;background:#0006;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.CartDrawer-module__CSbNdW__drawerOverlay.CartDrawer-module__CSbNdW__open{opacity:1;visibility:visible}.CartDrawer-module__CSbNdW__drawerContent{z-index:10001;background:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;transition:right .3s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 15px #0000001a}.CartDrawer-module__CSbNdW__drawerContent.CartDrawer-module__CSbNdW__open{right:0}.CartDrawer-module__CSbNdW__header{background:linear-gradient(270deg,#fff0f5,#fff);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__CSbNdW__title{font-family:var(--font-sniglet),cursive;color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;display:flex}.CartDrawer-module__CSbNdW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;padding:0;font-size:1.5rem;transition:color .2s}.CartDrawer-module__CSbNdW__closeBtn:hover{color:var(--primary)}.CartDrawer-module__CSbNdW__cartItems{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__CSbNdW__emptyState{text-align:center;color:#888;margin-top:3rem;font-size:.95rem;font-style:italic;line-height:1.6}.CartDrawer-module__CSbNdW__cartItem{border-bottom:1px solid #f0f0f0;gap:1rem;padding-bottom:1rem;display:flex}.CartDrawer-module__CSbNdW__itemImage{object-fit:cover;border:1px solid #eee;border-radius:8px;width:70px;height:70px}.CartDrawer-module__CSbNdW__itemImagePlaceholder{color:#aaa;background:#f9f9f9;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:70px;height:70px;font-size:.8rem;display:flex}.CartDrawer-module__CSbNdW__itemDetails{flex-direction:column;flex:1;display:flex}.CartDrawer-module__CSbNdW__itemName{color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600;line-height:1.3}.CartDrawer-module__CSbNdW__itemPrice{color:var(--primary);margin-bottom:.5rem;font-size:.95rem;font-weight:800}.CartDrawer-module__CSbNdW__itemActions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.CartDrawer-module__CSbNdW__quantityControl{border:1px solid #ddd;border-radius:20px;align-items:center;display:flex;overflow:hidden}.CartDrawer-module__CSbNdW__qtyBtn{cursor:pointer;color:#555;background:#f5f5f5;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.2rem;transition:background .2s;display:flex}.CartDrawer-module__CSbNdW__qtyBtn:hover{background:#e0e0e0}.CartDrawer-module__CSbNdW__qtyValue{padding:0 .8rem;font-size:.9rem;font-weight:600}.CartDrawer-module__CSbNdW__removeBtn{color:#e53e3e;cursor:pointer;background:0 0;border:none;align-items:center;gap:.2rem;padding:0;font-size:.8rem;transition:opacity .2s;display:flex}.CartDrawer-module__CSbNdW__removeBtn:hover{opacity:.7}.CartDrawer-module__CSbNdW__footer{background:#fafafa;border-top:1px solid #eee;padding:1.5rem}.CartDrawer-module__CSbNdW__totalRow{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.CartDrawer-module__CSbNdW__checkoutBtn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.CartDrawer-module__CSbNdW__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.CartDrawer-module__CSbNdW__checkoutBtn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}
