#shopify-section-theme-header{position:sticky;top:0;z-index:100;font-family:Albra}#header{width:100%;border-bottom:1px solid #e3e3e3;background:#fff}#headerInner{align-items:center;display:flex;justify-content:center;gap:15px;padding:14px 50px;margin:0 auto;position:relative;z-index:80}#headerLink{width:100%;max-width:380px}#headerLink>img{max-width:170px;max-height:42px;object-fit:cover}#headerNav{display:flex;width:100%;max-width:400px;align-items:center;gap:50px}.headerNavTitle{font-size:18px;font-weight:600;position:relative;transition:text-decoration ease .3s;display:flex;align-items:center;gap:8px;cursor:pointer;color:#000;padding:12px 0}.headerNavTitle:hover{text-decoration:underline}.headerNavTitle.new:after{position:absolute;text-transform:uppercase;top:-4px;right:-5px;font-size:10px;background:#f02849;color:#f5f5f5;padding:1px 4px;border-radius:2px;font-family:Maax Mono,sans-serif;letter-spacing:0;z-index:12;font-weight:700;content:"NEW"}.headerNavTitle.opaque{opacity:.4}.headerNavMenuSeparator{color:#595959;font-size:18px;line-height:23px}.headerNavMenu.active .headerNavTitle{text-decoration:underline}.headerNavTitle>svg{translate:0 2px;width:12px;transition:transform ease .5s}.headerNavMenu.active .headerNavTitle>svg{transform:rotateX(180deg)}#headerRight{display:flex;width:100%;max-width:380px;align-items:center;justify-content:flex-end;gap:20px}#headerRight>a{font-size:15px}#headerAccount,#headerCart{display:flex}#headerAccount>svg{max-width:36px;max-height:36px}#headerCart{position:relative;width:20px;cursor:pointer}#headerCart.count:after{position:absolute;bottom:-5px;right:-5px;background-color:var(--primary);color:#fff;content:attr(count);border-radius:100%;display:flex;justify-content:center;align-items:center;font-family:Maax Mono;font-weight:700;font-size:12px;width:15px;height:15px}#headerMenu{display:none}#headerSystemsDrop,#headerMoreDrop,#headerProductDrop{position:absolute;top:calc(100% + 1px);left:0;z-index:-1;width:100%;background-color:#fff;transition:grid-template-rows ease .5s;display:grid;grid-template-rows:0fr}.headerNavMenu.active #headerSystemsDrop,.headerNavMenu.active #headerMoreDrop,.headerNavMenu.active #headerProductDrop{grid-template-rows:1fr}#headerBackdrop{display:none}#header.menuOpen #headerBackdrop{display:block;width:100%;height:100vh;background:#0009;position:absolute;left:0;top:100%}#headerSystemsDrop>div,#headerMoreDrop>div,#headerProductDrop>div{overflow:hidden}.headerDropContainer{max-width:1250px;margin:0 auto;padding:20px 25px;display:grid;grid-template-columns:30% 70%}.headerDropLeft{display:flex;flex-direction:column;padding-right:25px}.headerDropTitle{font-size:23px;font-weight:500;color:#000}.headerDropdownButton{font-size:16px;padding:14px 60px}.headerDropText{font-family:Maax Mono;margin:21px 0 56px}#headerProductDropRight,#headerSystemsDropRight{display:flex;flex-direction:column;gap:12px;border-left:solid 1px rgba(128,128,128,.2);padding-left:25px}.headerProductDropContainer,.headerSystemsDropContainer,.headerProductDropBottomContainer{display:flex;align-items:flex-start;gap:20px}.headerProductDropItem{display:flex;flex-direction:column;gap:6px}.headerProductDropItem>img{max-width:127px;border-radius:10px}.headerProductDropItem>div{font-weight:600;font-size:17px;max-width:180px;padding:0 10px;text-align:center}.headerProductDropItem>div:last-child{font-weight:400;font-size:14px;color:#0006}#headerProductDropBottom{display:flex;flex-direction:column;gap:20px;padding:10px 25px;border-top:1px solid #e3e3e3;max-width:1250px;margin:0 auto}.headerProductDropBottomItem,.headerSystemsDropItem{display:flex;flex-direction:column;gap:10px}.headerProductDropBottomItem>img,.headerSystemsDropItem>img{max-width:180px;border-radius:10px}.headerProductDropBottomItem>div,.headerSystemsDropItem>div{font-size:17px;font-weight:600;max-width:180px;padding:0 10px;text-align:center}#headerMoreDropLeft{display:flex;flex-direction:column;gap:50px;padding-right:25px}#headerMoreDropRight{display:flex;gap:140px;border-left:solid 1px rgba(128,128,128,.2);padding-left:25px}.headerMoreDropRightItem{display:flex;flex-direction:column;gap:12px}.headerNavItemTitle{font-size:14px;font-weight:500;font-family:Maax Mono,sans-serif;text-transform:uppercase;color:#000}.headerNavItem{font-size:16px;font-weight:600}#sliderClose{display:none}@media (max-width: 1240px){#headerInner{padding:10px 30px}#headerLink{width:100%;max-width:200px}}@media (max-width: 900px){#header{border-bottom:none}#headerInner{justify-content:space-between;padding:10px 15px}#headerNav{display:none}#headerMenu{display:block;order:0}#headerMenu svg{width:24px}#headerMenu.open{display:none}#sliderClose svg{width:24px;height:24px}#sliderClose.open{display:block;order:0}#headerLink{order:1;display:flex;justify-content:center;align-items:center}#headerRight{order:2;width:unset}#headerRight>a{display:none}#headerCart{display:block!important}#headerAccount>svg{display:none}#headerCart{width:30px}#headerCart.count:after{right:5px;bottom:0}}#slider{display:flex;position:absolute;left:-100%;width:100%;height:100vh;padding-bottom:115px;transition:.4s;background:#fff}#slider.active{left:0}#sliderContent{display:flex;flex-direction:column;background-color:#fff;width:100%;padding:15px 20px;overflow-y:auto}#sliderText{font-size:15px;font-family:Maax Mono;text-align:center}#sliderAllProducts{display:none;padding:15px 0 20px}#sliderProducts{display:flex;flex-direction:column;gap:20px;margin-top:24px;padding:10px 0 20px}.sliderProductItem{display:flex;flex-direction:column;gap:20px}.sliderProductItemTop{display:flex;justify-content:space-between;align-items:center;font-size:23px;font-weight:600}.sliderProductItem.active .sliderProductItemTop{color:var(--primary)}.sliderProductItemTop>svg{width:20px;height:20px;transition:transform ease .5s}.sliderProductItem.active .sliderProductItemTop>svg{transform:rotateX(180deg)}.sliderProductItemBottom{display:grid;grid-template-rows:0fr;transition:grid-template-rows ease .5s}.sliderProductItem.active .sliderProductItemBottom{grid-template-rows:1fr}.sliderProductItemBottom>div{overflow:hidden;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:5px;row-gap:10px}.sliderProductItemProduct{display:flex;flex-direction:column;gap:6px;font-family:Maax Mono;font-size:12px;text-align:center;color:#000}.sliderProductItemProduct>img{width:90%;border-radius:8px}#sliderMidLink{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:solid 2px #000}#sliderMidLinkTitle{font-size:23px;font-weight:600;position:relative}#sliderMidLinkTitle.new:after{position:absolute;text-transform:uppercase;top:-11px;right:-12px;font-size:11px;background:#f02849;color:#f5f5f5;padding:1px 4px;border-radius:1px;font-family:Maax Mono;letter-spacing:0;z-index:12;font-weight:700;content:"NEW"}#sliderMidLinkTag{color:var(--primary);font-family:Maax Mono;font-size:11px;font-weight:600;text-transform:uppercase}#sliderNav{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:solid 2px #000;border-bottom:solid 2px #000;margin-bottom:20px}.sliderNavItem{font-family:Maax Mono;font-size:15px;text-transform:uppercase}#sliderFooterNav{display:flex;flex-direction:column;gap:10px;margin-top:auto}#sliderFooterNavShipping{text-align:center;text-transform:uppercase;font-family:Maax Mono,sans-serif;font-size:13px;line-height:23px;font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/128/assets/theme-header.css.map */
