.header{--content-color: #292D32;width:100%;padding:20px 0;z-index:5;position:relative}.header[data-template=index]{--content-color: #fff}.header.sticky[data-template=index],.header:has(.header__mobile.open)[data-template=index],.header:has(.predictive-search.open)[data-template=index]{--content-color: #292D32}.shopify-section:has(.header.sticky){padding-top:var(--header-height)}.header.sticky{position:fixed;top:0}.header:has(.header__mobile.open),.header.sticky{border-bottom-color:#f1f1f1;background-color:#fafbf6}.header__wrapper{max-width:1414px;padding:0 40px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__burger{display:none;color:var(--content-color)}.header__burger .icon--close{display:none}.header__logo{display:flex}.header__logo img{width:150px;height:fit-content}.header[data-template=index] .header__logo--light,.header.sticky[data-template=index] .header__logo--dark,.header[data-template=index]:has(.header__mobile.open) .header__logo--dark,.header[data-template=index]:has(.predictive-search.open) .header__logo--dark{display:block}.header__logo--light,.header[data-template=index] .header__logo--dark,.header.sticky[data-template=index] .header__logo--light,.header[data-template=index]:has(.header__mobile.open) .header__logo--light,.header[data-template=index]:has(.predictive-search.open) .header__logo--light{display:none}.header__menu{display:flex;gap:36px;align-items:center}.header__menu>li{position:relative}.header__link{font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:var(--content-color);text-decoration:none;cursor:pointer}.header__link--sale{color:#eb6163}.header__submenu-wrapper{z-index:12;position:absolute;background:#fafbf6;top:-45px;left:-64px;width:290px;border-radius:32px;pointer-events:none;opacity:0;transition:opacity .3s}.header__link.open+.header__submenu-wrapper{opacity:1;pointer-events:all}.header__submenu-title{width:100%;font-family:Geometria;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#eb6163;padding:45px 64px 30px;border-bottom:1px solid #292D321A;text-decoration:none;display:block}.header__submenu{padding:30px 64px;display:flex;flex-direction:column;gap:12px}.header__submenu-item{font-family:Geometria;font-weight:500;font-size:14px;line-height:150%;text-transform:uppercase;text-decoration:none;color:#292d3259}.header__placeholder{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;transition:backdrop-filter .3s;pointer-events:none}.header:has(.header__link.open) .header__placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:all}.header__controls{display:flex;gap:12px;justify-content:end}.header__control{display:flex;color:var(--content-color);position:relative}.header__control span{display:none}.header__control svg{width:21px;height:21px}.header__control--wishlist:after,.header__control--cart:after{content:attr(data-count);font-size:14px;line-height:1;position:absolute;left:100%;top:-7px}.header__control--wishlist,.header__control--cart{color:#eb6163}.header__control--wishlist[data-count="0"],.header__control--cart[data-count="0"]{color:var(--content-color)}.header__control--wishlist[data-count="0"]:after,.header__control--cart[data-count="0"]:after{display:none}.header__mobile{position:fixed;top:var(--menu-height);left:0;right:0;bottom:0;z-index:4;background-color:transparent;pointer-events:none;transition:background-color .3s}.header__mobile.open{background-color:#0000004d;pointer-events:all}.header__mobile-inner{width:100%;max-width:500px;background-color:#fafbf6;display:flex;flex-direction:column;height:100%;max-height:calc(100dvh - var(--menu-height));margin-left:auto;transform:translate(100%);transition:transform .3s;overflow:auto}.header.sticky .header__mobile{--menu-height: var(--header-height)}.header__mobile.open .header__mobile-inner{transform:translate(0)}.header:has(.header__mobile.open) .header__burger .icon--close{display:block}.header:has(.header__mobile.open) .header__burger .icon--menu{display:none}.header__mobile-menu{padding:20px 0;display:flex;flex-direction:column}.header__mobile-menu>li{border-bottom:1px solid #292D321A}.header__mobile-link{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 64px;font-family:Geometria;font-weight:500;font-size:18px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#292d32;text-decoration:none;cursor:pointer}.header__mobile-link *{pointer-events:none}.header__mobile-link svg{transition:transform .3s}.header__mobile-link.open svg{transform:rotate(180deg)}.header__mobile-submenu-wrapper{max-height:0;overflow:hidden;transition:max-height .3s}.header__mobile-submenu{padding:0 64px 30px;display:flex;flex-direction:column;gap:20px}.header__mobile-submenu-link{font-family:Geometria;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#292d3240;text-decoration:none}.predictive-search{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:-1;transition:backdrop-filter .3s,background-color .3s;pointer-events:none;padding:8px}.predictive-search.open{background-color:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:all}.predictive-search__inner{width:100%;height:100%;background-color:#fafbf6;border-radius:30px;padding:100px 0 0;max-width:1424px;margin:0 auto;opacity:0;transition:opacity .3s;display:flex;flex-direction:column}.predictive-search.open .predictive-search__inner{opacity:1}.predictive-search__form{display:flex;align-items:center;justify-content:space-between;padding:30px 52px;border-top:1px solid #292D321A;border-bottom:1px solid #292D321A;gap:32px}.predictive-search__field{flex:1;max-width:1000px;position:relative}.predictive-search__input{width:100%;height:75px;padding:4px 80px 0;border-radius:100px;background-color:#f1f1f1;font-size:16px;text-transform:uppercase;font-weight:500;border:none;color:#292d32}.predictive-search__input::-webkit-search-decoration,.predictive-search__input::-webkit-search-cancel-button,.predictive-search__input::-webkit-search-results-button,.predictive-search__input::-webkit-search-results-decoration{-webkit-appearance:none}.predictive-search__control{position:absolute;display:flex;top:50%;left:40px;transform:translateY(-50%);cursor:pointer}.predictive-search__control svg{width:26px;height:26px}.predictive-search__clear{text-decoration:underline;position:absolute;top:50%;right:38px;transform:translateY(-50%);opacity:0;pointer-events:none;transition:opacity .3s;display:flex}.predictive-search__clear img{width:15px;height:15px}.predictive-search__input:not(:placeholder-shown)~.predictive-search__clear{opacity:1;pointer-events:all}.predictive-search__close{display:flex}.predictive-search__close img{width:52px;height:52px;pointer-events:none}.predictive-search__results-wrapper{flex:1;overflow:auto}.predictive-search__results{padding:32px 40px}.predictive-search__empty-title{font-size:38px;font-family:Neutral Face;font-weight:700;text-transform:uppercase;padding-left:48px}.predictive-search__results-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 30px}.predictive-search__results-title{font-size:38px;font-family:Neutral Face;font-weight:700;text-transform:uppercase;padding-left:48px}.predictive-search__results-button{width:100%;max-width:325px;font-size:16px;text-transform:uppercase}.predictive-search__products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0}.predictive-search__products .product-card__media img,.predictive-search__products .product-card__media svg{aspect-ratio:5 / 7}@media screen and (max-width:1200px){.predictive-search__results-header{flex-wrap:wrap;gap:24px}.predictive-search__products{display:flex;overflow:auto;scroll-snap-type:x mandatory}.predictive-search__product{width:300px;min-width:300px}}@media screen and (max-width:989px){.header__wrapper{padding:0 20px;gap:20px;grid-template-columns:auto auto 1fr}.header__burger{display:flex}.header__logo img{width:105px}.header__menu{display:none}.header__controls{gap:8px}.header__control{display:flex}.header__control--wishlist:after,.header__control--cart:after{font-size:10px;top:-4px}.header__control svg{width:18px;height:18px}.predictive-search{z-index:5}.predictive-search__inner{border-radius:20px;padding:0;position:relative;opacity:1;transform:translate(calc(100% + 8px));margin:0 0 0 auto;transition:transform .3s}.predictive-search.open .predictive-search__inner{transform:translate(0)}.predictive-search__title{padding:70px 16px 16px;text-align:center;font-family:Neutral Face;font-size:25px;line-height:110%;font-weight:700;text-transform:uppercase}.predictive-search__form{padding:20px 24px}.predictive-search__input{height:50px;padding:2px 32px 0 48px}.predictive-search__control{left:20px}.predictive-search__control svg{width:18px;height:18px}.predictive-search__clear{right:20px}.predictive-search__clear img{width:10px;height:10px}.predictive-search__close{position:absolute;top:10px;right:10px}.predictive-search__close img{width:40px;height:40px}.predictive-search__results{padding:20px 24px 40px}.predictive-search__empty-title{font-size:25px;padding-left:0;text-align:center;max-width:160px;margin:0 auto;line-height:110%}.predictive-search__products{grid-template-columns:1fr;gap:8px;display:grid}.predictive-search__product{width:100%;min-width:100%}.predictive-search__products .product-card{display:flex;align-items:center;border-radius:10px}.predictive-search__products .product-card__media img,.predictive-search__products .product-card__media svg{width:100px;border-radius:8px}.predictive-search__products .product-card__savings,.predictive-search__products wishlist-toggle{display:none}.predictive-search__results-button{margin:8px 0 0;height:57px;font-size:15px;border-radius:12px;background-color:#eb6163;color:#fafbf6;max-width:100%}}@media screen and (max-width:749px){.header{border:1px solid #FFFFFF33}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/header.css.map */
