.Toast-module__eHqTLW__toastContainer{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:20px;right:20px}.Toast-module__eHqTLW__toast{pointer-events:auto;opacity:0;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(400px);box-shadow:0 4px 20px #00000026}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__show{opacity:1;transform:translate(0)}.Toast-module__eHqTLW__toastIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__error{border-left:4px solid #ef4444}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__error .Toast-module__eHqTLW__toastIcon{color:#ef4444}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__warning{border-left:4px solid #f59e0b}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__warning .Toast-module__eHqTLW__toastIcon{color:#f59e0b}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__success{border-left:4px solid #10b981}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__success .Toast-module__eHqTLW__toastIcon{color:#10b981}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__info{border-left:4px solid #3b82f6}.Toast-module__eHqTLW__toast.Toast-module__eHqTLW__info .Toast-module__eHqTLW__toastIcon{color:#3b82f6}.Toast-module__eHqTLW__toastMessage{color:#1f2937;flex:1;font-size:14px;line-height:1.5}.Toast-module__eHqTLW__toastClose{cursor:pointer;color:#6b7280;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .2s;display:flex}.Toast-module__eHqTLW__toastClose:hover{color:#1f2937}.Toast-module__eHqTLW__toastClose svg{width:16px;height:16px}@media (max-width:640px){.Toast-module__eHqTLW__toastContainer{top:10px;left:10px;right:10px}.Toast-module__eHqTLW__toast{width:100%;min-width:auto;max-width:none}}
.Header-module__Af2_WG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#fffffff2;position:sticky;top:0;box-shadow:0 2px 20px #0000000d}.Header-module__Af2_WG__headerContainer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__Af2_WG__logoIcon{font-size:2rem}.Header-module__Af2_WG__logoText{font-family:var(--font-display);color:var(--primary);font-size:1.5rem;font-weight:600}.Header-module__Af2_WG__navDesktop{gap:.5rem;display:none}@media (min-width:1300px){.Header-module__Af2_WG__navDesktop{display:flex}}.Header-module__Af2_WG__navLink{color:var(--text-secondary);border-radius:.5rem;align-items:center;gap:.25rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__navLink:hover{color:var(--primary);background:var(--bg-secondary)}.Header-module__Af2_WG__navDropdown{position:relative}.Header-module__Af2_WG__dropdownIcon{width:1rem;height:1rem;transition:transform .2s}.Header-module__Af2_WG__navDropdown:hover .Header-module__Af2_WG__dropdownIcon{transform:rotate(180deg)}.Header-module__Af2_WG__dropdownMenu{background:#fff;border-radius:.75rem;min-width:180px;padding:.5rem;animation:.2s Header-module__Af2_WG__fadeIn;position:absolute;top:100%;left:0;box-shadow:0 10px 40px #00000026}@keyframes Header-module__Af2_WG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__dropdownItem{color:var(--text-secondary);border-radius:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:block}.Header-module__Af2_WG__dropdownItem:hover{background:var(--bg-secondary);color:var(--primary)}.Header-module__Af2_WG__headerActions{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__loginButton{background:var(--primary);color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:none}@media (min-width:1300px){.Header-module__Af2_WG__loginButton{display:inline-block}}.Header-module__Af2_WG__loginButton:hover{background:var(--primary-dark)}.Header-module__Af2_WG__userMenu{align-items:center;gap:.75rem;display:none}@media (min-width:1300px){.Header-module__Af2_WG__userMenu{display:flex}}.Header-module__Af2_WG__ordersLink{color:var(--text-secondary);border:1px solid var(--border-light);background:0 0;border-radius:.375rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__Af2_WG__ordersLink:hover{background:var(--bg-secondary);color:var(--primary);border-color:var(--primary)}.Header-module__Af2_WG__userName{color:var(--text-primary);font-size:.9rem;font-weight:500}.Header-module__Af2_WG__logoutBtn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:.375rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.Header-module__Af2_WG__logoutBtn:hover{background:#fecaca}.Header-module__Af2_WG__mobileNavDivider{background:var(--border-light);height:1px;margin:.5rem 0}.Header-module__Af2_WG__cartButton{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.75rem;transition:all .2s;position:relative}.Header-module__Af2_WG__cartButton:hover{background:var(--bg-secondary)}.Header-module__Af2_WG__cartIcon{width:1.5rem;height:1.5rem;color:var(--text-primary)}.Header-module__Af2_WG__cartBadge{background:var(--primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .25rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.Header-module__Af2_WG__mobileMenuButton{cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.75rem;display:block}@media (min-width:1300px){.Header-module__Af2_WG__mobileMenuButton{display:none}.Header-module__Af2_WG__mobileMenuButton[data-show=true]{display:block}}@media (max-width:1299px){.Header-module__Af2_WG__mobileMenuButton{display:block}}.Header-module__Af2_WG__menuIcon{width:1.5rem;height:1.5rem;color:var(--text-primary)}.Header-module__Af2_WG__navMobile{border-top:1px solid var(--border-light);-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;max-height:calc(100vh - 80px);padding:1rem 2rem;display:flex;overflow:hidden auto}@media (min-width:1300px){.Header-module__Af2_WG__navMobile{display:none}}.Header-module__Af2_WG__mobileNavLink{color:var(--text-secondary);border-radius:.5rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__Af2_WG__mobileNavLink:hover{background:var(--bg-secondary);color:var(--primary)}.Header-module__Af2_WG__mobileNavLink.Header-module__Af2_WG__subLink{color:var(--text-light);padding-left:2rem;font-size:.9rem}.Header-module__Af2_WG__mobileCategorySection{flex-direction:column;display:flex}.Header-module__Af2_WG__mobileCategoryToggle{color:var(--text-secondary);font-weight:500;font-size:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:1rem;font-family:inherit;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__mobileCategoryToggle span{font-weight:500;font-size:inherit;font-family:inherit}.Header-module__Af2_WG__mobileCategoryToggle:hover{background:var(--bg-secondary);color:var(--primary)}.Header-module__Af2_WG__mobileCategoryToggle .Header-module__Af2_WG__dropdownIcon{width:1rem;height:1rem;transition:transform .2s}.Header-module__Af2_WG__mobileCategoryToggle .Header-module__Af2_WG__dropdownIcon.Header-module__Af2_WG__rotated{transform:rotate(180deg)}.Header-module__Af2_WG__mobileCategoryList{flex-direction:column;padding-left:1rem;display:flex}.Header-module__Af2_WG__langSwitcher{display:none;position:relative}@media (min-width:1300px){.Header-module__Af2_WG__langSwitcher{display:block}}@media (max-width:1299px){.Header-module__Af2_WG__langSwitcher{display:none}}.Header-module__Af2_WG__langButton{background:var(--bg-secondary);border:1px solid var(--border-light);cursor:pointer;color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Header-module__Af2_WG__langButton:hover{background:var(--bg-tertiary);border-color:var(--primary)}.Header-module__Af2_WG__langFlag{object-fit:contain;vertical-align:middle;width:1.25rem;height:1.25rem;display:inline-block}.Header-module__Af2_WG__langName{color:var(--text-secondary);font-size:.85rem}.Header-module__Af2_WG__langButton .Header-module__Af2_WG__dropdownIcon{width:.9rem;height:.9rem;transition:transform .2s}.Header-module__Af2_WG__langButton .Header-module__Af2_WG__dropdownIcon.Header-module__Af2_WG__rotated{transform:rotate(180deg)}.Header-module__Af2_WG__langMenu{z-index:100;background:#fff;border-radius:.75rem;min-width:160px;padding:.5rem;animation:.2s Header-module__Af2_WG__fadeIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 40px #00000026}.Header-module__Af2_WG__langOption{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.Header-module__Af2_WG__langOption:hover{background:var(--bg-secondary);color:var(--primary)}.Header-module__Af2_WG__langOption.Header-module__Af2_WG__active{background:var(--bg-secondary);color:var(--primary);font-weight:600}.Header-module__Af2_WG__langOption .Header-module__Af2_WG__langFlag{object-fit:contain;vertical-align:middle;width:1.2rem;height:1.2rem;display:inline-block}.Header-module__Af2_WG__mobileLangSection{padding:.75rem 1rem}.Header-module__Af2_WG__mobileLangLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.Header-module__Af2_WG__mobileLangOptions{flex-wrap:wrap;gap:.5rem;display:flex}.Header-module__Af2_WG__mobileLangBtn{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.Header-module__Af2_WG__mobileLangBtn:hover{border-color:var(--primary);color:var(--primary)}.Header-module__Af2_WG__mobileLangBtn.Header-module__Af2_WG__active{background:var(--primary);border-color:var(--primary);color:#fff}.Header-module__Af2_WG__mobileLangBtn .Header-module__Af2_WG__langFlag{object-fit:contain;vertical-align:middle;width:1.25rem;height:1.25rem;display:inline-block}
.Footer-module__EZoWya__footer{background:linear-gradient(135deg,var(--bg-dark)0%,#1a2634 100%);color:#fff;padding:4rem 0 0}.Footer-module__EZoWya__footerContainer{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:640px){.Footer-module__EZoWya__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__EZoWya__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.Footer-module__EZoWya__footerBrand{max-width:300px}.Footer-module__EZoWya__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;text-decoration:none;display:flex}.Footer-module__EZoWya__footerLogo .Footer-module__EZoWya__logoIcon{font-size:2rem}.Footer-module__EZoWya__footerLogo .Footer-module__EZoWya__logoText{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:600}.Footer-module__EZoWya__footerTagline{color:#ffffffb3;margin-bottom:.5rem;line-height:1.6}.Footer-module__EZoWya__footerTaglineEn{color:#ffffff80;margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.Footer-module__EZoWya__socialLinks{gap:1rem;display:flex}.Footer-module__EZoWya__socialLink{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.Footer-module__EZoWya__socialLink:hover{background:var(--primary);transform:translateY(-3px)}.Footer-module__EZoWya__socialLink svg{width:1.25rem;height:1.25rem}.Footer-module__EZoWya__footerSection h4{font-family:var(--font-display);color:#fff;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.Footer-module__EZoWya__footerSection ul{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__footerSection li{margin-bottom:.75rem}.Footer-module__EZoWya__footerSection a{color:#ffffffb3;text-decoration:none;transition:all .2s}.Footer-module__EZoWya__footerSection a:hover{color:var(--accent)}.Footer-module__EZoWya__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__contactItem{color:#ffffffb3;align-items:flex-start;gap:.75rem;display:flex}.Footer-module__EZoWya__contactItem svg{width:1.25rem;height:1.25rem;color:var(--accent);flex-shrink:0}.Footer-module__EZoWya__footerBottom{text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0;display:flex}@media (min-width:640px){.Footer-module__EZoWya__footerBottom{flex-direction:row;justify-content:space-between}}.Footer-module__EZoWya__footerBottom p{color:#ffffff80;font-size:.875rem}.Footer-module__EZoWya__footerBottomLinks{gap:2rem;display:flex}.Footer-module__EZoWya__footerBottomLinks a{color:#ffffff80;font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__footerBottomLinks a:hover{color:var(--accent)}
.CartDrawer-module__7HZXAW__cartBackdrop{z-index:200;background:#00000080;animation:.3s CartDrawer-module__7HZXAW__fadeIn;position:fixed;inset:0}@keyframes CartDrawer-module__7HZXAW__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__7HZXAW__cartDrawer{z-index:201;background:#fff;flex-direction:column;width:100%;max-width:420px;height:100vh;animation:.3s CartDrawer-module__7HZXAW__slideIn;display:flex;position:fixed;top:0;right:0}@keyframes CartDrawer-module__7HZXAW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__7HZXAW__cartHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__7HZXAW__cartHeader h2{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:600}.CartDrawer-module__7HZXAW__closeBtn{cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background .2s}.CartDrawer-module__7HZXAW__closeBtn:hover{background:var(--bg-secondary)}.CartDrawer-module__7HZXAW__closeBtn svg{width:1.5rem;height:1.5rem;color:var(--text-secondary)}.CartDrawer-module__7HZXAW__cartEmpty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.CartDrawer-module__7HZXAW__cartEmpty svg{width:4rem;height:4rem;color:var(--text-light);margin-bottom:1rem}.CartDrawer-module__7HZXAW__cartEmpty p{color:var(--text-secondary);margin-bottom:1.5rem}.CartDrawer-module__7HZXAW__browseBtn{cursor:pointer;background:0 0;border:none}.CartDrawer-module__7HZXAW__browseBtn a{background:var(--primary);color:#fff;border-radius:9999px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.CartDrawer-module__7HZXAW__browseBtn a:hover{background:var(--primary-dark)}.CartDrawer-module__7HZXAW__cartItems{flex:1;padding:1rem;overflow-y:auto}.CartDrawer-module__7HZXAW__cartItem{border-radius:.75rem;gap:1rem;padding:1rem;transition:background .2s;display:flex}.CartDrawer-module__7HZXAW__cartItem:hover{background:var(--bg-secondary)}.CartDrawer-module__7HZXAW__itemImage{border-radius:.5rem;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__7HZXAW__itemDetails{flex:1;min-width:0}.CartDrawer-module__7HZXAW__itemDetails h4{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:600;overflow:hidden}.CartDrawer-module__7HZXAW__itemPrice{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem}.CartDrawer-module__7HZXAW__stockWarning{color:#dc2626;background:#fee2e2;border:1px solid #ef4444;border-radius:.375rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;display:flex}.CartDrawer-module__7HZXAW__stockWarning svg{flex-shrink:0;width:14px;height:14px}.CartDrawer-module__7HZXAW__quantityControl{align-items:center;gap:.5rem;display:flex}.CartDrawer-module__7HZXAW__quantityControl button{background:var(--bg-secondary);cursor:pointer;width:1.75rem;height:1.75rem;color:var(--text-primary);border:none;border-radius:.25rem;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:flex}.CartDrawer-module__7HZXAW__quantityControl button:hover:not(:disabled){background:var(--primary);color:#fff}.CartDrawer-module__7HZXAW__quantityControl button:disabled{opacity:.5;cursor:not-allowed}.CartDrawer-module__7HZXAW__quantityControl span{text-align:center;width:2rem;font-weight:600}.CartDrawer-module__7HZXAW__itemTotal{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.CartDrawer-module__7HZXAW__itemTotal>span{color:var(--primary);font-weight:600}.CartDrawer-module__7HZXAW__removeBtn{cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;transition:all .2s}.CartDrawer-module__7HZXAW__removeBtn:hover{background:var(--error)}.CartDrawer-module__7HZXAW__removeBtn:hover svg{color:#fff}.CartDrawer-module__7HZXAW__removeBtn svg{width:1.25rem;height:1.25rem;color:var(--text-light);transition:color .2s}.CartDrawer-module__7HZXAW__cartFooter{border-top:1px solid var(--border-light);background:var(--bg-secondary);padding:1.5rem}.CartDrawer-module__7HZXAW__cartTotal{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CartDrawer-module__7HZXAW__cartTotal span:first-child{color:var(--text-secondary);font-size:1rem}.CartDrawer-module__7HZXAW__totalAmount{color:var(--primary);font-size:1.5rem;font-weight:700}.CartDrawer-module__7HZXAW__shippingNote{color:var(--text-light);margin-bottom:1rem;font-size:.85rem}.CartDrawer-module__7HZXAW__viewCartBtn{width:100%;color:var(--primary);text-align:center;border:2px solid var(--primary);background:#fff;border-radius:9999px;margin-bottom:.75rem;padding:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.CartDrawer-module__7HZXAW__viewCartBtn:hover{background:var(--primary);color:#fff}.CartDrawer-module__7HZXAW__checkoutBtn{background:var(--primary);color:#fff;text-align:center;border-radius:9999px;width:100%;padding:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.CartDrawer-module__7HZXAW__checkoutBtn:hover:not(.CartDrawer-module__7HZXAW__checkoutBtnDisabled){background:var(--primary-dark)}.CartDrawer-module__7HZXAW__checkoutBtnDisabled{opacity:.6;cursor:not-allowed;pointer-events:none}.CartDrawer-module__7HZXAW__checkoutWarning{color:#dc2626;background:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem;font-weight:500;display:flex}.CartDrawer-module__7HZXAW__checkoutWarning svg{flex-shrink:0;width:18px;height:18px}.CartDrawer-module__7HZXAW__checkoutWarning span{flex:1;line-height:1.4}
.ProductCard-module__9j1fXa__productCard{background:#fff;border-radius:1rem;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 20px #00000014}.ProductCard-module__9j1fXa__productCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.ProductCard-module__9j1fXa__productImageContainer{width:100%;padding-top:100%;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__productCard .product-image{object-fit:cover;transition:transform .5s}.ProductCard-module__9j1fXa__productCard:hover .product-image{transform:scale(1.1)}.ProductCard-module__9j1fXa__discountBadge{background:var(--error);color:#fff;z-index:2;border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ProductCard-module__9j1fXa__bestsellerBadge{background:var(--accent);color:var(--bg-dark);z-index:2;border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.ProductCard-module__9j1fXa__outOfStockOverlay{z-index:3;background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__9j1fXa__outOfStockOverlay span{color:var(--text-primary);background:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600}.ProductCard-module__9j1fXa__quickAddBtn{background:var(--primary);color:#fff;cursor:pointer;opacity:0;z-index:4;white-space:nowrap;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(100%)}.ProductCard-module__9j1fXa__quickAddBtn svg{width:1rem;height:1rem}.ProductCard-module__9j1fXa__productCard:hover .ProductCard-module__9j1fXa__quickAddBtn{opacity:1;transform:translate(-50%)translateY(0)}.ProductCard-module__9j1fXa__quickAddBtn:hover{background:var(--primary-dark)}.ProductCard-module__9j1fXa__quickAddBtn:disabled{cursor:not-allowed;background:#ccc}.ProductCard-module__9j1fXa__productInfo{padding:1.25rem}.ProductCard-module__9j1fXa__productName{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.ProductCard-module__9j1fXa__productNameEn{color:var(--text-light);margin-bottom:.75rem;font-size:.875rem}.ProductCard-module__9j1fXa__productPrice{align-items:center;gap:.75rem;display:flex}.ProductCard-module__9j1fXa__currentPrice{color:var(--primary);font-size:1.25rem;font-weight:700}.ProductCard-module__9j1fXa__originalPrice{color:var(--text-light);font-size:.9rem;text-decoration:line-through}.ProductCard-module__9j1fXa__stockInfo{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.ProductCard-module__9j1fXa__stockLabel{color:var(--text-light)}.ProductCard-module__9j1fXa__stockQuantity{color:var(--primary);font-weight:600}
.form-module__hQTW_G__formPage{max-width:1200px}.form-module__hQTW_G__pageHeader{margin-bottom:2rem}.form-module__hQTW_G__backLink{color:var(--admin-text-secondary);margin-bottom:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.form-module__hQTW_G__backLink:hover{color:var(--admin-primary)}.form-module__hQTW_G__pageHeader h1{font-family:var(--font-display);color:var(--admin-text);font-size:1.75rem;font-weight:600}.form-module__hQTW_G__form{flex-direction:column;gap:2rem;display:flex}.form-module__hQTW_G__formGrid{grid-template-columns:1fr 350px;gap:2rem;display:grid}.form-module__hQTW_G__mainColumn{flex-direction:column;gap:2rem;display:flex}.form-module__hQTW_G__sideColumn{flex-direction:column;gap:1.5rem;display:flex}.form-module__hQTW_G__formSection{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:1rem;padding:1.5rem}.form-module__hQTW_G__formSection h2{font-family:var(--font-display);color:var(--admin-text);border-bottom:1px solid var(--admin-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.form-module__hQTW_G__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-module__hQTW_G__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.form-module__hQTW_G__formGroup label{color:var(--admin-text-secondary);font-size:.875rem;font-weight:500}.form-module__hQTW_G__formGroup input,.form-module__hQTW_G__formGroup select,.form-module__hQTW_G__formGroup textarea{border:1px solid var(--admin-border);background:var(--admin-bg);color:var(--admin-text);border-radius:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.form-module__hQTW_G__formGroup input:focus,.form-module__hQTW_G__formGroup select:focus,.form-module__hQTW_G__formGroup textarea:focus{border-color:var(--admin-primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.form-module__hQTW_G__formGroup textarea{resize:vertical;min-height:100px}.form-module__hQTW_G__imageUpload{border:2px dashed var(--admin-border);background:var(--admin-bg);border-radius:.75rem;overflow:hidden}.form-module__hQTW_G__uploadLabel{cursor:pointer;color:var(--admin-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;transition:all .2s;display:flex}.form-module__hQTW_G__uploadLabel:hover{background:var(--admin-hover);color:var(--admin-primary);border-color:var(--admin-primary)}.form-module__hQTW_G__uploadLabel span:first-child{font-size:2rem}.form-module__hQTW_G__imagePreview{aspect-ratio:1;position:relative}.form-module__hQTW_G__imagePreview img{object-fit:cover;width:100%;height:100%}.form-module__hQTW_G__removeImage{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.form-module__hQTW_G__removeImage:hover{background:#dc2626}.form-module__hQTW_G__checkboxGroup{flex-direction:column;gap:.75rem;display:flex}.form-module__hQTW_G__checkbox{cursor:pointer;align-items:center;gap:.75rem;display:flex}.form-module__hQTW_G__checkbox input{width:1.25rem;height:1.25rem;accent-color:var(--admin-primary)}.form-module__hQTW_G__checkbox span{color:var(--admin-text-secondary);font-size:.9rem}.form-module__hQTW_G__formActions{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:1rem;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.form-module__hQTW_G__cancelButton,.form-module__hQTW_G__submitButton{cursor:pointer;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.form-module__hQTW_G__cancelButton{background:var(--admin-hover);color:var(--admin-text-secondary);border:none}.form-module__hQTW_G__cancelButton:hover{background:var(--admin-border)}.form-module__hQTW_G__submitButton{background:var(--admin-primary);color:#fff;border:none}.form-module__hQTW_G__submitButton:hover:not(:disabled){background:var(--admin-primary-hover)}.form-module__hQTW_G__submitButton:disabled{opacity:.7;cursor:not-allowed}@media (max-width:1024px){.form-module__hQTW_G__formGrid{grid-template-columns:1fr}.form-module__hQTW_G__sideColumn{order:-1}}@media (max-width:640px){.form-module__hQTW_G__formRow{grid-template-columns:1fr}}
.page-module__-mJU_W__productsPage{max-width:1400px}.page-module__-mJU_W__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.page-module__-mJU_W__pageHeader h1{font-family:var(--font-display);color:var(--admin-text);margin-bottom:.25rem;font-size:1.75rem;font-weight:600}.page-module__-mJU_W__pageHeader p{color:var(--admin-text-secondary);font-size:.9rem}.page-module__-mJU_W__addButton{background:var(--admin-primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__-mJU_W__addButton:hover{background:var(--admin-primary-hover);transform:translateY(-1px)}.page-module__-mJU_W__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__-mJU_W__searchBox{flex:1;max-width:400px}.page-module__-mJU_W__searchInput{border:1px solid var(--admin-border);background:var(--admin-card);width:100%;color:var(--admin-text);border-radius:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.page-module__-mJU_W__searchInput:focus{border-color:var(--admin-primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.page-module__-mJU_W__stats{color:var(--admin-text-secondary);font-size:.9rem}.page-module__-mJU_W__loading,.page-module__-mJU_W__empty{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.page-module__-mJU_W__spinner{border:3px solid var(--admin-border);border-top-color:var(--admin-primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:1s linear infinite page-module__-mJU_W__spin}@keyframes page-module__-mJU_W__spin{to{transform:rotate(360deg)}}.page-module__-mJU_W__tableWrapper{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:1rem;overflow:hidden}.page-module__-mJU_W__table{border-collapse:collapse;width:100%}.page-module__-mJU_W__table th{text-align:left;background:var(--admin-bg);color:var(--admin-text-secondary);border-bottom:1px solid var(--admin-border);padding:1rem;font-size:.875rem;font-weight:600}.page-module__-mJU_W__table td{border-bottom:1px solid var(--admin-border);vertical-align:middle;color:var(--admin-text);padding:1rem}.page-module__-mJU_W__table tr:last-child td{border-bottom:none}.page-module__-mJU_W__table tr:hover td{background:var(--admin-hover)}.page-module__-mJU_W__productImage{background:var(--admin-bg);border-radius:.5rem;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.page-module__-mJU_W__noImage{font-size:1.5rem}.page-module__-mJU_W__productName{flex-direction:column;gap:.25rem;display:flex}.page-module__-mJU_W__nameCN{color:var(--admin-text);font-weight:600}.page-module__-mJU_W__nameEN{color:var(--admin-text-secondary);font-size:.8rem}.page-module__-mJU_W__price{flex-direction:column;gap:.25rem;display:flex}.page-module__-mJU_W__currentPrice{color:var(--admin-primary);font-weight:600}.page-module__-mJU_W__originalPrice{color:var(--admin-text-secondary);font-size:.8rem;text-decoration:line-through}.page-module__-mJU_W__badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.page-module__-mJU_W__inStock{color:#16a34a;background:#dcfce7}.page-module__-mJU_W__outOfStock{color:#dc2626;background:#fee2e2}.page-module__-mJU_W__active{color:#1e40af;background:#dbeafe}.page-module__-mJU_W__inactive{color:#6b7280;background:#f3f4f6}.page-module__-mJU_W__stockInfo{align-items:baseline;gap:.25rem;display:flex}.page-module__-mJU_W__stockQuantity{color:var(--admin-text);font-weight:600}.page-module__-mJU_W__stockLabel{color:var(--admin-text-secondary);font-size:.8rem}.page-module__-mJU_W__statusGroup{flex-direction:column;gap:.25rem;display:flex}.page-module__-mJU_W__tags{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__-mJU_W__tag{color:#d97706;background:#fef3c7;border-radius:.25rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.page-module__-mJU_W__actions{gap:.5rem;display:flex}.page-module__-mJU_W__editButton,.page-module__-mJU_W__deleteButton{cursor:pointer;border-radius:.375rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.page-module__-mJU_W__editButton{color:#0284c7;background:#e0f2fe;border:none}.page-module__-mJU_W__editButton:hover{background:#bae6fd}.page-module__-mJU_W__deleteButton{color:#dc2626;background:#fee2e2;border:none}.page-module__-mJU_W__deleteButton:hover:not(:disabled){background:#fecaca}.page-module__-mJU_W__deleteButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1024px){.page-module__-mJU_W__tableWrapper{overflow-x:auto}.page-module__-mJU_W__table{min-width:800px}}
.page-module__E0kJGG__hero{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--background)50%,#fff5f8 100%);align-items:center;min-height:60vh;max-height:70vh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.page-module__E0kJGG__hero{min-height:65vh;max-height:75vh}}@media (min-width:1024px){.page-module__E0kJGG__hero{min-height:70vh;max-height:80vh;overflow:visible}}.page-module__E0kJGG__heroContainer{z-index:2;align-items:center;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:0;display:flex;position:relative;overflow:visible}@media (min-width:1024px){.page-module__E0kJGG__heroContainer{padding:0 4rem}}.page-module__E0kJGG__heroContent{z-index:2;width:100%;max-width:600px;padding:3rem 2rem;position:relative}@media (min-width:768px){.page-module__E0kJGG__heroContent{padding:4rem 2rem}}@media (min-width:1024px){.page-module__E0kJGG__heroContent{max-width:650px;padding:4rem 0}}.page-module__E0kJGG__heroBadge{color:var(--primary);background:#c45c7c1a;border-radius:9999px;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;line-height:1.4;display:inline-block}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__heroBadge,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__heroBadge{padding:.4rem .875rem;font-size:.7rem}@media (min-width:640px){.page-module__E0kJGG__heroBadge{font-size:.875rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__heroBadge,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__heroBadge{font-size:.8rem}}@media (min-width:768px){.page-module__E0kJGG__heroBadge{margin-bottom:1.5rem;font-size:.9rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__heroBadge,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__heroBadge{font-size:.85rem}}.page-module__E0kJGG__hero h1{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.3}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero h1,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero h1{font-size:1.25rem;line-height:1.4}@media (min-width:640px){.page-module__E0kJGG__hero h1{font-size:2rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero h1,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero h1{font-size:1.75rem}}@media (min-width:768px){.page-module__E0kJGG__hero h1{margin-bottom:1.25rem;font-size:2.5rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero h1,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero h1{font-size:2.25rem}}@media (min-width:1024px){.page-module__E0kJGG__hero h1{margin-bottom:1.5rem;font-size:3.25rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero h1,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero h1{font-size:3rem}}.page-module__E0kJGG__hero p{color:var(--text-secondary);max-width:540px;margin-bottom:1.75rem;font-size:.875rem;line-height:1.6}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero p,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero p{font-size:.8rem;line-height:1.5}@media (min-width:640px){.page-module__E0kJGG__hero p{font-size:.95rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero p,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero p{font-size:.875rem}}@media (min-width:768px){.page-module__E0kJGG__hero p{margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero p,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero p{font-size:1rem}}@media (min-width:1024px){.page-module__E0kJGG__hero p{font-size:1.125rem}.page-module__E0kJGG__heroContent[data-lang=en] .page-module__E0kJGG__hero p,.page-module__E0kJGG__heroContent[data-lang=my] .page-module__E0kJGG__hero p{font-size:1.05rem}}.page-module__E0kJGG__heroButtons{flex-wrap:wrap;gap:.875rem;margin-bottom:2rem;display:flex}@media (max-width:639px){.page-module__E0kJGG__heroButtons{gap:.625rem;margin-bottom:1.5rem}:is(.page-module__E0kJGG__heroButtons .btn,.page-module__E0kJGG__heroButtons .btn-primary,.page-module__E0kJGG__heroButtons .btn-secondary){line-height:1.2;gap:.3rem!important;padding:.525rem 1.05rem!important;font-size:.75rem!important}.page-module__E0kJGG__heroButtons .btn svg{flex-shrink:0;width:14px!important;height:14px!important}}@media (min-width:640px){:is(.page-module__E0kJGG__heroButtons .btn,.page-module__E0kJGG__heroButtons .btn-primary,.page-module__E0kJGG__heroButtons .btn-secondary){gap:.5rem;padding:.875rem 1.75rem;font-size:1rem}.page-module__E0kJGG__heroButtons .btn svg{width:20px;height:20px}}@media (min-width:768px){.page-module__E0kJGG__heroButtons{gap:1rem;margin-bottom:2.5rem}}.page-module__E0kJGG__heroStats{flex-wrap:wrap;gap:1.5rem;display:flex}@media (min-width:640px){.page-module__E0kJGG__heroStats{gap:2rem}}.page-module__E0kJGG__stat{flex-direction:column;align-items:flex-start;display:flex}.page-module__E0kJGG__statNumber{font-family:var(--font-display);color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;line-height:1.2}@media (min-width:640px){.page-module__E0kJGG__statNumber{font-size:2rem}}.page-module__E0kJGG__statLabel{color:var(--text-light);font-size:.8rem;line-height:1.4}@media (min-width:640px){.page-module__E0kJGG__statLabel{font-size:.875rem}}.page-module__E0kJGG__heroImage{z-index:0;width:100%;height:100%;position:absolute;inset:0}@media (min-width:1024px){.page-module__E0kJGG__heroImage{width:calc(60% + 50vw - 700px + 4rem);max-width:none;left:auto;right:calc(-50vw + 700px - 4rem)}}.page-module__E0kJGG__heroImage img{object-fit:cover;object-position:center center;width:100%;height:100%}@media (min-width:1024px){.page-module__E0kJGG__heroImage img{object-position:right center}}.page-module__E0kJGG__heroImageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#fffffff2 0%,#fffc 25%,#fff6 50%,#0000 70%),linear-gradient(90deg,#ffffffe6 0%,#ffffff80 30%,#0000 60%);position:absolute;inset:0}@media (min-width:1024px){.page-module__E0kJGG__heroImageOverlay{background:linear-gradient(90deg,#fff 0%,#fffffff2 15%,#fffc 30%,#fff6 50%,#ffffff1a 70%,#0000 85%),linear-gradient(#0000 0% 70%,#ffffff26 80%,#fff6 90%,#ffffffb3 100%),radial-gradient(80% 100% at 0 100%,#fff9 0%,#fff3 40%,#0000 70%)}}.page-module__E0kJGG__heroDecoration{opacity:.15;font-size:4rem;animation:6s ease-in-out infinite page-module__E0kJGG__float;position:absolute}.page-module__E0kJGG__heroDeco1{animation-delay:0s;top:10%;right:20%}.page-module__E0kJGG__heroDeco2{animation-delay:2s;bottom:20%;right:30%}.page-module__E0kJGG__heroDeco3{animation-delay:4s;top:40%;right:10%}@keyframes page-module__E0kJGG__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.page-module__E0kJGG__features{background:#fff;padding:4rem 0}.page-module__E0kJGG__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.page-module__E0kJGG__featuresGrid{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__featureCard{text-align:center;padding:2rem 1rem}.page-module__E0kJGG__featureIcon{margin-bottom:1rem;font-size:2.5rem}.page-module__E0kJGG__featureCard h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module__E0kJGG__featureCard p{color:var(--text-secondary);font-size:.9rem}.page-module__E0kJGG__categoriesSection{padding:5rem 0}.page-module__E0kJGG__categoriesGrid{grid-template-rows:repeat(3,200px);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.page-module__E0kJGG__categoriesGrid{grid-template-rows:repeat(2,250px);grid-template-columns:repeat(3,1fr)}}.page-module__E0kJGG__categoryCard{cursor:pointer;border-radius:1rem;position:relative;overflow:hidden}.page-module__E0kJGG__categoryLarge{grid-row:span 2}@media (max-width:767px){.page-module__E0kJGG__categoryLarge{grid-row:span 1}}.page-module__E0kJGG__categoryOverlay{background:linear-gradient(#0000 40%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:all .3s;display:flex;position:absolute;inset:0}.page-module__E0kJGG__categoryCard:hover .page-module__E0kJGG__categoryOverlay{background:linear-gradient(#c45c7c4d 0%,#c45c7ccc 100%)}.page-module__E0kJGG__categoryOverlay h3{font-family:var(--font-display);color:#fff;font-size:1rem;font-weight:600}.page-module__E0kJGG__categoryOverlay span{color:#fffc;font-size:.9rem}.page-module__E0kJGG__featuredSection,.page-module__E0kJGG__bestsellersSection{padding:5rem 0}.page-module__E0kJGG__bestsellersSection{background:var(--bg-secondary)}.page-module__E0kJGG__viewAll{text-align:center;margin-top:3rem}.page-module__E0kJGG__promoSection{padding:5rem 0}.page-module__E0kJGG__promoBanner{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);border-radius:1.5rem;grid-template-columns:1fr;gap:2rem;display:grid;overflow:hidden}@media (min-width:768px){.page-module__E0kJGG__promoBanner{grid-template-columns:1fr 1fr}}.page-module__E0kJGG__promoContent{color:#fff;padding:3rem}.page-module__E0kJGG__promoTag{background:#fff3;border-radius:9999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;display:inline-block}.page-module__E0kJGG__promoContent h2{font-family:var(--font-display);margin-bottom:1rem;font-size:2rem;font-weight:600}.page-module__E0kJGG__promoContent p{opacity:.9;margin-bottom:1.5rem}.page-module__E0kJGG__promoCode{background:#fff3;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;display:inline-block}.page-module__E0kJGG__promoCode strong{font-size:1.25rem}.page-module__E0kJGG__promoImage{min-height:300px;position:relative}.page-module__E0kJGG__howItWorks{background:#fff;padding:5rem 0}.page-module__E0kJGG__stepsGrid{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;display:flex}.page-module__E0kJGG__step{text-align:center;max-width:200px;padding:1rem}.page-module__E0kJGG__stepNumber{background:var(--primary);color:#fff;width:3rem;height:3rem;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:600;display:flex}.page-module__E0kJGG__step h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module__E0kJGG__step p{color:var(--text-secondary);font-size:.9rem}.page-module__E0kJGG__stepArrow{color:var(--primary-light);padding-top:1.5rem;font-size:1.5rem;display:none}@media (min-width:768px){.page-module__E0kJGG__stepArrow{display:block}}.page-module__E0kJGG__testimonialsSection{background:var(--bg-secondary);padding:5rem 0}.page-module__E0kJGG__testimonialsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.page-module__E0kJGG__testimonialsGrid{grid-template-columns:repeat(3,1fr)}}.page-module__E0kJGG__testimonialCard{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014}.page-module__E0kJGG__testimonialStars{margin-bottom:1rem}.page-module__E0kJGG__testimonialCard p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.8}.page-module__E0kJGG__testimonialAuthor{flex-direction:column;gap:.25rem;display:flex}.page-module__E0kJGG__authorName{color:var(--text-primary);font-weight:600}.page-module__E0kJGG__authorLocation{color:var(--text-light);font-size:.875rem}.page-module__E0kJGG__ctaSection{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);padding:5rem 0}.page-module__E0kJGG__ctaContent{text-align:center;color:#fff}.page-module__E0kJGG__ctaContent h2{font-family:var(--font-display);margin-bottom:1rem;font-size:2.5rem;font-weight:600}.page-module__E0kJGG__ctaContent p{opacity:.9;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.page-module__E0kJGG__ctaContent .btn-primary{color:var(--primary);background:#fff}.page-module__E0kJGG__ctaContent .btn-primary:hover{background:var(--accent);color:var(--bg-dark)}
.page-module__q26sda__notFound{text-align:center;padding:8rem 2rem}.page-module__q26sda__notFound h1{font-family:var(--font-display);margin-bottom:1rem;font-size:2rem}.page-module__q26sda__notFound p{color:var(--text-secondary);margin-bottom:2rem}.page-module__q26sda__productDetailPage{padding-bottom:4rem}.page-module__q26sda__productDetail{grid-template-columns:1fr;gap:3rem;padding:2rem 0;display:grid}@media (min-width:1024px){.page-module__q26sda__productDetail{grid-template-columns:1fr 1fr}}.page-module__q26sda__productGallery{height:fit-content}@media (min-width:1024px){.page-module__q26sda__productGallery{position:sticky;top:100px}}.page-module__q26sda__mainImage{background:var(--bg-secondary);border-radius:1rem;width:100%;padding-top:100%;position:relative;overflow:hidden}.page-module__q26sda__discountBadge{background:var(--error);color:#fff;z-index:2;border-radius:9999px;padding:.5rem 1rem;font-weight:600;position:absolute;top:1rem;left:1rem}.page-module__q26sda__thumbnailList{gap:.75rem;margin-top:1rem;display:flex}.page-module__q26sda__thumbnail{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:.5rem;width:80px;height:80px;padding:0;transition:all .2s;position:relative;overflow:hidden}.page-module__q26sda__thumbnail:hover{border-color:var(--primary-light)}.page-module__q26sda__thumbnail.page-module__q26sda__active{border-color:var(--primary)}.page-module__q26sda__productInfo{padding:1rem 0}.page-module__q26sda__productBadges{gap:.5rem;margin-bottom:1rem;display:flex}.page-module__q26sda__productTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.page-module__q26sda__productNameEn{color:var(--text-light);margin-bottom:1.5rem;font-size:1.125rem}.page-module__q26sda__productPriceSection{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__q26sda__currentPrice{color:var(--primary);font-size:2rem;font-weight:700}.page-module__q26sda__originalPrice{color:var(--text-light);font-size:1.25rem;text-decoration:line-through}.page-module__q26sda__saveBadge{color:#e65100;background:#fff3e0;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.page-module__q26sda__stockInfo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;display:flex}.page-module__q26sda__stockLabel{color:var(--text-light)}.page-module__q26sda__stockQuantity{color:var(--primary);font-weight:600}.page-module__q26sda__stockQuantity.page-module__q26sda__lowStock{color:#ef4444}.page-module__q26sda__stockWarning{color:#ef4444;margin-top:.5rem;font-size:.875rem;font-weight:500}.page-module__q26sda__productDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.page-module__q26sda__productTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.page-module__q26sda__tag{background:var(--bg-secondary);color:var(--text-secondary);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.page-module__q26sda__divider{background:var(--border-light);height:1px;margin:1.5rem 0}.page-module__q26sda__quantitySection{margin-bottom:1.5rem}.page-module__q26sda__quantitySection label{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.page-module__q26sda__quantitySelector{border:2px solid var(--border-light);border-radius:.5rem;align-items:center;width:fit-content;display:flex;overflow:hidden}.page-module__q26sda__quantitySelector button{background:var(--bg-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.page-module__q26sda__quantitySelector button:hover:not(:disabled){background:var(--primary);color:#fff}.page-module__q26sda__quantitySelector button:disabled{opacity:.5;cursor:not-allowed}.page-module__q26sda__quantitySelector input{text-align:center;border:none;width:4rem;height:3rem;font-size:1rem;font-weight:600}.page-module__q26sda__quantitySelector input:focus{outline:none}.page-module__q26sda__messageSection{margin-bottom:1.5rem}.page-module__q26sda__messageToggle{border:2px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.page-module__q26sda__messageToggle:hover{border-color:var(--primary);color:var(--primary)}.page-module__q26sda__messageToggle svg{width:1.25rem;height:1.25rem}.page-module__q26sda__messageInput{border:2px solid var(--border-light);resize:vertical;border-radius:.5rem;width:100%;margin-top:.75rem;padding:1rem;font-size:1rem;transition:border-color .2s}.page-module__q26sda__messageInput:focus{border-color:var(--primary);outline:none}.page-module__q26sda__actionButtons{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.page-module__q26sda__actionButtons button{justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;display:flex}.page-module__q26sda__actionButtons svg{width:1.25rem;height:1.25rem}.page-module__q26sda__actionButtons button:disabled{cursor:not-allowed;background:#ccc}.page-module__q26sda__deliveryInfo{background:var(--bg-secondary);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__q26sda__infoItem{align-items:flex-start;gap:1rem;display:flex}.page-module__q26sda__infoItem svg{width:1.5rem;height:1.5rem;color:var(--primary);flex-shrink:0}.page-module__q26sda__infoItem strong{color:var(--text-primary);margin-bottom:.25rem;font-weight:600;display:block}.page-module__q26sda__infoItem p{color:var(--text-secondary);font-size:.875rem}.page-module__q26sda__relatedSection{border-top:1px solid var(--border-light);margin-top:4rem;padding:4rem 0}.page-module__q26sda__relatedSection .section-title{margin-bottom:2rem}
.page-module__ox25rq__productsPage{min-height:100vh;padding-bottom:4rem}.page-module__ox25rq__productsLayout{grid-template-columns:1fr;gap:2rem;padding:2rem 0;display:grid}@media (min-width:1024px){.page-module__ox25rq__productsLayout{grid-template-columns:280px 1fr}}.page-module__ox25rq__filtersSidebar{display:none}@media (min-width:1024px){.page-module__ox25rq__filtersSidebar{height:fit-content;display:block;position:sticky;top:100px}}.page-module__ox25rq__filterSection{background:#fff;border-radius:1rem;margin-bottom:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.page-module__ox25rq__filterSection h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.page-module__ox25rq__searchInput{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238b9caa'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");background-position:.75rem;background-repeat:no-repeat;background-size:1.25rem;padding-left:2.5rem}.page-module__ox25rq__categoryFilters{flex-direction:column;gap:.5rem;display:flex}.page-module__ox25rq__categoryBtn{text-align:left;cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.page-module__ox25rq__categoryBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.page-module__ox25rq__categoryBtn.page-module__ox25rq__active{background:var(--primary);color:#fff}.page-module__ox25rq__count{background:#0000001a;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem}.page-module__ox25rq__categoryBtn.page-module__ox25rq__active .page-module__ox25rq__count{background:#fff3}.page-module__ox25rq__mobileFilters{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (min-width:1024px){.page-module__ox25rq__mobileFilters{display:none}}.page-module__ox25rq__productsHeader{margin-bottom:1.5rem}.page-module__ox25rq__resultsCount{color:var(--text-secondary)}.page-module__ox25rq__noProducts{text-align:center;background:#fff;border-radius:1rem;padding:4rem 2rem}.page-module__ox25rq__noProducts svg{width:4rem;height:4rem;color:var(--text-light);margin-bottom:1rem}.page-module__ox25rq__noProducts h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module__ox25rq__noProducts p{color:var(--text-secondary);margin-bottom:1.5rem}
