.language-switcher_Wrapper__tUWkM{position:relative;display:flex;justify-content:flex-end;width:100%;z-index:100}.language-switcher_Trigger__u2vCS{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#0e1420;transition:background .2s ease,border-color .2s ease;min-height:40px;outline:none;font-family:inherit}.language-switcher_Trigger__u2vCS:hover{background:#ececec;border-color:#c8c8c8}.language-switcher_Trigger__u2vCS:focus-visible{border-color:#0f4a89;box-shadow:0 0 0 3px rgba(15,74,137,.15)}.language-switcher_Flag__EN3F2{font-size:16px;line-height:1;flex-shrink:0}.language-switcher_CurrentLang__XSTLc{white-space:nowrap}.language-switcher_Chevron__hZ2C_{color:#888;flex-shrink:0;transition:transform .2s ease}.language-switcher_ChevronOpen__QirAH{transform:rotate(180deg)}.language-switcher_Dropdown__IZInc{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:white;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);overflow:hidden;list-style:none;padding:4px;margin:0;animation:language-switcher_dropdownOpen__SCkLO .15s ease forwards}@keyframes language-switcher_dropdownOpen__SCkLO{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.language-switcher_Option__YjIYp{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;background:transparent;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:400;color:#0e1420;text-align:left;transition:background .15s ease;font-family:inherit;min-height:38px}.language-switcher_Option__YjIYp:hover{background:#f7f7f7}.language-switcher_OptionActive__x4nff{font-weight:600;color:#0f4a89;background:rgba(15,74,137,.06)}.language-switcher_OptionActive__x4nff:hover{background:rgba(15,74,137,.1)}.language-switcher_Check___0Vg2{margin-left:auto;flex-shrink:0}@media (max-width:768px){.language-switcher_Wrapper__tUWkM{justify-content:flex-start}.language-switcher_Dropdown__IZInc{left:0;right:auto}}:root{--dark:#0e1420;--primary:#0f4a89;--gap-large:50px;--gap-medium:25px;--gap-small:10px}button,input,select,textarea{font:inherit;font-size:1rem!important}html{overflow-y:scroll!important;scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{width:100vw;color:var(--dark);background:white;align-items:center;top:0!important}.PageContent,body{position:relative;display:flex;flex-direction:column;gap:var(--gap-large)}.PageContent{width:60%;height:auto}.semibold{font-weight:400}.bold{font-weight:500}*{box-sizing:border-box;padding:0;margin:0}::selection{background-color:#0f4a89;color:white}.Container{flex-direction:column;gap:var(--gap-large)}.Container,.ContainerHead{position:relative;box-sizing:border-box;width:100%;display:flex}.ContainerHead{gap:var(--gap-small);padding-bottom:15px;border-bottom:1px solid #0f4a89;flex-wrap:wrap;text-transform:uppercase}.ContainerHead.Horizontal{align-items:center;justify-content:space-between}.ContainerHead.Vertical{flex-direction:column}.ContainerHead .HeadTitle{color:#0e1420;font-size:28px}.HeadDescription{color:#0f4a89;font-weight:500!important;font-size:18px}.ContainerHead.Horizontal .HeadDescription{text-align:right}.ContainerContent{position:relative;flex-direction:column}.ContainerContent,.ContainerContentWrap{display:flex;gap:var(--gap-large)}.ContainerContentTextWrapper{flex-wrap:wrap;align-items:flex-start;width:100%}.ContainerContentText,.ContainerContentTextWrapper{position:relative;display:flex;justify-content:space-between;gap:var(--gap-medium)}.ContainerContentText{font-size:18px;flex:1 1 50%;flex-direction:column;height:100%}.ContainerContentTextImage{position:relative;flex:1 1 45%;aspect-ratio:16/9}.ContainerContentTextImage img{width:100%!important}.ContainerContentTextImageCol div{position:relative;width:300px;height:300px}.ContainerContentTextImageCol{justify-content:center;gap:var(--gap-large);flex-direction:row}.ContainerContentTextImageCol,.ContainerSwitchMenu{position:relative;display:flex;flex-wrap:wrap;height:auto;width:100%}.ContainerSwitchMenu{justify-content:space-between;gap:var(--gap-medium)}.ContainerSwitchElement,.ContainerSwitchElementSmall{position:relative;flex:1 0 30%;background:#f7f7f7;border-radius:25px;padding:25px;box-sizing:border-box;font-size:21px;display:flex;align-items:center;justify-content:center;color:white;text-align:center;text-transform:capitalize;border-radius:15px!important;overflow:hidden}.ContainerSwitchElement:hover img{filter:brightness(1.25)}.ContainerSwitchElement{height:250px}.ContainerSwitchElementSmall{height:150px;color:var(--dark);font-weight:500}.ContainerSwitchElement img{transition:filter .25s ease-in-out;z-index:0}.ContainerSwitchElement p{z-index:1}.ContainerButtonBar{width:100%;justify-content:space-between;gap:var(--gap-medium)}.ContainerButton,.ContainerButtonBar{position:relative;display:flex;align-items:center}.ContainerButton{padding:10px 20px;justify-content:center;font-size:16px;border-radius:5px;transition:background-color .25s ease,box-shadow .25s ease,color .25s ease;border:none;outline:none;text-transform:capitalize;cursor:pointer;min-height:44px;white-space:nowrap}.ContainerButton.Primary{background-color:#0f4a89;color:white}.ContainerButton.Primary:hover{background-color:transparent;color:var(--primary);box-shadow:0 0 0 2px var(--primary) inset}.ContainerButton.Default{background-color:transparent;box-shadow:0 0 0 2px var(--dark) inset;color:var(--dark)}.ContainerButton.Default:hover{background-color:var(--dark);color:white}.ContainerButton.Secondary{background-color:transparent;color:var(--primary);box-shadow:0 0 0 2px var(--primary) inset}.ContainerButton.Secondary:hover{background-color:#0f4a89;color:white}.ContainerButton.Rezension{background:#ADA473;color:white!important}.ContainerButton.Rezension:hover{background-color:#ADA473;box-shadow:inset 0 0 0 2px #dedac9}.ScaleHover{transition:transform .25s ease-in-out}.ScaleHover:hover{transform:translateY(10px)}.image{object-fit:cover}.imageContain{object-fit:contain}.BorgWarnerBanner{height:120px}.BorgWarnerBanner img{position:relative}.translation-button{text-transform:capitalize;min-height:44px}@media (max-width:1024px){.PageContent{width:80%}.ContainerSwitchElement{flex:1 0 45%;height:200px}.ContainerContentText,.ContainerContentTextImage{flex:1 1 100%}}@media (max-width:768px){.PageContent{width:90%;gap:35px}.Container{gap:35px}.ContainerHead .HeadTitle{font-size:22px}.HeadDescription{font-size:15px}.ContainerSwitchElement{flex:1 0 45%;height:150px;font-size:16px;border-radius:15px;padding:15px}.ContainerSwitchElementSmall{flex:1 0 45%;height:100px}.ContainerContentText{flex:1 1 100%;font-size:16px}.ContainerContentTextImage{flex:1 1 100%}.ContainerButtonBar{flex-direction:column;align-items:stretch}.ContainerButton{width:100%;text-align:center;padding:12px 20px}.RezensionContainer .Rezension{flex:1 1 100%}.ContainerHead.Horizontal{flex-direction:column;align-items:flex-start}.ContainerHead.Horizontal .HeadDescription{text-align:left}.ScaleHover:hover{transform:none}}@media (max-width:480px){.PageContent{width:95%;gap:25px}.ContainerSwitchElement{flex:1 0 100%;height:130px}.ContainerHead .HeadTitle{font-size:20px}}html{font-size:16px}body{font-family:var(--font-outfit),sans-serif!important;font-weight:400;font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}h1{font-size:1.5rem!important;font-weight:600;line-height:1.25;letter-spacing:-.02em}.BannerText{font-size:2rem!important;font-weight:400}h2{font-size:1.625rem!important;font-weight:600;line-height:1.3;letter-spacing:-.015em}h3{font-size:1.25rem!important;letter-spacing:-.01em}h3,h4{font-weight:500;line-height:1.4}h4{font-size:1.125rem!important}p{font-size:1.05rem!important}.TextLarge,p{font-weight:400;line-height:1.75}.TextLarge{font-size:1.125rem!important}.TextSmall{font-size:.875rem;font-weight:400;line-height:1.6}.HeadDescription{font-size:.8125rem;font-weight:600;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}.ContainerHead .HeadTitle{font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-.015em;text-transform:uppercase}.Highlight{font-weight:500;color:var(--dark)}b,strong{font-weight:600}.TextCentered{text-align:center}a{color:inherit;text-decoration:none;transition:color .2s ease}.ContainerButton{font-size:.9375rem;font-weight:500;letter-spacing:.01em}.ContainerSwitchElement p{font-size:1.25rem!important;font-weight:400;letter-spacing:-.01em}.ContainerSwitchElementSmall p{font-size:1.15rem;font-weight:400}.RezensionContainer .Rezension p{font-size:.9375rem;line-height:1.65;font-weight:400}.RezensionContainer .RezensionName{font-size:.875rem;font-weight:500}@media (max-width:1024px){h1{font-size:1.75rem}h2{font-size:1.5rem}.ContainerHead .HeadTitle{font-size:1.375rem}}@media (max-width:768px){html{font-size:15px}h1{font-size:1.6rem;letter-spacing:-.015em}h2{font-size:1.375rem}h3{font-size:1.125rem}.ContainerHead .HeadTitle{font-size:1.25rem}.HeadDescription{font-size:.75rem;letter-spacing:.1em}.ContainerContentText,p{font-size:.9375rem;line-height:1.7}.ContainerSwitchElement{font-size:.9375rem}}@media (max-width:480px){h1{font-size:1.4rem!important}h2{font-size:1.25rem!important}.ContainerHead .HeadTitle{font-size:1.4rem!important}}.Link{text-decoration:underline}font,font:hover{background-color:transparent!important;box-shadow:none!important}.RegularPrice{text-decoration:line-through;opacity:.65;color:var(--red)}.WideButton{width:100%;text-align:center;display:flex;align-items:center;justify-content:center}.BorgWarnerBanner{position:relative;width:100%;height:100px}.BorgWarnerBanner img{width:100%;height:auto!important}.skiptranslate{display:none!important;bottom:0!important;position:absolute!important;top:-1000px!important;margin:0!important;padding:0!important}.translation-box{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;padding:10px;border-radius:10px}.translation-button{color:#0e1420;background:#ececec;border:none;padding:10px 15px;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease;outline:none}.translation-button:hover{background:#ececec;transform:translateY(3.5px)}.translation-button.active{background:#0f4a89;color:white;border:2px solid #fff}.RezensionContainer{position:relative;width:100%;height:auto;display:flex;flex-wrap:wrap;gap:10px}.RezensionContainer .Rezension{position:relative;flex:1 1 33%;background:#ececec;border-radius:10px;padding:15px;display:flex;flex-direction:column;gap:10px}.RezensionContainer .RezensionName{opacity:.45}.RezensionSterne{display:flex;gap:5px}.ProductPage{margin-top:75px}.banner_Container__8bUsJ{position:relative;width:100%;overflow:hidden;height:350px;z-index:0;display:flex;box-sizing:border-box;align-items:center;justify-content:center;margin-top:75px;gap:50px;padding:50px}.banner_ContentLeft__mW6fK,.banner_ContentMid__KixvZ,.banner_ContentRight__GEotG{font-size:32px;font-weight:300;z-index:2;width:100%;text-transform:uppercase;display:flex;justify-content:center;flex-direction:column}.banner_ContentLeft__mW6fK{text-align:left;align-items:flex-start}.banner_ContentMid__KixvZ{text-align:center;align-items:center}.banner_ContentRight__GEotG{text-align:right;align-items:flex-end}.banner_InnerContainer__2NVdX{width:90%;display:flex;justify-content:space-between;align-items:center;color:white}.banner_Bold____Izg{font-weight:500}@media (max-width:1000px){.banner_ContentLeft__mW6fK,.banner_ContentRight__GEotG{display:none}}.footer_Container__4rHLI{position:relative;width:100%;background:#0e1420;color:#ffffff;padding-bottom:50px;margin-bottom:-50px}.footer_Inner__JaLvK{width:60%;margin:0 auto;padding:60px 0 0;display:flex;flex-direction:column;gap:40px}.footer_Top__DPX_C{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;grid-gap:50px;gap:50px;align-items:flex-start}.footer_Column__ON4Lh{display:flex;flex-direction:column;gap:20px}.footer_LogoLink__6os2N{display:inline-block;opacity:.9;transition:opacity .2s ease;filter:invert(1) brightness(2);width:-moz-fit-content;width:fit-content}.footer_LogoLink__6os2N:hover{opacity:1}.footer_About__aioDL{font-size:15px;line-height:1.7;color:rgba(255,255,255,.6)}.footer_ShopButton__pUmVn{display:inline-block;width:-moz-fit-content;width:fit-content;padding:10px 20px;background:#0f4a89;color:white;border-radius:5px;font-size:15px;font-weight:600;transition:background .2s ease;text-decoration:none}.footer_ShopButton__pUmVn:hover{background:#1560b0}.footer_ColumnTitle__J11WX{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#0f4a89;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.footer_NavList__DcNwn{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer_NavList__DcNwn li a{font-size:15px;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s ease;display:block}.footer_NavList__DcNwn li a:hover{color:white}.footer_Address__FyRDR{font-style:normal;display:flex;flex-direction:column;gap:14px}.footer_ContactItem__LfLHW{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:rgba(255,255,255,.65)}.footer_ContactItem__LfLHW a{color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s ease}.footer_ContactItem__LfLHW a:hover{color:white}.footer_ContactItem__LfLHW p{line-height:1.5}.footer_ContactIcon__72TnW{font-size:16px;flex-shrink:0;margin-top:1px}.footer_ContactButton__vUDWR{display:inline-block;width:-moz-fit-content;width:fit-content;padding:10px 20px;border:2px solid rgba(255,255,255,.25);color:white;border-radius:5px;font-size:15px;font-weight:600;transition:border-color .2s ease,background .2s ease;text-decoration:none}.footer_ContactButton__vUDWR:hover{border-color:white;background:rgba(255,255,255,.08)}.footer_Divider__y1vGa{width:100%;height:1px;background:rgba(255,255,255,.1)}.footer_Bottom__1YM7s{display:flex;align-items:center;justify-content:space-between;padding-bottom:30px;flex-wrap:wrap;gap:15px}.footer_Copyright__Jasxf{font-size:14px;color:rgba(255,255,255,.4)}.footer_LegalList__0gGmf{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:20px}.footer_LegalList__0gGmf li a{font-size:14px;color:rgba(255,255,255,.4);text-decoration:none;transition:color .2s ease}.footer_LegalList__0gGmf li a:hover{color:rgba(255,255,255,.8)}@media (max-width:1024px){.footer_Inner__JaLvK{width:80%}.footer_Top__DPX_C{grid-template-columns:1fr 1fr;gap:40px}.footer_Column__ON4Lh:last-child{grid-column:1/-1}}@media (max-width:768px){.footer_Inner__JaLvK{width:90%;padding:40px 0 0;gap:30px}.footer_Top__DPX_C{grid-template-columns:1fr;gap:30px}.footer_Column__ON4Lh:last-child{grid-column:auto}.footer_Bottom__1YM7s{flex-direction:column;align-items:flex-start;padding-bottom:25px;gap:15px}.footer_LegalList__0gGmf{gap:12px}}.Navbar_Container__XlreL{position:fixed;top:0;left:0;width:100%;height:80px;z-index:9999;background-color:#f7f7f7;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;box-shadow:0 2px 20px rgba(0,0,0,.12);transition:box-shadow .3s ease,height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.Navbar_Container__XlreL.Navbar_Scrolled__ziSdv{box-shadow:0 4px 30px rgba(0,0,0,.2)}.Navbar_Container__XlreL.Navbar_Expanded__6wKfU{height:100dvh;overflow-y:auto}.Navbar_Overlay__OOTp9{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Navbar_Overlay__OOTp9.Navbar_OverlayVisible__ZaO1m{opacity:1;pointer-events:all}.Navbar_InnerContainer__Dss37{position:relative;width:90%;display:flex;align-items:center;height:80px;flex-shrink:0;justify-content:space-between}.Navbar_LogoContainer__Pjas1{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit;transition:opacity .2s ease}.Navbar_LogoContainer__Pjas1:hover{opacity:.8}.Navbar_InnerContainerWrap__IeeEU{position:relative;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:25px}.Navbar_MenuList__FjUX4{display:none;list-style:none;margin:0;padding:0;transition:opacity .3s ease}.Navbar_MenuList__FjUX4.Navbar_MenuOpen__N3Hgd{display:flex;flex-direction:column;align-items:flex-end;gap:8px;opacity:1;position:absolute;top:80px;right:0;width:100%;background:#f7f7f7}.Navbar_MenuList__FjUX4.Navbar_MenuOpen__N3Hgd .Navbar_StaticButtons__CgxNh{flex-direction:column!important}.Navbar_NavButtonSecondary__QGpRh{position:relative;font-size:16px;padding:8px 18px;border-radius:5px;border:2px solid #0f4a89;color:#0f4a89;background:rgba(0,0,0,0);transition:background .2s ease,color .2s ease;text-decoration:none;white-space:nowrap}.Navbar_NavButtonSecondary__QGpRh:hover{background:#0f4a89;color:#fff}.Navbar_NavButtonPrimary__ewJmt{position:relative;font-size:16px;padding:8px 18px;border-radius:5px;background:#0f4a89;color:#fff;border:2px solid #0f4a89;transition:background .2s ease,color .2s ease;text-decoration:none;white-space:nowrap}.Navbar_NavButtonPrimary__ewJmt:hover{background:rgba(0,0,0,0);color:#0f4a89}.Navbar_ToggleButton__AR31h{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:5px;transition:background .2s ease;min-height:44px;min-width:44px}.Navbar_ToggleButton__AR31h:hover{background:rgba(15,74,137,.08)}.Navbar_HamburgerLine__OMveU{display:block;width:22px;height:2px;background-color:#0e1420;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.Navbar_ToggleOpen__kFqVY .Navbar_HamburgerLine__OMveU:first-child{transform:translateY(7px) rotate(45deg)}.Navbar_ToggleOpen__kFqVY .Navbar_HamburgerLine__OMveU:nth-child(2){opacity:0;width:0}.Navbar_ToggleOpen__kFqVY .Navbar_HamburgerLine__OMveU:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:1000px){.Navbar_Container__XlreL{height:80px!important;overflow:hidden!important;align-items:center}.Navbar_InnerContainer__Dss37{height:80px}.Navbar_MenuList__FjUX4{display:flex!important;flex-direction:row!important;align-items:center;gap:5px;position:static!important;padding:0!important;background:rgba(0,0,0,0)!important}.Navbar_ToggleButton__AR31h{display:none!important}}.Navbar_StaticButtons__CgxNh{position:relative;display:flex;gap:8px}.MenuLink_ListItem__yylA9{position:relative;padding:8px 12px;font-size:16px;color:#0e1420;text-decoration:none;text-transform:capitalize;border-radius:5px;transition:color .2s ease,background .2s ease;white-space:nowrap;display:block}.MenuLink_ListItem__yylA9:after{content:"";position:absolute;bottom:2px;left:12px;right:12px;height:2px;background-color:#0f4a89;transform:scaleX(0);transform-origin:center;transition:transform .25s ease;border-radius:2px}.MenuLink_ListItem__yylA9:hover{color:#0f4a89}.MenuLink_ListItem__yylA9:hover:after{transform:scaleX(1)}.MenuLink_Active__v5Yzz{color:#0f4a89;font-weight:500}.MenuLink_Active__v5Yzz:after{transform:scaleX(1)}@media(max-width:999px){.MenuLink_ListItem__yylA9{width:90%;padding:14px 20px;font-size:18px;border-bottom:1px solid #e8e8e8;border-radius:0;text-align:right}.MenuLink_ListItem__yylA9:after{display:none}.MenuLink_ListItem__yylA9:hover{background:rgba(15,74,137,.05)}.MenuLink_Active__v5Yzz{padding-right:30px;background:rgba(15,74,137,.08);border-right:3px solid #0f4a89}}.categories_CategoryList__45bL2{position:relative;width:100%;height:auto;display:flex;flex-wrap:wrap;gap:25px}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB{position:relative;cursor:pointer;min-width:200px;min-height:287px;flex:1 1 30%;background-color:#fff;box-shadow:5px 5px 25px rgba(0,0,0,.25);border-radius:25px;display:flex;flex-direction:column;gap:25px;padding:50px;box-sizing:border-box;align-items:center}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_ProductImage__vPbaO{position:relative;width:100%;height:150px}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_ProductImage__vPbaO img{object-fit:contain}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_CategorySeperator__rNdwU{width:100%;display:flex;height:1px;justify-content:space-between;gap:5px}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_CategorySeperator__rNdwU .categories_SeperatorLine__pH8RJ{width:100%;height:100%;background-color:#d9d9d9}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_CategorySeperator__rNdwU .categories_SeperatorLinePrimary__esWGN{width:30%;height:100%;background-color:var(--primary)}.categories_CategoryList__45bL2 .categories_CategoryElement__3jqkB .categories_CategoryLabel__yXbRd{font-size:20px;font-weight:500}