.speedmax-header{display:flex;flex:1;flex-direction:column;padding:24px 100px 16px}.speedmax-header__row{display:flex}.speedmax-header__row--first{flex-direction:row;align-items:center;justify-content:space-between;gap:70px;margin-bottom:16px}.speedmax-header__row--second{flex-direction:row}.speedmax-header__logo{width:20%}.speedmax-header__logo a{display:block}.speedmax-header__logo img{max-width:100%;height:auto}.speedmax-header__logo-text{display:block}.speedmax-header__search{flex:1}.speedmax-header__search-label.hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.speedmax-header__search-wrapper{display:flex;align-items:center;height:32px;border:1px solid #D9D9D9;border-radius:6px;overflow:hidden;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.speedmax-header__search-wrapper:focus-within{border-color:#4e008e;box-shadow:0 0 0 2px #4e008e1a}.speedmax-header__search-input{flex:1;height:100%;border:none;outline:none;padding:0 11px;font-family:Arial,sans-serif;font-size:14px;color:#000000e0;background:transparent}.speedmax-header__search-input::placeholder{color:#00000040}.speedmax-header__search-btn{width:32px;height:32px;flex-shrink:0;border:none;border-left:1px solid #D9D9D9;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000000e0}.speedmax-header__search-btn sl-icon{font-size:14px}.speedmax-header__search-btn{transition:background .2s ease,color .2s ease}.speedmax-header__search-btn:hover{background:#0000000a;color:#4e008e}.speedmax-header__spacer{width:20%}.speedmax-header__nav{flex:1}.speedmax-header__menu{padding:0;margin:0;list-style:none;display:flex;align-items:center;justify-content:space-between}.speedmax-header__menu-item{display:flex;align-items:center;justify-content:center;height:46px;margin-right:8px}.speedmax-header__menu-item a{text-decoration:none;color:#000;font-weight:500;font-size:14px;position:relative;transition:color .2s ease}.speedmax-header__menu-item a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#4e008e;transition:width .2s ease}.speedmax-header__menu-item a:hover{opacity:1;color:#4e008e;cursor:pointer}.speedmax-header__menu-item a:hover:after{width:100%}.speedmax-header__menu-item a[aria-current=page]{color:#4e008e;font-weight:700}.speedmax-header__menu-item a[aria-current=page]:after{width:100%}.speedmax-header__menu-item--cta{height:32px}.speedmax-header__menu-item--cta a{display:flex;align-items:center;justify-content:center}.speedmax-header__menu-item--cta-primary{margin-right:0;background-color:#4e008e;border-radius:6px;width:129px;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.speedmax-header__menu-item--cta-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4e008e4d;background-color:#3a006b}.speedmax-header__menu-item--cta-primary a{color:#fff;gap:10px;transition:none}.speedmax-header__menu-item--cta-primary a:hover{color:#fff;opacity:1}.speedmax-header__menu-item--cta-primary a:after{display:none}.speedmax-header__menu-item--cta-primary a sl-icon{display:inline-block}@media screen and (min-width:1440px){.speedmax-header__menu-item{width:150px}}@media screen and (max-width:1339px){.speedmax-header__menu-item{min-width:100px}}@media screen and (max-width:1024px){.speedmax-header__menu-item{min-width:80px}}.speedmax-header__menu-item--cta:not(.speedmax-header__menu-item--cta-primary){width:159px;margin-right:16px;border:1px solid #ccc;border-radius:6px;transition:border-color .2s ease}.speedmax-header__menu-item--cta:not(.speedmax-header__menu-item--cta-primary) a{transition:color .2s ease}.speedmax-header__menu-item--cta:not(.speedmax-header__menu-item--cta-primary):hover{border-color:#4e008e}.speedmax-header__menu-item--cta:not(.speedmax-header__menu-item--cta-primary) a:hover{color:#4e008e;opacity:1}.speedmax-header__menu-item--cta:not(.speedmax-header__menu-item--cta-primary) a:after{display:none}.speedmax-header__mobile{display:none}.speedmax-header__mobile-top{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:16px}.speedmax-header__mobile-toggle{width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:0}.speedmax-header__mobile-toggle:hover{background:#0000000d}.speedmax-header__mobile-toggle svg{width:16px;height:16px}.speedmax-header__mobile-logo{grid-column:2;margin:0;justify-self:center}.speedmax-header__mobile-logo img{height:20.6px;width:auto}.speedmax-header__mobile-search,.speedmax-header__mobile-search .speedmax-header__search-wrapper{width:100%}.speedmax-header-drawer{--size: 280px;--body-spacing: 0;--footer-spacing: 16px}.speedmax-header-drawer::part(base){height:100vh}.speedmax-header-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid rgba(0,0,0,.06)}.speedmax-header-drawer__hamburger svg{width:16px;height:16px}.speedmax-header-drawer__title{font-family:Arial,sans-serif;font-weight:700;font-size:16px;line-height:1.5em;color:#000000e0}.speedmax-header-drawer__close::part(base){width:16px;height:16px}.speedmax-header-drawer__close sl-icon-button::part(base){width:16px;height:16px}.speedmax-header-drawer__nav{flex:1;overflow-y:auto;padding:4px 0}.speedmax-header-drawer__menu{list-style:none;padding:0 4px;margin:0}.speedmax-header-drawer__menu-item a{display:block;padding:12px 16px 12px 24px;font-family:Arial,sans-serif;font-size:14px;line-height:1.5714285714285714em;color:#000000e0;text-decoration:none;border-radius:8px}.speedmax-header-drawer__menu-item a{transition:background .15s ease,color .15s ease}.speedmax-header-drawer__menu-item a:hover{background:#0000000d;color:#4e008e}.speedmax-header-drawer__footer{display:flex;flex-direction:column;gap:16px;padding:0 24px 16px}.speedmax-header-drawer__cta{padding:0 15px;height:32px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Arial,sans-serif;font-size:14px;line-height:1.5714285714285714em;text-decoration:none;border-radius:6px}.speedmax-header-drawer__cta svg{width:12px;height:12px}.speedmax-header-drawer__cta--outline{border:1px solid #D9D9D9;box-shadow:0 2px #00000005;color:#000000e0;background:#fff}.speedmax-header-drawer__cta--outline:hover{background:#00000005}.speedmax-header-drawer__cta--primary{background:#4e008e;border:1px solid #4E008E;color:#fff}.speedmax-header-drawer__cta--primary:hover{background:#3a006b}@media screen and (max-width:749px){.speedmax-header{padding:16px 20px;box-shadow:0 9px 28px 8px #0000000d,0 3px 6px -4px #0000001f,0 6px 16px #00000014}.speedmax-header__row,.speedmax-header__row--first,.speedmax-header__row--second,.speedmax-header__logo,.speedmax-header__search,.speedmax-header__spacer,.speedmax-header__nav,.speedmax-header__menu,.speedmax-header__menu-item,sl-divider{display:none!important}.speedmax-header__mobile,.speedmax-header-drawer{display:block}}@media screen and (min-width:750px){.speedmax-header__mobile,.speedmax-header-drawer{display:none!important}}.speedmax-header__search form,.speedmax-header__mobile-search form{position:relative}[data-predictive-search]{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #D9D9D9;border-radius:8px;box-shadow:0 6px 24px #0000001f;z-index:200;overflow-y:auto}predictive-search[open] [data-predictive-search]{display:block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/speedmax-header.css.map */
