.header{--bar-color: #000000;position:relative;z-index:10;top:0;left:0;width:100%}.header.sticky{position:fixed}.shopify-section:has(.header.sticky){padding-top:var(--header-height)}.header__inner{padding-top:20px;padding-bottom:20px}.header--overlay{margin-top:calc(-1 * var(--header-height, 0px))!important}body:has(.header--overlay):not(:has(.header__nav-item--has-megamenu:hover)) .header:not(.open):not(.sticky):not(.search-open){--bar-color: #ffffff}.header__bar{display:grid;align-items:center;grid-template-columns:1fr auto 1fr;gap:16px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:100px;padding:8px 20px;box-shadow:0 4px 15px #00000012;transition:background-color .3s}body:has(.header--overlay):has(.header__nav-item--has-megamenu:hover) .header__bar,.header.open .header__bar,.header.sticky .header__bar,.header.search-open .header__bar{background-color:#ffffffe6}.header__logo{display:flex;text-decoration:none;color:var(--bar-color);transition:color .3s}.header__logo img{width:74px;height:auto;display:block}.header__logo--light,body:has(.header--overlay):not(:has(.header__nav-item--has-megamenu:hover)) .header:not(.open):not(.sticky):not(.search-open) .header__logo--dark{display:none}body:has(.header--overlay):not(:has(.header__nav-item--has-megamenu:hover)) .header:not(.open):not(.sticky):not(.search-open) .header__logo--light{display:flex}.header__logo-text{font-size:24px;line-height:1}.header__nav-list{display:flex;align-items:center;justify-content:center;gap:8px 40px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.header__nav-item{position:relative}.header__nav-link{display:inline-flex;align-items:center;gap:2px;font-size:14px;line-height:1.3;text-decoration:none;white-space:nowrap;position:relative;color:var(--bar-color);transition:color .3s}.header__nav-link svg{width:14px;height:14px;transition:transform .3s}.header__nav-item:hover .header__nav-link svg{transform:rotate(180deg)}.header__nav-item--has-megamenu .header__nav-link:after{content:"";position:absolute;top:calc(100% - 8px);left:-100%;width:300%;height:48px;background-color:transparent;opacity:0;pointer-events:none}.header__nav-item--has-megamenu:hover .header__nav-link:after{pointer-events:all}.header__megamenu{position:fixed;top:100%;left:0;width:100%;max-width:1200px;background:#fff;border-radius:20px;opacity:0;visibility:hidden;pointer-events:none;transition:top .3s,opacity .3s,visibility .3s;z-index:5}.header__nav-item--has-megamenu:hover .header__megamenu{top:calc(100% + 20px);opacity:1;visibility:visible;pointer-events:auto}.header__megamenu-inner{display:grid;grid-template-columns:240px 1fr;gap:32px;padding:24px 32px}.header__megamenu-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.header__megamenu-link{font-family:var(--heading-font);font-size:24px;line-height:1.2;font-weight:400;text-decoration:none}.header__megamenu-link:hover{text-decoration:underline}.header__megamenu-link--active{font-weight:700}.header__megamenu-sublinks{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.header__megamenu-sublink{font-size:18px;line-height:1.2;color:#6e6e6e;text-decoration:none}.header__megamenu-sublink:hover{text-decoration:underline}.header__megamenu-products{display:grid;grid-template-columns:1fr auto;gap:32px;flex:1}.header__megamenu-products-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.header__megamenu-products .product-card__benefits,.header__megamenu-products .product-card__price-wrapper{display:none}.header__megamenu-products .product-card__title{font-size:20px}.header__megamenu-cta{display:inline-flex;align-items:center;gap:2px;font-family:var(--heading-font);align-self:center;font-size:20px;line-height:1.2;color:#00177d;text-decoration:underline;text-underline-position:from-font}.header__megamenu-cta svg{width:14px;height:14px}.header__actions{display:flex;align-items:center;justify-content:end;gap:16px}.header__action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:transparent;border:none;color:var(--bar-color);cursor:pointer;transition:color .3s}.header__action svg{width:18px;height:18px}.header__action span{display:none}.header__action--menu svg{transition:opacity .3s}.header__action--menu .icon--close{position:absolute;opacity:0}.header.open .header__action--menu .icon--menu{opacity:0}.header.open .header__action--menu .icon--close{opacity:1}.header__localization{position:relative;margin-right:16px}.header__localization-toggle{display:flex;gap:4px;align-items:center;color:var(--bar-color)}.header__localization-toggle img{width:16px;height:16px;border-radius:16px;pointer-events:none}.header__localization-toggle svg{width:14px;height:14px;transition:transform .3s}.header__localization.open .header__localization-toggle svg{transform:rotate(180deg)}.header__localization-options-wrapper{position:absolute;top:calc(100% + 12px);left:calc(50% - 40px);width:80px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s,top .3s,visibility .3s}.header__localization.open .header__localization-options-wrapper{top:calc(100% + 24px);opacity:1;visibility:visible;pointer-events:all}.header__localization-options{background-color:#fff;padding:4px;border-radius:8px;display:block;flex-direction:column}.header__localization-option{width:100%;padding:6px;display:flex;align-items:center;gap:4px;border-radius:8px;font-weight:400;font-size:14px;line-height:130%;transition:background-color .3s}.header__localization-option *{pointer-events:none}.header__localization-option:hover,.header__localization-option.selected{background-color:#e9e9e9}.header__localization-option img{width:16px;height:16px;border-radius:16px}.header__mobile-menu{position:fixed;top:var(--menu-height);left:0;width:100%;height:calc(100dvh - var(--menu-height));max-height:0;padding:0 10px;position:none;overflow:hidden;visibility:hidden;transition:max-height .3s,visibility .3s}.header.open .header__mobile-menu{max-height:calc(100dvh - var(--menu-height));visibility:visible;pointer-events:all}.header.fixed .header__mobile-menu{--menu-height: var(--header-height);max-height:calc(100dvh - var(--menu-height))}.header__mobile-nav{display:flex;flex-direction:column;gap:8px}.header__mobile-list{padding:18px 20px;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:12px}.header__mobile-link{font-family:var(--heading-font);font-weight:400;font-size:20px;line-height:110%;letter-spacing:.02em;text-decoration:none}.header__mobile-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-family:var(--heading-font);font-size:20px;line-height:110%;letter-spacing:.02em;cursor:pointer}.header__mobile-toggle svg{width:20px;height:20px;transition:transform .3s}.header__mobile-toggle.open svg{transform:rotate(180deg)}.header__mobile-details-inner{max-height:0;transition:max-height .3s;padding:0;display:flex;flex-direction:column;overflow:hidden;gap:8px}.header__mobile-details-inner li:first-of-type{margin:12px 0 0}.header__mobile-details-link{font-weight:400;font-size:16px;line-height:120%;letter-spacing:0%;color:#0009;text-decoration:none}.header__mobile-subtoggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-size:16px;line-height:120%;letter-spacing:0%;color:#0009}.header__mobile-subtoggle svg{width:14px;height:14px;transition:transform .3s}.header__mobile-subtoggle.open svg{transform:rotate(180deg)}.header__mobile-subdetails-inner{max-height:0;overflow:hidden;transition:max-height .3s;display:flex;flex-direction:column;gap:8px;padding:0 0 0 12px}.header__mobile-subdetails-link{font-weight:400;font-size:16px;line-height:120%;letter-spacing:0%;color:#0009;text-decoration:none}.header__mobile-products{display:flex;gap:6px;width:calc(100% + 20px);margin-left:-10px;overflow:auto;scroll-snap-type:x mandatory;scroll-padding-left:10px}.header__mobile-products li{scroll-snap-align:start;width:calc(50% - 3px);min-width:calc(50% - 3px);background-color:#fff;border-radius:20px}.header__mobile-products .product-card__media:after,.header__mobile-products .product-card__tags,.header__mobile-products .product-card__subtitle,.header__mobile-products .product-card__benefits,.header__mobile-products .product-card__price-wrapper{display:none}.header__mobile-products .product-card__title{text-align:center;font-size:16px}.header__mobile-products .product-card__more{text-align:center;margin:0 0 16px}.header__mobile-products--all{display:flex;align-items:center;justify-content:center}.header__mobile-products--all a{display:flex;align-items:center;gap:4px;font-family:var(--heading-font);font-weight:400;font-size:20px;line-height:110%;letter-spacing:0;text-decoration:underline;color:#00177d}.header__mobile-products--all svg{width:16px;height:16px}.header__predictive{position:absolute;top:calc(100% - 20px);left:50%;width:100%;max-width:1280px;height:fit-content;transform:translate(-50%);padding:0 40px;overflow:auto;visibility:hidden;opacity:0;transition:top .3s,visibility .3s,opacity .3s;z-index:5}.header.search-open .header__predictive{top:100%;opacity:1;visibility:visible}.header.fixed .header__predictive{--menu-height: var(--header-height)}.header__predictive-inner{display:flex;flex-direction:column;gap:28px;padding:28px 20px;background:#fff;border-radius:20px;max-height:100%;overflow-y:auto}.header__predictive-form{display:flex;align-items:center;gap:10px;padding:24px 28px;background:#f0f0f0;border-radius:20px}.header__predictive-icon{display:inline-flex;flex:0 0 auto;color:#101010}.header__predictive-icon svg{width:24px;height:24px}.header__predictive-input{flex:1;min-width:0;padding:0;background-color:transparent;border:none;outline:none;font-size:20px;line-height:1.2;color:#101010;-webkit-appearance:none;appearance:none;box-shadow:none}.header__predictive-input::placeholder{color:#5d5e60}.header__predictive-loading{display:none;flex:0 0 auto;color:#101010}.header__predictive-loading svg{width:18px;height:18px;animation:spin .8s linear infinite}.header.loading .header__predictive-loading{display:inline-flex}.header__predictive-close{display:inline-flex;flex:0 0 auto;padding:0;background:transparent;border:none;color:#101010;cursor:pointer}.header__predictive-close svg{width:18px;height:18px}.header__predictive-results:empty{display:none}.predictive__content{display:flex;flex-direction:column;gap:20px}.predictive__title{font-family:var(--heading-font);font-size:24px;line-height:1.1;letter-spacing:.02em;color:#101010}.predictive__slider>ul.predictive__list{display:flex;gap:24px;margin:0;padding:0;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.predictive__slider>ul.predictive__list::-webkit-scrollbar{display:none}.predictive__item{flex:0 0 auto;width:calc(40% - 16px);min-width:calc(40% - 16px);scroll-snap-align:start;border:2px solid #E5E5E5;border-radius:20px}.predictive__item .upsell-card__media{width:120px;border-radius:20px}.predictive__item .upsell-card__content{padding:10px 0}.predictive__item .upsell-card__add{display:none}.predictive__item .upsell-card__price--compare{display:inline}.predictive__view-all{display:inline-flex;align-items:center;gap:4px;width:fit-content;font-family:var(--heading-font);font-size:20px;line-height:1.2;color:#00177d;text-decoration:underline;text-underline-position:from-font}.predictive__view-all svg{width:14px;height:14px}@media screen and (max-width:989px){.header__nav-list{gap:8px 16px}.header__predictive{padding:0 24px}.predictive__item{width:calc(50% - 12px);max-width:calc(50% - 12px)}}@media screen and (max-width:749px){.header__inner{padding-top:14px;padding-bottom:14px}.header__bar{grid-template-columns:auto 1fr}.header__predictive{position:fixed;top:var(--menu-height);height:calc(100dvh - var(--menu-height));max-height:0;padding:0 10px;overflow:hidden;opacity:1;transition:max-height .3s,visibility .3s}.header.search-open .header__predictive{top:var(--menu-height);max-height:calc(100dvh - var(--menu-height))}.header__predictive-inner{gap:20px;padding:24px 20px}.header__predictive-form{padding:18px 14px}.header__predictive-icon svg{width:20px;height:20px}.header__predictive-input{font-size:16px}.header__predictive-close svg{width:20px;height:20px}.predictive__title{font-size:20px}.predictive__slider>ul.predictive__list{flex-direction:column;gap:12px;overflow-x:hidden;width:100%}.predictive__item{display:none;width:100%;min-width:100%;padding:10px 0}.predictive__item:nth-of-type(1),.predictive__item:nth-of-type(2){display:block}.predictive__item .upsell-card__media{width:90px}.predictive__item .upsell-card__content{padding:0}.predictive__item .upsell-card__title{font-size:18px}.predictive__item .upsell-card__package{font-size:12px}.predictive__view-all{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-header.css.map */
