.mhf *,.mhf *:before,.mhf *:after{box-sizing:border-box;margin:0;padding:0}.mhf{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4}.mhf a{text-decoration:none;color:inherit}.mhf button{background:none;border:none;cursor:pointer;font:inherit;color:inherit}.mhf ul{list-style:none}.mhf svg{display:block;flex-shrink:0}.mhf--sticky{position:sticky;top:0;z-index:100}.mhf{background:var(--mhf-bg, #fff);color:var(--mhf-color, #000);border-radius:32px;margin:0 32px;overflow:visible}.mhf--scrolled{box-shadow:0 2px 12px #0000000f}.mhf-spacer{display:none}.mhf-topbar{border-bottom:0;font-size:12px;line-height:1}.mhf-topbar__inner{max-width:1400px;margin:0 auto;padding:10px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.mhf-topbar__left{display:flex;align-items:center;gap:12px}.mhf-topbar__social{opacity:.7;transition:opacity .2s}.mhf-topbar__social:hover{opacity:1}.mhf-topbar__center{flex:1;text-align:center;font-weight:500;letter-spacing:.5px}.mhf-topbar__right{display:flex;align-items:center;gap:16px}.mhf-topbar__locale{position:relative}.mhf-topbar__locale-btn{display:flex;align-items:center;gap:4px;font-size:12px;padding:4px 0}.mhf-topbar__locale-btn:hover{opacity:.7}.mhf-topbar__locale-list{position:absolute;top:100%;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 8px 24px #00000014;min-width:160px;max-height:240px;overflow-y:auto;z-index:200;padding:8px 0}.mhf-topbar__locale-list button{display:block;width:100%;text-align:left;padding:8px 16px;font-size:12px;transition:background .15s}.mhf-topbar__locale-list button:hover{background:#f5f5f5}.mhf-topbar__locale-list button[aria-current=true]{font-weight:600}.mhf-logobar{border-bottom:0}.mhf-logobar__inner{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px}.mhf-logobar__left{display:flex;align-items:center}.mhf-burger{display:none;padding:8px}.mhf-search{display:flex;align-items:center;width:320px;height:48px;background:#0000000d;border:1px solid rgba(0,0,0,.08);border-radius:999px;overflow:hidden}.mhf-search__input{flex:1;border:none;background:transparent;padding:0 0 0 24px;height:100%;font-size:14px;letter-spacing:.5px;color:var(--mhf-color, #1a1a18);outline:none;font-family:inherit}.mhf-search__input::placeholder{color:#0006}.mhf-search__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--mhf-color, #1a1a18);transition:opacity .2s}.mhf-search__btn:hover{opacity:.55}.mhf-logo{display:flex;align-items:center;justify-content:center}.mhf-logo__img{max-height:var(--mhf-logo-h, 60px);width:auto;object-fit:contain}.mhf-logo__text{font-size:28px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.mhf-logobar__right{display:flex;align-items:center;justify-content:flex-end}.mhf-cart{display:flex;align-items:center;gap:10px;transition:opacity .2s}.mhf-cart:hover{opacity:.55}.mhf-cart__icon-wrap{position:relative;display:flex;align-items:center}.mhf-cart__label{font-size:14px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase}.mhf-cart__count{position:absolute;top:-6px;right:-8px;background:#fff;color:#000;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.mhf-nav{border-top:0}.mhf-nav__list{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center;gap:clamp(32px,4vw,56px);height:64px}.mhf-nav__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:var(--mhf-fw, 500);letter-spacing:2.5px;text-transform:uppercase;color:var(--mhf-color, #000);padding-bottom:6px;position:relative;transition:opacity .2s ease;white-space:nowrap;border-bottom:2px solid transparent}.mhf-nav__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--mhf-active, #000);transition:width .3s ease}.mhf-nav__link:hover:after{width:100%}.mhf-nav__link:hover{opacity:1}.mhf-nav__link--active:after{width:100%}.mhf-nav__link--trigger[aria-expanded=true]:after{width:100%}.mhf-nav__chevron{transition:transform .25s ease}.mhf-nav__link--trigger[aria-expanded=true] .mhf-nav__chevron{transform:rotate(180deg)}.mhf-nav__item--dropdown{position:static;padding-bottom:0}.mhf-mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;box-shadow:0 12px 40px #0000001a;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease;z-index:150;padding-top:0;margin-top:0}.mhf-mega:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px}.mhf-mega[aria-hidden=false]{opacity:1;pointer-events:auto;transform:translateY(0)}.mhf-mega__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;min-height:400px}.mhf-mega__leagues{border-right:1px solid #eee;padding:24px 0;display:flex;flex-direction:column}.mhf-mega__league-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.mhf-mega__league-btn,.mhf-mega__league-link{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:14px 28px;font-size:15px;font-weight:400;color:#555;border:none;background:none;cursor:pointer;transition:all .15s;text-decoration:none;letter-spacing:0;text-transform:none}.mhf-mega__league-btn:hover,.mhf-mega__league-link:hover{color:#000;background:#fafafa}.mhf-mega__league-btn{position:relative}.mhf-mega__league-btn:after{content:"";position:absolute;bottom:8px;left:28px;width:0;height:2px;background:#000;transition:width .3s ease}.mhf-mega__league-btn:hover:after{width:calc(100% - 56px)}.mhf-mega__league-btn--active{color:#000;font-weight:600;background:#f5f5f5}.mhf-mega__league-btn--active:after{width:calc(100% - 56px)}.mhf-mega__content{padding:24px 32px;overflow-y:auto;max-height:500px}.mhf-mega__grid{display:none;grid-template-columns:repeat(6,1fr);gap:16px}.mhf-mega__grid--active{display:grid}.mhf-mega__card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;border-radius:12px;background:#f4f4f4;transition:transform .2s,box-shadow .2s;text-decoration:none;color:#000}.mhf-mega__card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.mhf-mega__card-img{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.mhf-mega__card-img img{width:100%;height:100%;object-fit:contain;border-radius:50%}.mhf-mega__card-img .lcg__badge{width:56px;height:56px;border-radius:50%}.mhf-mega__card-placeholder{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ddd;font-size:18px;font-weight:700;color:#888}.mhf-mega__card-name{font-size:12px;font-weight:500;text-align:center;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mhf-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s}.mhf-overlay[aria-hidden=false]{opacity:1;pointer-events:auto}.mhf-drawer{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:360px;background:#fff;z-index:999;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.mhf-drawer[aria-hidden=false]{transform:translate(0)}.mhf-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.mhf-drawer__title{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.mhf-drawer__close{padding:4px}.mhf-drawer__body{flex:1;overflow-y:auto;padding:16px 0}.mhf-drawer__search{display:flex;align-items:center;margin:0 24px 16px;background:#f4f4f4;border-radius:999px;padding:10px 16px;gap:8px}.mhf-drawer__search input{flex:1;border:none;background:transparent;font-size:14px;outline:none;font-family:inherit}.mhf-drawer__search svg{color:#999;flex-shrink:0}.mhf-drawer__list{padding:0}.mhf-drawer__link{display:block;padding:18px 24px;font-size:15px;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid rgba(0,0,0,.05);transition:background .15s}.mhf-drawer__link:hover{background:#f9f9f9}.mhf-drawer__link--accordion{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.mhf-drawer__chevron{transition:transform .25s}.mhf-drawer__link--accordion[aria-expanded=true] .mhf-drawer__chevron{transform:rotate(180deg)}.mhf-drawer__sub{padding:0;background:#fafafa}.mhf-drawer__sub a{display:block;padding:14px 24px 14px 48px;font-size:14px;font-weight:400;text-transform:none;letter-spacing:.3px;color:#444;border-bottom:1px solid rgba(0,0,0,.03);transition:background .15s}.mhf-drawer__sub a:hover{background:#f0f0f0}.mhf-drawer__league-group{padding:0;border-bottom:1px solid rgba(0,0,0,.05)}.mhf-drawer__league-title-inner{display:flex;align-items:center;gap:10px}.mhf-drawer__league-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.mhf-drawer__league-title--btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 24px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#333;background:none;border:none;cursor:pointer;transition:background .15s}.mhf-drawer__league-title--btn:hover{background:#f0f0f0}.mhf-drawer__league-title--btn[aria-expanded=true]{background:#f5f5f5}.mhf-drawer__league-chevron{transition:transform .25s ease;flex-shrink:0}.mhf-drawer__league-title--btn[aria-expanded=true] .mhf-drawer__league-chevron{transform:rotate(180deg)}.mhf-drawer__league-teams{background:#f9f9f9}.mhf-drawer__team{display:flex;align-items:center;gap:12px;padding:10px 24px 10px 28px;font-size:14px;color:#444;transition:background .15s;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.03)}.mhf-drawer__team:hover{background:#f0f0f0}.mhf-drawer__team-logo{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mhf-drawer__team-logo img{width:32px;height:32px;object-fit:contain;display:block}.mhf-drawer__team-name{font-size:14px;font-weight:500;color:#333}.mhf-drawer__footer{padding:16px 24px;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:12px}.mhf-drawer__locale{display:flex;flex-direction:column;gap:4px}.mhf-drawer__locale label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:500}.mhf-drawer__locale select{padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:13px;background:#fff;font-family:inherit}@media(max-width:767px){.mhf{margin:0 12px!important}.mhf-topbar__inner{padding:2px 16px}.mhf-topbar__left,.mhf-topbar__right{display:none}.mhf-topbar__center{font-size:11px}.mhf-logobar__inner{padding:0 12px;min-height:22px;grid-template-columns:40px 1fr 40px}.mhf-logobar{padding:0!important;margin:0!important}.mhf-logo{padding:0!important}.mhf-burger{display:flex}.mhf-search{display:none}.mhf-logo__img{max-height:var(--mhf-logo-h-mobile, 40px)}.mhf-logo__text{font-size:18px}.mhf-cart__label{display:none}.mhf-logobar__right{justify-self:end}.mhf-nav{display:none}}@media(min-width:768px){.mhf-burger,.mhf-drawer,.mhf-overlay{display:none!important}}@media(min-width:1200px){.mhf-nav__list{gap:56px}}.mhf a:focus-visible,.mhf button:focus-visible{outline:2px solid var(--mhf-active, #000);outline-offset:2px;border-radius:2px}html.mhf-no-scroll{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mega-header-futgy.css.map */
