@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--primary-color:#0098ff;--primary-hover:#07c;--primary-light:#e6f5ff;--background:#f8fafc;--surface:#fff;--surface-hover:#f1f5f9;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-sans:"Outfit", sans-serif;--border-radius-sm:6px;--border-radius-md:12px;--border-radius-lg:20px;--header-height:80px}[data-theme=dark]{--background:#090d16;--surface:#131a26;--surface-hover:#1e293b;--border:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#64748b;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -2px #0006;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-sans);background-color:var(--background);color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInUp}
.Header-module__hBw1pG__header{z-index:100;height:var(--header-height);background-color:rgba(var(--surface), .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);align-items:center;transition:background-color .3s,border-color .3s;display:flex;position:sticky;top:0}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__logo{align-items:center;display:flex}.Header-module__hBw1pG__logoImg{object-fit:contain;width:auto;height:55px;display:block}.Header-module__hBw1pG__logoVua{color:var(--text-primary);font-size:26px;font-weight:800}.Header-module__hBw1pG__logoPin{color:var(--primary-color);margin-top:-4px;font-size:26px;font-weight:800}.Header-module__hBw1pG__logoSubtitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-top:2px;font-size:10px;font-weight:600}.Header-module__hBw1pG__searchForm{flex:1;max-width:500px;display:flex;position:relative}.Header-module__hBw1pG__searchInput{background-color:var(--background);border:1.5px solid var(--border);border-radius:30px;width:100%;padding:12px 50px 12px 20px;font-size:14px;transition:border-color .2s,box-shadow .2s}.Header-module__hBw1pG__searchInput:focus{border-color:var(--primary-color);background-color:var(--surface);box-shadow:0 0 0 3px #0098ff26}.Header-module__hBw1pG__searchButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .2s,transform .1s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.Header-module__hBw1pG__searchButton:hover{background-color:var(--primary-hover)}.Header-module__hBw1pG__searchButton:active{transform:translateY(-50%)scale(.95)}.Header-module__hBw1pG__nav{align-items:center;gap:28px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);padding:8px 0;font-size:16px;font-weight:600;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--primary-color)}.Header-module__hBw1pG__dropdown{position:relative}.Header-module__hBw1pG__dropdownTrigger{color:var(--text-secondary);cursor:pointer;align-items:center;gap:4px;padding:8px 0;font-size:16px;font-weight:600;display:flex}.Header-module__hBw1pG__dropdownTrigger:hover{color:var(--primary-color)}.Header-module__hBw1pG__dropdownTrigger:after{content:"";border:2px solid;border-width:0 2px 2px 0;margin-top:-3px;padding:3px;display:inline-block;transform:rotate(45deg)}.Header-module__hBw1pG__dropdownMenu{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);opacity:0;min-width:260px;max-height:70vh;padding:8px;transition:opacity .2s,transform .2s;display:none;position:absolute;top:100%;left:50%;overflow-y:auto;transform:translate(-50%)translateY(10px)}.Header-module__hBw1pG__dropdownMenu::-webkit-scrollbar{width:5px}.Header-module__hBw1pG__dropdownMenu::-webkit-scrollbar-track{background:0 0}.Header-module__hBw1pG__dropdownMenu::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px}.Header-module__hBw1pG__dropdown:hover .Header-module__hBw1pG__dropdownMenu{opacity:1;display:block;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownLink{border-radius:var(--border-radius-sm);color:var(--text-secondary);padding:10px 16px;font-size:15px;font-weight:500;display:block}.Header-module__hBw1pG__dropdownLink:hover{background-color:var(--surface-hover);color:var(--primary-color)}.Header-module__hBw1pG__submenuItem{position:relative}.Header-module__hBw1pG__parentLink{color:var(--text-primary);justify-content:space-between;align-items:center;font-weight:600;display:flex}.Header-module__hBw1pG__parentLink .Header-module__hBw1pG__chevron{opacity:.5;flex-shrink:0;transition:transform .2s}.Header-module__hBw1pG__submenuItem:hover .Header-module__hBw1pG__parentLink .Header-module__hBw1pG__chevron{opacity:1;color:var(--primary-color)}.Header-module__hBw1pG__mobileToggle{display:none}.Header-module__hBw1pG__submenu{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-md);min-width:220px;max-height:60vh;box-shadow:var(--shadow-lg);opacity:0;z-index:110;padding:8px;transition:opacity .2s,transform .2s;display:none;position:absolute;top:0;left:100%;overflow-y:auto;transform:translate(4px)}.Header-module__hBw1pG__submenu::-webkit-scrollbar{width:5px}.Header-module__hBw1pG__submenu::-webkit-scrollbar-track{background:0 0}.Header-module__hBw1pG__submenu::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px}.Header-module__hBw1pG__submenuItem:hover>.Header-module__hBw1pG__submenu{opacity:1;display:block;transform:translate(0)}.Header-module__hBw1pG__submenuLink{border-radius:var(--border-radius-sm);color:var(--text-secondary);white-space:nowrap;padding:8px 14px;font-size:14px;font-weight:500;display:block}.Header-module__hBw1pG__submenuLink:hover{background-color:var(--surface-hover);color:var(--primary-color)}.Header-module__hBw1pG__chevronDown{flex-shrink:0;transition:transform .25s}.Header-module__hBw1pG__chevronRotated{transform:rotate(180deg)}.Header-module__hBw1pG__actions{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__themeToggle,.Header-module__hBw1pG__cartIcon,.Header-module__hBw1pG__mobileMenuTrigger{border:1.5px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Header-module__hBw1pG__themeToggle:hover,.Header-module__hBw1pG__cartIcon:hover,.Header-module__hBw1pG__mobileMenuTrigger:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:var(--surface-hover)}.Header-module__hBw1pG__cartBadge{color:#fff;border:2px solid var(--surface);background-color:#ff4d4f;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__hBw1pG__mobileMenuTrigger{display:none}@media (max-width:991px){.Header-module__hBw1pG__searchForm{display:none}}@media (max-width:768px){.Header-module__hBw1pG__nav{top:var(--header-height);background-color:var(--surface);border-bottom:1px solid var(--border);width:100%;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;gap:16px;max-height:80vh;padding:20px;display:none;position:absolute;left:0;overflow-y:auto}.Header-module__hBw1pG__navActive{display:flex}.Header-module__hBw1pG__parentLink{display:none!important}.Header-module__hBw1pG__mobileToggle{border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 16px;font-size:15px;font-weight:600;display:flex}.Header-module__hBw1pG__mobileToggle:hover{background-color:var(--surface-hover);color:var(--primary-color)}.Header-module__hBw1pG__submenu{box-shadow:none;min-width:unset;opacity:1;border:none;max-height:0;padding:0 0 0 16px;transition:max-height .3s;display:block;position:static;left:auto;overflow:hidden;transform:none}.Header-module__hBw1pG__submenuExpanded{max-height:1000px}.Header-module__hBw1pG__submenuItem:hover>.Header-module__hBw1pG__submenu{opacity:1;max-height:0;display:block}.Header-module__hBw1pG__submenuItem:hover>.Header-module__hBw1pG__submenuExpanded{max-height:1000px}.Header-module__hBw1pG__dropdownMenu{box-shadow:none;opacity:1;min-width:unset;max-height:unset;border:none;padding-left:20px;display:block;position:static;overflow-y:visible;transform:none}.Header-module__hBw1pG__dropdownTrigger:after{display:none}.Header-module__hBw1pG__mobileMenuTrigger{display:flex}}
.Footer-module__S6Hkya__footer{background-color:var(--surface);border-top:1px solid var(--border);margin-top:auto;padding:60px 0 20px;transition:background-color .3s,border-color .3s}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{margin-bottom:16px;font-size:24px;font-weight:800}.Footer-module__S6Hkya__logoVua{color:var(--text-primary)}.Footer-module__S6Hkya__logoPin{color:var(--primary-color)}.Footer-module__S6Hkya__description{color:var(--text-secondary);font-size:14px;line-height:1.6}.Footer-module__S6Hkya__title{color:var(--text-primary);margin-bottom:20px;font-size:16px;font-weight:700;position:relative}.Footer-module__S6Hkya__title:after{content:"";background-color:var(--primary-color);border-radius:2px;width:40px;height:2.5px;position:absolute;bottom:-6px;left:0}.Footer-module__S6Hkya__list,.Footer-module__S6Hkya__contactList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);font-size:14px;font-weight:500}.Footer-module__S6Hkya__link:hover{color:var(--primary-color);padding-left:4px}.Footer-module__S6Hkya__contactList{color:var(--text-secondary);font-size:14px;line-height:1.5}.Footer-module__S6Hkya__contactLink{color:var(--primary-color);font-weight:600}.Footer-module__S6Hkya__contactLink:hover{text-decoration:underline}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border);text-align:center;padding-top:20px}.Footer-module__S6Hkya__copy{color:var(--text-muted);font-size:13px}@media (max-width:991px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:576px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:30px}}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;height:60px;display:block}
:root{--lg-bg-color:#fff;--lg-bg-hover:#fff;--lg-highlight:#fff;--lg-border-light:#fff;--lg-border-dark:#fff9;--lg-shadow-main:#00000040;--lg-shadow-deep:#1f26874d;--transition-smooth:cubic-bezier(.175, .885, .32, 1.5)}.liquid-dock{z-index:9999;min-width:450px;height:44px;transition:all .5s var(--transition-smooth);border-radius:24px;padding:0;position:fixed;bottom:10px;left:50%;transform:translate(-50%)}.liquid-dock.menu-open-hide{opacity:0;pointer-events:none;transform:translate(-50%)translateY(100%)}.glass-filter{z-index:0;border-radius:inherit;-webkit-backdrop-filter:blur(2px);filter:url(#liquid-distortion);isolation:isolate;position:absolute;inset:0;overflow:hidden}.glass-overlay{z-index:1;border-radius:inherit;background:linear-gradient(135deg, var(--lg-bg-color) 0%, #ffffffbf 50%, var(--lg-bg-color) 100%);transition:background .4s;position:absolute;inset:0}.liquid-dock:hover .glass-overlay{background:linear-gradient(135deg, var(--lg-bg-hover) 0%, #ffffffe6 50%, var(--lg-bg-hover) 100%)}.glass-specular{z-index:2;border-radius:inherit;border:1px solid #fff3;border-top:1.5px solid var(--lg-border-light);border-left:1px solid #fff6;border-bottom:1px solid var(--lg-border-dark);box-shadow:inset 1px 1px 0 var(--lg-highlight), inset 0 0 20px #ffffff1a, inset 0 -1px 10px #0000000d;pointer-events:none;position:absolute;inset:0;overflow:hidden}.liquid-dock:before{content:"";z-index:-1;border-radius:inherit;box-shadow:0 25px 50px -12px var(--lg-shadow-main), 0 0 40px var(--lg-shadow-deep), 0 8px 16px -8px #0003;background:0 0;transition:box-shadow .4s;position:absolute;inset:-2px}.liquid-dock:hover:before{box-shadow:0 35px 70px -15px #00000040, 0 0 60px var(--lg-shadow-deep), 0 15px 30px -10px #0000004d}.dock-content{z-index:10;opacity:1;justify-content:center;align-items:center;gap:8px;height:100%;padding:0 24px;transition:opacity .3s .2s;display:flex;position:relative}.liquid-dock.minimized .dock-content{opacity:0;display:none}.glass-bubble{-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;z-index:5;width:80px;height:38px;transition:transform .35s var(--transition-smooth), opacity .25s ease, width .3s ease;background:radial-gradient(at 30% 20%,#ffffffe6 0%,#fff6 15%,#ffffff26 40%,#ffffff0d 100%);border:1px solid #ffffff80;border-radius:20px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 8px 32px #1f268726,inset -3px -3px 15px #ffffff26,inset 3px 3px 15px #fff9,0 2px 4px #0000001a}.dock-item{cursor:pointer;z-index:10;background:0 0;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:50px;padding:6px 12px;font-family:inherit;text-decoration:none;transition:all .2s;display:flex;position:relative}.dock-item svg{filter:drop-shadow(0 2px 3px #00000026);width:22px;height:22px;transition:all .2s}.dock-item img{transition:all .35s var(--transition-smooth);filter:drop-shadow(0 2px 3px #00000026)}.dock-item span{color:#2d3436;white-space:nowrap;font-size:12px;font-weight:600;transition:all .2s}.dock-item:hover svg,.dock-item:hover img{filter:drop-shadow(0 4px 6px #0003);transform:scale(1.15)}.dock-item:hover span{color:#000;transform:translateY(1px)}.dock-item-wrapper{position:relative}.phone-tooltip{z-index:100;background:#fff;border-radius:12px;flex-direction:column;gap:4px;min-width:200px;margin-bottom:12px;padding:8px;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #00000026}.phone-tooltip:after{content:"";border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.phone-tooltip-item{color:#333;cursor:default;pointer-events:none;-webkit-user-select:text;user-select:text;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;transition:all .2s;display:flex}.phone-tooltip-item:hover{background:#f5f5f5}.phone-tooltip-item svg{flex-shrink:0;width:18px;height:18px}.phone-info{flex-direction:column;gap:2px;display:flex}.phone-label{color:#888;font-size:11px;font-weight:500}.phone-number{color:#333;-webkit-user-select:text;user-select:text;font-size:15px;font-weight:600}@media (max-width:768px){.phone-tooltip-item{cursor:pointer;pointer-events:auto}.liquid-dock.minimized.mobile-only-contact{width:auto!important;min-width:auto!important;max-width:fit-content!important;height:40px!important;padding:0 14px!important;left:auto!important;right:16px!important;transform:translate(0)!important}.liquid-dock.minimized.mobile-only-contact .minimized-label{gap:0!important;padding:0!important}.liquid-dock.minimized.mobile-only-contact .minimized-action-btn{gap:3px!important;min-width:auto!important;padding:4px 8px!important}.liquid-dock.minimized.mobile-only-contact:hover{transform:translate(0)scale(1.05)!important}}.map-tooltip{z-index:9998;background:#fff;border-radius:16px;width:640px;max-width:calc(100vw - 32px);padding:0;position:fixed;bottom:60px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 8px 32px #0003}.map-tooltip-close{cursor:pointer;z-index:10;background:#ea4335;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #ea433566}.map-tooltip-close:hover{background:#d93025;transform:scale(1.1)}.map-tooltip-close svg{color:#fff;width:14px;height:14px}.map-tooltip:after{content:"";filter:drop-shadow(0 2px 2px #0000001a);border-top:12px solid #fff;border-left:12px solid #0000;border-right:12px solid #0000;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.map-tooltip-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #eee;border-radius:16px 16px 0 0;align-items:flex-start;gap:8px;padding:12px 14px;display:flex}.map-tooltip-header svg{color:#ea4335;flex-shrink:0;width:16px;height:16px;margin-top:2px}.map-tooltip-header strong{color:#333;font-size:13px;font-weight:500;line-height:1.4}.map-tooltip-content{background:#f8f9fa;padding:8px}.map-tooltip-link{color:#fff;background:#4285f4;border-radius:0 0 16px 16px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.map-tooltip-link:hover{background:#3367d6}.map-tooltip-link svg{width:16px;height:16px}.dock-separator{background:linear-gradient(#0000 0%,#6464644d 30% 70%,#0000 100%);width:1px;height:32px;margin:0 8px}.liquid-dock.minimized{cursor:pointer;width:auto;min-width:160px;max-width:calc(100vw - 24px);height:48px;padding:0 16px}.liquid-dock.minimized:hover{transform:translate(-50%)scale(1.08)}.liquid-dock.minimized .glass-overlay{background:#ffffffe6}.liquid-dock.minimized:hover .glass-overlay{background:#fffffff2}.minimized-label{color:#2d3436;letter-spacing:.3px;z-index:10;justify-content:center;align-items:center;gap:0;width:100%;height:100%;font-size:12px;font-weight:600;display:none;position:relative}.liquid-dock.minimized .minimized-label{display:flex}.minimized-action-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:50px;padding:6px 12px;font-family:inherit;transition:all .2s;display:flex}.minimized-action-btn:hover{transform:scale(1.05)}.minimized-action-btn:active{transform:scale(.95)}.minimized-action-btn svg{width:16px;height:16px}.minimized-action-btn span{white-space:nowrap;font-size:10px;font-weight:600}.contact-minimized svg,.contact-minimized span{color:#ff6b35}.cart-minimized{position:relative}.cart-minimized svg,.cart-minimized span:not(.cart-badge-mini){color:#2563eb}.cart-badge-mini{background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:2px;color:#fff!important}.cart-minimized-standalone{position:relative}.cart-minimized-standalone svg,.cart-minimized-standalone span:not(.cart-badge-mini){color:#2563eb}.minimize-corner-btn{cursor:pointer;z-index:100;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-family:inherit;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #ef444466}.minimize-corner-btn:hover{background:#dc2626;transform:scale(1.15)}.minimize-corner-btn span{color:#fff;font-size:14px;font-weight:700;line-height:1}.cart-dock-item{position:relative}.cart-dock-item span:not(.cart-badge-corner){color:#2563eb}.cart-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.cart-badge-corner{background:#ef4444;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 1px 4px #0003;color:#fff!important}.minimized-separator{background:#00000026;width:1px;height:20px}.contact-icon-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.pulse-dot{background:#10b981;border:2px solid #fff;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-glow;position:absolute;top:-2px;right:-4px;box-shadow:0 0 4px #10b981}.liquid-dock:not(.minimized) .pulse-dot{display:none}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 4px #10b981}50%{opacity:.9;transform:scale(1.4);box-shadow:0 0 12px #10b981,0 0 20px #10b98180}}@media (max-width:520px){.liquid-dock{border-radius:25px;min-width:340px;height:50px;bottom:10px}.dock-content{gap:2px;padding:0 12px}.dock-item{min-width:55px;padding:0 4px}.dock-item svg{width:18px;height:18px}.dock-item span{font-size:11px}.dock-separator{margin:0 4px}}@media (max-width:380px){.liquid-dock{min-width:300px}.dock-item span{display:none}}
.CartDrawer-module__wN0dRW__overlay{z-index:10001;background:#00000080;position:fixed;inset:0}.CartDrawer-module__wN0dRW__drawer{z-index:10001;background:#fff;flex-direction:column;width:100%;max-width:420px;height:100%;animation:.3s ease-out CartDrawer-module__wN0dRW__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 24px #00000026}@keyframes CartDrawer-module__wN0dRW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__drawerHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px;display:flex}.CartDrawer-module__wN0dRW__drawerTitle{color:#1a1a2e;font-size:18px;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:#f1f5f9}.CartDrawer-module__wN0dRW__closeBtn svg{color:#475569;width:24px;height:24px}.CartDrawer-module__wN0dRW__itemsList{flex:1;padding:16px;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.CartDrawer-module__wN0dRW__emptyState svg{color:#cbd5e1;width:64px;height:64px}.CartDrawer-module__wN0dRW__emptyState p{font-size:16px;font-weight:500}.CartDrawer-module__wN0dRW__continueLink{color:#0098ff;cursor:pointer;background:0 0;border:none;margin-top:8px;font-size:14px;font-weight:500;transition:color .2s}.CartDrawer-module__wN0dRW__continueLink:hover{color:#07c;text-decoration:underline}.CartDrawer-module__wN0dRW__itemsContainer{flex-direction:column;gap:12px;display:flex}.CartDrawer-module__wN0dRW__cartItem{background:#f8fafc;border-radius:12px;gap:12px;padding:12px;display:flex;position:relative}.CartDrawer-module__wN0dRW__itemImage{background:#fff;border-radius:10px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__wN0dRW__itemInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.CartDrawer-module__wN0dRW__itemName{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.CartDrawer-module__wN0dRW__itemPrice{color:#f97316;font-size:14px;font-weight:700}.CartDrawer-module__wN0dRW__quantityControls{align-items:center;gap:8px;margin-top:4px;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{color:#1a1a2e;background:#e2e8f0}.CartDrawer-module__wN0dRW__qtyValue{text-align:center;width:32px;font-size:14px;font-weight:600}.CartDrawer-module__wN0dRW__removeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:4px;transition:color .2s}.CartDrawer-module__wN0dRW__removeBtn:hover{color:#ef4444}.CartDrawer-module__wN0dRW__removeBtn svg{width:20px;height:20px}.CartDrawer-module__wN0dRW__drawerFooter{border-top:1px solid #e2e8f0;padding:16px}.CartDrawer-module__wN0dRW__subtotalRow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.CartDrawer-module__wN0dRW__subtotalLabel{color:#64748b;font-size:15px;font-weight:500}.CartDrawer-module__wN0dRW__subtotalValue{color:#1a1a2e;font-size:20px;font-weight:700}.CartDrawer-module__wN0dRW__actionButtons{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.CartDrawer-module__wN0dRW__actionBtn{cursor:pointer;color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:4px;padding:12px 8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__actionBtn svg{width:16px;height:16px}.CartDrawer-module__wN0dRW__btnClose{background:#ef4444}.CartDrawer-module__wN0dRW__btnClose:hover{background:#dc2626}.CartDrawer-module__wN0dRW__btnContinue{background:#f97316}.CartDrawer-module__wN0dRW__btnContinue:hover{background:#ea580c}.CartDrawer-module__wN0dRW__btnCheckout{background:#22c55e}.CartDrawer-module__wN0dRW__btnCheckout:hover{background:#16a34a}
