.header{width:100%;height:115px;z-index:100;display:flex;align-items:flex-end;background:var(--light-grey);padding-bottom:20px;box-sizing:content-box}#headerInner{display:flex;width:100%;max-width:1440px;padding:0 70px;margin:0 auto}#headerLogo{flex:1}.headerLogoImage{display:block;width:100%;max-width:160px;height:auto;object-fit:contain}.headerLogoImage.dark{display:none}#headerNav{flex:1;display:flex;align-items:center;justify-content:center;gap:36px}.headerNavLink{display:flex;flex-direction:column}.headerNavLinkTitle{text-align:center;color:#000;font-size:16px;font-weight:400;letter-spacing:1px}.headerNavLinkTitle:hover{color:var(--dark-grey)}#headerIcons{flex:1;display:flex;justify-content:flex-end;gap:20px}#headerIconsAccount,#headerIconsCart{width:30px;height:30px;padding:0;position:relative;cursor:pointer}#headerIconsAccount svg,#headerIconsCart svg{width:30px;height:30px;fill:var(--black)}#headerIconsCart[data-count]:not([data-count="0"]):after{content:attr(data-count);position:absolute;top:-10px;right:-10px;width:20px;height:20px;background-color:var(--dark-grey);color:var(--white);border:1px solid var(--white);font-size:.813rem;border-radius:100%;display:flex;align-items:center;justify-content:center}#headerMenu{display:none}.header.dark{position:absolute;top:0;left:0;background:none;padding-bottom:0;box-sizing:border-box}.header.dark .headerLogoImage{display:none}.header.dark .headerLogoImage.dark{display:block}.header.dark .headerNavLinkTitle{color:var(--white)}.header.dark .menuIcons path{fill:var(--white)}.header.dark #headerMenu svg{fill:var(--white)}@media (max-width: 800px){.header{height:89px;padding:0}#headerInner{padding:0 21px;align-items:center;height:29px}#headerNav{display:none}#headerLogo{min-width:150px;order:2}#headerMenu{display:flex;flex:1;order:1;height:fit-content}#headerMenu svg{fill:var(--black)}#headerIcons{order:3}#headerIconsAccount,#headerIconsCart{width:24px;height:24px}#headerIconsAccount svg,#headerIconsCart svg{width:24px;height:24px}}#slider{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding:0;border:none;z-index:2147483648;animation:exit .4s ease}#slider[open]{display:flex;animation:enter .4s ease}#sliderContent{background-color:var(--light-grey);width:100%;max-width:85%;height:100%;padding:30px;z-index:25}#sliderClose{display:flex;justify-content:flex-end;width:fit-content;margin-left:auto;outline:none}#sliderClose:focus{outline:none}#sliderClose svg{width:15px;height:20px}#sliderNav{margin-top:38px}.sliderNavLink{display:block;color:var(--black);font-size:30px;font-weight:400;line-height:74px;letter-spacing:1px}#sliderExit{flex-grow:1;height:100%}@keyframes enter{0%{left:-200%}to{left:0}}@keyframes exit{0%{display:flex;left:0}to{display:none;left:-200%}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme-header.css.map */
