.main-custom-header.sticky{box-shadow:-1px 1px 6px -3px #00000075;-webkit-box-shadow:-1px 1px 6px -3px rgba(0,0,0,.46);-moz-box-shadow:-1px 1px 6px -3px rgba(0,0,0,.46)}.main-custom-header:before{content:" ";width:10%;height:100%;background:#fff;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:-1;transition-timing-function:linear;transition:.3s;-webkit-transition-timing-function:linear;-webkit-transition:.3s}.main-custom-header.sticky:before{width:100%}.main-custon-header-wrapper{position:sticky;top:0;left:0;right:0;width:100%;z-index:200;margin-top:3.2rem}.custom-header-container{background-color:#fff;padding:1.8rem 4rem;display:flex;align-items:center;justify-content:space-between;width:95%}.custom-header-logo img{display:block;width:15rem}.custom-header-nav-wrapper{display:flex;flex-direction:column;align-items:flex-end}.custom-header-nav-wrapper nav{display:flex;align-items:center;gap:3.2rem;width:100%}.custom-header-nav-wrapper ul{list-style-type:none;margin:0;padding:0;display:flex;gap:3.2rem}.custom-header-main-nav{color:var(--gradient-base-accent-1);font-size:1.4rem;padding-top:1.2rem;border-top:thin solid #ECECEC;margin-top:.8rem}.custom-header-main-nav>ul>li{position:relative}.custom-header-main-nav>ul>li>ul{position:absolute;top:100%;left:0;background-color:#fff;padding:.8rem;flex-direction:column;gap:0;width:32.5rem;-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,.13);-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,.13);box-shadow:0 0 10px 1px #00000021;display:none}.custom-header-main-nav>ul>li:hover>ul{display:block}.custom-header-main-nav>ul>li>ul a{display:block;padding:.4rem 1.6rem;font-size:1.3rem}.custom-header-main-sub-nav__image{display:none;width:12.8rem;position:absolute;right:0;top:0;height:100%;object-fit:cover}.custom-header-main-nav>ul>li>ul>li:first-child img{display:block;z-index:0}.custom-header-main-nav>ul>li>ul>li .custom-nav-active+img{display:block;z-index:1}.custom-header-main-nav>ul>li>ul>li:hover img{display:block;z-index:2}.custom-header-nav-wrapper a:hover,.custom-nav-active{color:var(--gradient-base-accent-2)}.custom-header-top-nav{font-size:1.2rem}.custom-header-nav-wrapper .footer__list-social{gap:1rem}.custom-header-nav-wrapper .list-social__link{padding:0;padding-top:.5rem}.custom-header-nav-wrapper .list-social__item .icon{height:1.6rem;width:1.6rem}.custom-search-wrapper{position:relative;margin-right:auto}.custom-search-wrapper ul{display:block}.custom-search-wrapper label,.custom-search-wrapper input{font-size:1.4rem}.custom-search-wrapper predictive-search[open] .predictive-search{max-height:50vh!important}.custom-search-wrapper .predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search::-webkit-scrollbar{width:2px}.predictive-search::-webkit-scrollbar-track{background:#ececec}.predictive-search::-webkit-scrollbar-thumb{background:#ccc}.predictive-search::-webkit-scrollbar-thumb:hover{background:#ccc}.custom-header__mobile-menu-btn{width:4.2rem;height:4.2rem;padding:1rem;border:thin solid #C2C2C2;border-radius:5px;background:transparent;display:none;cursor:pointer}.custom-header__mobile-menu-btn>span{display:flex;flex-direction:column;gap:.3rem;align-items:flex-end}.custom-header__mobile-menu-btn>span>span{display:block;width:100%;height:2px;background-color:#000;border-radius:5px;transition-timing-function:linear;transition:.3s;-webkit-transition-timing-function:linear;-webkit-transition:.3s}.custom-header__mobile-menu-btn>span>span:nth-child(2),.custom-header__mobile-menu-btn>span>span:nth-child(4){width:75%}.custom-header__mobile-menu-btn.active>span>span:nth-child(2),.custom-header__mobile-menu-btn.active>span>span:nth-child(4){opacity:0}.custom-header__mobile-menu-btn.active>span>span:nth-child(1){transform:rotate(45deg) translate(6px,4px)}.custom-header__mobile-menu-btn.active>span>span:nth-child(3){transform:rotate(-45deg) translate(3px,-1px)}.custom-header__mobile-dropdown-container{display:none;padding-top:4rem;padding-bottom:2rem;position:absolute;background-color:#fff;width:100%;-webkit-box-shadow:0px 12px 14px -11px rgba(0,0,0,.24);-moz-box-shadow:0px 12px 14px -11px rgba(0,0,0,.24);box-shadow:0 12px 14px -11px #0000003d;max-height:calc(100vh - 10rem);overflow-y:scroll}.custom-header__mobile-main-nav>ul{list-style-type:none;margin:0;padding:0;font-size:2.4rem;font-weight:700;margin-bottom:2.4rem}.custom-header__mobile-main-nav>ul>li{margin-bottom:1rem}.custom-header__mobile-main-nav>ul>li>a{display:flex;align-items:center;justify-content:space-between}.custom-header__mobile-main-nav>ul>li>a svg{width:2.2rem;width:6.2rem;padding:1rem 2rem}.custom-header__mobile-main-nav>ul>li.active>a svg{transform:rotate(180deg)}.custom-header__mobile-main-nav>ul>li>ul{list-style-type:none;margin:0;padding:0;font-size:2rem;font-weight:700;padding-left:1.5rem;padding-top:.5rem;display:none}.custom-header__mobile-main-nav>ul>li>ul>li{margin-bottom:.5rem}.custom-header__mobile-secondary-nav ul{list-style-type:none;margin:0;padding:0;margin-bottom:2.4rem;font-size:1.6rem}.custom-header__mobile-secondary-nav ul li{margin-bottom:.8rem}.custom-header__mobile-bottom-nav{display:flex;justify-content:space-between}.custom-header__mobile-bottom-nav ul{list-style-type:none;margin:0;padding:0;display:flex;gap:2.4rem}.custom-header__mobile-bottom-nav .list-social__item svg{width:2rem;height:2rem}.custom-header__mobile-dropdown-container .custom-search-wrapper{margin-bottom:2.5rem}@media screen and (max-width:991px){.main-custon-header-wrapper{margin-top:0}.custom-header-container{width:100%;align-items:flex-end;padding:2rem}.custom-header-nav-wrapper{display:none}.custom-header__mobile-menu-btn{display:inline-block}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-header.css.map */
