:root{--primary:#0a1931;--primary-light:#15305b;--accent:#e52e37;--accent-hover:#b81d24;--bg-main:#f8fafc;--bg-card:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 25px -5px #0a193114, 0 8px 16px -6px #0a19310d;--shadow-lg:0 20px 40px -10px #0a19311f;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}body{background-color:var(--bg-main);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hommeMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);width:min(94vw,1150px);box-shadow:var(--shadow-lg);z-index:999;opacity:0;transition:var(--transition);background:#fffffffa;border:1px solid #fffc;grid-template-columns:1fr 1px 1fr;gap:45px;padding:40px 50px;display:none;position:absolute;top:85px;left:50%;transform:translate(-50%)translateY(10px)}.navItem:hover .hommeMenu{opacity:1;display:grid;transform:translate(-50%)translateY(0)}.hommeMenu h2{color:var(--primary);margin-bottom:30px;font-size:24px;font-weight:800}.hommeMenu a{color:var(--text-muted);transition:var(--transition);font-size:18px}.hmColumn{flex-direction:column;gap:20px;display:flex}.hmColumn h2{color:var(--primary);margin:0 0 40px;font-size:28px;font-weight:900;position:relative}.hmColumn h2:after{content:"";background:var(--accent);border-radius:10px;width:45px;height:4px;position:absolute;bottom:-14px;left:0}.hmColumn a{min-height:50px;color:var(--text-main);border-radius:var(--radius-sm);align-items:center;gap:18px;padding:8px 14px;font-size:20px;font-weight:600;display:flex}.hmColumn a:hover{color:var(--accent);background:#0a19310a;padding-left:20px}.hmIcon{width:46px;height:46px;color:var(--primary);transition:var(--transition);background:#0a19310d;border-radius:50%;flex-shrink:0;padding:10px}.hmColumn a:hover .hmIcon{color:#fff;background:var(--accent);transform:scale(1.1)}.hmDivider{background:var(--border-color);width:1px}.categoryHero{background:radial-gradient(circle at top right, var(--primary-light), var(--primary));color:#fff;text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg);height:280px;box-shadow:var(--shadow-md);flex-direction:column;justify-content:center;align-items:center;display:flex}.categoryHero h1{letter-spacing:2px;font-size:48px;font-weight:900}.categoryHero p{color:#fffc;margin-top:12px;font-size:18px}.categoryContent{padding:50px 40px}.categoryContent h2{color:var(--primary);font-size:32px;font-weight:800}.hommePage{background:var(--bg-main)}.hommeHero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#fff,#f1f5f9);align-items:center;height:260px;padding:0 50px;display:flex}.hommeHeroText{max-width:600px}.breadcrumb{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:14px}.hommeHero h1{color:var(--primary);font-size:46px;font-weight:900}.hommeHero p:last-child{color:var(--text-muted);margin-top:10px;font-size:18px}.hommeLayout{grid-template-columns:310px 1fr;gap:40px;padding:50px;display:grid}.hommeSidebar{background:var(--primary);color:#fff;border-radius:var(--radius-md);height:fit-content;box-shadow:var(--shadow-md);padding:30px;position:sticky;top:30px}.hommeSidebar h2{letter-spacing:.5px;margin-bottom:25px;font-size:24px;font-weight:800}.hommeSidebar a{border-radius:var(--radius-sm);cursor:pointer;color:#ffffffb3;transition:var(--transition);margin-bottom:8px;padding:14px 18px;font-weight:600;display:block}.hommeSidebar a:hover{color:#fff;background:#ffffff14;padding-left:24px}.hommeSidebar .active{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff;font-weight:800}.filters{border-top:1px solid #ffffff26;margin-top:35px;padding-top:25px}.filters h3{color:#fff;margin-bottom:18px;font-size:18px}.filters p{color:#fff9;cursor:pointer;transition:var(--transition);border-bottom:1px solid #ffffff14;padding:14px 6px}.filters p:hover{color:var(--accent)}.hommeProducts{width:100%}.productsHeader{background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:35px;padding:20px 30px;display:flex}.productsHeader h2{color:var(--primary);font-size:32px;font-weight:800}.productsHeader p{color:var(--text-muted);margin-top:5px}.productsHeader select{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-main);color:var(--text-main);cursor:pointer;transition:var(--transition);outline:none;padding:12px 20px;font-weight:600}.productsHeader select:focus{border-color:var(--primary)}.productGrid,.hommeProductGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px;display:grid}.productCard{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:var(--transition);padding:20px;position:relative;overflow:hidden}.productCard:hover{box-shadow:var(--shadow-lg);border-color:#0a193126;transform:translateY(-8px)}.productPhoto{border-radius:var(--radius-sm);height:240px;color:var(--text-muted);transition:var(--transition);background:#f1f5f9;justify-content:center;align-items:center;margin-bottom:20px;font-size:18px;display:flex}.productCard:hover .productPhoto{background:#e2e8f0}.badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:6px 14px;font-size:11px;font-weight:800;position:absolute;top:30px;left:30px;box-shadow:0 4px 10px #e52e374d}.productCard h3{color:var(--primary);margin-bottom:12px;font-size:18px;font-weight:700;line-height:1.4}.productCard p{color:var(--primary);font-size:22px;font-weight:800}.modeTabs{flex-direction:column;gap:10px;margin-bottom:25px;display:flex}.modeTabs button{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff26;padding:14px;font-weight:700}.modeTabs button:hover{color:var(--primary);background:#fff}.hommeAccordionBox{background:var(--primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);height:fit-content;padding:35px;position:sticky;top:40px}.hommeAccordionBox h1:after{content:"";background:var(--accent);border-radius:10px;width:50px;height:4px;margin-top:12px;display:block}.accordionSection button{color:#fff;cursor:pointer;width:100%;transition:var(--transition);background:#ffffff0f;border:none;justify-content:space-between;align-items:center;padding:18px 22px;font-size:16px;font-weight:700;display:flex}.accordionSection button:hover{background:#ffffff1f}.accordionSection.open button{color:var(--primary);background:#fff;font-weight:800}.accordionContent{max-height:0;color:var(--primary);background:#fff;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordionSection.open .accordionContent{border-top:1px solid var(--border-color);max-height:700px;padding:10px 0}.accordionContent a{color:var(--text-main);transition:var(--transition);padding:12px 25px;font-size:15px;font-weight:600;text-decoration:none;display:block}.accordionContent a:hover{color:var(--accent);background:#0a193108;padding-left:32px}.hommeLuxuryContent{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:#fff;padding:50px}.hommeBreadcrumb{color:var(--text-muted);margin-bottom:15px;font-size:14px}.hommeLuxuryContent h2:after{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:10px;width:80px;height:4px;margin-top:15px;display:block}.hommeDescription{max-width:650px;color:var(--text-muted);margin-top:25px;font-size:18px;line-height:1.7}.categoryCard{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;text-align:center;background:#fff;padding:30px 25px}.categoryCard:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-6px)}.categoryIcon{color:var(--primary);transition:var(--transition);margin-bottom:20px;font-size:40px}.categoryCard:hover .categoryIcon{color:var(--accent);transform:scale(1.1)}.categoryCard h3{color:var(--primary);margin-bottom:12px;font-size:20px;font-weight:700}.categoryCard span{color:var(--accent);font-size:15px;font-weight:800}.universSport{border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;margin-top:40px;padding:35px 45px;display:flex}.universSport div{align-items:center;gap:25px;display:flex}.universSport .hmIcon{background:#0a19310d;width:60px;height:60px;padding:14px}.universSport strong{color:var(--primary);font-size:24px;font-weight:800}.universSport b{color:var(--accent);font-size:46px;font-weight:300}.universSportCard{border-radius:var(--radius-lg);background:linear-gradient(145deg, var(--primary), #020914);box-shadow:var(--shadow-lg);transition:var(--transition);margin-top:35px;padding:35px;position:relative;overflow:hidden}.universSportCard:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px #00000080}.universOverlay{opacity:.06;pointer-events:none;background:0 0;width:180px;height:250px;position:absolute;bottom:-10px;right:-10px}.universSportCard h2{color:#fff;margin:0;font-size:36px;font-weight:900;line-height:1.2}.universSportCard .red{color:var(--accent)}.universSportCard p{color:#fffc;max-width:280px;margin:20px 0 30px;font-size:16px;line-height:1.6}.universSportCard button{border-radius:var(--radius-sm);color:#fff;cursor:pointer;width:100%;height:55px;transition:var(--transition);background:0 0;border:2px solid #fff3;justify-content:center;align-items:center;gap:12px;font-size:16px;font-weight:700;display:flex}.universSportCard button:hover{color:var(--primary);box-shadow:var(--shadow-md);background:#fff;border-color:#fff}.universHero{grid-template-columns:1fr 1.4fr;align-items:center;gap:40px;margin-bottom:50px;display:grid}.universText h1{color:var(--primary);font-size:46px;font-weight:900}.universText p{color:var(--text-muted);margin-top:15px;font-size:18px;line-height:1.7}.universBanner{border-radius:var(--radius-lg);height:350px;box-shadow:var(--shadow-md);overflow:hidden}.universBanner img,.sportImage img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.sportsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px;display:grid}.sportCard{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);background:#fff;text-decoration:none;overflow:hidden}.sportCard:hover{box-shadow:var(--shadow-lg);border-color:#0a19311a;transform:translateY(-8px)}.sportImage{height:200px;overflow:hidden}.sportCard:hover .sportImage img{transform:scale(1.08)}.sportCard h3{color:var(--primary);padding:22px 22px 6px;font-size:22px;font-weight:800}.sportCard span{color:var(--text-muted);padding:0 22px 22px;font-size:15px;font-weight:600;display:block}.footerSbi{background:var(--primary);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:60px;padding:70px 50px 30px}.footerTop{grid-template-columns:2fr repeat(3,1fr);gap:50px;display:grid}.footerLogo{width:110px;margin-bottom:20px}.footerTop h3{color:#fff;margin-bottom:22px;font-size:18px;font-weight:700;position:relative}.footerTop h3:after{content:"";background:var(--accent);width:30px;height:2px;margin-top:8px;display:block}.footerTop a{color:#ffffffb3;transition:var(--transition);margin-bottom:14px;font-weight:500;text-decoration:none;display:block}.footerTop a:hover{color:var(--accent);padding-left:5px}.footerBottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;margin-top:50px;padding-top:25px;font-size:14px}@media (max-width:1024px){.hommeLayout,.hommeLuxuryLayout{grid-template-columns:1fr;padding:30px}.hommeSidebar,.hommeAccordionBox{width:100%;position:static}}@media (max-width:768px){.universHero{grid-template-columns:1fr}.productsHeader{flex-direction:column;align-items:flex-start;gap:15px}.footerTop{grid-template-columns:1fr;gap:35px}.universSport{flex-direction:column;align-items:flex-start;gap:20px}}.mainContent{min-height:70vh}header{z-index:1000;background:#fff;position:sticky;top:0}.topBar{color:#fff;background:#0a1931;align-items:center;height:42px;display:flex;overflow:hidden}.marquee{width:100%;overflow:hidden}.track{white-space:nowrap;justify-content:center;align-items:center;gap:50px;height:42px;display:flex}.item summary{cursor:pointer;font-size:14px;font-weight:600;list-style:none}.item summary::-webkit-details-marker{display:none}.item p{color:#1e293b;z-index:9999;background:#fff;border-radius:12px;max-width:320px;margin-top:12px;padding:14px 18px;position:absolute;box-shadow:0 15px 35px #00000026}.hero{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:90px;padding:0 50px;display:flex}.logo{width:auto;height:130px}.headerLeft,.headerRight{align-items:center;gap:14px;display:flex}.iconBtn{cursor:pointer;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex}.iconBtn:hover{color:#fff;background:#0a1931;transform:translateY(-2px)}.cartBtn{position:relative}.cartCount{color:#fff;background:#e52e37;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-4px}.navBar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;gap:40px;height:60px;display:flex}.navItem{position:relative}.navItem>a{color:#0a1931;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s}.navItem>a:hover,.promo>a{color:#e52e37}.collection>a{font-weight:800}.megaMenu{z-index:9999;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:0 0 24px 24px;grid-template-columns:1fr 1px 1fr;gap:40px;width:760px;padding:40px;transition:all .25s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(14px);box-shadow:0 25px 60px #091b452e}.navItem:hover .megaMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.menuColumn{flex-direction:column;gap:14px;display:flex}.menuColumn h3{color:#091b45;-bottom:15px;font-size:24px;font-weight:900}.menuColumn a{color:#091b45;font-size:17px;font-weight:700;text-decoration:none}.menuColumn a:hover{color:#d91f32}.megaLine{background:#e5e7eb;width:1px}.bannerHero{background:#f8fafc;width:100%;height:620px;position:relative;overflow:hidden}.bannerHero img{object-fit:cover;width:100%;height:100%;display:block}.bannerText{z-index:2;position:absolute;top:50%;left:7%;transform:translateY(-50%)}.bannerText h1{letter-spacing:1px;flex-direction:column;font-size:72px;font-weight:900;line-height:.95;display:flex}.blue{color:#091b45}.red{color:#d91f32}.bannerText p{font-size:margin28px;color:#091b45;margin-top:35px;font-weight:900}.redSmall{color:#d91f32}.heroButtons{gap:18px;margin-top:28px;display:flex}.btnPrimary,.btnSecondary{cursor:pointer;height:62px;padding:0 34px;font-size:15px;font-weight:800}.btnPrimary{color:#fff;background:#091b45;border:2px solid #091b45}.btnSecondary{color:#091b45;background:#fff;border:2px solid #091b45}.sportPage{padding:55px 4%!important}.sportHero{grid-template-columns:.75fr 1.6fr!important;align-items:center!important;gap:42px!important;margin-bottom:34px!important;display:grid!important}.sportGrid{grid-template-columns:repeat(4,1fr)!important;gap:26px!important;display:grid!important}.sportImagePlaceholder{aspect-ratio:16/9!important;width:100%!important;height:auto!important}.sportCard:nth-child(5){grid-column:1/2!important}.hommeLuxuryPage{background:#f8fafc;min-height:100vh;padding:50px}.hommeLuxuryLayout{grid-template-columns:340px 1fr;gap:45px;display:grid}.hommeAccordionBox{color:#fff;background:#0a1931;border-radius:24px;height:fit-content;padding:35px}.hommeAccordionBox h1{margin-bottom:30px;font-size:28px;font-weight:900}.accordionSection{border-radius:14px;margin-bottom:14px;overflow:hidden}.accordionSection button{color:#fff;cursor:pointer;background:#ffffff14;border:none;justify-content:space-between;width:100%;padding:18px 20px;font-weight:800;display:flex}.accordionSection.open button{color:#0a1931;background:#fff}.accordionContent{background:#fff;display:none}.accordionSection.open .accordionContent{padding:10px 0;display:block}.accordionContent a{color:#0a1931;padding:12px 24px;font-weight:700;display:block}.hommeLuxuryContent{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:50px}.hommeBreadcrumb{color:#64748b;margin-bottom:15px}.hommeLuxuryContent h2{color:#0a1931;font-size:42px;font-weight:900}.hommeDescription{color:#64748b;margin-top:22px;font-size:18px;line-height:1.7}.categoryCards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:45px;display:grid}.categoryCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:30px}.categoryIcon{margin-bottom:18px;font-size:38px}.categoryCard h3{color:#0a1931;font-size:22px;font-weight:800}.categoryCard span{color:#e52e37;margin-top:12px;font-weight:900;display:block}.universButton{color:#fff;letter-spacing:.05em;background:#d61f26;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-top:18px;padding:14px 24px;font-size:14px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.universButton:hover{background:#061a44;transform:translateY(-2px)}.universButton span{transition:transform .3s}.universButton:hover span{transform:translate(5px)}.categoryCard{color:inherit;text-decoration:none}[class*=Menu_item]{text-decoration:none}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden}img,video,svg{max-width:100%;height:auto}input,textarea,select,button{max-width:100%;font:inherit}.whatsappFloat,.emailContactFloat{z-index:9999;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;right:20px;box-shadow:0 8px 20px #0000003d}.whatsappFloat{background:#25d366;bottom:20px}.emailContactFloat{background:#0a1931;font-size:27px;bottom:88px}.whatsappFloat:hover,.emailContactFloat:hover{transform:translateY(-3px);box-shadow:0 12px 26px #00000047}[dir=rtl] .whatsappFloat,[dir=rtl] .emailContactFloat{left:20px;right:auto}@media (max-width:768px){.categoryHero{height:auto;min-height:210px;padding:38px 18px}.categoryHero h1{font-size:clamp(30px,10vw,42px)}.categoryContent{padding:32px 16px}.hommeHero{height:auto;min-height:210px;padding:36px 18px}.hommeHero h1{font-size:clamp(30px,10vw,42px)}.hommeLayout{grid-template-columns:1fr;gap:22px;padding:24px 14px 44px}.hommeSidebar{padding:20px;position:static}.productsHeader{flex-direction:column;align-items:flex-start;padding:18px}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.whatsappFloat,.emailContactFloat{width:50px;height:50px;right:12px}.whatsappFloat{bottom:12px}.emailContactFloat{font-size:23px;bottom:70px}[dir=rtl] .whatsappFloat,[dir=rtl] .emailContactFloat{left:12px;right:auto}}@media (max-width:380px){.productGrid{grid-template-columns:1fr}}.sbiAssistantFloat{animation:3s ease-in-out infinite sbiAssistantFloating}@keyframes sbiAssistantFloating{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.sbiAssistantFloat{animation:none}}.trustItemPremium{transition:transform .35s,box-shadow .35s,background-color .35s}.trustItemPremium:hover{background-color:#fff;transform:translateY(-6px);box-shadow:0 14px 34px #071a3d1f}.historyPremiumImage{transition:transform .7s,box-shadow .5s;box-shadow:0 18px 42px #071a3d1a}.historyPremiumImage:hover{transform:scale(1.025);box-shadow:0 24px 54px #071a3d29}.historyPremiumContent{animation:.9s ease-out both historyReveal}.historyPremiumStat{transition:transform .35s,background-color .35s,box-shadow .35s}.historyPremiumStat:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 12px 28px #071a3d1a}@keyframes historyReveal{0%{opacity:0;filter:blur(6px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.historyPremiumContent{animation:none!important}}.historyYearPremium{color:#071a3d;text-shadow:0 0 #d4af3700;animation:5.5s ease-in-out infinite historyYearGlow;display:inline-block}@keyframes historyYearGlow{0%,68%,to{color:#071a3d;text-shadow:0 0 #d4af3700;transform:scale(1)}78%{color:#b88a1e;text-shadow:0 0 10px #d4af3773,0 0 22px #d4af3738;transform:scale(1.015)}88%{color:#071a3d;text-shadow:0 0 7px #d4af3726;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.historyYearPremium{animation:none!important}}
.Header-module__9fWxfa__topBar{background:#091b45;justify-content:center;align-items:center;min-height:48px;padding:6px 20px;display:flex}.Header-module__9fWxfa__marquee{width:100%}.Header-module__9fWxfa__track{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1200px;margin:auto;display:flex}.Header-module__9fWxfa__item{text-align:center;flex:1}.Header-module__9fWxfa__item summary{cursor:pointer;color:#fff;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:10px;padding:8px 14px;font-size:14px;font-weight:700;list-style:none;transition:opacity .2s;display:inline-flex}.Header-module__9fWxfa__item summary:hover{opacity:.85}.Header-module__9fWxfa__item summary svg{color:#fff;flex-shrink:0;width:18px;height:18px}.Header-module__9fWxfa__item summary::-webkit-details-marker{display:none}.Header-module__9fWxfa__item p{display:none}.Header-module__9fWxfa__hero{background:#fff;border-bottom:1px solid #f1f1f1;grid-template-columns:1fr auto 1fr;align-items:center;min-height:120px;padding:0 70px;display:grid}.Header-module__9fWxfa__headerLeft,.Header-module__9fWxfa__headerRight{align-items:center;gap:25px;display:flex}.Header-module__9fWxfa__headerLeft{justify-content:flex-start}.Header-module__9fWxfa__headerRight{justify-content:flex-end}.Header-module__9fWxfa__logo{object-fit:contain;width:95px;height:auto;display:block}.Header-module__9fWxfa__iconButton{color:#091b45;cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex;position:relative;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.Header-module__9fWxfa__iconButton:hover{color:#d91f32;transform:translateY(-1px)}.Header-module__9fWxfa__iconButton:focus,.Header-module__9fWxfa__iconButton:focus-visible,.Header-module__9fWxfa__iconButton:active{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.Header-module__9fWxfa__iconButton svg{pointer-events:none;display:block}.Header-module__9fWxfa__navBar{z-index:999;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec;justify-content:center;align-items:center;gap:clamp(18px,3vw,55px);min-height:65px;padding:0 28px;display:flex;position:relative}.Header-module__9fWxfa__navItem{flex-shrink:0;position:relative}.Header-module__9fWxfa__navItem>a{color:#091b45;white-space:nowrap;align-items:center;gap:6px;font-size:clamp(15px,1.25vw,22px);font-weight:800;text-decoration:none;transition:color .2s;display:inline-flex}.Header-module__9fWxfa__navItem>a span{font-size:11px;transition:transform .2s}.Header-module__9fWxfa__navItem:hover>a{color:#d91f32}.Header-module__9fWxfa__navItem:hover>a span{transform:rotate(180deg)}.Header-module__9fWxfa__collection>a,.Header-module__9fWxfa__promo>a{color:#d91f32}.Header-module__9fWxfa__cartButton{position:relative}.Header-module__9fWxfa__cartCount{color:#fff;background:#d61f26;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:11px;font-weight:900;line-height:19px;display:flex;position:absolute;top:-3px;right:-4px;box-shadow:0 3px 10px #d61f264d}.Header-module__9fWxfa__menuOverlay,.Header-module__9fWxfa__mobileMenu{display:none}@media (max-width:1100px){.Header-module__9fWxfa__hero{padding:0 35px}.Header-module__9fWxfa__navBar{scrollbar-width:none;justify-content:flex-start;gap:30px;overflow-x:auto}.Header-module__9fWxfa__navBar::-webkit-scrollbar{display:none}}@media (max-width:768px){.Header-module__9fWxfa__topBar{min-height:42px;padding:5px 12px}.Header-module__9fWxfa__track{justify-content:center}.Header-module__9fWxfa__item{display:none}.Header-module__9fWxfa__item:first-child{width:100%;display:block}.Header-module__9fWxfa__item:first-child summary{background:0 0;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 0;font-size:13px;font-weight:700;display:flex}.Header-module__9fWxfa__hero{grid-template-columns:1fr auto 1fr;min-height:88px;padding:0 16px}.Header-module__9fWxfa__headerLeft,.Header-module__9fWxfa__headerRight{gap:10px}.Header-module__9fWxfa__logo{width:72px}.Header-module__9fWxfa__iconButton{width:40px;height:40px}.Header-module__9fWxfa__headerRight>:first-child,.Header-module__9fWxfa__navBar{display:none}.Header-module__9fWxfa__menuOverlay{z-index:1998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;background:#010a1b8c;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.Header-module__9fWxfa__menuOverlayOpen{opacity:1;visibility:visible;pointer-events:auto}.Header-module__9fWxfa__mobileMenu{z-index:1999;visibility:hidden;background:#fff;flex-direction:column;width:min(86vw,380px);transition:transform .35s,visibility .35s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:15px 0 40px #091b4538}.Header-module__9fWxfa__mobileMenuOpen{visibility:visible;transform:translate(0)}.Header-module__9fWxfa__mobileMenuHeader{background:#091b45;justify-content:space-between;align-items:center;min-height:88px;padding:16px 18px;display:flex}.Header-module__9fWxfa__mobileMenuBrand{color:#fff;letter-spacing:.8px;align-items:center;gap:12px;font-size:17px;font-weight:900;text-decoration:none;display:flex}.Header-module__9fWxfa__mobileMenuBrand img{object-fit:contain;width:52px;height:52px}.Header-module__9fWxfa__mobileCloseButton{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.Header-module__9fWxfa__mobileMenuContent{flex:1;padding:12px 18px;overflow-y:auto}.Header-module__9fWxfa__mobileMenuLink{color:#091b45;border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:12px;min-height:57px;padding:0 4px;font-size:16px;font-weight:800;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.Header-module__9fWxfa__mobileMenuLink:hover{color:#d91f32;padding-left:9px}.Header-module__9fWxfa__mobilePromotion{color:#d91f32}.Header-module__9fWxfa__mobileMenuFooter{background:#f7f9fc;border-top:1px solid #e7ebf1;padding:16px 18px 22px}.Header-module__9fWxfa__mobileUtilityLink{color:#091b45;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.Header-module__9fWxfa__mobileUtilityLink:hover{color:#d91f32}.Header-module__9fWxfa__mobileLanguage{border-top:1px solid #dde3ec;margin-top:12px;padding-top:15px}}@media (max-width:480px){.Header-module__9fWxfa__hero{min-height:80px;padding:0 9px}.Header-module__9fWxfa__headerLeft,.Header-module__9fWxfa__headerRight{gap:2px}.Header-module__9fWxfa__logo{width:62px}.Header-module__9fWxfa__iconButton{width:37px;height:37px}.Header-module__9fWxfa__iconButton svg{width:25px;height:25px}.Header-module__9fWxfa__headerRight>a:nth-of-type(2){display:none}.Header-module__9fWxfa__mobileMenu{width:88vw}}
.CollectionMenu-module__kEuRXG__menu{opacity:0;visibility:hidden;pointer-events:none;z-index:99999;background:#fff;border-radius:0 0 24px 24px;grid-template-columns:1fr 1px 1fr;gap:40px;width:760px;padding:40px;transition:all .25s;display:grid;position:fixed;top:233px;left:33%;transform:translate(-50%)translateY(15px);box-shadow:0 25px 60px #00000026}.navItem:hover .CollectionMenu-module__kEuRXG__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.CollectionMenu-module__kEuRXG__column{flex-direction:column;gap:15px;display:flex}.CollectionMenu-module__kEuRXG__column h2{color:#091b45;margin-bottom:18px;font-size:22px;font-weight:900}.CollectionMenu-module__kEuRXG__item{color:#091b45;cursor:pointer;padding:10px 0;font-size:17px;font-weight:600;transition:all .25s}.CollectionMenu-module__kEuRXG__item:hover{color:#d91f32;transform:translate(8px)}.CollectionMenu-module__kEuRXG__divider{background:#ececec;width:1px}
.HommeMenu-module__LMBlaa__menu{z-index:9999;visibility:hidden;opacity:0;pointer-events:none;background:#fff;border-top:3px solid #d61f26;border-radius:0 0 18px 18px;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:34px;width:1050px;max-width:92vw;padding:38px 42px;transition:opacity .25s,visibility .25s,transform .25s;display:grid;position:absolute;top:100%;left:250%;transform:translate(-50%)translateY(12px);box-shadow:0 18px 40px #00000026}:is(.navItem:hover .HommeMenu-module__LMBlaa__menu,.HommeMenu-module__LMBlaa__menu:hover){visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.HommeMenu-module__LMBlaa__column{z-index:2;flex-direction:column;min-width:0;display:flex;position:relative}.HommeMenu-module__LMBlaa__column h2{color:#061a44;letter-spacing:1px;margin:0 0 30px;font-size:26px;font-weight:900}.HommeMenu-module__LMBlaa__column h2:after{content:"";background:#d61f26;width:55px;height:4px;margin-top:12px;display:block}.HommeMenu-module__LMBlaa__item{color:#061a44;cursor:pointer;align-items:center;gap:16px;height:54px;font-size:19px;font-weight:800;transition:color .25s,transform .25s;display:flex;position:relative}.HommeMenu-module__LMBlaa__item:after{content:"";background:linear-gradient(90deg,#061a44,#fff,#d61f26);width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.HommeMenu-module__LMBlaa__item:hover{color:#d61f26;transform:translate(6px)}.HommeMenu-module__LMBlaa__item:hover:after{width:100%}.HommeMenu-module__LMBlaa__divider{background:#e5e5e5;width:1px;min-height:100%}.HommeMenu-module__LMBlaa__univers{z-index:50;color:#061a44;cursor:pointer;pointer-events:auto;background:#fff;border:1px solid #d9dce5;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:72px;margin-top:24px;padding:0 18px;font-size:20px;font-weight:900;text-decoration:none;transition:color .3s,background .3s,border-color .3s,box-shadow .3s,transform .3s;display:flex;position:relative;box-shadow:0 5px 16px #061a440f}.HommeMenu-module__LMBlaa__univers strong{color:inherit;flex:1;font-size:18px;font-weight:900;text-decoration:none}.HommeMenu-module__LMBlaa__universIcon{flex-shrink:0;font-size:25px}.HommeMenu-module__LMBlaa__universArrow{color:#061a44;flex-shrink:0;font-size:23px;font-weight:900;transition:color .3s,transform .3s}.HommeMenu-module__LMBlaa__univers:hover{color:#d61f26;background:#fff8f8;border-color:#d61f26;transform:translateY(-3px);box-shadow:0 10px 25px #061a441f}.HommeMenu-module__LMBlaa__univers:hover .HommeMenu-module__LMBlaa__universArrow{color:#d61f26;transform:translate(6px)}@media (max-width:900px){.HommeMenu-module__LMBlaa__menu{grid-template-columns:1fr;gap:24px;width:92vw;max-height:75vh;padding:28px;left:50%;overflow-y:auto}.HommeMenu-module__LMBlaa__divider{width:100%;height:1px;min-height:1px}.HommeMenu-module__LMBlaa__column h2{font-size:24px}.HommeMenu-module__LMBlaa__item{font-size:18px}.HommeMenu-module__LMBlaa__univers{width:100%}}
.FemmeMenu-module__fT4Zpq__menu{z-index:999;background:#fff;border-top:3px solid #d62027;border-radius:0 0 22px 22px;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:40px;width:1070px;padding:40px 45px 120px;display:none;position:absolute;top:100%;left:250%;transform:translate(-50%);box-shadow:0 18px 40px #00000026}.navItem:hover .FemmeMenu-module__fT4Zpq__menu{display:grid}.FemmeMenu-module__fT4Zpq__column{flex-direction:column;display:flex}.FemmeMenu-module__fT4Zpq__column h2{color:#061a44;text-transform:uppercase;margin-bottom:35px;font-size:22px;font-weight:900;position:relative}.FemmeMenu-module__fT4Zpq__column h2:after{content:"";background:#d62027;width:55px;height:4px;position:absolute;bottom:-12px;left:0}.FemmeMenu-module__fT4Zpq__divider{background:#ececec;width:1px}.FemmeMenu-module__fT4Zpq__item{color:#061a44;cursor:pointer;padding:14px 0;font-size:18px;font-weight:600;transition:all .25s;position:relative}.FemmeMenu-module__fT4Zpq__item:after{content:"";background:linear-gradient(90deg,#061a44,#fff,#d62027);width:0;height:3px;transition:all .3s;position:absolute;bottom:4px;left:0}.FemmeMenu-module__fT4Zpq__item:hover{color:#d62027;padding-left:8px}.FemmeMenu-module__fT4Zpq__item:hover:after{width:100%}.FemmeMenu-module__fT4Zpq__univers{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:14px;justify-content:space-between;align-items:center;width:310px;height:80px;padding:0 22px;transition:all .3s;display:flex;position:absolute;bottom:28px;left:45px}.FemmeMenu-module__fT4Zpq__univers:hover{border-color:#d62027;box-shadow:0 8px 20px #d620272e}.FemmeMenu-module__fT4Zpq__univers span{font-size:30px}.FemmeMenu-module__fT4Zpq__univers strong{color:#061a44;flex:1;margin-left:14px;font-size:20px;font-weight:900}.FemmeMenu-module__fT4Zpq__univers b{color:#d62027;font-size:28px}
.EnfantMenu-module__xETqYa__menu{z-index:9999;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-top:3px solid #d91f32;border-radius:0 0 24px 24px;grid-template-columns:1fr 1px 1fr;gap:40px;width:760px;max-width:92vw;padding:40px;transition:opacity .25s,visibility .25s,transform .25s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(14px);box-shadow:0 25px 60px #091b452e}:is(.navItem:hover .EnfantMenu-module__xETqYa__menu,.EnfantMenu-module__xETqYa__menu:hover){opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.EnfantMenu-module__xETqYa__column{flex-direction:column;gap:8px;display:flex}.EnfantMenu-module__xETqYa__column h2{color:#091b45;margin:0 0 24px;font-size:24px;font-weight:900;position:relative}.EnfantMenu-module__xETqYa__column h2:after{content:"";background:#d91f32;border-radius:10px;width:50px;height:4px;margin-top:11px;display:block}.EnfantMenu-module__xETqYa__item{color:#091b45;cursor:pointer;align-items:center;gap:14px;min-height:48px;font-size:17px;font-weight:700;text-decoration:none;transition:color .25s,transform .25s;display:flex;position:relative}.EnfantMenu-module__xETqYa__item svg{color:currentColor;flex-shrink:0;transition:color .25s,transform .25s}.EnfantMenu-module__xETqYa__item:after{content:"";background:linear-gradient(90deg,#091b45,#fff,#d91f32);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.EnfantMenu-module__xETqYa__item:hover{color:#d91f32;transform:translate(6px)}.EnfantMenu-module__xETqYa__item:hover svg{transform:scale(1.08)}.EnfantMenu-module__xETqYa__item:hover:after{width:100%}.EnfantMenu-module__xETqYa__divider{background:#e5e7eb;width:1px;min-height:100%}@media (max-width:800px){.EnfantMenu-module__xETqYa__menu{grid-template-columns:1fr;gap:24px;width:92vw;padding:28px}.EnfantMenu-module__xETqYa__divider{width:100%;height:1px;min-height:1px}}
.ParfumMenu-module__yrB3Tq__menu{z-index:9999;background:#fff;border-top:3px solid #d62027;border-radius:0 0 22px 22px;grid-template-columns:1fr 1px 1fr;gap:34px;width:760px;max-width:92vw;padding:35px 38px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #00000026}:is(.navItem:hover .ParfumMenu-module__yrB3Tq__menu,.ParfumMenu-module__yrB3Tq__menu:hover){display:grid}.ParfumMenu-module__yrB3Tq__column{flex-direction:column;display:flex}.ParfumMenu-module__yrB3Tq__column h2{color:#061a44;margin:0 0 28px;font-size:21px;font-weight:900;position:relative}.ParfumMenu-module__yrB3Tq__column h2:after{content:"";background:#d62027;border-radius:20px;width:55px;height:4px;position:absolute;bottom:-11px;left:0}.ParfumMenu-module__yrB3Tq__divider{background:#ececec;width:1px}.ParfumMenu-module__yrB3Tq__item{color:#061a44;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;min-height:62px;padding:0 4px;font-size:18px;font-weight:700;text-decoration:none;transition:color .25s,padding .25s;display:flex;position:relative;overflow:hidden}.ParfumMenu-module__yrB3Tq__itemLeft{align-items:center;gap:14px;display:flex}.ParfumMenu-module__yrB3Tq__itemLeft svg{color:currentColor;flex-shrink:0;transition:color .25s,transform .25s}.ParfumMenu-module__yrB3Tq__arrow{color:#061a44;flex-shrink:0;transition:color .25s,transform .25s}.ParfumMenu-module__yrB3Tq__item:before{content:"";background:linear-gradient(90deg,#061a44 0%,#fff 50%,#d62027 100%);width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.ParfumMenu-module__yrB3Tq__item:hover{color:#d62027;padding-left:10px}.ParfumMenu-module__yrB3Tq__item:hover:before{width:100%}.ParfumMenu-module__yrB3Tq__item:hover .ParfumMenu-module__yrB3Tq__itemLeft svg{transform:scale(1.08)}.ParfumMenu-module__yrB3Tq__item:hover .ParfumMenu-module__yrB3Tq__arrow{color:#d62027;transform:translate(5px)}@media (max-width:800px){.ParfumMenu-module__yrB3Tq__menu{grid-template-columns:1fr;gap:24px;width:92vw;padding:28px}.ParfumMenu-module__yrB3Tq__divider{width:100%;height:1px}}
.MobiliteMenu-module__NuBjmG__menu{z-index:9999;background:#fff;border-top:3px solid #d62027;border-radius:0 0 22px 22px;width:760px;max-width:92vw;padding:22px 35px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #00000026}:is(.navItem:hover .MobiliteMenu-module__NuBjmG__menu,.MobiliteMenu-module__NuBjmG__menu:hover){display:block}.MobiliteMenu-module__NuBjmG__item{color:#061a44;cursor:pointer;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;min-height:82px;padding:0 5px;font-size:21px;font-weight:700;text-decoration:none;transition:color .25s,padding .25s;display:flex;position:relative;overflow:hidden}.MobiliteMenu-module__NuBjmG__item:last-child{border-bottom:none}.MobiliteMenu-module__NuBjmG__itemLeft{align-items:center;gap:16px;display:flex}.MobiliteMenu-module__NuBjmG__itemLeft svg{color:currentColor;flex-shrink:0;transition:color .25s,transform .25s}.MobiliteMenu-module__NuBjmG__arrow{color:#061a44;flex-shrink:0;transition:color .25s,transform .25s}.MobiliteMenu-module__NuBjmG__item:before{content:"";background:linear-gradient(90deg,#061a44 0%,#fff 50%,#d62027 100%);width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.MobiliteMenu-module__NuBjmG__item:hover{color:#d62027;padding-left:13px}.MobiliteMenu-module__NuBjmG__item:hover:before{width:100%}.MobiliteMenu-module__NuBjmG__item:hover .MobiliteMenu-module__NuBjmG__itemLeft svg{transform:scale(1.1)}.MobiliteMenu-module__NuBjmG__item:hover .MobiliteMenu-module__NuBjmG__arrow{color:#d62027;transform:translate(6px)}@media (max-width:800px){.MobiliteMenu-module__NuBjmG__menu{width:92vw;padding:20px 25px}.MobiliteMenu-module__NuBjmG__item{min-height:72px;font-size:18px}}
.PromotionsMenu-module__BJu6_W__menu{z-index:9999;background:#fff;border-top:3px solid #d62027;border-radius:0 0 22px 22px;grid-template-columns:1fr 1px 1fr;gap:35px;width:760px;max-width:92vw;padding:35px;display:none;position:absolute;top:100%;left:-15%;transform:translate(-50%);box-shadow:0 18px 40px #00000026}:is(.navItem:hover .PromotionsMenu-module__BJu6_W__menu,.PromotionsMenu-module__BJu6_W__menu:hover){display:grid}.PromotionsMenu-module__BJu6_W__column{flex-direction:column;display:flex}.PromotionsMenu-module__BJu6_W__column h2{color:#061a44;align-items:center;gap:11px;margin:0 0 32px;font-size:20px;font-weight:900;display:flex;position:relative}.PromotionsMenu-module__BJu6_W__column h2 svg{color:#d62027;flex-shrink:0}.PromotionsMenu-module__BJu6_W__column h2:after{content:"";background:#d62027;border-radius:20px;width:55px;height:4px;position:absolute;bottom:-12px;left:0}.PromotionsMenu-module__BJu6_W__divider{background:#ececec;width:1px}.PromotionsMenu-module__BJu6_W__item{color:#061a44;cursor:pointer;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;min-height:70px;padding:0 4px;font-size:18px;font-weight:700;transition:color .25s,padding .25s;display:flex;position:relative;overflow:hidden}.PromotionsMenu-module__BJu6_W__itemLeft{align-items:center;gap:14px;display:flex}.PromotionsMenu-module__BJu6_W__itemLeft svg{color:currentColor;flex-shrink:0;transition:color .25s,transform .25s}.PromotionsMenu-module__BJu6_W__arrow{color:#061a44;flex-shrink:0;transition:color .25s,transform .25s}.PromotionsMenu-module__BJu6_W__item:before{content:"";background:linear-gradient(90deg,#061a44 0%,#fff 50%,#d62027 100%);width:0;height:3px;transition:width .35s;position:absolute;bottom:0;left:0}.PromotionsMenu-module__BJu6_W__item:hover{color:#d62027;padding-left:10px}.PromotionsMenu-module__BJu6_W__item:hover:before{width:100%}.PromotionsMenu-module__BJu6_W__item:hover .PromotionsMenu-module__BJu6_W__itemLeft svg{transform:scale(1.1)}.PromotionsMenu-module__BJu6_W__item:hover .PromotionsMenu-module__BJu6_W__arrow{color:#d62027;transform:translate(6px)}.PromotionsMenu-module__BJu6_W__placeholder{color:#061a44;letter-spacing:3px;background:linear-gradient(135deg,#f7f8fb,#fff);justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;font-weight:900;display:flex}@media (max-width:800px){.PromotionsMenu-module__BJu6_W__menu{grid-template-columns:1fr;gap:24px;width:92vw;padding:28px;left:50%}.PromotionsMenu-module__BJu6_W__divider{width:100%;height:1px}}
.LanguageSwitcher-module__Mq00sq__wrapper{z-index:5000;position:relative}.LanguageSwitcher-module__Mq00sq__trigger{cursor:pointer;color:#071a3d;min-height:42px;font:inherit;background:#fff;border:1px solid #071a3d24;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:800;transition:border-color .25s,color .25s,box-shadow .25s,transform .25s;display:inline-flex}.LanguageSwitcher-module__Mq00sq__trigger:hover{color:#e30624;border-color:#e30624;transform:translateY(-1px);box-shadow:0 8px 20px #071a3d1a}.LanguageSwitcher-module__Mq00sq__trigger:disabled{cursor:wait;opacity:.7}.LanguageSwitcher-module__Mq00sq__currentFlag{font-size:18px;line-height:1}.LanguageSwitcher-module__Mq00sq__currentLabel{white-space:nowrap}.LanguageSwitcher-module__Mq00sq__currentShort{display:none}.LanguageSwitcher-module__Mq00sq__trigger svg:last-child{transition:transform .25s}.LanguageSwitcher-module__Mq00sq__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__Mq00sq__dropdown{background:#fff;border:1px solid #e3e7ed;border-radius:12px;width:270px;animation:.2s LanguageSwitcher-module__Mq00sq__openDropdown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 22px 55px #071a3d2e}.LanguageSwitcher-module__Mq00sq__dropdown:before{content:"";background:#071a3d;border-top:1px solid #e3e7ed;border-left:1px solid #e3e7ed;width:12px;height:12px;position:absolute;top:-6px;right:24px;transform:rotate(45deg)}.LanguageSwitcher-module__Mq00sq__dropdownHeader{color:#fff;background:linear-gradient(135deg,#020d20 0%,#071a3d 100%);justify-content:space-between;align-items:center;min-height:64px;padding:0 18px;display:flex}.LanguageSwitcher-module__Mq00sq__dropdownHeader span{font-size:14px;font-weight:900}.LanguageSwitcher-module__Mq00sq__dropdownHeader small{color:#e30624;letter-spacing:.15em;font-size:9px;font-weight:900}.LanguageSwitcher-module__Mq00sq__languageList{padding:8px}.LanguageSwitcher-module__Mq00sq__languageButton{cursor:pointer;color:#071a3d;width:100%;min-height:48px;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:30px minmax(0,1fr) auto 20px;align-items:center;gap:10px;padding:0 11px;transition:color .2s,background .2s,transform .2s;display:grid}.LanguageSwitcher-module__Mq00sq__languageButton:hover{color:#e30624;background:#f4f6f9;transform:translate(3px)}.LanguageSwitcher-module__Mq00sq__selected{color:#e30624;background:#e3062412}.LanguageSwitcher-module__Mq00sq__flag{text-align:center;font-size:21px;line-height:1}.LanguageSwitcher-module__Mq00sq__languageName{font-size:13px;font-weight:800}.LanguageSwitcher-module__Mq00sq__languageCode{color:#8a94a4;letter-spacing:.08em;font-size:10px;font-weight:900}.LanguageSwitcher-module__Mq00sq__languageButton svg{color:#e30624}@keyframes LanguageSwitcher-module__Mq00sq__openDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}html[dir=rtl] .LanguageSwitcher-module__Mq00sq__dropdown{left:0;right:auto}html[dir=rtl] .LanguageSwitcher-module__Mq00sq__dropdown:before{left:24px;right:auto}html[dir=rtl] .LanguageSwitcher-module__Mq00sq__languageButton{text-align:right}html[dir=rtl] .LanguageSwitcher-module__Mq00sq__languageButton:hover{transform:translate(-3px)}@media (max-width:900px){.LanguageSwitcher-module__Mq00sq__currentLabel{display:none}.LanguageSwitcher-module__Mq00sq__currentShort{display:inline}.LanguageSwitcher-module__Mq00sq__trigger{padding:0 10px}}@media (max-width:520px){.LanguageSwitcher-module__Mq00sq__trigger{gap:6px;min-height:38px}.LanguageSwitcher-module__Mq00sq__trigger>svg:first-child{display:none}.LanguageSwitcher-module__Mq00sq__dropdown{width:auto;position:fixed;top:78px;left:12px;right:12px}.LanguageSwitcher-module__Mq00sq__dropdown:before{display:none}html[dir=rtl] .LanguageSwitcher-module__Mq00sq__dropdown{left:12px;right:12px}}
.Footer-module__nhiC3q__footer{color:#fff;background:radial-gradient(circle at 42% 30%,#143a6e47,#0000 34%),linear-gradient(135deg,#020b1a 0%,#03152f 52%,#020a18 100%);width:100%;padding:58px 24px 26px}.Footer-module__nhiC3q__container{width:min(1500px,100%);margin:0 auto}.Footer-module__nhiC3q__topGrid{grid-template-columns:minmax(220px,.9fr) minmax(340px,1.45fr) minmax(170px,.72fr) minmax(180px,.76fr) minmax(210px,.86fr);align-items:stretch;display:grid}.Footer-module__nhiC3q__brandColumn,.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn{padding:20px 34px 42px}.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn{border-left:1px solid #ffffff29}.Footer-module__nhiC3q__brandColumn{text-align:center;padding-left:5px}.Footer-module__nhiC3q__logoLink{text-decoration:none;display:inline-block}.Footer-module__nhiC3q__logo{object-fit:contain;width:185px;height:170px;margin:0 auto;display:block}.Footer-module__nhiC3q__brandText{color:#ffffffdb;margin:15px 0 0;font-size:16px;line-height:1.7}.Footer-module__nhiC3q__contactEmail{color:#fff;overflow-wrap:anywhere;margin-top:14px;font-size:14px;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.Footer-module__nhiC3q__contactEmail:hover{opacity:.82;transform:translateY(-1px)}.Footer-module__nhiC3q__newsletterColumn{padding-top:42px}.Footer-module__nhiC3q__kicker{color:#e30624;letter-spacing:.2em;font-size:11px;font-weight:900}.Footer-module__nhiC3q__newsletterColumn h2{color:#fff;margin:12px 0 0;font-size:clamp(20px,1.5vw,25px);font-weight:900;line-height:1.3}.Footer-module__nhiC3q__newsletterColumn>p{color:#ffffffb8;max-width:430px;margin:22px 0 0;font-size:15px;line-height:1.7}.Footer-module__nhiC3q__newsletterForm{width:100%;max-width:450px;margin-top:28px}.Footer-module__nhiC3q__newsletterRow{background:#ffffff08;border:1px solid #ffffff47;border-radius:7px;grid-template-columns:minmax(0,1fr) 138px;width:100%;min-height:58px;display:grid;overflow:hidden}.Footer-module__nhiC3q__newsletterRow>input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:0 18px;font-size:14px}.Footer-module__nhiC3q__newsletterRow>input::placeholder{color:#ffffff80}.Footer-module__nhiC3q__newsletterRow button{cursor:pointer;color:#fff;background:#e30624;border:0;min-width:138px;padding:0 15px;font-size:12px;font-weight:900;transition:background .25s,filter .25s}.Footer-module__nhiC3q__newsletterRow button:hover{filter:brightness(1.08);background:#c9001e}.Footer-module__nhiC3q__newsletterConsent{cursor:pointer;color:#ffffffb8;align-items:flex-start;gap:10px;width:100%;margin-top:14px;font-size:12px;line-height:1.55;display:flex}.Footer-module__nhiC3q__newsletterConsent>input{cursor:pointer;accent-color:#e30624;width:16px;min-width:16px;height:16px;margin:2px 0 0;padding:0}.Footer-module__nhiC3q__newsletterConsent span{flex:1}.Footer-module__nhiC3q__newsletterConsent a{color:#fff;text-underline-offset:2px;font-weight:700;text-decoration:underline}.Footer-module__nhiC3q__newsletterConsent a:hover{color:#e30624}.Footer-module__nhiC3q__linksColumn{padding-top:35px}.Footer-module__nhiC3q__linksColumn h3{color:#fff;margin:0;font-size:14px;font-weight:900;line-height:1.35}.Footer-module__nhiC3q__titleLine{background:#e30624;width:38px;height:3px;margin-top:16px;display:block}.Footer-module__nhiC3q__linksColumn nav{flex-direction:column;gap:20px;margin-top:24px;display:flex}.Footer-module__nhiC3q__linksColumn nav a{color:#ffffffc2;font-size:14px;line-height:1.4;text-decoration:none;transition:color .25s,transform .25s}.Footer-module__nhiC3q__linksColumn nav a:hover{color:#e30624;transform:translate(4px)}.Footer-module__nhiC3q__linksColumn nav .Footer-module__nhiC3q__sizeGuide{color:#e30624;font-weight:800}.Footer-module__nhiC3q__bottomBar{border-top:1px solid #ffffff36;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;min-height:80px;padding:25px 10px 0;display:grid}.Footer-module__nhiC3q__bottomBar>p{color:#ffffffc2;margin:0;font-size:13px}.Footer-module__nhiC3q__language{color:#fff;justify-content:center;align-items:center;gap:11px;font-size:13px;display:inline-flex}.Footer-module__nhiC3q__language strong{font-size:13px}.Footer-module__nhiC3q__flagEmoji{justify-content:center;align-items:center;font-size:29px;line-height:1;display:inline-flex}.Footer-module__nhiC3q__payments{justify-self:end;align-items:center;gap:11px;display:flex}.Footer-module__nhiC3q__visa,.Footer-module__nhiC3q__mastercard,.Footer-module__nhiC3q__amex,.Footer-module__nhiC3q__applePay,.Footer-module__nhiC3q__paypal{background:#fff;border-radius:5px;justify-content:center;align-items:center;min-width:55px;height:34px;padding:0 8px;font-size:12px;font-weight:900;display:inline-flex}.Footer-module__nhiC3q__visa{color:#173b91;font-style:italic}.Footer-module__nhiC3q__mastercard{min-width:56px}.Footer-module__nhiC3q__mastercard i{border-radius:50%;width:20px;height:20px}.Footer-module__nhiC3q__mastercard i:first-child{background:#eb001b;margin-right:-6px}.Footer-module__nhiC3q__mastercard i:last-child{background:#f79e1b}.Footer-module__nhiC3q__amex{color:#fff;background:#1087c9}.Footer-module__nhiC3q__applePay{color:#111}.Footer-module__nhiC3q__paypal{color:#1065a8;font-style:italic}.Footer-module__nhiC3q__srOnly{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1250px){.Footer-module__nhiC3q__topGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.Footer-module__nhiC3q__brandColumn,.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn{border-bottom:1px solid #ffffff24;border-left:0;padding:34px}.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn:nth-child(2n){border-left:1px solid #ffffff24}.Footer-module__nhiC3q__brandColumn{text-align:left}.Footer-module__nhiC3q__logo{margin-left:0}}@media (max-width:760px){.Footer-module__nhiC3q__footer{padding:35px 18px 22px}.Footer-module__nhiC3q__topGrid{grid-template-columns:1fr}.Footer-module__nhiC3q__brandColumn,.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn{border-left:0;padding:30px 5px}.Footer-module__nhiC3q__newsletterColumn,.Footer-module__nhiC3q__linksColumn:nth-child(2n){border-left:0}.Footer-module__nhiC3q__brandColumn{text-align:center}.Footer-module__nhiC3q__logo{margin:0 auto}.Footer-module__nhiC3q__newsletterForm{max-width:100%}.Footer-module__nhiC3q__newsletterRow{grid-template-columns:1fr}.Footer-module__nhiC3q__newsletterRow>input{min-height:56px}.Footer-module__nhiC3q__newsletterRow button{width:100%;min-height:53px}.Footer-module__nhiC3q__newsletterConsent{margin-top:15px;font-size:11px}.Footer-module__nhiC3q__bottomBar{text-align:center;grid-template-columns:1fr;justify-items:center;gap:22px}.Footer-module__nhiC3q__payments{flex-wrap:wrap;justify-content:center;justify-self:center}}@media (max-width:480px){.Footer-module__nhiC3q__logo{width:160px;height:150px}.Footer-module__nhiC3q__newsletterColumn h2{font-size:20px}.Footer-module__nhiC3q__payments{gap:7px}.Footer-module__nhiC3q__visa,.Footer-module__nhiC3q__mastercard,.Footer-module__nhiC3q__amex,.Footer-module__nhiC3q__applePay,.Footer-module__nhiC3q__paypal{min-width:50px;height:32px;padding:0 6px;font-size:10px}.Footer-module__nhiC3q__flagEmoji{font-size:26px}}.Footer-module__nhiC3q__flagIcon{border-radius:3px;width:32px;height:22px;display:inline-block;overflow:hidden;box-shadow:0 0 0 1px #ffffff40}.Footer-module__nhiC3q__flag_fr{background:linear-gradient(90deg,#002395 0 33.33%,#fff 33.33% 66.66%,#ed2939 66.66%)}.Footer-module__nhiC3q__flag_de{background:linear-gradient(#000 0 33.33%,#d00 33.33% 66.66%,#ffce00 66.66%)}.Footer-module__nhiC3q__flag_it{background:linear-gradient(90deg,#009246 0 33.33%,#fff 33.33% 66.66%,#ce2b37 66.66%)}.Footer-module__nhiC3q__flag_es{background:linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%)}.Footer-module__nhiC3q__flag_en{background:linear-gradient(90deg,#0000 42%,#cf142b 42% 58%,#0000 58%),linear-gradient(#0000 36%,#cf142b 36% 64%,#0000 64%),#012169}.Footer-module__nhiC3q__flag_ar{background:#006c35;position:relative}.Footer-module__nhiC3q__flag_ar:before{content:"الله";text-align:center;color:#fff;font-size:7px;font-weight:700;position:absolute;inset:2px 0 auto}.Footer-module__nhiC3q__flag_ar:after{content:"";background:#fff;width:16px;height:1px;position:absolute;bottom:5px;left:8px}.Footer-module__nhiC3q__flag_zh{background:#de2910;position:relative}.Footer-module__nhiC3q__flag_zh:before{content:"★";color:#ffde00;font-size:12px;position:absolute;top:1px;left:4px}
