.Navbar-module__nuAbfa__navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--secondary-200);transition:all var(--transition-normal);background:#fffffff2;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__scrolled{box-shadow:var(--shadow-lg);background:#fffffffa}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.Navbar-module__nuAbfa__logo{cursor:pointer;transition:transform var(--transition-normal);align-items:center;gap:.75rem;display:flex}.Navbar-module__nuAbfa__logo:hover{transform:scale(1.02)}.Navbar-module__nuAbfa__logoIcon{filter:drop-shadow(0 4px 6px #0bf3)}.Navbar-module__nuAbfa__logoText{flex-direction:column;gap:.125rem;display:flex}.Navbar-module__nuAbfa__brandName{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;line-height:1}.Navbar-module__nuAbfa__brandTagline{color:var(--secondary-600);letter-spacing:1px;font-size:.75rem;font-weight:500}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--secondary-700);transition:color var(--transition-normal);padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--primary-600)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__navActions{align-items:center;gap:1rem;display:flex}.Navbar-module__nuAbfa__cartButton{background:var(--gradient-primary);color:#fff;cursor:pointer;width:48px;height:48px;transition:all var(--transition-normal);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 12px #00bbff4d}.Navbar-module__nuAbfa__cartButton:hover{transform:scale(1.1);box-shadow:0 6px 16px #0bf6}.Navbar-module__nuAbfa__cartBadge{background:var(--accent-error);color:#fff;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.625rem;font-weight:700;animation:2s ease-in-out infinite Navbar-module__nuAbfa__pulse;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module__nuAbfa__mobileMenuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.375rem;margin-left:.5rem;padding:.5rem;display:none}.Navbar-module__nuAbfa__mobileMenuToggle span{background:var(--secondary-700);width:24px;height:2px;transition:all var(--transition-normal);border-radius:2px}.Navbar-module__nuAbfa__mobileMenuToggle:hover span{background:var(--primary-600)}.Navbar-module__nuAbfa__mobileMenu{border-top:1px solid var(--secondary-200);background:#fff;flex-direction:column;padding:1rem 0;animation:.3s ease-out Navbar-module__nuAbfa__slideDown;display:none}@keyframes Navbar-module__nuAbfa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__mobileLink{padding:1rem var(--spacing-lg);color:var(--secondary-700);border-bottom:1px solid var(--secondary-100);transition:all var(--transition-normal);font-weight:500;text-decoration:none}.Navbar-module__nuAbfa__mobileLink:hover{background:var(--primary-50);color:var(--primary-700);padding-left:1.5rem}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__mobileMenuToggle,.Navbar-module__nuAbfa__mobileMenu{display:flex}.Navbar-module__nuAbfa__brandName{font-size:1.25rem}.Navbar-module__nuAbfa__logoIcon svg{width:32px;height:32px}.Navbar-module__nuAbfa__cartButton{width:44px;height:44px}}@media (max-width:480px){.Navbar-module__nuAbfa__brandName{font-size:1.125rem}.Navbar-module__nuAbfa__brandTagline{font-size:.625rem}}.Navbar-module__nuAbfa__loginBtn{color:#fff;font-family:var(--font-primary);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;background:linear-gradient(135deg,#0bf,#0078b3);border:none;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 12px #00bbff40}.Navbar-module__nuAbfa__loginBtn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0bf6}.Navbar-module__nuAbfa__userMenu{position:relative}.Navbar-module__nuAbfa__avatarBtn{color:#fff;cursor:pointer;width:40px;height:40px;transition:all var(--transition-normal);background:linear-gradient(135deg,#0bf,#0078b3);border:2px solid #00bbff4d;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 12px #00bbff40}.Navbar-module__nuAbfa__avatarBtn:hover{transform:scale(1.07);box-shadow:0 6px 18px #0bf6}.Navbar-module__nuAbfa__avatarChar{pointer-events:none}.Navbar-module__nuAbfa__adminDot{background:#f59e0b;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px}.Navbar-module__nuAbfa__dropdown{border:1px solid var(--secondary-200);z-index:200;background:#fff;border-radius:14px;min-width:200px;animation:.2s Navbar-module__nuAbfa__dropIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 16px 40px #0000001f}@keyframes Navbar-module__nuAbfa__dropIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module__nuAbfa__dropdownHeader{background:var(--secondary-50);border-bottom:1px solid var(--secondary-100);padding:1rem}.Navbar-module__nuAbfa__dropdownName{color:var(--secondary-900);font-size:.9rem;font-weight:700}.Navbar-module__nuAbfa__dropdownEmail{color:var(--secondary-500);word-break:break-all;margin-top:2px;font-size:.75rem}.Navbar-module__nuAbfa__adminBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#0bf,#0078b3);border-radius:20px;margin-top:6px;padding:.15rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.Navbar-module__nuAbfa__dropdownDivider{background:var(--secondary-100);height:1px}.Navbar-module__nuAbfa__dropdownItem{width:100%;font-family:var(--font-primary);color:var(--secondary-700);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.Navbar-module__nuAbfa__dropdownItem:hover{background:var(--primary-50);color:var(--primary-700)}
.Footer-module__EZoWya__footer{background:var(--gradient-dark);color:#fff;margin-top:6rem;padding:4rem 0 2rem}.Footer-module__EZoWya__footerContent{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__footerSection h4{margin-bottom:1rem}.Footer-module__EZoWya__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__EZoWya__logoIcon{filter:drop-shadow(0 4px 8px #00bbff4d)}.Footer-module__EZoWya__brandName{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Footer-module__EZoWya__brandTagline{color:#ffffffb3;letter-spacing:.5px;font-size:.75rem;font-weight:500}.Footer-module__EZoWya__footerDescription{color:#fffc;font-size:.9375rem;line-height:1.7}.Footer-module__EZoWya__footerTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700;position:relative}.Footer-module__EZoWya__footerTitle:after{content:"";background:var(--gradient-primary);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__EZoWya__footerLinks{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__footerLinks a{color:#fffc;transition:all var(--transition-normal);font-size:.9375rem;text-decoration:none;display:inline-block}.Footer-module__EZoWya__footerLinks a:hover{color:var(--primary-400);transform:translate(5px)}.Footer-module__EZoWya__contactList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__contactList li{color:#fffc;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.Footer-module__EZoWya__contactList svg{color:var(--primary-400);flex-shrink:0}.Footer-module__EZoWya__footerBottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copyright{color:#fff9;margin:0;font-size:.875rem}.Footer-module__EZoWya__paymentMethods{color:#fff9;align-items:center;gap:1rem;font-size:.875rem;display:flex}.Footer-module__EZoWya__paymentIcons{gap:.5rem;display:flex}.Footer-module__EZoWya__paymentIcon{opacity:.8;transition:opacity var(--transition-normal);font-size:1.5rem}.Footer-module__EZoWya__paymentIcon:hover{opacity:1}@media (max-width:1024px){.Footer-module__EZoWya__footerContent{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.Footer-module__EZoWya__footer{margin-top:4rem;padding:3rem 0 1.5rem}.Footer-module__EZoWya__footerContent{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column;padding-top:1.5rem}.Footer-module__EZoWya__paymentMethods{flex-direction:column;gap:.5rem}}@media (max-width:480px){.Footer-module__EZoWya__footer{margin-top:3rem}.Footer-module__EZoWya__brandName{font-size:1.125rem}.Footer-module__EZoWya__footerTitle{font-size:1rem}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:90vh;padding-top:5rem;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroBackground{z-index:0;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 50%,#f8f9fa 100%);position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__gradientOrb1,.Hero-module__Z8hQ_W__gradientOrb2,.Hero-module__Z8hQ_W__gradientOrb3{filter:blur(80px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__gradientOrb1{background:var(--gradient-primary);width:500px;height:500px;animation-delay:0s;top:-100px;right:-100px}.Hero-module__Z8hQ_W__gradientOrb2{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);width:400px;height:400px;animation-delay:7s;bottom:-150px;left:-150px}.Hero-module__Z8hQ_W__gradientOrb3{background:var(--gradient-aqua);width:350px;height:350px;animation-delay:14s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-30px)scale(1.1)}66%{transform:translate(-30px,50px)scale(.9)}}.Hero-module__Z8hQ_W__heroContent{z-index:1;max-width:900px;margin:0 auto;position:relative}.Hero-module__Z8hQ_W__heroText{text-align:center;animation:1s ease-out Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__badge{border-radius:var(--radius-full);box-shadow:var(--shadow-lg);color:var(--primary-600);border:1px solid var(--primary-200);background:#fff;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;animation:1s ease-out .3s backwards Hero-module__Z8hQ_W__slideInRight;display:inline-flex}.Hero-module__Z8hQ_W__title{color:var(--secondary-900);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1;animation:1s ease-out .5s backwards Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__titleGradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__description{color:var(--secondary-600);max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.7;animation:1s ease-out .7s backwards Hero-module__Z8hQ_W__fadeIn}.Hero-module__Z8hQ_W__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;animation:1s ease-out .9s backwards Hero-module__Z8hQ_W__fadeIn;display:flex}.Hero-module__Z8hQ_W__stats{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--secondary-200);background:#fff;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;padding:2rem;animation:1s ease-out 1.1s backwards Hero-module__Z8hQ_W__fadeIn;display:flex}.Hero-module__Z8hQ_W__statItem{text-align:center}.Hero-module__Z8hQ_W__statNumber{font-size:2.5rem;font-weight:800;font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;line-height:1}.Hero-module__Z8hQ_W__statLabel{color:var(--secondary-600);font-size:.875rem;font-weight:500}.Hero-module__Z8hQ_W__statDivider{background:var(--secondary-200);width:1px;height:60px}.Hero-module__Z8hQ_W__scrollIndicator{color:var(--primary-600);cursor:pointer;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__Z8hQ_W__bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:80vh;padding-top:4rem}.Hero-module__Z8hQ_W__title{font-size:2.5rem}.Hero-module__Z8hQ_W__description{font-size:1.125rem}.Hero-module__Z8hQ_W__stats{flex-direction:column;gap:1.5rem;padding:1.5rem}.Hero-module__Z8hQ_W__statDivider{width:100px;height:1px}.Hero-module__Z8hQ_W__statNumber{font-size:2rem}.Hero-module__Z8hQ_W__heroActions{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__heroActions .Hero-module__Z8hQ_W__btn{width:100%;max-width:300px}.Hero-module__Z8hQ_W__gradientOrb1,.Hero-module__Z8hQ_W__gradientOrb2,.Hero-module__Z8hQ_W__gradientOrb3{filter:blur(60px)}}@media (max-width:480px){.Hero-module__Z8hQ_W__title{font-size:2rem}.Hero-module__Z8hQ_W__description{font-size:1rem}.Hero-module__Z8hQ_W__badge{padding:.5rem 1rem;font-size:.75rem}}
.FilterBar-module__NXXjDG__filterSection{border-bottom:1px solid var(--secondary-200);background:#fff;padding:1.5rem 0;position:relative}.FilterBar-module__NXXjDG__filterHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.FilterBar-module__NXXjDG__filterTitle{color:var(--secondary-900);margin:0;font-size:2rem}.FilterBar-module__NXXjDG__filterSubtitle{color:var(--secondary-600);margin:.25rem 0 0;font-size:1rem}.FilterBar-module__NXXjDG__filterBar{background:var(--secondary-50);border-radius:var(--radius-xl);border:2px solid var(--secondary-200);grid-template-columns:2fr repeat(4,1fr);gap:1rem;padding:1rem;display:grid}.FilterBar-module__NXXjDG__filterGroup{flex-direction:column;gap:.5rem;display:flex}.FilterBar-module__NXXjDG__filterLabel{color:var(--secondary-700);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.FilterBar-module__NXXjDG__filterLabel svg{color:var(--primary-500)}.FilterBar-module__NXXjDG__searchInput{font-size:1rem}@media (max-width:1024px){.FilterBar-module__NXXjDG__filterBar{grid-template-columns:repeat(3,1fr)}.FilterBar-module__NXXjDG__filterBar .FilterBar-module__NXXjDG__filterGroup:first-child{grid-column:span 3}}@media (max-width:768px){.FilterBar-module__NXXjDG__filterSection{padding:2rem 0;position:relative;top:0}.FilterBar-module__NXXjDG__filterHeader{flex-direction:column;align-items:flex-start}.FilterBar-module__NXXjDG__filterTitle{font-size:1.75rem}.FilterBar-module__NXXjDG__filterBar{grid-template-columns:1fr;padding:1.25rem}.FilterBar-module__NXXjDG__filterBar .FilterBar-module__NXXjDG__filterGroup:first-child{grid-column:auto}}@media (max-width:480px){.FilterBar-module__NXXjDG__filterTitle{font-size:1.5rem}.FilterBar-module__NXXjDG__filterSubtitle{font-size:.875rem}.FilterBar-module__NXXjDG__filterBar{padding:1rem}}
.ProductCard-module__9j1fXa__productCard{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition-normal);border:2px solid var(--secondary-100);background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.ProductCard-module__9j1fXa__productCard:hover{box-shadow:var(--shadow-colored);border-color:var(--primary-300);transform:translateY(-8px)}.ProductCard-module__9j1fXa__productCard.ProductCard-module__9j1fXa__comingSoon{opacity:.85}.ProductCard-module__9j1fXa__imageContainer{background:var(--gradient-light);width:100%;padding-top:75%;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__productImage{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__9j1fXa__productImg{object-fit:contain;background:#fff;width:100%;height:100%;padding:1rem}.ProductCard-module__9j1fXa__imagePlaceholder{background:var(--gradient-aqua);color:#fff;opacity:.6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductCard-module__9j1fXa__badges{flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.ProductCard-module__9j1fXa__categoryBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#fffffff2}.ProductCard-module__9j1fXa__comingSoonBadge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite ProductCard-module__9j1fXa__pulse;display:flex;position:absolute;top:1rem;right:1rem}.ProductCard-module__9j1fXa__cardContent{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.ProductCard-module__9j1fXa__productCode{color:var(--primary-600);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}.ProductCard-module__9j1fXa__productName{color:var(--secondary-900);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.ProductCard-module__9j1fXa__productDescription{color:var(--secondary-600);flex:1;margin:0;font-size:.9375rem;line-height:1.6}.ProductCard-module__9j1fXa__specs{background:var(--secondary-50);border-radius:var(--radius-md);border:1px solid var(--secondary-200);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.ProductCard-module__9j1fXa__specItem{color:var(--secondary-700);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.ProductCard-module__9j1fXa__specItem svg{color:var(--primary-500);flex-shrink:0}.ProductCard-module__9j1fXa__variants{flex-direction:column;gap:.75rem;display:flex}.ProductCard-module__9j1fXa__variantLabel{color:var(--secondary-700);font-size:.875rem;font-weight:600}.ProductCard-module__9j1fXa__variantButtons{flex-wrap:wrap;gap:.5rem;display:flex}.ProductCard-module__9j1fXa__variantBtn{border:2px solid var(--secondary-300);border-radius:var(--radius-md);color:var(--secondary-700);cursor:pointer;transition:all var(--transition-normal);background:#fff;min-width:70px;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600}.ProductCard-module__9j1fXa__variantBtn:hover{border-color:var(--primary-400);background:var(--primary-50);color:var(--primary-700);transform:translateY(-2px)}.ProductCard-module__9j1fXa__variantActive{border-color:var(--primary-500);background:var(--gradient-primary);color:#fff}.ProductCard-module__9j1fXa__variantActive:hover{background:var(--gradient-primary);color:#fff}.ProductCard-module__9j1fXa__priceSection{background:var(--primary-50);border-radius:var(--radius-md);border:2px solid var(--primary-200);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.ProductCard-module__9j1fXa__price{font-size:1.875rem;font-weight:800;font-family:var(--font-heading);color:var(--primary-700);line-height:1}.ProductCard-module__9j1fXa__stock{color:var(--accent-success);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.ProductCard-module__9j1fXa__stockDot{background:var(--accent-success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite ProductCard-module__9j1fXa__pulse}.ProductCard-module__9j1fXa__outOfStock{color:var(--secondary-500)}.ProductCard-module__9j1fXa__projectPrice{color:var(--primary-700);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.ProductCard-module__9j1fXa__ctaBtn{width:100%;margin-top:auto}@media (max-width:768px){.ProductCard-module__9j1fXa__cardContent{gap:.875rem;padding:1.25rem}.ProductCard-module__9j1fXa__productName{font-size:1.125rem}.ProductCard-module__9j1fXa__productDescription{font-size:.875rem}.ProductCard-module__9j1fXa__price{font-size:1.625rem}}@media (max-width:480px){.ProductCard-module__9j1fXa__variantButtons{justify-content:stretch}.ProductCard-module__9j1fXa__variantBtn{flex:1;min-width:auto}}
.WhatsAppFloat-module__Efpw-q__whatsappFloat{z-index:1000;cursor:pointer;width:60px;height:60px;transition:all var(--transition-normal);background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite WhatsAppFloat-module__Efpw-q__pulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px -5px #25d36680}.WhatsAppFloat-module__Efpw-q__whatsappFloat:hover{transform:scale(1.1);box-shadow:0 15px 40px -5px #25d36699}.WhatsAppFloat-module__Efpw-q__whatsappIcon{color:#fff;justify-content:center;align-items:center;display:flex}.WhatsAppFloat-module__Efpw-q__whatsappTooltip{background:var(--secondary-900);color:#fff;border-radius:var(--radius-md);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);box-shadow:var(--shadow-lg);padding:.625rem 1rem;font-size:.875rem;font-weight:500;position:absolute;right:75px}.WhatsAppFloat-module__Efpw-q__whatsappTooltip:after{content:"";border-left:6px solid var(--secondary-900);border-top:6px solid #0000;border-bottom:6px solid #0000;width:0;height:0;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.WhatsAppFloat-module__Efpw-q__whatsappFloat:hover .WhatsAppFloat-module__Efpw-q__whatsappTooltip{opacity:1}@media (max-width:768px){.WhatsAppFloat-module__Efpw-q__whatsappFloat{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.WhatsAppFloat-module__Efpw-q__whatsappIcon svg{width:24px;height:24px}.WhatsAppFloat-module__Efpw-q__whatsappTooltip{display:none}}@media (max-width:480px){.WhatsAppFloat-module__Efpw-q__whatsappFloat{width:52px;height:52px;bottom:1rem;right:1rem}}
.CartSidebar-module__GGPd1a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#00000080;animation:.3s ease-out CartSidebar-module__GGPd1a__fadeIn;position:fixed;inset:0}.CartSidebar-module__GGPd1a__sidebar{width:100%;max-width:450px;box-shadow:var(--shadow-2xl);z-index:1101;background:#fff;flex-direction:column;animation:.3s ease-out CartSidebar-module__GGPd1a__slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes CartSidebar-module__GGPd1a__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.CartSidebar-module__GGPd1a__header{border-bottom:2px solid var(--secondary-200);background:var(--secondary-50);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartSidebar-module__GGPd1a__headerTitle{color:var(--secondary-900);align-items:center;gap:.75rem;display:flex}.CartSidebar-module__GGPd1a__headerTitle svg{color:var(--primary-500)}.CartSidebar-module__GGPd1a__headerTitle h3{margin:0;font-size:1.25rem;font-weight:700}.CartSidebar-module__GGPd1a__closeBtn{width:40px;height:40px;color:var(--secondary-700);cursor:pointer;transition:all var(--transition-normal);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.CartSidebar-module__GGPd1a__closeBtn:hover{background:var(--secondary-200);color:var(--secondary-900);transform:rotate(90deg)}.CartSidebar-module__GGPd1a__cartItems{flex:1;padding:1rem;overflow-y:auto}.CartSidebar-module__GGPd1a__emptyCart{height:100%;color:var(--secondary-400);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.CartSidebar-module__GGPd1a__emptyCart p{color:var(--secondary-600);font-size:1.125rem}.CartSidebar-module__GGPd1a__cartItem{border:2px solid var(--secondary-200);border-radius:var(--radius-lg);transition:all var(--transition-normal);background:#fff;flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:flex}.CartSidebar-module__GGPd1a__cartItem:hover{border-color:var(--primary-300);box-shadow:var(--shadow-md)}.CartSidebar-module__GGPd1a__itemInfo{gap:1rem;display:flex}.CartSidebar-module__GGPd1a__itemImage{flex-shrink:0}.CartSidebar-module__GGPd1a__imagePlaceholder{background:var(--gradient-aqua);border-radius:var(--radius-md);color:#fff;opacity:.7;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.CartSidebar-module__GGPd1a__itemDetails{flex:1}.CartSidebar-module__GGPd1a__itemName{color:var(--secondary-900);margin-bottom:.25rem;font-size:1rem;font-weight:700}.CartSidebar-module__GGPd1a__itemMeta{color:var(--secondary-600);margin-bottom:.5rem;font-size:.75rem}.CartSidebar-module__GGPd1a__itemPrice{color:var(--primary-600);font-size:.875rem;font-weight:600}.CartSidebar-module__GGPd1a__itemActions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.CartSidebar-module__GGPd1a__quantityControl{background:var(--secondary-50);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.25rem;display:flex}.CartSidebar-module__GGPd1a__quantityBtn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--secondary-700);cursor:pointer;transition:all var(--transition-normal);background:#fff;border:none;justify-content:center;align-items:center;display:flex}.CartSidebar-module__GGPd1a__quantityBtn:hover{background:var(--primary-500);color:#fff}.CartSidebar-module__GGPd1a__quantity{text-align:center;min-width:32px;color:var(--secondary-900);font-weight:700}.CartSidebar-module__GGPd1a__removeBtn{border-radius:var(--radius-md);background:var(--secondary-100);width:36px;height:36px;color:var(--accent-error);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;display:flex}.CartSidebar-module__GGPd1a__removeBtn:hover{background:var(--accent-error);color:#fff}.CartSidebar-module__GGPd1a__itemSubtotal{text-align:right;color:var(--secondary-900);font-size:1.125rem;font-weight:800}.CartSidebar-module__GGPd1a__footer{border-top:2px solid var(--secondary-200);background:var(--secondary-50);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.CartSidebar-module__GGPd1a__total{border-radius:var(--radius-lg);border:2px solid var(--primary-200);background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.CartSidebar-module__GGPd1a__totalLabel{color:var(--secondary-700);font-size:1.125rem;font-weight:600}.CartSidebar-module__GGPd1a__totalAmount{color:var(--primary-700);font-size:1.75rem;font-weight:800}.CartSidebar-module__GGPd1a__securePayment{color:var(--secondary-600);justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:.75rem;display:flex}.CartSidebar-module__GGPd1a__securePayment svg{color:var(--accent-success)}@media (max-width:768px){.CartSidebar-module__GGPd1a__sidebar{max-width:100%}.CartSidebar-module__GGPd1a__cartItem{padding:1rem}.CartSidebar-module__GGPd1a__totalAmount{font-size:1.5rem}}
.checkout-module__ss_A1W__main{background-color:#f8fafc;min-height:100vh;padding:6rem 0}.checkout-module__ss_A1W__container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-module__ss_A1W__title{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2rem;font-weight:700;display:flex}.checkout-module__ss_A1W__grid{grid-template-columns:1fr 400px;gap:2rem;display:grid}@media (max-width:992px){.checkout-module__ss_A1W__grid{grid-template-columns:1fr}}.checkout-module__ss_A1W__card{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.checkout-module__ss_A1W__cardTitle{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:600}.checkout-module__ss_A1W__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.checkout-module__ss_A1W__formGrid{grid-template-columns:1fr}}.checkout-module__ss_A1W__formGroup{margin-bottom:1rem}.checkout-module__ss_A1W__formGroupFull{grid-column:1/-1;margin-bottom:1rem}.checkout-module__ss_A1W__label{color:#475569;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.checkout-module__ss_A1W__input{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.checkout-module__ss_A1W__input:focus{border-color:#0bf;outline:none;box-shadow:0 0 0 3px #00bbff1a}.checkout-module__ss_A1W__textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:100px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.checkout-module__ss_A1W__textarea:focus{border-color:#0bf;outline:none;box-shadow:0 0 0 3px #00bbff1a}.checkout-module__ss_A1W__orderSummary{position:sticky;top:100px}.checkout-module__ss_A1W__summaryItem{border-bottom:1px dashed #e2e8f0;justify-content:space-between;padding:.75rem 0;display:flex}.checkout-module__ss_A1W__summaryItem span{color:#475569}.checkout-module__ss_A1W__summaryItem strong{color:#0f172a;font-weight:600}.checkout-module__ss_A1W__summaryTotal{color:#0f172a;border-top:2px solid #e2e8f0;justify-content:space-between;margin-top:1rem;padding:1rem 0;font-size:1.25rem;font-weight:700;display:flex}.checkout-module__ss_A1W__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bf,#0078b3);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:1rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.checkout-module__ss_A1W__submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00bbff4d}.checkout-module__ss_A1W__submitBtn:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.checkout-module__ss_A1W__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite checkout-module__ss_A1W__spin}@keyframes checkout-module__ss_A1W__spin{to{transform:rotate(360deg)}}.checkout-module__ss_A1W__successBox{text-align:center;background:#fff;border-radius:12px;max-width:600px;margin:0 auto;padding:4rem 2rem;box-shadow:0 10px 25px -5px #0000001a}.checkout-module__ss_A1W__successIcon{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.checkout-module__ss_A1W__successTitle{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:700}.checkout-module__ss_A1W__successText{color:#64748b;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.checkout-module__ss_A1W__homeBtn{color:#0f172a;background:#f1f5f9;border-radius:8px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.checkout-module__ss_A1W__homeBtn:hover{background:#e2e8f0}
.page-module__E0kJGG__main{min-height:100vh}.page-module__E0kJGG__productsSection{background:var(--secondary-50);padding:4rem 0}.page-module__E0kJGG__sectionHeader{margin-bottom:3rem}.page-module__E0kJGG__sectionTitle{color:var(--secondary-900);flex-wrap:wrap;align-items:baseline;gap:1rem;font-size:2.5rem;font-weight:800;display:flex}.page-module__E0kJGG__productCount{color:var(--secondary-600);font-size:1.25rem;font-weight:500}.page-module__E0kJGG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;animation:.8s ease-out page-module__E0kJGG__fadeIn;display:grid}.page-module__E0kJGG__noProducts{text-align:center;padding:6rem 2rem}.page-module__E0kJGG__noProductsIcon{color:var(--secondary-400);opacity:.5;margin-bottom:1.5rem}.page-module__E0kJGG__noProductsTitle{color:var(--secondary-700);margin-bottom:1rem;font-size:1.75rem}.page-module__E0kJGG__noProductsText{color:var(--secondary-600);max-width:500px;margin:0 auto;font-size:1.125rem}.page-module__E0kJGG__aboutSection{background:#fff;padding:6rem 0}.page-module__E0kJGG__aboutGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.page-module__E0kJGG__aboutContent{flex-direction:column;gap:1.5rem;display:flex}.page-module__E0kJGG__aboutBadge{background:var(--primary-50);color:var(--primary-700);border-radius:var(--radius-full);border:2px solid var(--primary-200);align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.page-module__E0kJGG__aboutTitle{color:var(--secondary-900);font-size:2.5rem;font-weight:800;line-height:1.2}.page-module__E0kJGG__aboutText{color:var(--secondary-700);font-size:1.125rem;line-height:1.8}.page-module__E0kJGG__aboutText strong{color:var(--primary-600);font-weight:700}.page-module__E0kJGG__features{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.page-module__E0kJGG__feature{background:var(--secondary-50);border-radius:var(--radius-lg);border:1px solid var(--secondary-200);transition:all var(--transition-normal);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.page-module__E0kJGG__feature:hover{background:var(--primary-50);border-color:var(--primary-200);transform:translate(8px)}.page-module__E0kJGG__featureIcon{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}.page-module__E0kJGG__featureTitle{color:var(--secondary-900);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.page-module__E0kJGG__featureText{color:var(--secondary-600);font-size:.9375rem}.page-module__E0kJGG__aboutImage{justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__imagePlaceholder{aspect-ratio:1;background:var(--gradient-aqua);border-radius:var(--radius-2xl);color:#fff;width:100%;max-width:450px;box-shadow:var(--shadow-2xl);opacity:.8;justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__contactSection{background:var(--secondary-50);padding:4rem 0}.page-module__E0kJGG__contactCard{border-radius:var(--radius-2xl);text-align:center;box-shadow:var(--shadow-2xl);border:3px solid var(--primary-200);background:#fff;max-width:800px;margin:0 auto;padding:4rem 3rem}.page-module__E0kJGG__contactTitle{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module__E0kJGG__contactText{color:var(--secondary-700);margin-bottom:2rem;font-size:1.25rem;line-height:1.7}@media (max-width:1024px){.page-module__E0kJGG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.page-module__E0kJGG__aboutGrid{grid-template-columns:1fr;gap:3rem}.page-module__E0kJGG__aboutImage{order:-1}}@media (max-width:768px){.page-module__E0kJGG__productsSection{padding:3rem 0}.page-module__E0kJGG__sectionTitle{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:2rem}.page-module__E0kJGG__productsGrid{grid-template-columns:1fr;gap:1.5rem}.page-module__E0kJGG__aboutSection{padding:4rem 0}.page-module__E0kJGG__aboutTitle{font-size:2rem}.page-module__E0kJGG__aboutText{font-size:1rem}.page-module__E0kJGG__contactCard{padding:3rem 2rem}.page-module__E0kJGG__contactTitle{font-size:2rem}.page-module__E0kJGG__contactText{font-size:1.125rem}}@media (max-width:480px){.page-module__E0kJGG__sectionTitle{font-size:1.75rem}.page-module__E0kJGG__productCount{font-size:1rem}.page-module__E0kJGG__aboutTitle{font-size:1.75rem}.page-module__E0kJGG__feature{padding:1rem}.page-module__E0kJGG__featureTitle{font-size:1rem}.page-module__E0kJGG__contactCard{padding:2rem 1.5rem}.page-module__E0kJGG__contactTitle{font-size:1.75rem}.page-module__E0kJGG__contactText{font-size:1rem}}
.productDetails-module__nusxsG__main{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.productDetails-module__nusxsG__productContainer{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.productDetails-module__nusxsG__breadcrumb{color:#6c757d;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.productDetails-module__nusxsG__breadcrumb a{color:#0bf;font-weight:500;text-decoration:none}.productDetails-module__nusxsG__breadcrumb a:hover{text-decoration:underline}.productDetails-module__nusxsG__splitLayout{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem;display:grid;box-shadow:0 4px 20px #0000000d}.productDetails-module__nusxsG__gallery{flex-direction:column;gap:1rem;display:flex}.productDetails-module__nusxsG__mainImageWrap{aspect-ratio:4/3;background:#f8fafc;border:1px solid #e5e9ee;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.productDetails-module__nusxsG__mainImage{object-fit:contain;width:100%;height:100%}.productDetails-module__nusxsG__thumbnails{gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.productDetails-module__nusxsG__thumbnails::-webkit-scrollbar{height:6px}.productDetails-module__nusxsG__thumbnails::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.productDetails-module__nusxsG__thumbWrap{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:80px;padding:.25rem;transition:all .2s;overflow:hidden}.productDetails-module__nusxsG__thumbWrap.productDetails-module__nusxsG__active{border-color:#0bf;box-shadow:0 2px 8px #0bf3}.productDetails-module__nusxsG__thumbWrap img{object-fit:contain;width:100%;height:100%}.productDetails-module__nusxsG__details{flex-direction:column;gap:1.5rem;display:flex}.productDetails-module__nusxsG__badges{gap:.5rem;display:flex}.productDetails-module__nusxsG__title{color:#1a2332;margin:0;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1.2}.productDetails-module__nusxsG__code{color:#6c757d;letter-spacing:.5px;background:#f1f5f9;border-radius:6px;padding:.35rem .75rem;font-size:.95rem;font-weight:500;display:inline-block}.productDetails-module__nusxsG__priceBlock{background:linear-gradient(135deg,#00bbff0d,#0078b30d);border:1px solid #00bbff1a;border-radius:12px;padding:1.5rem}.productDetails-module__nusxsG__price{color:#0078b3;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1}.productDetails-module__nusxsG__stock{color:#10b981;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.productDetails-module__nusxsG__outOfStock{color:#ef4444}.productDetails-module__nusxsG__stockDot{background:#10b981;border-radius:50%;width:10px;height:10px}.productDetails-module__nusxsG__outOfStock .productDetails-module__nusxsG__stockDot{background:#ef4444}.productDetails-module__nusxsG__varLabel{color:#1a2332;margin-bottom:.75rem;font-size:1.05rem;font-weight:600;display:block}.productDetails-module__nusxsG__varButtons{flex-wrap:wrap;gap:.5rem;display:flex}.productDetails-module__nusxsG__varBtn{cursor:pointer;color:#495057;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .2s}.productDetails-module__nusxsG__varBtn:hover{color:#0bf;border-color:#0bf}.productDetails-module__nusxsG__varActive{color:#fff;background:#0bf;border-color:#0bf;box-shadow:0 4px 12px #00bbff40}.productDetails-module__nusxsG__varActive:hover{color:#fff}.productDetails-module__nusxsG__addToCart{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0bf,#0078b3);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1.1rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 24px #00bbff4d}.productDetails-module__nusxsG__addToCart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #0bf6}.productDetails-module__nusxsG__addToCart:disabled{color:#adb5bd;box-shadow:none;cursor:not-allowed;background:#e5e9ee}.productDetails-module__nusxsG__desc{color:#495057;font-size:1.05rem;line-height:1.7}.productDetails-module__nusxsG__infoGrid{border-top:1px solid #e5e9ee;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:grid}.productDetails-module__nusxsG__infoBox{background:#f8fafc;border:1px solid #e5e9ee;border-radius:10px;padding:1rem}.productDetails-module__nusxsG__infoTitle{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;font-weight:700}.productDetails-module__nusxsG__infoValue{color:#1a2332;font-size:1.05rem;font-weight:600}.productDetails-module__nusxsG__loadingWrap{color:#0bf;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;font-weight:600;display:flex}@media (max-width:991px){.productDetails-module__nusxsG__splitLayout{grid-template-columns:1fr;gap:2.5rem;padding:1.5rem}.productDetails-module__nusxsG__title{font-size:1.8rem}}.productDetails-module__nusxsG__marketplace{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.productDetails-module__nusxsG__marketplaceTitle{color:#475569;margin-bottom:1rem;font-size:.95rem;font-weight:700}.productDetails-module__nusxsG__marketplaceButtons{gap:1rem;display:flex}.productDetails-module__nusxsG__marketBtn{background:#f8fafc;border:1px solid #0000;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.productDetails-module__nusxsG__marketBtn img{filter:grayscale(0);transition:transform .2s}.productDetails-module__nusxsG__marketBtn span{color:#64748b;text-transform:uppercase;letter-spacing:.5px}.productDetails-module__nusxsG__marketBtn:hover{background:#fff;transform:translateY(-2px)}.productDetails-module__nusxsG__trendyol:hover{border-color:#f27a1a;box-shadow:0 4px 12px #f27a1a26}.productDetails-module__nusxsG__trendyol:hover span{color:#f27a1a}.productDetails-module__nusxsG__hepsiburada:hover{border-color:#ff6000;box-shadow:0 4px 12px #ff600026}.productDetails-module__nusxsG__hepsiburada:hover span{color:#ff6000}@media (max-width:576px){.productDetails-module__nusxsG__marketplaceButtons{flex-direction:column}}
.legal-module__bQKPOG__page{background:#f8fafc;min-height:100vh}.legal-module__bQKPOG__main{padding:2.5rem 1rem 4rem}.legal-module__bQKPOG__container{background:#fff;border:1px solid #e5e9ee;border-radius:16px;max-width:840px;margin:0 auto;padding:2.5rem 2.5rem 3rem;box-shadow:0 4px 24px #0f172a0d}.legal-module__bQKPOG__breadcrumb{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.legal-module__bQKPOG__breadcrumb a{color:#0078b3;text-decoration:none}.legal-module__bQKPOG__breadcrumb a:hover{text-decoration:underline}.legal-module__bQKPOG__title{color:#0f172a;border-bottom:2px solid #0bf;margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.9rem;font-weight:800;line-height:1.25}.legal-module__bQKPOG__content{color:#334155;font-size:.98rem;line-height:1.75}.legal-module__bQKPOG__content h2,.legal-module__bQKPOG__content h3{color:#0f172a;margin:1.9rem 0 .6rem;font-weight:700;line-height:1.35}.legal-module__bQKPOG__content h2{font-size:1.3rem}.legal-module__bQKPOG__content h3{font-size:1.08rem}.legal-module__bQKPOG__content p{margin:0 0 1rem}.legal-module__bQKPOG__content ul{margin:0 0 1.1rem;padding-left:1.4rem}.legal-module__bQKPOG__content li{margin-bottom:.45rem}.legal-module__bQKPOG__content strong{color:#0f172a;font-weight:600}.legal-module__bQKPOG__content a{color:#0078b3;word-break:break-word}.legal-module__bQKPOG__content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.92rem}.legal-module__bQKPOG__content td{vertical-align:top;border:1px solid #e2e8f0;padding:.6rem .8rem}@media (max-width:640px){.legal-module__bQKPOG__container{padding:1.5rem 1.25rem 2rem}.legal-module__bQKPOG__title{font-size:1.5rem}.legal-module__bQKPOG__content{font-size:.94rem}}
