.custom-header-section{position:relative;z-index:102}.custom-header-wrapper{background-color:#fff;border-bottom:1px solid rgb(0 0 0 / .06);width:100%}.custom-header{height:107px;padding:0 50px;display:flex;align-items:center;position:relative;box-sizing:border-box}.custom-header__tabs{display:flex;align-items:center;background-color:#f9f9f9;border-radius:4px;width:288px;height:46px;padding-left:5px;box-sizing:border-box;flex-shrink:0}.custom-header__tab{font-family:var(--font-body-family,"Montserrat",sans-serif);font-weight:600;font-size:16px;line-height:normal;width:139px;height:39px;display:flex;align-items:center;justify-content:center;border-radius:4px;white-space:nowrap;text-decoration:none;color:#000;transition:background-color .2s,color .2s;background:none;border:none;cursor:pointer;padding:0}.custom-header__tab.active{background-color:var(--tab-active-bg,#7a93dc);color:#fff}.custom-header__tab:not(.active):hover{background-color:color-mix(in srgb,var(--tab-active-bg,#7a93dc) 15%,transparent)}.custom-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:249px;height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:1}.custom-header__logo img{max-width:249px;height:48px;width:auto;object-fit:contain}.custom-header__logo-text{font-family:var(--font-body-family,"Montserrat",sans-serif);font-weight:700;font-size:20px;color:#000;text-decoration:none}.custom-header__right{display:flex;align-items:center;gap:24px;margin-left:auto;flex-shrink:0}@media screen and (min-width:750px){.custom-header--no-tabs .custom-header__search-trigger{position:absolute;left:72px;top:50%;transform:translateY(-50%);z-index:2}}.custom-header__search-trigger{border:1px solid #252620;border-radius:6px;width:249px;height:48px;display:flex;align-items:center;padding:0 10px;gap:11px;background:#fff;cursor:pointer}.custom-header__search-trigger img{width:24px;height:24px;flex-shrink:0}.custom-header__search-trigger span{font-family:var(--font-body-family,"Montserrat",sans-serif);font-weight:500;font-size:16px;color:#000000b3}.custom-header__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;text-decoration:none;position:relative}.custom-header__icon img{width:32px;height:32px}.custom-header__icon:hover{opacity:.7}.custom-header__cart-bubble{position:absolute;top:-5px;right:-7px;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;min-width:16px;height:16px;font-size:10px;line-height:16px;text-align:center;padding:0 4px;box-sizing:border-box}.custom-header__hamburger,.custom-header__icon-mobile,.custom-header__mobile-tabs{display:none}.custom-header details-modal.header__search{display:contents}.custom-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.custom-drawer-overlay--open{opacity:1;visibility:visible;pointer-events:auto}.custom-drawer{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;max-width:480px;height:100dvh;background:#fbfbfb;z-index:99999;transform:translate(-100%);visibility:hidden;transition:transform .5s ease-in-out,visibility .5s ease-in-out;flex-direction:column;overflow-x:hidden}.custom-drawer--open{transform:translate(0);visibility:visible;transition-property:transform,visibility;transition-duration:.5s;transition-timing-function:ease}.custom-drawer__top-bar{display:flex;align-items:center;justify-content:flex-end;padding:12px 16px;flex-shrink:0}.custom-drawer__close{width:36px;height:36px;background:#ebebeb;border:none;border-radius:50%;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-drawer__close img{width:16px;height:16px}.custom-drawer__menu{display:flex;flex-direction:column;gap:14px;padding:8px 16px 0;list-style:none;margin:0;overflow-y:auto;flex:1;min-height:0;scrollbar-width:none}.custom-drawer__account{margin-top:auto;padding:24px 16px;display:flex;align-items:center;gap:8px;text-decoration:none;color:#000;flex-shrink:0;border-top:1px solid rgb(0 0 0 / .08)}.custom-drawer__menu::-webkit-scrollbar{display:none}.custom-drawer__menu-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:.6px solid rgb(211 211 211 / .62);text-decoration:none;color:#000;font-family:Montserrat,sans-serif;font-weight:600;font-size:16px;font-style:normal;line-height:normal;cursor:pointer}.custom-drawer__menu-item:hover{opacity:.7}.custom-drawer__chevron{width:16px;height:16px;flex-shrink:0}.custom-drawer__chevron-v{transition:opacity .2s ease}.custom-drawer__menu-item--expanded .custom-drawer__chevron-v{opacity:0}.custom-drawer__shopby-container{overflow:hidden;height:0;transition:height .8s cubic-bezier(.4,0,.2,1)}.custom-drawer__contact-container,.custom-drawer__sub-container{overflow:hidden;height:0;transition:height .45s cubic-bezier(.4,0,.2,1)}.custom-drawer__contact-link{display:flex;align-items:center;gap:10px;padding:10px 0;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.14px;color:#1f1f1f;text-decoration:none;background:none;border-radius:0}.custom-drawer__contact-link svg{flex-shrink:0;color:#7a93dc}.custom-drawer__contact-link:active{opacity:.6}.custom-drawer__contact-links{list-style:none;margin:0;padding:10px 0 0;display:flex;flex-direction:column;gap:6px}.custom-drawer__account img{width:24px;height:24px}.custom-drawer__account span{font-family:var(--font-body-family,"Montserrat",sans-serif);font-weight:500;font-size:16px;line-height:normal}.custom-header__h1{margin:0;line-height:0}@media screen and (min-width:750px)and (max-width:1024px){.custom-header{height:90px;padding:0 24px}.custom-header__tabs{width:240px;height:40px}.custom-header__tab{width:115px;height:34px;font-size:14px}.custom-header__logo{width:200px;height:40px}.custom-header__logo img{max-width:200px;height:40px}.custom-header__search-trigger{width:180px;height:42px;font-size:14px}.custom-header__search-trigger span{font-size:14px}.custom-header__right{gap:16px}.custom-header__icon,.custom-header__icon img{width:28px;height:28px}}@media screen and (min-width:1025px)and (max-width:1280px){.custom-header{padding:0 32px}.custom-header__tabs{width:260px}.custom-header__tab{width:125px;font-size:15px}.custom-header__logo{width:220px;height:44px}.custom-header__logo img{max-width:220px;height:44px}.custom-header__search-trigger{width:210px;height:44px}.custom-header__right{gap:20px}}@media screen and (max-width:749px){.custom-header{height:74px;padding:0 20px}.custom-header__tabs{display:none}.custom-header__mobile-tabs{display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;width:100%;padding:8px 20px;box-sizing:border-box;gap:6px;border-bottom:.5px solid rgb(0 0 0 / .06)}.custom-header__mobile-tab{flex:1;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-family:var(--font-body-family,"Montserrat",sans-serif);font-weight:500;font-size:14px;color:#000;text-decoration:none;white-space:nowrap;background:none;border:none;cursor:pointer;padding:0}.custom-header__mobile-tab.active{background-color:var(--tab-active-bg,#7a93dc);color:#fff}.custom-header__hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;width:27px;height:22px;flex-shrink:0}.custom-header__hamburger img{width:27px;height:18px}.custom-header__logo{width:172px;height:36px}.custom-header__logo img{max-width:172px;height:36px}.custom-header__right{gap:11px}.custom-header__search-trigger{border:none;width:auto;height:auto;padding:0;gap:0;background:#fff0}.custom-header__search-trigger span{display:none}.custom-header__icon,.custom-header__icon img{width:24px;height:24px}.custom-header__icon--account,.custom-header__icon-desktop{display:none}.custom-header__icon-mobile{display:block;width:18px;height:18px}.custom-header__search-trigger .custom-header__icon-mobile{width:22px;height:22px}.custom-header__cart-bubble{top:-4px;right:-5px;min-width:14px;height:14px;font-size:9px;line-height:14px}.custom-drawer,.custom-drawer-overlay{display:block}.custom-drawer{display:flex}.custom-drawer .custom-drawer__supplements>li{opacity:0!important;transform:translateY(15px)!important;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1)!important}.custom-drawer--open .custom-drawer__supplements>li{opacity:1!important;transform:translateY(0)!important}.custom-drawer--open .custom-drawer__supplements>li:nth-child(1){transition-delay:.15s!important}.custom-drawer--open .custom-drawer__supplements>li:nth-child(2){transition-delay:.22s!important}.custom-drawer--open .custom-drawer__supplements>li:nth-child(3){transition-delay:.29s!important}.custom-drawer--open .custom-drawer__supplements>li:nth-child(4){transition-delay:.36s!important}.custom-drawer--open .custom-drawer__supplements>li:nth-child(5){transition-delay:.43s!important}.custom-drawer .custom-drawer__account{opacity:0!important;transform:translateY(10px)!important;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)!important}.custom-drawer--open .custom-drawer__account{opacity:1!important;transform:translateY(0)!important;transition-delay:.5s!important}}
/*# sourceMappingURL=/cdn/shop/t/276/assets/section-custom-header.css.map */
