#header{background-color:#fff;padding:18px 24px}#headerInner{display:grid;grid-template-columns:1fr 3fr;align-items:center;justify-content:space-between;margin:auto;max-width:1200px}#headerLogo{height:25px;width:auto}#headerLogo img{max-height:25px;width:auto}#headerLogo svg{height:25px;width:auto}#headerNav{align-items:center;display:flex;margin:0 0 0 auto;gap:6px}.headerNavItem{position:relative}.headerNavItemBtn{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;color:var(--blurple);padding:12px 20px;border-radius:6px}.headerNavItemBtn:hover{background-color:#d7e7ff}.headerNavItemBtnIcon{width:25px;height:25px}.headerNavItemDropdown{position:absolute;left:0;z-index:10000000;top:100%;min-width:170px;width:fit-content;height:auto;flex-direction:column;border-radius:12px;background-color:var(--white)}.headerNavItemDropdownContent{display:flex;flex-direction:column;padding:12px}.headerNavItemDropdownContent.row{flex-direction:row;width:720px}.headerNavItemDropdownItem{padding:10px 20px;cursor:pointer;display:flex;flex-direction:column}.headerNavItemDropdownItem:hover{background-color:#eff5ff}.headerNavItemDropdownItem.noHover:hover{background-color:transparent}.headerNavItemDropdownItemTitle{font-family:Figtree,sans-serif;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.headerNavItemDropdownItemSubtitle{font-family:Figtree,sans-serif;font-size:11px;font-weight:500;line-height:20px;opacity:.6;white-space:nowrap}.headerNavItemDropdownItemProduct{width:100%;display:flex;align-items:center;gap:4px;padding:6px 12px 6px 0;border-radius:12px;cursor:pointer;border:1px solid transparent}.headerNavItemDropdownItemProduct:hover{border:1px solid var(--light-blurple)}.headerNavItemDropdownItemProductImage{aspect-ratio:72/61;max-width:72px;width:100%;border-radius:6px}.headerNavItemDropdownItemProductCopy{display:flex;flex-direction:column;gap:4px}.headerNavItemDropdownItemProductTitle{font-family:Figtree,sans-serif;font-size:14px;font-weight:500;line-height:20px;white-space:nowrap}.headerNavItemDropdownItemProductSubtitle{font-family:Figtree,sans-serif;font-size:11px;font-weight:500;line-height:20px;opacity:.6;white-space:nowrap}.headerNavItemDropdownItemButton{font-size:14px;color:var(--blurple);background-color:var(--white);border:1px solid var(--blurple);border-radius:6px;padding:12px 24px;display:flex;gap:6px;align-items:center;justify-content:center;max-width:100%;width:100%}.headerNavItemDropdownItemButton:hover{background-color:#d7e7ff;transform:translate(0)}.headerNavItemDropdownLink{font-size:14px;color:var(--blurple);background-color:var(--white);border:1px solid var(--blurple);border-radius:6px;padding:12px 24px;display:flex;gap:6px;align-items:center}.headerNavItemDropdownLink:hover{background-color:#d7e7ff;transform:translate(0)}.headerNavLink{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:var(--blurple);padding:12px 24px;border-radius:6px}.headerNavLink:hover{background-color:#d7e7ff}.headerNavLinkIcon{width:14px;height:14px}.headerNavLinkBtn{font-size:14px;color:var(--blurple);background-color:var(--white);border:1px solid var(--blurple);border-radius:6px;padding:12px 24px}.headerNavLinkBtn:hover{transform:none;background-color:#d7e7ff;box-shadow:none}.headerNavLinkContent{align-items:center;display:flex;flex-direction:row;gap:5px;position:relative}.headerNavLinkContentArrow{height:14px;width:auto}.headerNavLinkContentTitle{cursor:pointer;transition:.2s ease}.headerNavLinkContentTitle.soloLink:hover{color:#474757}#headerIcons{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:flex-end;margin-left:6px}#headerIconsMobile{display:none;align-items:center;flex-direction:row;gap:20px;justify-content:flex-end;margin-left:6px}#headerIconsAccount,.headerIconsCart{border:none;background-color:transparent;padding:0;cursor:pointer;height:31px;position:relative;width:31px}#headerIconsAccount svg,.headerIconsCart svg{height:31px;width:31px}.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:1000px){#header{padding:18px 18px 18px 12px}#headerInner{grid-template-columns:1fr 3fr 1fr}#headerNav{display:none}#headerLogo{display:flex;margin:0 auto;order:2;align-items:center}#headerLogo svg{height:unset;object-fit:cover;object-position:center;width:unset}#headerLogo img{max-height:24px;width:auto}#headerMenu{color:orange;display:flex;order:1}#headerMenu svg{height:21px;width:18px}.headerMenuIcon{height:30px;width:40px;object-fit:cover}#headerIcons{order:3}#headerIconsMobile{order:3;display:flex}}#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:100%;padding:64px 0 20px;width:100%;z-index:25;overflow-y:scroll}.sliderContentHeader{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgb(223,226,235)}#sliderClose{display:flex;justify-content:flex-end}#sliderClose:focus{outline:none}.sliderCloseIcon{height:18px;width:18px}#sliderClose svg{height:18px;width:18px}#sliderNav{padding:0 20px;margin-bottom:30px}.sliderNavItem{margin-bottom:20px}.sliderNavItemBtn{font-family:Figtree,sans-serif;font-size:30px;font-weight:500;line-height:54px;color:var(--blurple);display:flex;align-items:center;justify-content:space-between;width:100%}.sliderNavItemBtnIcon{transition:transform .3s ease;width:auto;height:54px}.sliderNavItemBtn.active .sliderNavItemBtnIcon{transform:rotate(-180deg)}.sliderNavItemDropdown{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;visibility:hidden}.sliderNavItemBtn.active~.sliderNavItemDropdown{grid-template-rows:1fr;visibility:visible}.sliderNavItemDropdownWrap{overflow:hidden}.sliderNavItemDropdownWrapContent{grid-template-rows:0fr}.sliderNavItemDropdownContentItem{padding-bottom:24px}.sliderNavItemDropdownContentItemTitle{font-size:14px;font-weight:400;line-height:20px;text-transform:uppercase}.sliderNavItemDropdownContentItemProduct{display:flex;align-items:center;gap:6px;padding:6px 0;border:1px solid transparent}.sliderNavItemDropdownContentItemProduct:hover,.sliderNavItemDropdownContentItemProduct:focus-visible{border:1px solid var(--blurple);border-radius:12px}.sliderNavItemDropdownContentItemProductImage{aspect-ratio:72/61;max-width:72px;width:100%;height:auto}.sliderNavItemDropdownContentItemProductCopy{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:400;line-height:20px}.sliderNavItemDropdownContentItemProductSubtitle{font-size:11px;opacity:.6}.sliderNavItemDropdownContentItemLink{display:flex;align-items:center;gap:8px;background-color:var(--white);border:1px solid var(--blurple);border-radius:12px}.sliderNavItemDropdownContentItemLink:hover{background-color:#d7e7ff}.sliderNavItemDropdownContentItemLinkTitle{font-family:Figtree,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:var(--blurple)}.sliderNavItemDropdownContentItemLinkIcon{width:24px;height:24px}.sliderNavItemDropdownWrapContentItem{display:flex;flex-direction:column;justify-content:center;font-size:14px;font-weight:400;line-height:20px;padding:10px 20px}.sliderNavItemDropdownWrapContentItem:hover{background-color:#eff5ff}.sliderNavItemDropdownWrapContentItemSubtitle{font-size:11px;opacity:.6}.sliderNavItemDropdownWrapContentLink{display:flex;align-items:center;gap:12px;background-color:var(--white);border:1px solid var(--blurple);border-radius:12px}.sliderNavItemDropdownWrapContentLinkTitle{color:var(--blurple)}.sliderNavItemDropdownWrapContentLinkIcon{width:24px;height:24px}.sliderNavItemDropdownLink:hover{background-color:#d7e7ff}.sliderNavLinkMain{font-family:Figtree,sans-serif;font-size:30px;font-weight:500;line-height:54px;color:var(--blurple);display:flex;align-items:center;margin-bottom:20px}.sliderNavLinkWrapper{display:grid;grid-template-columns:1fr 1fr;padding:48px 0 24px;column-gap:20px}.sliderNavLink{padding:10px 10px 10px 0;display:flex;align-items:center;gap:8px;color:var(--blurple);transition:transform .2s ease}.sliderNavLink:hover{transform:translateY(-3px)}.sliderNavLinkIcon{width:24px;height:24px}#sliderExit{flex-grow:1;height:100%}#header.alt{background-color:var(--pdp-secondary)}#header.alt #headerInner{background-color:#fff;padding:12px;border-radius:12px}@media(max-width:800px){#header.alt{padding:0 0 8px;transition:.3s ease}#header.alt.scrolled{background:transparent}#header.alt #headerInner{padding:18px 18px 18px 12px;border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme-header.css.map */
