.fit-header{position:relative;z-index:30;padding:8px 12px;color:var(--fit-header-text);font-family:Sora,sans-serif;background-color:var(--fit-header-bg, #061008)}.fit-header--sticky{position:sticky;top:0}.fit-header__shell{position:relative;max-width:100%;margin:0 auto;padding:8px 12px;overflow:hidden;border:none;border-radius:24px;background-color:var(--fit-header-bg, #061008);background-image:radial-gradient(140% 80% at 50% 0%,rgb(207 240 221 / .22) 0%,rgb(207 240 221 / .06) 18%,transparent 48%),linear-gradient(180deg,color-mix(in srgb,var(--fit-header-bg-2) 58%,transparent) 0%,transparent 36%),linear-gradient(180deg,color-mix(in srgb,var(--fit-header-bg) 96%,#061008),color-mix(in srgb,var(--fit-header-bg) 88%,black));box-shadow:inset 0 1px #ebfff52e,inset 0 14px 28px #ffffff08,inset 0 -14px 28px #0000003d,inset 0 -38px 54px #00000029;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.fit-header__shell:before,.fit-header__shell:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;border-radius:inherit}.fit-header__shell:before{top:1px;right:1px;bottom:1px;left:1px;border:1px solid rgb(220 255 235 / .05);background:linear-gradient(180deg,rgb(220 255 235 / .08) 0%,transparent 18%),radial-gradient(130% 68% at 50% -4%,rgb(255 255 255 / .1) 0%,transparent 36%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;opacity:.72}.fit-header__shell:after{top:10px;right:14px;bottom:10px;left:14px;background:radial-gradient(88% 76% at 50% 100%,rgb(30 255 165 / .1) 0%,transparent 66%),linear-gradient(180deg,transparent 55%,rgb(0 0 0 / .12) 100%);filter:blur(14px);opacity:.78}.fit-header__desktop{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center}.fit-header__mobile{display:none}.fit-header__brand{display:flex;align-items:center;min-width:0}.fit-header__logo-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:6px 12px;border-radius:16px;background:linear-gradient(180deg,color-mix(in srgb,var(--fit-header-logo-bg) 100%,white 8%) 0%,var(--fit-header-logo-bg) 100%);box-shadow:inset 0 1px #ffffff52,0 6px 16px #00000029;text-decoration:none}.fit-header__logo-image{display:block;width:min(100%,var(--fit-logo-width));max-width:calc(var(--fit-logo-width) * .74);height:auto}.fit-header__logo-text{color:var(--fit-header-logo-text);font-size:1.2rem;font-weight:800;line-height:1}.fit-header__nav-slot{min-width:0;display:flex;overflow-x:auto;scrollbar-width:none}.fit-header__nav-slot::-webkit-scrollbar{display:none}.fit-header--menu-left .fit-header__nav-slot{justify-content:flex-start}.fit-header--menu-center .fit-header__nav-slot{justify-content:center}.fit-header--menu-right .fit-header__nav-slot{justify-content:flex-end}.fit-header__nav{display:inline-flex;max-width:100%;padding:5px;border:1px solid rgb(255 255 255 / .08);border-radius:999px;background:#ffffff08;box-shadow:inset 0 1px #ffffff0a}.fit-header__menu-list{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.fit-header__mobile-link--home{justify-content:center}.fit-header__menu-item{position:relative}.fit-header__menu-link{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;color:var(--fit-header-text);font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.fit-header__menu-label{display:inline-flex;align-items:center}.fit-header__menu-label--icon{justify-content:center}.fit-header__home-icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px}.fit-header__home-icon svg{width:100%;height:100%}.fit-header__menu-link--home{padding:7px 16px!important}.fit-header__menu-link:hover,.fit-header__menu-link:focus-visible{background:#ffffff0f;color:var(--fit-header-text)}.fit-header__menu-link.is-active{background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);color:#11160d;font-weight:700;box-shadow:0 6px 14px color-mix(in srgb,var(--fit-header-accent) 30%,transparent)}.fit-header__menu-caret,.fit-header__mobile-summary-caret{display:inline-flex;width:14px;height:14px}.fit-header__submenu{position:fixed;min-width:220px;z-index:9999;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}.fit-header__submenu--dropdown{width:min(320px,calc(100vw - 32px))}.fit-header__submenu--mega{width:min(1060px,calc(100vw - 40px));max-width:calc(100vw - 40px)}.fit-header__submenu.is-portal-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.fit-header__submenu-inner{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid rgb(255 255 255 / .08);border-radius:18px;background:#101a12;box-shadow:0 16px 30px #00000047}.fit-header__mega{display:grid;grid-template-columns:minmax(168px,190px) minmax(0,1fr);gap:22px;padding:18px 18px 16px;border:1px solid rgb(255 255 255 / .08);border-radius:18px;background:#101a12;box-shadow:0 18px 44px #00000047,0 2px 8px #0000001a}.fit-header__mega--links-only{grid-template-columns:minmax(0,1fr)}.fit-header__mega-sidebar{display:flex;flex-direction:column;gap:10px;padding:2px 14px 2px 2px;border-right:1px solid rgb(255 255 255 / .08)}.fit-header__mega--links-only .fit-header__mega-sidebar{padding-right:0;border-right:0}.fit-header__mega-eyebrow{color:var(--fit-header-accent);font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.fit-header__mega-link-groups{display:flex;flex-direction:column;gap:0}.fit-header__mega-link-group{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid rgb(255 255 255 / .08)}.fit-header__mega-link-group:first-child{padding-top:2px}.fit-header__mega-link-group:last-child{padding-bottom:0;border-bottom:0}.fit-header__mega-link{display:inline-flex;align-items:center;padding:0;border-radius:0;color:var(--fit-header-text);font-size:14px;font-weight:700;line-height:1.3;text-decoration:none;transition:color .2s ease,transform .2s ease,background-color .2s ease}.fit-header__mega-link:hover,.fit-header__mega-link.is-active{color:var(--fit-header-accent);background:#ffffff0f;transform:translate(2px)}.fit-header__mega-grandchildren{display:flex;flex-direction:column;gap:6px;padding:0 0 2px 10px}.fit-header__mega-grandchild-link{color:#ffffffc2;font-size:12px;line-height:1.4;text-decoration:none;transition:color .2s ease,opacity .2s ease}.fit-header__mega-grandchild-link:hover,.fit-header__mega-grandchild-link.is-active{color:var(--fit-header-text);opacity:1}.fit-header__mega-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-content:start}.fit-header__mega-card{position:relative;display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:12px;background:#d8ddd7;color:#fff;text-decoration:none;box-shadow:inset 0 1px #ffffff4d,0 8px 20px #00000014}.fit-header__mega-card-media{position:relative;display:block;aspect-ratio:1 / .78;overflow:hidden;background:#d8ddd7}.fit-header__mega-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgb(0 0 0 / .56) 100%)}.fit-header__mega-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fit-header__mega-card:hover .fit-header__mega-card-image{transform:scale(1.04)}.fit-header__mega-card-title{position:absolute;left:14px;right:14px;bottom:12px;z-index:1;font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.fit-header__submenu-link,.fit-header__submenu-grandchild-link{color:var(--fit-header-text);text-decoration:none}.fit-header__submenu-link{padding:10px 12px;border-radius:12px;font-size:14px;font-weight:600}.fit-header__submenu-link:hover,.fit-header__submenu-link.is-active{background:#ffffff0f}.fit-header__submenu-link--all{color:#11160d;background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);font-weight:700}.fit-header__submenu-grandchildren{display:flex;flex-direction:column;gap:8px;padding:0 0 4px 12px}.fit-header__submenu-grandchild-link{font-size:13px;opacity:.82}.fit-header__submenu-grandchild-link:hover,.fit-header__submenu-grandchild-link.is-active{opacity:1}.fit-header__actions-slot{display:flex;justify-content:flex-end}.fit-header__actions{display:flex;align-items:center;gap:6px}.fit-header__search-action,.fit-header__account-shell,.fit-header__cart-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.fit-header__search-shell{display:inline-flex;align-items:center;justify-content:center}.fit-header__search-shell,.fit-header__account-shell,.fit-header__cart-button{min-height:45px;padding:6px;border-radius:999px;border:1px solid rgb(194 255 223 / .08);background:radial-gradient(120% 120% at 50% 0%,rgb(255 255 255 / .08) 0%,transparent 42%),linear-gradient(180deg,#2e3f0eb3,#1a2508d6);box-shadow:inset 0 1px #ffffff1a,inset 0 -14px 20px #00000029,0 10px 20px #00000038;backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%)}.fit-header__cart-button,.fit-header__menu-toggle{border:0;cursor:pointer}.fit-header__search-action .header-actions__action,.fit-header__account-shell .account-button.header-actions__action{display:inline-flex;align-items:center;justify-content:center;width:45px;min-width:45px;height:45px;aspect-ratio:1 / 1;flex:0 0 45px;box-sizing:border-box;padding:0;border-radius:999px;background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);color:#11160d;box-shadow:inset 0 1px #ffffff3d,inset 0 -4px 10px #00000014,0 8px 18px color-mix(in srgb,var(--fit-header-accent) 24%,transparent)}.fit-header__search-action .header-actions__action{color:#11160d}.fit-header__search-action .svg-wrapper,.fit-header__search-action .svg-wrapper svg{display:inline-flex;width:20px;height:20px}.fit-header__search-action .svg-wrapper{transform:translate(1px)}.fit-header__search-action .svg-wrapper svg{stroke-width:1.7}.fit-header__account-shell .account-button.header-actions__action{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);color:#11160d;anchor-name:--account-button-trigger;overflow:visible}.fit-header__account-shell .qb-user-account-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;aspect-ratio:1 / 1;padding:3px;border-radius:50%;box-sizing:border-box;background:#ffffff2e!important;box-shadow:inset 0 1px #ffffff3d,0 0 0 1px #11160d14,0 3px 8px #00000029}.fit-header__account-shell .qb-user-account-icon svg{width:100%;height:100%}.fit-header__account-shell .account-button__avatar{width:24px;min-width:24px;height:24px;aspect-ratio:1 / 1;background:#11160de6;color:var(--fit-header-accent);border-radius:50%;box-sizing:border-box;font-size:12px;font-weight:700;box-shadow:inset 0 1px #ffffff1f,0 3px 8px #00000029}.fit-header__cart-button{padding:6px;text-decoration:none;color:inherit}.fit-header__cart-button .qb-cart-icon-component{background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);min-height:52px;padding:4px 6px 4px 4px;border-radius:999px;box-shadow:inset 0 1px #ffffff3d,inset 0 -4px 10px #00000014,0 8px 18px color-mix(in srgb,var(--fit-header-accent) 24%,transparent)}.fit-header__cart-button .qb-cart-icon-component .svg-wrapper{width:42px!important;height:42px!important;padding:8px!important;border-radius:999px;background:#11160deb;color:#fff}.fit-header__cart-button .qb-cart-icon-component svg{width:16px;height:16px}.fit-header__cart-button .cart-bubble__text-count{color:#000!important}.fit-header__cart-button .cart-drawer__heading--empty{margin-left:8px;margin-right:10px;color:#11160d;font-family:Sora,sans-serif;font-size:14px;font-weight:800}.fit-header__account-shell .account-popover__panel{top:calc(anchor(bottom) + 10px)}.fit-header__account-shell .account-popover__panel,.fit-header__account-shell .account-drawer__dialog{border-radius:28px}.fit-header__actions--mobile .account-drawer{display:inline-flex}.fit-header__actions--mobile .account-drawer .account-button.header-actions__action{display:inline-flex!important}.fit-header__menu-empty{color:#ffffffa3;font-size:14px}.fit-header__menu-toggle{display:none}@media screen and (max-width:1280px){.fit-header__desktop{gap:14px}.fit-header__menu-link{padding:11px 14px;font-size:15px}.fit-header__menu-link--home{padding-inline:14px}.fit-header__submenu--mega{width:min(940px,calc(100vw - 40px))}.fit-header__mega{grid-template-columns:minmax(160px,180px) minmax(0,1fr)}.fit-header__mega-cards{gap:14px}.fit-cart-icon__label{font-size:17px}}@media screen and (min-width:990px)and (max-width:1199px){.fit-header__submenu--mega{width:min(840px,calc(100vw - 40px))}.fit-header__mega{grid-template-columns:minmax(150px,170px) minmax(0,1fr);gap:16px;padding:16px}.fit-header__mega-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fit-header__mega-card-title{font-size:15px}}@media screen and (max-width:989px){.fit-header{padding:8px}.fit-header__shell{padding:8px 10px;border-radius:20px}.fit-header__desktop{display:none}.fit-header__mobile{display:block}.fit-header__mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:14px}.fit-header__mobile .fit-header__brand{flex:1 1 auto}.fit-header__mobile-tools{display:flex;align-items:center;gap:10px;flex-shrink:0}.fit-header__mobile .fit-header__logo-link{min-height:44px;padding:6px 10px}.fit-header__mobile .fit-header__logo-image{max-width:calc(var(--fit-logo-width-mobile) * .74)}.fit-header__mobile .fit-header__actions{gap:10px}.fit-header__mobile .fit-header__search-shell,.fit-header__mobile .fit-header__account-shell,.fit-header__mobile .fit-header__cart-button{min-height:52px;padding:5px}.fit-header__mobile .fit-header__search-action .header-actions__action,.fit-header__mobile .fit-header__account-shell .account-button.header-actions__action{width:40px;min-width:40px;height:40px;flex:0 0 40px}.fit-header__mobile .fit-header__account-shell .qb-user-account-icon{width:20px;min-width:20px;height:20px;padding:2px}.fit-header__mobile .fit-header__cart-button .qb-cart-icon-component{min-height:42px;padding:4px 6px 4px 4px}.fit-header__mobile .fit-header__cart-button .qb-cart-icon-component .svg-wrapper{width:34px!important;height:34px!important;padding:7px!important}.fit-header__mobile .fit-header__cart-button .cart-drawer__heading--empty{font-size:12px;margin-left:6px;margin-right:6px}.fit-header__mobile .fit-header__cart-button .cart-bubble{top:2px;left:14px}.fit-header__mobile .fit-header__cart-button .cart-bubble__text{font-size:13px}.fit-header__menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;padding:0 10px;border-radius:999px;background:#ffffff0f;color:var(--fit-header-text)}.fit-header__menu-toggle span{width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.fit-header.is-mobile-open .fit-header__menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.fit-header.is-mobile-open .fit-header__menu-toggle span:nth-child(2){opacity:0}.fit-header.is-mobile-open .fit-header__menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.fit-header__mobile-panel{padding-top:12px;overflow:hidden}.fit-header__mobile-panel[hidden]{display:none!important}.fit-header__mobile-nav{padding:8px;border:1px solid rgb(255 255 255 / .08);border-radius:18px;background:#ffffff0a;max-height:min(70vh,520px);overflow:auto}.fit-header__mobile-list{margin:0;padding:0;list-style:none}.fit-header__mobile-item+.fit-header__mobile-item{border-top:1px solid rgb(255 255 255 / .06)}.fit-header__mobile-link,.fit-header__mobile-summary-link{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 10px;color:var(--fit-header-text);text-decoration:none;font-size:15px;font-weight:600;background:transparent;list-style:none}.fit-header__mobile-summary-link{cursor:pointer}.fit-header__mobile-link.is-active{color:var(--fit-header-accent)}.fit-header__mobile-disclosure[open]>.fit-header__mobile-summary-link{color:var(--fit-header-accent)}.fit-header__mobile-disclosure summary::-webkit-details-marker{display:none}.fit-header__mobile-disclosure[open] .fit-header__mobile-summary-caret{transform:rotate(180deg)}.fit-header__mobile-summary-caret{transition:transform .2s ease}.fit-header__mobile-submenu{display:flex;flex-direction:column;gap:8px;padding:0 10px 14px}.fit-header__mobile-mega-label{margin:2px 2px 4px;color:var(--fit-header-accent);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.fit-header__mobile-sublink,.fit-header__mobile-grandchild-link{color:#ffffffd6;text-decoration:none}.fit-header__mobile-sublink{padding:8px 10px;border-radius:12px;background:#ffffff0a;font-size:14px}.fit-header__mobile-sublink--all{color:#11160d;background:linear-gradient(180deg,var(--fit-header-accent-strong) 0%,var(--fit-header-accent) 100%);font-weight:700}.fit-header__mobile-grandchildren{display:flex;flex-direction:column;gap:8px;padding:0 0 4px 12px}.fit-header__mobile-grandchild-link{font-size:13px;opacity:.82}.fit-header__mobile-featured-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.fit-header__mobile-featured-card{display:flex;flex-direction:column;overflow:hidden;border-radius:14px;background:#ffffff0d;color:var(--fit-header-text);text-decoration:none}.fit-header__mobile-featured-card-media{display:block;aspect-ratio:1 / .76;overflow:hidden;background:#172118}.fit-header__mobile-featured-card-image{width:100%;height:100%;object-fit:cover}.fit-header__mobile-featured-card-title{padding:10px 12px 12px;font-size:13px;font-weight:800;line-height:1.35;text-transform:uppercase}.fit-header__mobile-link--home .fit-header__home-icon,.fit-header__mobile-summary-link .fit-header__home-icon{width:17px;height:17px}}@media screen and (max-width:640px){.fit-header{padding:6px}.fit-header__shell{padding:8px;border-radius:18px}.fit-header__mobile-bar{gap:10px}.fit-header__mobile-tools{gap:8px}.fit-header__mobile .fit-header__cart-button .cart-drawer__heading--empty{display:none}.fit-header__mobile .fit-header__search-shell,.fit-header__mobile .fit-header__account-shell,.fit-header__mobile .fit-header__cart-button{min-height:40px;padding:3px}.fit-header__mobile .fit-header__search-action .header-actions__action,.fit-header__mobile .fit-header__account-shell .account-button.header-actions__action,.fit-header__menu-toggle{width:38px;min-width:38px;height:38px}.fit-header__mobile .fit-header__cart-button .qb-cart-icon-component{min-height:34px;padding:3px}.fit-header__mobile .fit-header__cart-button .qb-cart-icon-component .svg-wrapper{width:34px!important;height:34px!important}.fit-header__mobile .fit-header__logo-link{padding:5px 8px}.fit-header__mobile-featured-cards{grid-template-columns:1fr}}body.fit-header-menu-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/fit-header.css.map */
