@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;font-display:optional;--color-light: #ededed;--background-light: #f2f2f2;--hight-color: #DA291C;--background-pr: #291F18;--text-color: #fff;--background-grey: #F9F9F9;--bg-nav: #000000}body{line-height:1.5;background:var(--background);text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;font-size:var(--body-fs);scroll-snap-type:y mandatory}body>*{scroll-snap-align:normal}*{box-sizing:border-box;margin:0;padding:0}*:before,*:after{box-sizing:border-box;margin:0;padding:0}:focus{outline:none}:focus-visible{outline-offset:3px;outline:2px solid #1492FF}body,select,input,textarea{font-family:var(--body-font);font-weight:400;color:var(--text);-webkit-tap-highlight-color:rgba(0,0,0,0)}.gradient{background:var(--background);color:var(--text)}.section-wrapper{margin:var(--margin);padding:var(--padding)}.container{width:100%;max-width:var(--container);padding-right:var(--spacing-xs);padding-left:var(--spacing-xs);margin-right:auto;margin-left:auto}.container.boxed{max-width:1376px}.container.full{max-width:100%}@media (min-width: 744px){.container{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}}@media (min-width: 1500px){.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}a{text-decoration:none;color:var(--link)}a:hover{color:var(--link-hover)}a:focus-visible{outline-offset:3px;outline:2px solid #1492FF}p{margin:20px 0}ul,ol,dl{margin:0}li{list-style:none}ul,li,ol,summary{list-style:none}summary::-webkit-details-marker{display:none}ul{padding:0;list-style:disc inside none}ol{padding:0;list-style:decimal inside none}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}label{display:inline-block;margin-bottom:6px}.text-2xl{font-size:20px}@media (min-width: 750px){.text-2xl{font-size:22px}}.text-xl{font-size:18px}@media (min-width: 750px){.text-xl{font-size:20px}}.text-lg{font-size:16px}@media (min-width: 750px){.text-lg{font-size:18px}}.text-base{font-size:14px}@media (min-width: 750px){.text-base{font-size:16px}}.text-sm{font-size:12px}@media (min-width: 750px){.text-sm{font-size:14px}}.text-xs{font-size:10px}@media (min-width: 750px){.text-xs{font-size:12px}}.heading-2xl-alt{font-size:28px}@media (min-width: 750px){.heading-2xl-alt{font-size:32px}}.heading-xl-alt{font-size:20px}@media (min-width: 750px){.heading-xl-alt{font-size:24px}}.body-2xl-alt{font-size:20px}@media (min-width: 750px){.body-2xl-alt{font-size:22px}}.body-xl-alt{font-size:18px}@media (min-width: 750px){.body-xl-alt{font-size:20px}}.body-lg-alt{font-size:16px}@media (min-width: 750px){.body-lg-alt{font-size:18px}}button,.button,.btn{background:var(--primary-button-bg);color:var(--primary-button-text);border:1px solid var(--primary-button-border);border-radius:2px;padding:9px 18px;text-transform:uppercase;font-family:var(--font-barlow-condensed);font-weight:700;line-height:1.5;outline:none;cursor:pointer;justify-content:center;align-items:center}button:not(.hidden),.button:not(.hidden),.btn:not(.hidden){display:flex}.btn-primary:disabled,.btn-primary[disabled]{background:var(--text);border-color:var(--text);color:var(--background)}button:hover,.button:hover,.btn:hover{background:var(--primary-button-bg-hover);color:var(--primary-button-text-hover);border:1px solid var(--primary-button-border-hover)}.btn-secondary{background:var(--secondary-button-bg);color:var(--secondary-button-text);border-color:var(--secondary-button-border)}.btn-secondary:hover{background:var(--secondary-button-bg-hover);color:var(--secondary-button-text-hover);border-color:var(--secondary-button-border-hover)}.btn-outline{background:transparent;color:var(--primary-button-bg-hover);border-color:var(--primary-button-bg-hover)}.btn-outline:hover{background:var(--outline-button-primary-hover)}.btn-outline-secondary{background:transparent;color:var(--secondary-button-bg-hover);border-color:var(--secondary-button-bg-hover)}.btn-outline-secondary:hover{background:var(--outline-button-secondary-hover);color:var(--secondary-button-bg-hover);border-color:var(--secondary-button-bg-hover)}.btn-link{background:none!important;color:var(--link);border:0!important;padding:0;min-width:auto}.btn-link span:not(.icon){border-bottom:1px solid var(--link)}.btn-link:hover{color:var(--link-hover)}.btn-link:hover span{border-color:var(--link-hover)}.btn-link-secondary{background:none!important;color:var(--secondary-button-bg);border:0!important;padding:0}.btn-link-secondary span{border-bottom:1px solid var(--secondary-button-bg)}.btn-link-secondary:hover{color:var(--secondary-button-bg-hover)}.btn-link-secondary:hover span{border-bottom:1px solid var(--secondary-button-bg-hover)}button *{pointer-events:none}.btn svg{color:currentColor}.btn svg path{fill:currentColor}button.btn-unavailable,button[disabled]{pointer-events:none;background:var(--color-light);border-color:var(--color-light);color:var(--text)}.js .js-hide,.no-js .js{display:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-family:var(--heading-font);font-weight:700;line-height:1.2}h1,.h1{font-size:48px;font-weight:400}@media (min-width: 750px){h1,.h1{font-size:64px}}h2,.h2{font-size:38px;font-weight:400}@media (min-width: 750px){h2,.h2{font-size:46px}}h3,.h3{font-size:32px}@media (min-width: 750px){h3,.h3{font-size:38px}}h4,.h4{font-size:24px}@media (min-width: 750px){h4,.h4{font-size:30px}}h5,.h5{font-size:18px}@media (min-width: 750px){h5,.h5{font-size:24px}}.rte>*+*{margin-top:1rem}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline}.rte ul{padding-left:1.5rem}.rte ul li{list-style:disc}.font-body{font-family:var(--body-font)}.font-secondary{font-family:Piston Pressure;font-weight:400}.font-tertiary{font-family:Barlow Semi Condensed}form{display:block;margin:0}select,input,textarea{background:var(--input-background-color);color:var(--input-text-color);width:100%;border:none;border-radius:2px;min-height:44px;padding:5px 15px;-webkit-appearance:none;appearance:none}select:focus-visible,input:focus-visible,textarea:focus-visible{outline:none;box-shadow:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input:-moz-placeholder,textarea:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--input-text-color)}table{border-spacing:0;border-collapse:collapse;width:100%}.icon-caret path{fill:var(--text)}.icon-loading{animation:spinner 1.2s linear infinite}.icon-loading circle{stroke:currentColor}.layout-wide_with_padding{--layout-padding: 0 15px;padding:var(--layout-padding)}@media (min-width: 1300px){.layout-wide_with_padding{--layout-padding: 0 40px}}[hidden],.hide,.js .js-hide,.js+.js-hide,.no-js .js,.empty-hidden:empty,.none{display:none}.link-overlay:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%}div:not(.video-is-playing)>.show-on-play{opacity:0}.event-none{pointer-events:none}.highlight-hover:hover,.highlight{color:var(--hight-color)}.image__style,.image--style{padding-top:var(--imgHeight)}.image__style img,.image--style img{transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s;transform:translateZ(0);object-position:var(--imgPoint)}.image-cover{object-fit:cover}.image-contain{object-fit:contain}.image-default{object-fit:initial}.image-zoom{transition:transform .25s}.image-zoom:hover{transform:scale(1.05)}.input-hidden{position:absolute;opacity:0;height:100%;z-index:-1;top:0;left:0}.js input::-webkit-outer-spin-button,.js input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.js input[type=number]{-moz-appearance:textfield}.no-js .shopify-payment-button>button{display:none}.no-js select:focus-visible,.no-js input:focus-visible,.no-js textarea:focus-visible{box-shadow:0 0 0 3px #5e9ed699}.not-open-hide:not([open]){display:none}.empty-image svg{background:#f5f5f5}.checkbox svg{width:20px;height:20px}.checkbox .input-state-active{display:none}.checkbox .input-state-default{display:flex}.checkbox svg rect{stroke:var(--miscellaneous)}input:checked~.checkbox .input-state-active{display:flex}input:checked~.checkbox .input-state-default{display:none}.product-price{color:var(--text);font-weight:700;font-size:var(--body-fs)}.price-compare{text-decoration:line-through;color:var(--subtext)}.highlight{color:var(--hight-color)}.highlight svg{color:inherit}.highlight svg path{fill:currentColor}.sub-color{color:var(--subtext)}.main-color{color:var(--primary-color)}.border-radius{border-radius:var(--border-radius)}.label-border-radius{border-radius:var(--label-border-radius)}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.anchor-link a:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.inline-flex{display:inline-flex}.svg-loading{color:inherit}.svg-loading circle{stroke:currentColor}a[href^="mailto:"]{transition:all .25s ease-in-out}a[href^="mailto:"]:hover{color:var(--primary-color)}quantity-input{width:125px;background:var(--color-light);border:1px solid var(--input-text-color);border-radius:2px;overflow:hidden;white-space:nowrap}quantity-input button{flex:0 0 40px;max-width:40px;height:100%;display:flex;align-items:center;justify-content:center;background:#e3e3e3;color:var(--text);border:0}quantity-input button svg{width:14px;height:auto}quantity-input button:hover{background:#c7c7c7;color:var(--text)}quantity-input button.quantity-pdp{min-width:46px;min-height:46px}quantity-input input{width:100%;background:var(--background);border:none;font-size:18px;padding:0 4px;color:var(--text);text-align:center;min-height:40px}quantity-input input.quantity-pdp{min-height:46px}quantity-input input[type=number]::-webkit-inner-spin-button,quantity-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.popup-component{--popupContentBg: #fff;--text: #242427;--subtext: #9D9DA4;--popupBg: rgba(0,0,0,.5);--drawer-transition-timing: cubic-bezier(.645, .045, .355, 1);position:fixed;left:0;top:0;right:0;bottom:0;z-index:99;transition:.3s all ease-in-out 0s;background:var(--popupBg)}.popup-component .popup-scroller{overflow:hidden;overflow-y:auto;padding-right:5px;margin-right:-5px;transition:.3s all ease-in-out 0s}.popup-component .popup-content{background:var(--popupContentBg);color:var(--text);width:100%;padding:20px 15px;z-index:5;transition:.5s all var(--drawer-transition-timing);max-width:96vw;height:100%;display:flex;flex-direction:column}@media (min-width: 744px){.popup-component .popup-content{max-width:400px;box-shadow:0 0 15px #00000026;padding:24px}}.popup-component .popup-content .popup-content-inner{display:flex;flex-direction:column;max-height:100%;overflow:hidden}.popup-component.popup-left .popup-content{margin-left:0;transform:translate(-100%)}.popup-component.popup-left.active .popup-content{transform:translate(0)}.popup-component.popup-right{display:flex;align-items:stretch;justify-content:right}.popup-component.popup-right .popup-content{margin-right:0}.popup-component.popup-right .popup-content{transform:translate(100%);padding:12px 16px 0;margin-right:0;max-width:95vw!important}@media (min-width: 744px){.popup-component.popup-right .popup-content{max-width:430px!important}}.popup-component.popup-right .popup-body{overflow:hidden;overflow-y:auto}.popup-component.popup-right.active .popup-content{transform:translate(0)}.popup-component.popup-center{display:flex;align-items:center;justify-content:center}.popup-component.popup-center .popup-content{transform:translateY(-50px);opacity:0;border-radius:var(--border-radius);margin:0 auto}.popup-component.popup-center.active .popup-content{transform:translateY(0);opacity:1}@media (max-width: 743px){.popup-component.popup-mb-up .popup-content{transform:translateY(100%)}.popup-component.popup-mb-up.active .popup-content{transform:translateY(0)}}.popup-component.popup-bottom .popup-content{transform:translateY(100%)}.popup-component.popup-bottom.active .popup-content{transform:translateY(0)}.popup-component:not(.active){visibility:hidden;z-index:-1;opacity:0;pointer-events:none}.popup-component.active{visibility:visible;z-index:111;opacity:1}.popup-component.active~.active{z-index:112}.popup-component.active~.active .popup-layer{opacity:0}.popup-component.active~section .active{z-index:112}.popup-component.active~section .active .popup-layer{opacity:0}.popup-component .popup-header{position:unset}.popup-component .popup-header p{margin:0}.popup-component .btn-popup-close{display:flex;align-items:center;justify-content:center;padding:14px;border:none;color:var(--text);background:var(--background);cursor:pointer;top:-20px;right:-20px;width:40px;height:40px;z-index:2;border-radius:50%}.popup-component .btn-popup-close svg{color:inherit;height:auto;width:14px}.popup-component .btn-popup-close svg path{fill:currentColor}.popup-component .btn-popup-close:hover svg path{fill:var(--text)}.popup-component .popup-layer{opacity:.3}.popup-component .popup-content{max-height:100%}.mobile-menu .popup-header{background:var(--text);color:var(--text-color)}.mobile-menu .popup-header .popup-header-row .header-hotline a{gap:10px;color:inherit}.mobile-menu .popup-header .popup-header-row .header-hotline a span{text-decoration:underline}.mobile-menu .popup-header .popup-header-row .search-result-container{padding-bottom:0}.mobile-menu .popup-header .popup-header-row .search-result-container li a mark{color:inherit}.mobile-menu .popup-header .btn-popup-close{padding:0;justify-content:flex-end;background:none;height:30px;border:0}.mobile-menu .popup-header .btn-popup-close svg{width:16px;color:var(--text-color)}.mobile-menu:has(.mobile-menu-layer.active) .mobile-menu-search{display:none}.mobile-menu .popup-content{padding:0;max-width:100vw!important}@media (min-width: 750px) and (max-width: 1499px){.mobile-menu .popup-content{max-width:390px!important;margin-left:0}}.mobile-menu .popup-content .mobile-menu-body .mega__section{position:static;background:transparent;transform:translate(0);box-shadow:none}.mobile-menu .popup-content .menu-mobile-list details.is-opening>summary>div>span.icon-dropdown,.mobile-menu .popup-content .menu-mobile-list details[open]>summary>div>span.icon-dropdown{transform:rotate(180deg)}.mobile-menu .popup-content .menu-mobile-list details.is-closing summary svg{transform:rotate(0)}.mobile-menu .popup-content .menu-mobile-list details:not(:last-child){display:none}.mobile-menu .popup-content .header-custom-links li{border-bottom:1px solid #ddd}.mobile-menu .popup-content .header-custom-links li a{font-size:16px;padding:16px;display:block}.mobile-menu .popup-content .languages-list li{position:relative}.mobile-menu .popup-content .languages-list li input{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0}.mobile-menu .popup-content .languages-list li .menu-item{display:block;padding:12px 16px}.mobile-menu .popup-content .mobile-submenu-list>li{border-bottom:1px solid #ddd}.mobile-menu .popup-content .btn-search{background:none;border:0;color:var(--text)}.mobile-menu .popup-content .form-input,.mobile-menu .popup-content select{background:#e3e3e3;border:1px solid #B6B6B6}.mobile-menu .popup-content .ymm-component select+.icon{color:var(--input-text-color)}.mobile-menu .mobile-menu-footer button{font-family:var(--body-font);font-weight:400;text-transform:none}.mobile-menu .mobile-menu-back .btn-back{background:var(--text);border:0;border-radius:0;text-transform:none}.mobile-menu .mobile-menu-back .btn-back svg{transform:rotate(90deg)}.mobile-menu .form-search input::placeholder{color:var(--input-text-color)}.mobile-menu .form-search input:focus{background:var(--background);color:var(--text)}.mobile-menu.search-showing .popup-content .popup-body{opacity:0;visibility:hidden}.mobile-menu .mobile-layer-fitment.active>details:not([open]){display:none}.mobile-menu .mobile-layer-fitment.active>details[open]{position:absolute;width:100%;top:0;left:0}.mobile-menu .mobile-layer-fitment.active>details[open]>summary{background:var(--text);color:var(--background);margin:-2px -16px;padding:0 10px 10px;position:sticky;top:0;z-index:10}.mobile-menu .mobile-layer-fitment.active>details[open]>summary .menu-item{justify-content:flex-start;gap:4px}.mobile-menu .mobile-layer-fitment.active>details[open]>summary .menu-item>span{order:1}.mobile-menu .mobile-layer-fitment.active>details[open]>summary .menu-item>.icon{order:0;transform:rotate(180deg)}.mobile-menu .ymm-wheels-fitment .filter-group{opacity:100}.mobile-menu .ymm-wheels-fitment .filter-group:not(.opacity-80) summary{background:var(--background)}.mobile-menu .ymm-wheels-fitment .filter-group-wrapper{background:var(--background);border-radius:3px}.mobile-menu .ymm-wheels-fitment .filter-group_title{background:#e3e3e3;border-color:#b6b6b6;padding-top:.45rem;padding-bottom:.45rem}.mobile-menu .wheels-fitment-buttons{flex-direction:column}.mobile-menu .wheels-fitment-buttons button{width:100%}.mobile-menu .mobile-footer .btn-outline-secondary{border-color:var(--text);color:var(--text)}.mega__section{transform:translate(-50%);will-change:transform}.mega__section a{color:var(--link)}.mega__section .section-container{padding:0!important}@media (min-width: 1200px){.mega__section .section__content .mega__tab-heading-list{padding:0 30px 40px;max-width:1520px;margin-left:auto;margin-right:auto}}.mega__section .section__content .mega__tab-heading-list .mega__tab-list:has(.link-style){flex-direction:row;flex-wrap:wrap}@media (min-width: 1200px){.mega__section .section__content .mega__tab-heading-list .mega__tab-list:has(.link-style){margin-bottom:-30px}}@media (min-width: 1200px){.mega__section .section__content .mega__tab-heading-list .mega__tab-list{height:var(--megaMinHeight)}}.mega__section .section__content>.mega__block{padding:var(--mega-padding)}.mega__section .section__content .mega__block-banner_with_link{font-size:var(--fs_linktext)}.mega__section .section__content .mega__block-banner_with_link a{transition:all .35s ease-in-out 0s;padding:0!important}@media (min-width: 1200px){.mega__section .section__content .mega__block-banner_with_link:hover a{color:var(--primary-color)}.mega__section .section__content .mega__block-banner_with_link:hover .image__style img,.mega__section .section__content .mega__block-banner_with_link:hover .image--style img{transform:scale(1.15)}}.mega__section .mega__block{flex:1}.mega__block-banner.apply-overlay .mega__block-inner:after{content:"";background:linear-gradient(345deg,#000c 22.45%,#0000 80.9%);position:absolute;left:0;right:0;bottom:0;top:0}.mega__block-banner .group-content{z-index:1}.mega__block-banner .group-content p{margin:0}.mega__block-banner .group-content p:not(:last-child){margin-bottom:16px}.mega__block-banner .group-content .anchor-link a{color:inherit}@media (min-width: 1200px){.mega__block-banner.zoom-on-hover:hover .image__style img,.mega__block-banner.zoom-on-hover:hover .imag--style img{transform:scale(1.15)}}@media (min-width: 1200px){.mega__tab-anchor-link a{color:#fff}}@media (max-width: 991px){.mega__tab-anchor-link .btn{background:none;justify-content:flex-start;font-family:var(--body-font);text-transform:none;padding-left:16px}.mega__tab-anchor-link a{text-decoration:underline}}.mega__tab-anchor-link>.flex a:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0}.mega__tab-anchor-link>.flex p{margin:1px 0}mega-tab{flex:0 0 100%}@media (min-width: 1500px){mega-tab .mega__tab-title:not(.active) .mega__tab-content{display:none}}mega-tab .mega__block{margin-bottom:0}mega-tab .mega__tab-heading{color:var(--text)}@media (max-width: 1280px){mega-tab .mega__tab-heading{display:none!important}}@media (min-width: 1200px){mega-tab .mega__tab-heading{padding:0 30px;margin:0 auto 12px;max-width:1520px}}@media (min-width: 1200px){.mega__tab-title:not(.w-full){width:33.333333%;padding:0 12px 0 0}}@media (max-width: 1280px){.mega__tab-title{margin:0!important}.mega__tab-title+.mega__tab-title{border-top:1px solid var(--miscellaneous)}}@media (min-width: 1200px){.mega__tab-title:not(.link-style)>a{background-color:#fff;color:var(--text);font-weight:600;gap:12px;padding:8px;transition:all .25s ease-in-out 0s;border-radius:4px;border:1px solid var(--miscellaneous)}}.mega__tab-title:not(.link-style).active>a{color:var(--background-pr);border-color:var(--background-pr);box-shadow:0 2px 10px #0003}@media (max-width: 1280px){.mega__tab-title.active .mega__tab-content{padding:16px 0 0}}.mega__tab-title.active:after{pointer-events:unset}.mega__tab-title:not(:last-child){margin-bottom:8px}.mega__tab-title .mega__tab-title-text a{color:var(--text);font-weight:700}@media (min-width: 1200px){.mega__tab-content:not(.w-full){position:absolute;top:0;right:0;bottom:0;width:66.666667%;padding:0 0 0 12px}}.mega__tab-content .mega__tab-list-blocks{margin:0 -12px;display:flex;flex-wrap:wrap}.mega__tab-content .mega__tab-list-blocks .mega__block{padding:0 12px}@media (max-width: 1199px){.mega__tab-content .mega__tab-list-blocks .mega__block{padding-left:24px;padding-right:24px}}.mega__tab-content .mega__tab-list-blocks .mega__block-banner{margin-left:auto}@media (max-width: 1199px){.mega__tab-content .mega__tab-list-blocks .mega__block-banner{flex:0 0 100%!important;max-width:100%!important}}.mega__tab-content .mega__tab-list-blocks .mega__block-banner .mega__block-inner{background:#fff;border-radius:2px;border:1px solid #D9D9D9}.mega__tab-content .mega__tab-list-blocks .mega__block-banner .mega__block-inner:hover{border:1px solid #656565;box-shadow:0 2px 10px #0003}.mega__tab-content .mega__tab-list-blocks .mega__block-banner .mega__block-inner:active{background:transparent}.mega__tab-content .mega__tab-list-blocks .mega__block-banner .group-content .btn:hover{background:#333}.mega__tab-content .mega__tab-list-blocks:empty{display:none}@media (max-width: 1199px){.mega__tab-content .mega__tab-list-blocks.flex-5{padding:18px}.mega__tab-content .mega__tab-list-blocks.flex-5 .mega__block-banner{flex:0 0 50%!important;max-width:50%!important;padding:6px}}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes hover-menu{0%{opacity:0}to{opacity:1}}#theme-header.header-sticky .section-announcement-bar{display:none}.dropdown{left:auto;top:100%;min-width:200px;padding:20px 0;will-change:transform;background:var(--background);z-index:11;opacity:0;visibility:hidden;transition-delay:.2s;box-shadow:0 1px 7px #0003}.dropdown li{padding:0 16px;position:relative}.dropdown a{display:block;padding:5px 0;color:var(--text)}.dropdown .dropdown{left:100%;top:0;opacity:0;visibility:hidden}.shopify-section-header{background:var(--background);color:var(--text)}@media (max-width: 1499px){.shopify-section-header .header-row--main{flex:0 0 100%;max-width:100%;flex-wrap:nowrap}}.shopify-section-header .header-search .form-container{max-width:800px;margin:0 auto}.shopify-section-header .header-search .form-container .form-search,.shopify-section-header .header-search .form-container .form-field{width:100%}.shopify-section-header .header-search .form-container input::placeholder{color:var(--input-text-color)}.shopify-section-header .header-search .form-container input:focus{background:var(--input-text-color);color:var(--input-background-color)}.shopify-section-header .header-search .form-container input:focus+button{color:var(--input-background-color)}.shopify-section-header .header-search .btn-search{background:none;color:var(--input-text-color);border:none}.shopify-section-header .header-icons-list .header-icon--menu button{background:none;color:var(--icon)}.shopify-section-header .header-custom-links p{margin:0}.shopify-section-header .header-custom-links ul{display:flex;gap:24px}.shopify-section-header .header-custom-links ul a{color:#b6b6b6}@media (hover: hover){.shopify-section-header .header-custom-links ul a:hover{color:var(--text)}}.header-row--navigation{background:var(--bg-nav)}.header-row--navigation>.container>.md-flex{position:relative}.header-row--navigation .main-navigation>li>a{padding:0 10px;font-weight:700;transition:all .25s ease-in-out 0s}.header-row--navigation .main-navigation>li .mega__section{animation:hover-menu .45s ease-in-out;transition:.25s all ease-in-out;display:none;opacity:0;pointer-events:none;visibility:hidden}.header-row--navigation .main-navigation>li .dropdown .menu-list>li:hover>.dropdown{opacity:1;visibility:visible}.header-row--navigation .main-navigation>li.has-dropdown:not(.js-mega-nav){position:relative}.header-row--navigation .main-navigation>li.show>a{color:var(--subtext)}.header-row--navigation .main-navigation>li.show>a>svg{color:var(--link-hover);transform:rotate(180deg)}.header-row--navigation .main-navigation>li.show .mega__section,.header-row--navigation .main-navigation>li.show>.dropdown{display:block;opacity:1;visibility:visible;pointer-events:unset}
/*# sourceMappingURL=/cdn/shop/t/39/assets/base.css.map */
