.custom-header{position:relative;background-color:var(--header-bg-color)}.custom-header--outlined{border-bottom:var(--header-outline-width) solid var(--header-outline-color)}.custom-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:var(--header-pad-block-mobile) var(--header-pad-inline-mobile)}@media screen and (min-width:990px){.custom-header__inner{padding:var(--header-pad-block-desktop) var(--header-pad-inline-desktop)}}.custom-header__nav-links{display:none}@media screen and (min-width:990px){.custom-header__nav-links{display:block}.custom-header__nav-links ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px}.custom-header__nav-links a{color:var(--header-link-color);font-family:var(--header-font-family);font-size:1.4rem;font-weight:500;text-decoration:none;white-space:nowrap}}.custom-header__logo{display:block;line-height:0}.custom-header__logo img{height:var(--header-logo-height-mobile);width:auto;display:block}.custom-header__logo-text{color:var(--header-link-color);font-size:1.8rem;font-weight:800;text-transform:uppercase}@media screen and (min-width:990px){.custom-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.custom-header__logo img{height:var(--header-logo-height-desktop)}}.custom-header__nav-actions{display:flex;align-items:center;gap:12px}.custom-header__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--header-btn-radius);font-weight:700;font-size:1.4rem;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.custom-header__btn:hover{opacity:.85}.custom-header__btn--outline{background:transparent;color:var(--header-btn-outline-text);border:1px solid var(--header-btn-outline-border)}.custom-header__btn--filled{background:var(--header-btn-filled-bg);color:var(--header-btn-filled-text);border:1px solid transparent}.custom-header__desktop-only{display:none}@media screen and (min-width:990px){.custom-header__desktop-only{display:inline-flex}}.custom-header__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;background:transparent;border:none;cursor:pointer}.custom-header__hamburger span{display:block;width:22px;height:2px;background:var(--header-link-color);border-radius:1px;transition:transform .2s ease,opacity .2s ease}header-menu-drawer.is-open .custom-header__hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}header-menu-drawer.is-open .custom-header__hamburger span:nth-child(2){opacity:0}header-menu-drawer.is-open .custom-header__hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media screen and (min-width:990px){header-menu-drawer{display:none}}.custom-header__mobile-panel{position:absolute;top:100%;left:0;right:0;z-index:10;margin-top:12px;padding:16px;border-radius:16px;background:var(--header-mobile-menu-bg)}.custom-header__mobile-panel[hidden]{display:none}.custom-header__mobile-panel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.custom-header__mobile-panel a{display:block;text-align:center;padding:12px 20px;border-radius:999px;border:1px solid var(--header-mobile-menu-link-border);color:var(--header-mobile-menu-link-color);font-size:1.4rem;font-weight:600;text-decoration:none;transition:background-color .15s ease,color .15s ease}.custom-header__mobile-panel a:hover,.custom-header__mobile-panel a:focus-visible,.custom-header__mobile-panel a:active{background:var(--header-mobile-menu-link-border);color:var(--header-mobile-menu-bg)}.custom-header__mobile-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}.custom-header__mobile-actions .custom-header__btn{width:100%}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-custom-header.css.map */
