@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--background:#f8fafc;--surface:#fff;--surface-hover:#f1f5f9;--primary:#34a853;--primary-hover:#2e8b45;--secondary:#0a4a1c;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--danger:#ef4444;--success:#10b981;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #00000014;--shadow-glow:0 0 20px #34a85333}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text-main);flex-direction:column;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;display:flex;position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}input{outline:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.page-layout{flex:1;gap:32px;margin-top:32px;display:flex}@media (max-width:768px){.container{padding:0 16px}.page-layout{flex-direction:column;gap:16px;margin-top:16px;padding-bottom:90px}}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #0000000d;box-shadow:0 4px 30px #00000005}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:10px 20px;font-size:.95rem;font-weight:600}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-outline{color:var(--primary);border-radius:var(--radius-sm);border:1px solid var(--primary);background-color:#0000;padding:10px 20px;font-size:.95rem;font-weight:600}.btn-outline:hover{background-color:var(--primary);color:#fff;border-color:var(--primary)}
.Header-module__28CyKa__topBanner{color:#666;background-color:#fafafa;border-bottom:1px solid #eee;padding:8px 0;font-size:.75rem}.Header-module__28CyKa__topBannerContent{justify-content:flex-end;gap:20px;display:flex}.Header-module__28CyKa__topBannerLink{color:#666;transition:color .2s}.Header-module__28CyKa__topBannerLink:hover{color:var(--primary)}.Header-module__28CyKa__header{z-index:100;background:#fff;padding:12px 0;position:sticky;top:0}.Header-module__28CyKa__nav{align-items:center;gap:40px;display:flex}.Header-module__28CyKa__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__28CyKa__logo img{width:auto;height:60px;transition:height .2s}.Header-module__28CyKa__searchWrapper{flex:1;position:relative}.Header-module__28CyKa__searchInput{color:#333;background-color:#f3f3f3;border:2px solid #0000;border-radius:6px;width:100%;padding:12px 48px 12px 16px;font-size:.9rem;transition:all .2s}.Header-module__28CyKa__searchInput:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #f2734a1a}.Header-module__28CyKa__searchForm{width:100%;display:flex;position:relative}.Header-module__28CyKa__searchIconWrapper{width:48px;height:100%;color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.Header-module__28CyKa__suggestionsDropdown{z-index:1000;background:#fff;border:1px solid #eee;border-radius:12px;margin-top:8px;animation:.2s Header-module__28CyKa__slideDown;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes Header-module__28CyKa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__28CyKa__suggestionSection{border-bottom:1px solid #f5f5f5;padding:12px 0}.Header-module__28CyKa__suggestionSection:last-child{border-bottom:none}.Header-module__28CyKa__suggestionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 16px 8px;font-size:.75rem;font-weight:800}.Header-module__28CyKa__suggestionItem{color:var(--text-main);align-items:center;gap:12px;padding:10px 16px;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__28CyKa__suggestionItem:hover{color:var(--primary);background-color:#f8f9fa}.Header-module__28CyKa__suggestionProductImg{background:#f1f1f1;border-radius:6px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.Header-module__28CyKa__suggestionProductImg img{object-fit:cover;width:100%;height:100%}.Header-module__28CyKa__suggestionProductInfo{flex-direction:column;display:flex}.Header-module__28CyKa__suggestionProductName{white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:.85rem;font-weight:600;overflow:hidden}.Header-module__28CyKa__suggestionProductPrice{color:var(--primary);font-size:.8rem;font-weight:700}.Header-module__28CyKa__noSuggestions{text-align:center;color:var(--text-muted);padding:24px;font-size:.9rem}.Header-module__28CyKa__searchAllFooter{text-align:center;color:var(--primary);cursor:pointer;background-color:#f8f9fa;border-top:1px solid #eee;padding:14px;font-size:.85rem;font-weight:700}.Header-module__28CyKa__searchAllFooter:hover{background-color:#f1f3f5}.Header-module__28CyKa__actions{flex-shrink:0;align-items:center;gap:24px;display:flex}.Header-module__28CyKa__actionItem{color:#333;cursor:pointer;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__28CyKa__actionItem:hover{color:var(--primary)}.Header-module__28CyKa__badge{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;display:flex;position:absolute;top:-5px;right:2px}.Header-module__28CyKa__categoryBar{background:#fff;border-bottom:1px solid #eee;padding:10px 0}.Header-module__28CyKa__categoryNav{scrollbar-width:none;align-items:center;gap:25px;display:flex;overflow-x:auto}.Header-module__28CyKa__categoryNav::-webkit-scrollbar{display:none}.Header-module__28CyKa__categoryItem{color:#333;white-space:nowrap;padding-bottom:4px;font-size:.85rem;font-weight:700;text-decoration:none;position:relative}.Header-module__28CyKa__categoryItem:hover,.Header-module__28CyKa__categoryItemActive{color:var(--primary)}.Header-module__28CyKa__categoryItemActive:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:0;left:0}.Header-module__28CyKa__categoryRed{color:#ef4444!important}.Header-module__28CyKa__newBadge{color:#fff;vertical-align:middle;background:#ef4444;border-radius:4px;margin-left:4px;padding:1px 4px;font-size:.6rem}.Header-module__28CyKa__profileDropdownContainer{align-items:center;gap:24px;display:flex;position:relative}.Header-module__28CyKa__notificationContainer{position:relative}.Header-module__28CyKa__notificationDropdown{z-index:1000;background:#fff;border:1px solid #eee;border-radius:12px;width:320px;margin-top:12px;animation:.2s Header-module__28CyKa__slideDown;position:absolute;top:100%;right:-100px;overflow:hidden;box-shadow:0 10px 25px #00000026}.Header-module__28CyKa__dropdownHeader{color:var(--text-main);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;font-size:.9rem;font-weight:800;display:flex}.Header-module__28CyKa__allReadLink{color:var(--primary);font-size:.75rem;font-weight:600}.Header-module__28CyKa__notificationList{max-height:400px;overflow-y:auto}.Header-module__28CyKa__notificationItem{cursor:pointer;border-bottom:1px solid #f5f5f5;padding:14px 16px;transition:background .2s}.Header-module__28CyKa__notificationItem:hover{background:#fcfcfc}.Header-module__28CyKa__unread{background-color:#f1fcf4}.Header-module__28CyKa__unread:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;left:8px}.Header-module__28CyKa__notifContent p{color:var(--text-main);margin-bottom:4px;font-size:.85rem;line-height:1.4}.Header-module__28CyKa__notifTime{color:var(--text-muted);font-size:.7rem}.Header-module__28CyKa__emptyNotifs{text-align:center;color:var(--text-muted);padding:30px;font-size:.85rem}.Header-module__28CyKa__iconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Header-module__28CyKa__dropdownMenu{opacity:0;visibility:hidden;z-index:200;background:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;gap:2px;width:220px;padding:8px;transition:all .2s;display:flex;position:absolute;top:100%;right:0;transform:translateY(10px);box-shadow:0 10px 25px #0000001a}.Header-module__28CyKa__accountWrapper{position:relative}.Header-module__28CyKa__accountWrapper:hover .Header-module__28CyKa__dropdownMenu{opacity:1;visibility:visible;transform:translateY(10px)}.Header-module__28CyKa__dropdownItem{color:#666;border-radius:6px;align-items:center;gap:10px;padding:12px;font-size:.85rem;text-decoration:none;display:flex}.Header-module__28CyKa__dropdownItem:hover{color:var(--primary);background:#fff5f2}.Header-module__28CyKa__dropdownDivider{background:#eee;height:1px;margin:4px 0}.Header-module__28CyKa__hamburger{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s;display:none}.Header-module__28CyKa__hamburger:hover{color:var(--primary)}.Header-module__28CyKa__drawerOverlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;width:100%;height:100%;animation:.3s Header-module__28CyKa__fadeIn;position:fixed;top:0;left:0}.Header-module__28CyKa__drawer{background:#fff;flex-direction:column;width:300px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) Header-module__28CyKa__slideInLeft;display:flex;position:absolute;top:0;left:0;box-shadow:10px 0 30px #0000001a}@keyframes Header-module__28CyKa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__28CyKa__slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.Header-module__28CyKa__drawerHeader{border-bottom:1px solid #f1f1f1;justify-content:space-between;align-items:center;padding:20px;display:flex}.Header-module__28CyKa__drawerLogo img{height:32px}.Header-module__28CyKa__drawerClose{color:#666;cursor:pointer;background:#f8f9fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Header-module__28CyKa__drawerClose:hover{color:var(--primary);background:#eee}.Header-module__28CyKa__drawerContent{flex:1;padding:24px 20px;overflow-y:auto}.Header-module__28CyKa__drawerTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:.75rem;font-weight:800}.Header-module__28CyKa__drawerNav{flex-direction:column;gap:8px;display:flex}.Header-module__28CyKa__drawerItem{color:var(--text-main);border-radius:12px;align-items:center;gap:16px;padding:14px 16px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Header-module__28CyKa__drawerItem:hover{color:var(--primary);background:#fff5f2}.Header-module__28CyKa__drawerIcon{font-size:1.25rem}.Header-module__28CyKa__drawerDivider{background:#f1f1f1;height:1px;margin:32px 0}.Header-module__28CyKa__drawerFooterLinks{flex-direction:column;gap:16px;display:flex}.Header-module__28CyKa__drawerFooterLinks a{color:#666;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.Header-module__28CyKa__drawerFooterLinks a:hover{color:var(--primary)}@media (max-width:768px){.Header-module__28CyKa__topBanner,.Header-module__28CyKa__categoryBar,.Header-module__28CyKa__topBannerLink,.Header-module__28CyKa__actionItem span{display:none!important}.Header-module__28CyKa__header{z-index:1000;background:#fff;padding:12px 0;position:sticky;top:0}.Header-module__28CyKa__nav{grid-template-columns:auto 1fr auto;grid-template-areas:"hamburger logo actions""search search search";align-items:center;gap:12px;width:100%;display:grid}.Header-module__28CyKa__hamburger{grid-area:hamburger;display:flex}.Header-module__28CyKa__logo{grid-area:logo;align-items:center;display:flex}.Header-module__28CyKa__logo img{object-fit:contain;max-width:140px;height:36px}.Header-module__28CyKa__searchWrapper{grid-area:search;width:100%}.Header-module__28CyKa__actions{grid-area:actions;justify-content:flex-end;gap:16px;display:flex}.Header-module__28CyKa__searchInput{background-color:#f5f5f5;border-radius:10px;padding:10px 40px 10px 12px;font-size:.85rem}.Header-module__28CyKa__searchIconWrapper{width:36px}}
.Footer-module__Jy3reG__footer{background-color:var(--surface);border-top:1px solid var(--border);margin-top:64px;padding:64px 0 24px}.Footer-module__Jy3reG__footerGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:48px;display:grid}@media (max-width:640px){.Footer-module__Jy3reG__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__Jy3reG__footer{padding:40px 0 24px}}.Footer-module__Jy3reG__footerCol{flex-direction:column;display:flex}.Footer-module__Jy3reG__footerLogo{margin-bottom:16px;display:inline-block}.Footer-module__Jy3reG__footerDescription{color:var(--text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.6}.Footer-module__Jy3reG__socialLinks{gap:16px;display:flex}.Footer-module__Jy3reG__socialIcon{background-color:var(--background);width:40px;height:40px;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__Jy3reG__socialIcon:hover{background-color:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px)}.Footer-module__Jy3reG__colTitle{color:var(--text-main);margin-bottom:20px;font-size:1.1rem;font-weight:700}.Footer-module__Jy3reG__linkList{flex-direction:column;gap:12px;display:flex}.Footer-module__Jy3reG__footerLink{color:var(--text-muted);font-size:.95rem;transition:color .2s}.Footer-module__Jy3reG__footerLink:hover{color:var(--primary)}.Footer-module__Jy3reG__footerBottom{border-top:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:16px;padding-top:24px;display:flex}@media (min-width:768px){.Footer-module__Jy3reG__footerBottom{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__Jy3reG__copyright{color:var(--text-muted);font-size:.9rem}.Footer-module__Jy3reG__bottomLinks{gap:24px;display:flex}.Footer-module__Jy3reG__bottomLink{color:var(--text-muted);font-size:.9rem;transition:color .2s}.Footer-module__Jy3reG__bottomLink:hover{color:var(--primary)}.Footer-module__Jy3reG__paymentMethods{color:var(--text-muted);align-items:center;gap:12px;display:flex}
.BottomNav-module__DRtkqG__bottomNav{-webkit-backdrop-filter:blur(15px);z-index:10000;width:100%;height:65px;padding-bottom:env(safe-area-inset-bottom,0px);height:calc(65px + env(safe-area-inset-bottom,0px));background:#fffffffa;border-top:1px solid #00000014;justify-content:space-around;align-items:center;display:none;position:fixed;left:0;right:0;box-shadow:0 -5px 15px #0000000d;bottom:0!important}.BottomNav-module__DRtkqG__navItem{color:#333;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;height:100%;text-decoration:none;transition:all .2s;display:flex}.BottomNav-module__DRtkqG__iconWrapper{color:#666;justify-content:center;align-items:center;transition:color .2s;display:flex}.BottomNav-module__DRtkqG__navText{color:#999;font-size:.65rem;font-weight:600}.BottomNav-module__DRtkqG__active .BottomNav-module__DRtkqG__iconWrapper,.BottomNav-module__DRtkqG__active .BottomNav-module__DRtkqG__navText{color:var(--primary)}@media (max-width:768px){.BottomNav-module__DRtkqG__bottomNav{display:flex}}
