#shopify-section-theme-header-v3{position:sticky;top:0;z-index:40}#headerV3{background-color:#000;color:#000}@media print{#headerV3{display:none}}#headerV3Inner{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;column-gap:25px;padding:12px 30px;max-width:1440px;margin:auto;justify-content:space-between;position:relative}#headerV3Exit{display:none;color:#fff;background:transparent;cursor:pointer;max-width:fit-content}#headerV3Exit svg{min-width:24px;min-height:24px}#headerV3Exit.active{display:flex}#headerV3Exit.active svg{width:20px;height:20px}#headerV3Exit.active+#headerV3Menu{display:none!important}#headerV3Menu{width:fit-content;-webkit-appearance:none;appearance:none;background:none}#headerV3Shop{font-weight:600;cursor:pointer;transition:all ease .4s;max-width:fit-content;line-height:1;border:1px solid #FFF;padding:8px 16px;border-radius:8px;color:#fff}#headerV3:has(#headerV3Mega:hover) #headerV3Shop,#headerV3Shop:hover{color:#e32792;border-color:#e32792}#headerV3Logo{justify-self:center;width:80px}#headerV3LogoImage{object-fit:contain;width:100%}#headerV3Right{display:flex;align-items:center;gap:20px;justify-self:end}.headerV3Account{font-weight:700;font-size:12px;letter-spacing:1.2px;color:#fff;text-transform:uppercase;transition:ease .3s}.headerV3Account:hover{color:#e32792}.headerV3Cart{font-size:12px;font-weight:700;letter-spacing:1.2px;position:relative;color:#fff;padding-right:20px;text-transform:uppercase;transition:ease .3s}.headerV3Cart:hover{color:#e32792}.headerV3Cart:after{line-height:1;position:absolute;top:50%;right:0;translate:0 -60%;height:16px;width:16px;background-color:var(--primary-purple);content:attr(data-count);border-radius:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Montserrat;font-weight:700;font-size:10px;color:#f6f6f6;letter-spacing:0;transition:ease .3s;transform:scale(1.2)}.headerV3Cart:hover:after{background-color:#e32792}@media(max-width:800px){#headerV3Inner{padding:13px 18px 7px;z-index:41}#headerV3Shop,#headerV3Mega{display:none}#headerV3Right{gap:10px}.headerV3Account{display:block;color:var(--primary-purple);width:24px;height:24px}.headerV3Account svg{width:100%;height:100%}.headerV3Cart{padding-right:0;width:25px;height:25px}.headerV3Cart:after{top:0;display:none;right:0;font-size:8px;height:14px;width:14px;translate:40% 0}.headerV3Cart.active:after{display:flex}}@media(max-width:390px){#headerV3Logo{width:60px}}#headerV3Backdrop{background:#0f003921;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);width:100%;height:100vh;position:absolute;transition:ease .4s;opacity:0;z-index:-1;top:100%;pointer-events:none}#headerV3:has(#headerV3Shop:hover) #headerV3Backdrop,#headerV3:has(#headerV3Mega:hover) #headerV3Backdrop{opacity:1}#headerV3Mega{position:absolute;bottom:2px;left:0;translate:0 100%;width:100%;border-radius:0 0 7px 7px;background:#f0f2ff;transition:ease .4s;display:grid;grid-template-rows:0fr}#headerV3Mega>div{overflow:hidden}#headerV3:has(#headerV3Shop:hover) #headerV3Mega,#headerV3Mega:hover{grid-template-rows:1fr}#headerV3MegaInner{max-width:1440px;margin:auto;padding:30px 38px 38px}#headerV3MegaLayout{display:grid;grid-template-columns:minmax(300px,340px) 1fr minmax(260px,380px);gap:30px;align-items:stretch}#headerV3MegaLayout.noSubMenu{grid-template-columns:minmax(300px,500px) minmax(260px,500px);justify-content:center}#headerV3MegaRail{display:flex;flex-direction:column;gap:2px}.headerV3MegaRailItem{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background ease .2s}.headerV3MegaRailItem:hover,.headerV3MegaRailItem.active{background:#fff}.headerV3MegaRailItemImageWrapper{border-radius:5.25px;border:1px solid #E1E1E1;background:#f6f3f8;max-width:56px;width:100%;flex-shrink:0}.headerV3MegaRailItemImage{object-fit:contain;max-width:inherit;width:100%;aspect-ratio:1}.headerV3MegaRailItemInfo{flex:1;display:flex;flex-direction:column;gap:2px}.headerV3MegaRailItemInfoTitle{font-size:15px;line-height:20px;font-weight:700;letter-spacing:.03em}.headerV3MegaRailItemInfoSubtitle{font-size:12px;line-height:16px;letter-spacing:.03em;color:#4a4a4a}.headerV3MegaRailItemArrow{max-width:18px;max-height:18px;flex-shrink:0}#headerV3MegaRailLinks{display:flex;flex-direction:column;margin-top:10px;padding-top:6px;border-top:1px solid #E1E1E1}.headerV3MegaRailLinksLink{display:flex;align-items:center;justify-content:space-between;gap:5px;padding:12px;border-radius:10px;transition:background ease .2s}.headerV3MegaRailLinksLink:hover{background:#fff}.headerV3MegaRailLinksLinkText{font-size:15px;font-weight:700;letter-spacing:.03em}#headerV3MegaDetail{position:relative;overflow-y:auto;max-height:536px}.headerV3MegaDetailPane{display:none;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:16px;align-content:start}.headerV3MegaDetailPane.active{display:grid}.headerV3MegaDetailPaneItem{display:flex;flex-direction:column;gap:10px;width:100%;padding:8px;border:2px solid transparent;border-radius:11px;background:#fff;transition:border-color ease .3s}.headerV3MegaDetailPaneItem:hover{border-color:#4c19d8}.headerV3MegaDetailPaneItemImageWrapper{border-radius:7.53px;background:#f6f3f8;overflow:hidden}.headerV3MegaDetailPaneItemImage{width:100%;aspect-ratio:247/213;object-fit:cover}.headerV3MegaDetailPaneItemInfo{display:flex;flex-direction:column;gap:5px}.headerV3MegaDetailPaneItemInfoTitle{font-family:Integral,Polymath Display,sans-serif;font-size:clamp(9px,3dvw,13px);line-height:1.1;letter-spacing:.025px;text-transform:uppercase;font-weight:700}.headerV3MegaDetailPaneItemInfoSubtitle{font-size:clamp(10px,3dvw,11px);font-weight:500;color:#4a4a4a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#headerV3MegaBanner{position:relative;display:flex;align-items:flex-end;padding:20px;min-height:75%;border-radius:12px;overflow:hidden;height:fit-content}#headerV3MegaBanner.imageOnly{min-height:unset;padding:0}#headerV3MegaBannerImage{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}#headerV3MegaBanner.imageOnly #headerV3MegaBannerImage{position:relative;object-fit:contain}#headerV3MegaBannerContent{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;width:70%}#headerV3MegaBannerContentTitle{font-size:20px;line-height:1.1;font-weight:700;letter-spacing:.03em}#headerV3MegaBannerContentSubtitle{font-size:13px;line-height:1.4;letter-spacing:.03em;font-weight:400;margin:0}#headerV3MegaBannerContentButton{border-radius:6px;border:1px solid #050011;box-shadow:.5px .5px #050011;background:#4807c4;max-width:fit-content;color:#fff;font-size:12px;line-height:100%;letter-spacing:.04em;padding:8px 14px;margin-top:8px;text-align:center;min-width:80px;font-weight:500}@media(max-width:1060px){#headerV3MegaLayout{grid-template-columns:minmax(220px,280px) 1fr minmax(220px,280px);gap:18px}.headerV3MegaDetailPane{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}}#sliderV3{animation:vanishRight .3s ease;border:none;display:none;height:100dvh;justify-content:flex-end;max-height:none;max-width:none;outline:none;padding:0;left:0;top:0;width:100%;z-index:2147483648;background:#fff}#sliderV3::backdrop{background-color:transparent}#sliderV3[open]{display:flex;position:fixed}#sliderV3[open].active{animation:appearLeft .3s ease}@keyframes appearLeft{0%{left:-200%}to{left:0}}@keyframes vanishRight{0%{display:flex;left:0}to{display:none;left:-200%}}#sliderV3Content{display:flex;flex-direction:column;gap:16px;width:100%;min-height:100%;overflow-y:auto;background:#fff;padding:16px}#sliderV3ContentWrapper{display:flex;flex-direction:column;gap:16px}.sliderV3ContentItem{display:flex;align-items:center;gap:12px;background:transparent;outline:transparent}.sliderV3ContentItem.subMenu{cursor:pointer}.sliderV3ContentItemImageWrapper{border-radius:5.25px;border:1px solid #E1E1E1;background:#f6f3f8;max-width:64px;width:100%}.sliderV3ContentItemImage{object-fit:contain;max-width:inherit;width:100%;aspect-ratio:1}.sliderV3ContentItemInfo{width:100%;display:flex;flex-direction:column;gap:2px}.sliderV3ContentItemInfoTitle{font-size:16px;line-height:20px;font-weight:700;letter-spacing:.03em}.sliderV3ContentItemInfoSubtitle{font-size:12px;line-height:16px;letter-spacing:.03em}.sliderV3ContentItemArrow{max-width:18px;max-height:18px;flex-shrink:0}.sliderV3ContentItemLinks{display:flex;visibility:hidden;flex-direction:column;position:absolute;top:0;left:-100%;width:100%;transition:.5s ease;opacity:0;padding:16px;background:#fff;height:100%;z-index:5}.sliderV3ContentItemLinks.active{visibility:visible;left:0;opacity:1}.sliderV3ContentItemLinksTitle{display:flex;align-items:center;gap:10px;margin-bottom:20px;background:transparent;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;font-weight:700;color:#4c19d8}.sliderV3ContentItemLinksTitle svg{transform:rotateY(180deg)}.sliderV3ContentItemLinksLink{display:flex;align-items:center;gap:12px;position:relative;margin-bottom:20px}.sliderV3ContentItemLinksLinkImageWrapper{border-radius:5.25px;border:1px solid #E1E1E1;background:#f6f3f8;max-width:55px;width:100%}.sliderV3ContentItemLinksLinkImage{object-fit:cover;max-width:inherit;width:100%;aspect-ratio:1}.sliderV3ContentItemLinksLinkInfo{width:100%;display:flex;flex-direction:column;gap:2px}.sliderV3ContentItemLinksLinkInfoTitle{font-size:15px;line-height:18px;font-weight:700;letter-spacing:.03em}.sliderV3ContentItemLinksLinkInfoSubtitle{font-size:11px;line-height:14px;letter-spacing:.03em}.sliderV3ContentItemLinksLinkArrow{flex-shrink:0;max-width:18px;max-height:18px}#sliderV3ContentBanner{border-radius:12px;padding:16px;width:100%;min-height:fit-content;flex-basis:135px;display:flex;align-items:center;position:relative}#sliderV3ContentBanner.imageOnly{padding:0;flex-basis:auto}#sliderV3ContentBannerImage{position:absolute;width:100%;height:100%;left:0;border-radius:12px;right:0;top:0;bottom:0;aspect-ratio:361/136;object-fit:cover}#sliderV3ContentBanner.imageOnly #sliderV3ContentBannerImage{position:relative;aspect-ratio:unset}#sliderV3ContentBannerContent{display:flex;flex-direction:column;gap:4px;width:60%;position:relative;z-index:1}#sliderV3ContentBannerContentTitle{font-size:16px;line-height:20px;font-weight:700;letter-spacing:.03em}#sliderV3ContentBannerContentSubtitle{font-size:13px;line-height:20px;letter-spacing:.03em;font-weight:400;margin:0}#sliderV3ContentBannerContentButton{border-radius:6px;border:1px solid #050011;box-shadow:.5px .5px #050011;background:#4807c4;max-height:fit-content;color:#fff;font-size:12px;line-height:100%;max-width:fit-content;letter-spacing:.04em;padding:6px 12px;margin-top:12px;text-align:center;min-width:80px;font-weight:500}.sliderV3ContentLinks{display:flex;flex-direction:column}.sliderV3ContentLinksLink{display:flex;gap:5px;justify-content:space-between;padding:16px 0}.sliderV3ContentLinksLink:not(:last-of-type){border-bottom:1px solid #E1E1E1}.sliderV3ContentIcon{max-width:100px;object-fit:contain;width:100%;margin:auto 0 0 auto;position:relative}
/*# sourceMappingURL=/cdn/shop/t/299/assets/theme-header-v3.css.map */
