.Header-module__hBw1pG__header{height:var(--header-height,135px);background-color:var(--card-bg);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__promoBar{color:#fff;letter-spacing:.03em;text-align:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);justify-content:center;align-items:center;height:auto;min-height:35px;padding:6px 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex}.Header-module__hBw1pG__promoBar:hover{opacity:.95}.Header-module__hBw1pG__holidayBar{background:linear-gradient(135deg, var(--accent-red,#d93b2f), #e05e55);color:#fff;letter-spacing:.03em;text-align:center;justify-content:center;align-items:center;height:auto;min-height:35px;padding:6px 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:inset 0 -1px #0000001a}.Header-module__hBw1pG__container{align-items:center;gap:2rem;width:80%;max-width:1600px;height:100px;margin:0 auto;padding:0;display:flex}@media (max-width:1200px){.Header-module__hBw1pG__container{width:90%}}@media (max-width:1024px){.Header-module__hBw1pG__container{width:100%;padding:0 1.5rem}}.Header-module__hBw1pG__logo{align-items:center;width:180px;height:100px;margin-right:auto;text-decoration:none;display:flex;position:relative}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:100px;margin-left:-5px;padding:10px 0}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--header-text-primary);font-size:1rem;font-weight:500;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:var(--accent-red)}.Header-module__hBw1pG__rightSection,.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__actionIcon{color:var(--primary-blue);justify-content:center;align-items:center;transition:transform .2s,color .2s;display:flex;position:relative}.Header-module__hBw1pG__actionIcon:hover{color:var(--accent-red);transform:translateY(-2px)}.Header-module__hBw1pG__dot{border:2px solid var(--card-bg);background-color:#2e7d32;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Header-module__hBw1pG__cartIcon{color:var(--primary-blue);justify-content:center;align-items:center;transition:transform .2s,color .2s;display:flex;position:relative}.Header-module__hBw1pG__cartIcon:hover{color:var(--accent-red);transform:translateY(-2px)}.Header-module__hBw1pG__badge{background-color:var(--accent-red);color:#fff;border:2px solid var(--card-bg);border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 4px #0000001a}.Header-module__hBw1pG__menuBtn{color:var(--header-text-primary);cursor:pointer;z-index:101;background:0 0;border:none;display:none}@media (max-width:1024px){.Header-module__hBw1pG__logo{width:140px;height:70px}.Header-module__hBw1pG__logoImage{height:70px;margin-left:-10px}.Header-module__hBw1pG__header{height:auto;min-height:105px}.Header-module__hBw1pG__container{height:70px}.Header-module__hBw1pG__menuBtn{color:var(--text-brand);display:block}.Header-module__hBw1pG__nav{background-color:var(--card-bg);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;border-bottom:1px solid var(--border-color);z-index:-1;flex-direction:column;gap:1.5rem;padding:2rem;transition:transform .3s,opacity .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%)}.Header-module__hBw1pG__navOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__hBw1pG__rightSection,.Header-module__hBw1pG__actions{gap:1rem}}.Header-module__hBw1pG__langSelector{color:var(--text-muted);align-items:center;gap:4px;margin-right:8px;font-size:.85rem;font-weight:600;display:flex}.Header-module__hBw1pG__langBtn{color:var(--header-text-primary);opacity:.5;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-family:inherit;font-weight:700;transition:all .2s}.Header-module__hBw1pG__langBtn:hover{opacity:.9}.Header-module__hBw1pG__langActive{text-underline-offset:4px;text-decoration:underline;color:var(--accent-blue)!important;opacity:1!important}.Header-module__hBw1pG__langSeparator{color:var(--border-color);-webkit-user-select:none;user-select:none}.Header-module__hBw1pG__searchToggleBtn{color:var(--primary-blue,#1e3a8a);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:transform .2s,color .2s;display:flex}.Header-module__hBw1pG__searchToggleBtn:hover{color:var(--accent-red,#ef4444);transform:scale(1.05)}.Header-module__hBw1pG__searchOverlay{background-color:var(--card-bg,#fff);z-index:150;align-items:center;padding:0;animation:.2s ease-out Header-module__hBw1pG__slideDown;display:flex;position:absolute;inset:0}.Header-module__hBw1pG__searchOverlayContent{align-items:center;width:80%;max-width:1600px;margin:0 auto;display:flex;position:relative}@media (max-width:1200px){.Header-module__hBw1pG__searchOverlayContent{width:90%}}@media (max-width:1024px){.Header-module__hBw1pG__searchOverlayContent{width:100%;padding:0 1.5rem}}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__searchOverlayForm{border:1px solid var(--border-color,#e2e8f0);background-color:#f1f5f9;border-radius:30px;align-items:center;width:100%;padding:6px 16px;display:flex;position:relative}.Header-module__hBw1pG__searchOverlayFields{color:var(--header-text-primary,#0f172a);background:0 0;border:none;outline:none;flex-grow:1;width:100%;padding-right:8px;font-size:.95rem}.Header-module__hBw1pG__searchOverlayBtn{color:var(--primary-blue,#1e3a8a);cursor:pointer;background:0 0;border:none;align-items:center;margin-right:12px;padding:0;display:flex}.Header-module__hBw1pG__searchOverlayBtn:hover{color:var(--accent-red,#ef4444)}.Header-module__hBw1pG__searchCloseBtn{color:var(--text-muted,#64748b);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.Header-module__hBw1pG__searchCloseBtn:hover{color:var(--accent-red,#ef4444)}.Header-module__hBw1pG__mobileLangSelector{display:none}@media (max-width:1024px){.Header-module__hBw1pG__langSelector{display:none!important}.Header-module__hBw1pG__mobileLangSelector{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:8px;width:100%;margin-top:1rem;padding-top:1rem;display:flex}.Header-module__hBw1pG__searchFields{width:70px}.Header-module__hBw1pG__searchFields:focus{width:90px}}.Header-module__hBw1pG__suggestionsDropdown{background-color:var(--card-bg,#fff);border:1px solid var(--border-color,#e2e8f0);z-index:1000;border-radius:12px;flex-direction:column;width:100%;padding:6px 0;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Header-module__hBw1pG__suggestionItem{color:var(--header-text-primary,#1e293b);align-items:center;gap:12px;width:100%;padding:8px 16px;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__hBw1pG__suggestionItem:hover{background-color:var(--border-color,#f1f5f9)}.Header-module__hBw1pG__suggestionThumb{background-color:#f1f5f9;border:1px solid #0000000d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.Header-module__hBw1pG__suggestionImg,.Header-module__hBw1pG__suggestionVideo{object-fit:cover;width:100%;height:100%}.Header-module__hBw1pG__suggestionPlaceholder{background-color:#cbd5e1;width:100%;height:100%}.Header-module__hBw1pG__suggestionInfo{flex-direction:column;flex-grow:1;gap:2px;min-width:0;display:flex}.Header-module__hBw1pG__suggestionName{color:var(--header-text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;line-height:1.25;overflow:hidden}.Header-module__hBw1pG__suggestionPrice{color:var(--accent-blue,#2563eb);font-size:.8rem;font-weight:600}@media (max-width:1024px){.Header-module__hBw1pG__suggestionsDropdown{width:calc(100% - 3rem)!important;left:1.5rem!important;right:1.5rem!important}}
.Footer-module__S6Hkya__footer{color:#fff;background:linear-gradient(#0a192f 0%,#061122 100%);border-top:1px solid #4361ee26;margin-top:80px;padding:80px 0 40px;position:relative;overflow:hidden}.Footer-module__S6Hkya__glowLine{background:linear-gradient(90deg, transparent 0%, var(--accent-blue) 50%, transparent 100%);height:2px;box-shadow:0 0 15px var(--accent-blue);opacity:.8;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{width:80%;max-width:1600px;margin:0 auto;padding:0}@media (max-width:1200px){.Footer-module__S6Hkya__container{width:90%}}@media (max-width:768px){.Footer-module__S6Hkya__container{width:100%;padding:0 1.5rem}.Footer-module__S6Hkya__footer{padding:60px 0 30px}}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 2fr;gap:60px;margin-bottom:60px;display:grid}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:30px}}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;height:60px;transition:transform .3s;display:block}.Footer-module__S6Hkya__logoImg:hover{transform:scale(1.05)}.Footer-module__S6Hkya__brandTagline{color:var(--accent-blue);font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__contactDetails{flex-direction:column;gap:12px;margin-top:10px;display:flex}.Footer-module__S6Hkya__contactItem{color:var(--text-muted);align-items:center;gap:10px;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--accent-blue);flex-shrink:0}.Footer-module__S6Hkya__contactItem a{color:var(--text-muted);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--accent-blue)}.Footer-module__S6Hkya__colTitle{color:#fff;margin-bottom:25px;font-size:1.25rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:var(--accent-blue);border-radius:1px;width:35px;height:2px;position:absolute;bottom:-8px;left:0}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__linkItem a{color:var(--text-muted);font-size:.95rem;transition:all .2s;display:inline-block}.Footer-module__S6Hkya__linkItem a:hover{color:var(--accent-blue);transform:translate(4px)}.Footer-module__S6Hkya__newsletterCol{flex-direction:column;gap:15px;display:flex}.Footer-module__S6Hkya__newsletterDesc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.Footer-module__S6Hkya__newsletterForm{width:100%}.Footer-module__S6Hkya__inputWrapper{border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;padding:4px;transition:border-color .25s,box-shadow .25s;display:flex}.Footer-module__S6Hkya__inputWrapper:focus-within{border-color:var(--accent-blue);box-shadow:0 0 0 3px #4361ee26}.Footer-module__S6Hkya__emailInput{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;padding:10px 14px;font-size:.95rem}.Footer-module__S6Hkya__emailInput::placeholder{color:#fff6}.Footer-module__S6Hkya__subscribeBtn{background:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:10px 14px;transition:all .2s;display:flex}.Footer-module__S6Hkya__subscribeBtn:hover{background:var(--secondary-blue);transform:translateY(-1px)}.Footer-module__S6Hkya__successMessage{color:#2e7d32;align-items:center;gap:8px;margin-top:-5px;font-size:.85rem;display:flex}.Footer-module__S6Hkya__successMessage svg{flex-shrink:0}.Footer-module__S6Hkya__badgeSection{border-top:1px solid #ffffff14;margin-top:15px;padding-top:20px}.Footer-module__S6Hkya__badgeTitle{text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:12px;font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__badgeGrid{gap:12px;display:flex}.Footer-module__S6Hkya__badge{border-radius:var(--radius-sm);color:var(--text-muted);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__badge svg{color:var(--accent-blue);flex-shrink:0}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.9rem;display:flex}.Footer-module__S6Hkya__locationTag{color:#fff6;font-size:.85rem}.Footer-module__S6Hkya__socialLinks{gap:15px;display:flex}.Footer-module__S6Hkya__socialIcon{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#fff;background:var(--accent-blue);border-color:var(--accent-blue);transform:translateY(-3px);box-shadow:0 4px 12px #4361ee4d}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__brandCol{text-align:center;align-items:center}.Footer-module__S6Hkya__logoImg{margin:0 auto}.Footer-module__S6Hkya__contactDetails{align-items:center}.Footer-module__S6Hkya__colTitle{text-align:center}.Footer-module__S6Hkya__colTitle:after{left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__linksList{align-items:center}.Footer-module__S6Hkya__newsletterCol{text-align:center;align-items:center}.Footer-module__S6Hkya__badgeSection{text-align:center;width:100%}.Footer-module__S6Hkya__badgeGrid{justify-content:center;width:100%}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;align-items:center;gap:25px}.Footer-module__S6Hkya__copyright{align-items:center}}@media (max-width:480px){.Footer-module__S6Hkya__badgeGrid{flex-direction:column;gap:10px}.Footer-module__S6Hkya__badge{width:100%}}
.CookieConsent-module__QbGkGW__consentBanner{z-index:10000;-webkit-backdrop-filter:blur(16px);color:#f3f4f6;background:#1a1a24d9;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:16px;width:calc(100% - 48px);max-width:400px;padding:20px;animation:.4s cubic-bezier(.16,1,.3,1) forwards CookieConsent-module__QbGkGW__slideUp;display:flex;position:fixed;bottom:24px;right:90px;box-shadow:0 10px 30px #00000040}@keyframes CookieConsent-module__QbGkGW__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.CookieConsent-module__QbGkGW__header{align-items:center;gap:12px;display:flex}.CookieConsent-module__QbGkGW__iconWrapper{color:#818cf8;background:#6366f126;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.CookieConsent-module__QbGkGW__title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:600}.CookieConsent-module__QbGkGW__description{color:#ffffffb3;margin:0;font-size:.875rem;line-height:1.5}.CookieConsent-module__QbGkGW__link{color:#818cf8;font-weight:500;text-decoration:underline;transition:color .2s}.CookieConsent-module__QbGkGW__link:hover{color:#a5b4fc}.CookieConsent-module__QbGkGW__buttonGroup{justify-content:flex-end;gap:12px;display:flex}.CookieConsent-module__QbGkGW__btnDecline{cursor:pointer;color:#ffffffb3;background:0 0;border:1px solid #ffffff26;border-radius:10px;padding:9px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.CookieConsent-module__QbGkGW__btnDecline:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.CookieConsent-module__QbGkGW__btnAccept{cursor:pointer;color:#fff;background:#4f46e5;border:none;border-radius:10px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #4f46e54d}.CookieConsent-module__QbGkGW__btnAccept:hover{background:#6366f1;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e573}.CookieConsent-module__QbGkGW__btnAccept:active{transform:translateY(0)}@media (max-width:480px){.CookieConsent-module__QbGkGW__consentBanner{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;width:100%;max-width:100%;padding:24px 20px;bottom:0;right:0}}
