#header{background-color:#fff;position:relative;z-index:1;width:100%;padding:25px 75px}#headerWrap{width:100%;max-width:1440px;margin:0 auto}#headerInner{display:grid;grid-template-columns:1fr 3fr 1fr;align-items:center;margin:auto}#headerLogo svg{height:38px;width:auto}#headerNav{align-items:center;display:flex;gap:25px;margin:auto}.headerNavItem{display:flex;flex-direction:row;white-space:nowrap;position:relative;gap:8px}.headerNavItem:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:#000;transition:transform .25s ease-out;transform-origin:bottom right}.headerNavItem:hover:after{transform:scaleX(1);transform-origin:bottom left}#headerIcons{align-items:center;display:flex;flex-direction:row;gap:25px;justify-content:flex-end}.headerIconsItem{cursor:pointer;height:24px;position:relative;width:24px;padding:0;scale:1;transition:.3s ease}.headerIconsItem.searchBtn.active{transform:rotate(45deg) scale(1.3)}.headerIconsItem svg{height:24px;width:24px;object-fit:contain;object-position:center}#headerIconsCart[data-count]:not([data-count="0"]):after{align-items:center;background-color:#000;border-radius:100%;color:#fff;content:attr(data-count);display:flex;font-size:.813rem;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}#headerLogo{display:flex}#headerMenu{display:none}@media (max-width: 800px){#header{padding:25px 20px}#headerNav{display:none}#headerLogo{display:flex;height:24px;margin:0 auto;order:2;width:100px}#headerLogo svg{height:unset;object-fit:cover;object-position:center;width:unset}#headerMenu{display:flex;order:1}#headerMenu svg{height:24px;width:24px}#headerIcons{order:3;gap:14px;display:grid;grid-template-areas:"account cart search"}.headerIconsItem.searchBtn{grid-area:search}.headerIconsItem.account{grid-area:account}.headerIconsItem.cart{grid-area:cart}.headerIconsItem{height:17px;width:17px}.headerIconsItem svg{height:17px;width:17px}}#headerSearch{display:grid;grid-template-rows:0fr;transition:grid-template-rows ease .3s;position:absolute;width:100%;left:0;z-index:1;background-color:#fff}#headerSearch.active{grid-template-rows:1fr}#headerSearchWrap{overflow:hidden}#headerSearchContent{padding:25px 0 20px}.headerSearchContainer{max-width:862px;margin:0 auto;padding:0 20px;width:100%}#headerSearchBar{display:flex;flex-direction:row;align-items:center;width:100%;gap:16px}#headerSearchBarForm{width:100%;border:1px solid #727272;padding:10px 18px;display:flex;flex-direction:row;align-items:center;gap:16px}#headerSearchBarFormSearch{padding:0;height:24px;width:24px}#headerSearchBarFormInput{border:none;padding:0}#headerSearchBarFormInput:focus{outline:none}#headerSearchBarClose{padding:0;width:24px;height:24px}#headerSearchBody{margin-top:16px;display:grid;grid-template-columns:204px 1fr;gap:16px}.headerSearchBodyTitle{font-size:14px;padding-bottom:16px;border-bottom:1px solid #F4F3F3}#headerSearchBodySuggestionItems{margin-top:16px;display:flex;flex-direction:column;gap:8px}.headerSearchBodySuggestionItemsLink{font-size:14px;color:#aaa;width:fit-content;position:relative;transition:.3s ease}.headerSearchBodySuggestionItemsLink:hover{transition:.3s ease}.headerSearchBodySuggestionItemsLink:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:var(--black);transition:transform .25s ease-out;transform-origin:bottom right}.headerSearchBodySuggestionItemsLink:hover:after{transform:scaleX(1);transform-origin:bottom left}.headerSearchBodySuggestionItemsLink strong{font-weight:400;color:var(--black)}#headerSearchBodySuggestionEmpty{font-size:14px}#headerSearchBodyResultsProducts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}.headerSearchBodyResultsProductsItem:nth-child(n+5){display:none}.headerSearchBodyResultsProductsItemImg{aspect-ratio:142/160;object-fit:contain;object-position:center;padding:10px}.headerSearchBodyResultsProductsItem{display:flex;flex-direction:column;align-items:center;text-align:center}.headerSearchBodyResultsProductsItemTitle{font-size:12px;text-align:center;font-weight:600}#headerSearchBodyResultsProductsEmpty{font-size:14px}.headerSearchLine{width:100%;height:1px;background-color:#f4f3f3;margin-top:16px}#headerSearchGo{margin-top:16px;width:fit-content;font-size:14px;padding:0;display:block}.headerSearchContainer.mobile{display:none}@media (max-width: 800px){#headerSearch{position:relative}#headerSearch.mobileActive{grid-template-rows:1fr}#headerSearchContent{padding:0}#headerSearchBody{grid-template-columns:1fr;display:none}.headerSearchLine{display:none}#headerSearchBarForm{border:0;background-color:#f8f8f8}#headerSearchBarClose{display:none}.headerSearchContainer.mobile{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;margin-top:18px;padding-bottom:25px}.headerSearchContainerLink{text-decoration:underline;font-size:16px}.headerSearchContainer.desktop{display:none}}#dropdownNav{position:absolute;z-index:1;left:0;width:100%;background-color:#fff}.dropdownNavItem{display:grid;grid-template-rows:0fr;transition:grid-template-rows ease .3s}.dropdownNavItem.active{grid-template-rows:1fr}.dropdownNavItemWrap{overflow:hidden}.dropdownNavItemWrapContent{padding:50px 0;max-width:910px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.dropdownNavItemProducts{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:50px}.dropdownNavItemProductsItem{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:142px}.dropdownNavItemProductsItemImg{aspect-ratio:142/160;object-fit:contain;object-position:center}.dropdownNavItemProductsItemTitle{margin-top:6px;font-size:12px;font-weight:600}.dropdownNavItemProductsItemSupports{margin-top:3px;color:var(--grey);font-weight:500;font-size:8px}.dropdownNavLinks{margin-top:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}.dropdownNavLinksItem{font-size:12px;width:fit-content;font-weight:500;text-decoration:underline}.dropdownNavItemWrapContent.alt{max-width:960px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;justify-content:space-between}.dropdownNavItemWrapContentImg{aspect-ratio:379/259;object-fit:contain;object-position:center;height:259px;width:auto}.dropdownNavItemWrapContentMenu{display:flex;flex-direction:column;gap:33px}.dropdownNavItemWrapContentMenuItem{font-size:14px;opacity:.5}.dropdownNavItemWrapContentMenuLinks{display:flex;flex-direction:column;gap:8px}.dropdownNavItemWrapContentMenuLinksItem{font-size:14px;position:relative;width:fit-content}.dropdownNavItemWrapContentMenuLinksItem:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:#000;transition:transform .25s ease-out;transform-origin:bottom right}.dropdownNavItemWrapContentMenuLinksItem:hover:after{transform:scaleX(1);transform-origin:bottom left}#dropdownExit,#searchExit{height:100vh;width:100%;position:fixed;display:block;z-index:0;transition:.3s ease;top:0;pointer-events:none}#dropdownExit.active,#searchExit.active{display:block;background-color:#0003;pointer-events:auto}#slider{animation:exit .4s ease;border:none;display:none;height:100%;left:0;max-height:none;max-width:none;padding:0;top:0;width:100%;z-index:2147483648}#slider[open]{animation:enter .4s ease;display:flex;position:fixed}@keyframes enter{0%{left:-200%}to{left:0}}@keyframes exit{0%{display:flex;left:0}to{display:none;left:-200%}}#sliderContent{background-color:#fff;height:100%;max-width:90%;display:flex;flex-direction:column;padding:20px;overflow-y:auto;width:100%;z-index:25}#sliderClose{display:flex;justify-content:flex-end;padding:0}#sliderClose:focus{outline:none}#sliderClose svg{height:24px;width:24px}#sliderNav{margin-bottom:50px}.sliderNavLink{border-bottom:2px solid var(--black);display:block;padding:20px 0;font-size:20px}.sliderNavDrop{width:100%;border-bottom:2px solid var(--black)}.sliderNavDropTop{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:20px 0;font-size:20px}.sliderNavDropTopIcon{height:14px;width:14px;display:flex;flex-shrink:0;align-items:center;justify-content:center;position:relative}.sliderNavDropTopIcon svg{height:14px;width:14px;object-fit:contain;object-position:center}.sliderNavDropTopIconItem{position:absolute;transition:.2s cubic-bezier(.68,-.55,.265,1.55)}.sliderNavDropTopIconItem.minus{transform:scale(0)}.sliderNavDropTop.active .sliderNavDropTopIcon{background-color:transparent}.sliderNavDropTop.active .sliderNavDropTopIconItem.minus{transform:scale(1)}.sliderNavDropTop.active .sliderNavDropTopIconItem.plus{transform:scale(0)}.sliderNavDropBottom{display:grid;grid-template-rows:0fr;transition:grid-template-rows ease .3s}.sliderNavDropTop.active~.sliderNavDropBottom{grid-template-rows:1fr}.sliderNavDropBottomWrap{overflow:hidden}.sliderNavDropBottomWrapContent{padding:0 10px 20px;display:flex;flex-direction:column;gap:16px}.sliderNavDropdownLinksWrapContentLink{font-size:14px}.sliderNavDropBottomWrapContentItem{display:flex;flex-direction:column;gap:4px;font-size:14px}.sliderNavDropBottomWrapContentItemTitle{opacity:.5}.sliderNavDropBottomWrapContentItemLinks{display:flex;flex-direction:column;gap:4px;padding-left:8px}#sliderLogo{margin-top:auto;width:100%}#sliderLogo svg{width:100%;height:auto}#sliderExit{flex-grow:1;height:100%}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme-header.css.map */
