@font-face{font-family:Quentin;src:url(/cdn/shop/files/Quentin.woff?v=1779282627) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lucia;src:url(/cdn/shop/files/Lucia_Regular.woff?v=1780411855) format("woff");font-weight:400;font-style:normal;font-display:swap}.custom-header{position:relative;width:100%;z-index:100;background-color:var(--ch-hover-bg);color:var(--ch-text);border-bottom:.0625rem solid var(--ch-border);transition:background-color .35s ease,color .35s ease,border-color .35s ease}.announcement-bar{position:relative;width:100%;transition:transform .3s ease;z-index:100}.custom-header--sticky{position:fixed;top:var(--announce-h, 0px);transition:top .3s ease,background-color .35s ease,color .35s ease,border-color .35s ease}body.scrolled .announcement-bar{transform:translateY(-100%);margin-bottom:calc(-1 * var(--announce-h, 0px))}body.scrolled .custom-header--sticky{top:0}.custom-header:hover{background-color:var(--ch-hover-bg);color:var(--ch-hover-text);border-bottom-color:transparent}.custom-header:hover .custom-header__nav--desktop{border-top:.0625rem solid #3c3c3c38}.custom-header:hover .custom-header__link{color:var(--ch-hover-text)}.custom-header:hover .custom-header__icon,.custom-header:hover .header-search__clear{color:var(--ch-hover-icon);--ch-icon: var(--ch-hover-icon)}.custom-header:hover .custom-header__menu-link{color:var(--ch-hover-nav)}.custom-header:hover .custom-header__menu-link:hover{color:#000}.custom-header:hover .custom-header__logo-text,.custom-header:hover .custom-header__top-image-placeholder{color:var(--ch-hover-logo)}.custom-header__container{width:100%;max-width:100%;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.custom-header__top{padding-top:var(--ch-padding-top);padding-bottom:var(--ch-padding-bottom)}.custom-header__top--mobile,.custom-header__nav--mobile{display:none}.custom-header__mobile-logo .custom-header__logo-img{max-height:4rem;width:201px}.custom-header__logo-img{width:250px}.custom-header__left,.custom-header__right{flex:1 1 0;display:flex;align-items:center;gap:1.25rem}.custom-header__right{justify-content:flex-end}.custom-header__center{flex:0 0 auto;text-align:center}.custom-header__links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.custom-header__link{color:inherit;text-decoration:none;font-size:18px;font-weight:400;letter-spacing:0;position:relative;padding:.25rem 0;transition:color .25s ease;font-family:Arial;text-decoration:underline 1px transparent}.custom-header__link span,.custom-header__link-span{font-family:Quentin;font-weight:400}.custom-header__link:first-child{text-decoration:underline 1px var(--ch-text)}.custom-header__link:hover{text-decoration:underline 1px var(--ch-hover-nav);color:#000}.custom-header__top-image{display:inline-flex;align-items:center;color:var(--ch-logo);transition:color .35s ease}.custom-header:hover .custom-header__top-image{color:var(--ch-hover-logo)}.custom-header__top-image-img,.custom-header__top-image-placeholder{display:block;width:2.25rem;height:2.25rem;object-fit:contain}.custom-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:var(--ch-logo);transition:color .35s ease}.custom-header__logo-img{display:block;max-height:4rem;object-fit:contain}.custom-header__logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.04em;white-space:nowrap;font-family:inherit}.custom-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--ch-icon);text-decoration:none;transition:color .25s ease,opacity .25s ease}.custom-header__icon svg path{transition:fill .25s ease}.custom-header__icon:hover{opacity:.75;--ch-icon: var(--ch-hover-icon)}.custom-header__cart-count{position:absolute;top:-.5rem;right:-.625rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:999px;background-color:var(--ch-logo);color:#fff;font-size:.6875rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1}.custom-header__image-dropdown{position:relative;display:flex;align-items:center}.custom-header__image-trigger{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:currentColor;line-height:0}.custom-header__image-dropdown-menu{position:absolute;top:calc(100% + .75rem);left:0;min-width:200px;background:var(--ch-hover-bg, #fff);border:1px solid var(--ch-border, rgba(0,0,0,.08));display:flex;flex-direction:column;padding:.5rem 0;z-index:200;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.custom-header__image-dropdown-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s linear 0s}.custom-header__image-dropdown-link{display:block;padding:.5rem 1.25rem;font-size:.8125rem;color:var(--ch-hover-text, #1a1a1a);text-decoration:none;letter-spacing:.02em;white-space:nowrap;transition:background .2s ease,color .2s ease}.custom-header__image-dropdown-link:hover{background:#0000000a;text-decoration:underline;text-underline-offset:3px}.custom-header__nav--desktop{padding:var(--ch-padding-bottom) 0;border-top:.0625rem solid var(--ch-border)}.custom-header__menu{list-style:none;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;gap:2.5rem}.custom-header__menu-link{display:inline-flex;align-items:center;gap:.25rem;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:0;text-decoration:underline 1px transparent;background:none;border:none;padding:.25rem 0;cursor:pointer;color:var(--ch-nav-text);position:relative;transition:color .25s ease,text-decoration-color .25s ease;font-family:Arial;white-space:nowrap}.custom-header__menu-link:hover{text-decoration:underline 1px var(--ch-hover-nav);color:#000}.custom-header__chevron{width:.625rem;height:.625rem;flex-shrink:0;transition:transform .25s ease}.custom-header__menu-item--has-dropdown:hover>.custom-header__menu-link .custom-header__chevron,.custom-header__menu-item--has-dropdown>.custom-header__menu-link[aria-expanded=true] .custom-header__chevron{transform:rotate(180deg)}.custom-header__dropdown{list-style:none;margin:0;padding:.5rem 0;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(.5rem);min-width:200px;background:var(--ch-hover-bg, #fff);border:1px solid rgba(0,0,0,.08);box-shadow:0 .5rem 1.5rem #0000001a;z-index:300;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.custom-header__dropdown:before{content:"";position:absolute;top:-.375rem;left:50%;transform:translate(-50%) rotate(45deg);width:.625rem;height:.625rem;background:var(--ch-hover-bg, #fff);border-left:1px solid rgba(0,0,0,.08);border-top:1px solid rgba(0,0,0,.08)}.custom-header__menu-item--has-dropdown:hover>.custom-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s linear 0s}.custom-header__dropdown-link{display:block;font-family:Roboto,sans-serif;padding:.5rem 1.25rem;font-size:14px;font-weight:400;color:var(--ch-hover-nav, #1a1a1a);text-decoration:none;white-space:nowrap;letter-spacing:.01em;transition:background .2s ease,color .2s ease}.custom-header__dropdown-link:hover{color:#000}.custom-header__dropdown-link:hover{background:#0000000a;color:#000;text-decoration:underline;text-underline-offset:3px}.custom-header__toggle{display:none;flex-direction:column;justify-content:space-between;width:1.75rem;height:1.75rem;background:none;border:0;padding:0;cursor:pointer;flex-shrink:0}.custom-header__toggle span{display:block;width:100%;height:.125rem;background-color:var(--ch-icon);border-radius:.125rem;transition:transform .25s ease,opacity .25s ease}.custom-header__toggle[aria-expanded=true] span:nth-child(1){transform:translateY(.4375rem) rotate(45deg)}.custom-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.custom-header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-.4375rem) rotate(-45deg)}.header-search{position:relative;width:220px;flex-shrink:0}.header-search__bar{display:flex;align-items:center;gap:.55rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.35);transition:border-color .35s ease,color .35s ease}.custom-header:hover .header-search__bar{border-bottom-color:#0003}.header-search .custom-header__icon{flex-shrink:0}.header-search__input{width:100%;border:0;background:transparent;outline:none;box-shadow:none;padding:0;margin:0;font-family:Arial,sans-serif;font-size:13px;font-weight:400;letter-spacing:0;color:var(--ch-text);transition:color .35s ease}.header-search__input::placeholder{color:#ffffffbf;transition:color .35s ease}.custom-header:hover .header-search__input::placeholder{color:#00000073}.custom-header:hover .header-search__input{color:var(--ch-hover-text)}.header-search__clear{display:flex;align-items:center;justify-content:center;border:0;background:transparent;padding:0;cursor:pointer;color:var(--ch-icon);transition:opacity .25s ease,color .25s ease}.header-search__clear:hover{opacity:.7}.custom-header__menu .custom-header__menu-item:last-child a{font-family:Syne-Regular}@media(max-width:1260px){.custom-header__container{padding:0 .75rem;gap:1rem}.header-search{width:182px}.custom-header__menu-link{gap:0}.custom-header__menu{gap:.75rem}.custom-header__logo-text{font-size:1.25rem}.custom-header__links{gap:1rem}.custom-header__logo-img{width:190px}}@media(max-width:1022px){.custom-header__top--desktop,.custom-header__nav--desktop{display:none}.custom-header__top--mobile{display:block;padding-top:var(--ch-padding-top);padding-bottom:var(--ch-padding-bottom);background-color:var(--ch-hover-bg)}.custom-header__container{padding:0 1.25rem;gap:.75rem}.custom-header__mobile-logo{display:flex;align-items:center}.custom-header__mobile-logo .custom-header__logo-text{font-size:1.1rem;letter-spacing:.03em}.custom-header__mobile-right,.custom-header__mobile-left{flex:0 0 auto;display:flex;align-items:center;gap:1rem}.custom-header__toggle{display:flex}.custom-header__nav--mobile{display:none;position:fixed;left:0;width:100%;background:#fff;z-index:9998;overflow:hidden}.custom-header[data-open=true] .custom-header__nav--mobile{display:flex;flex-direction:column;top:var(--mobile-header-h, 75px);height:calc(100dvh - var(--mobile-header-h, 75px));border-top:1px solid #CACACA;padding:14px;max-height:none;overflow:hidden}body:has(.custom-header[data-open=true]){overflow:hidden;height:100vh}.custom-header__menu-item--mega:hover .custom-header__menu-link svg{transform:rotate(180deg)}.custom-header__menu--mobile{display:flex;flex-direction:column;align-items:stretch;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;gap:0;padding:0 0 80px}.custom-header__menu--mobile .custom-header__menu-item{width:100%;border-bottom:.0625rem solid #CACACA;position:static}.custom-header__menu--mobile .custom-header__menu-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.25rem;font-size:1rem;color:var(--ch-hover-text, #1a1a1a);text-decoration:none;text-transform:uppercase;background:none;border:none;cursor:pointer;font-family:Arial,sans-serif;text-align:left}.custom-header__menu--mobile .custom-header__menu-link:after{display:none}.custom-header__menu-link--parent{background:none;border:none;cursor:pointer;font-family:Arial,sans-serif;text-align:left}.custom-header__menu-link--parent[aria-expanded=true] .custom-header__chevron{transform:rotate(180deg)}.custom-header__dropdown--mobile{display:none;position:fixed;left:0;width:100%;background:#fff;z-index:9999;top:var(--mobile-header-h, 75px);height:calc(100dvh - var(--mobile-header-h, 75px));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0}.custom-header__dropdown--mobile.is-open{display:block}.custom-header__dropdown--mobile:before{display:none}.custom-header__dropdown--mobile .custom-header__dropdown-link,.custom-header__dropdown--mobile .mobile-mega__heading,.custom-header__dropdown--mobile .mobile-mega__list,.custom-header__dropdown--mobile .mobile-mega__promos{padding-left:1.25rem;padding-right:1.25rem}.custom-header__dropdown--mobile .custom-header__dropdown-link{padding:.75rem 1.25rem .75rem 2rem;font-size:.9375rem;border-bottom:.0625rem solid rgba(0,0,0,.04)}.custom-header__image-dropdown-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:none}.custom-header__menu-item--has-dropdown:hover>.custom-header__dropdown{transform:translateY(0)}.custom-header:has(.custom-header__dropdown--mobile.is-open),.custom-header:has(.custom-header__nav--mobile[aria-hidden=false]){background-color:#fff}.custom-header:has(.custom-header__nav--mobile[aria-hidden=false]) .custom-header__toggle[aria-expanded=true] span:nth-child(3),.custom-header:has(.custom-header__nav--mobile[aria-hidden=false]) .custom-header__toggle[aria-expanded=true] span:nth-child(1){background-color:#000}}@media(max-width:480px){.custom-header:hover{background:transparent}.custom-header__container{padding:0 1rem}.custom-header__mobile-logo .custom-header__logo-text{font-size:.95rem}.custom-header__mobile-right{gap:.75rem}}.header-search__dropdown{position:absolute;top:calc(100% + 1rem);right:0;width:420px;max-height:75vh;overflow-y:auto;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #00000014;z-index:999;padding:1.25rem;color:#111}.header-search__dropdown:before{content:"";position:absolute;top:-.4rem;right:2rem;width:.75rem;height:.75rem;background:#fff;border-left:1px solid rgba(0,0,0,.08);border-top:1px solid rgba(0,0,0,.08);transform:rotate(45deg)}.header-search__products{list-style:none;margin:0;padding:0}.header-search__product{display:flex;align-items:center;gap:1rem;padding:.85rem 0;text-decoration:none;color:#111;transition:opacity .25s ease}.header-search__product:hover{opacity:.7}.header-search__product:not(:last-child){border-bottom:1px solid rgba(0,0,0,.06)}.header-search__product-img{width:64px;height:64px;flex-shrink:0;overflow:hidden;background:#f6f6f6}.header-search__product-img img{width:100%;height:100%;object-fit:cover}.header-search__product-title{margin:0;font-family:Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.4}.header-search__product-price{margin-top:.25rem;font-size:13px;color:#0009}.header-search__section-title{margin:0 0 .75rem;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#00000073}.header-search__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.header-search__view-all{display:flex;align-items:center;justify-content:center;gap:1rem;text-decoration:none;font-size:13px;font-weight:500;color:#111;transition:opacity .25s ease}.header-search__view-all:hover{opacity:.7}.header-search__view-all svg{width:14px;height:14px;flex-shrink:0}.header-search__no-results{margin:0;font-size:13px;color:#0000008c}.header-search__loading{display:flex;justify-content:center;padding:2rem}.header-search__spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(0,0,0,.12);border-top-color:#000000a6;animation:headerSearchSpin .7s linear infinite}@keyframes headerSearchSpin{to{transform:rotate(360deg)}}.header-search__section--secondary{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}.header-search__list{list-style:none;margin:0;padding:0}.header-search__list-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 0;text-decoration:none;color:#111;transition:opacity .25s ease,transform .25s ease}.header-search__list-item:hover{opacity:.7;transform:translate(2px)}.header-search__list-item svg{width:14px;height:14px;flex-shrink:0;stroke:#00000080}.header-search__list-item span{font-family:Arial,sans-serif;font-size:13px;line-height:1.4}.header-search__list li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.04)}.header-search__section--secondary .header-search__section-title{color:#00000073}.header-search__product-img--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#0000004d}.header-search__dropdown::-webkit-scrollbar{width:4px}.header-search__dropdown::-webkit-scrollbar-track{background:transparent}.header-search__dropdown::-webkit-scrollbar-thumb{background:#0000002e}.header-search-enter{transition:all .22s ease}.header-search-enter-start{opacity:0;transform:translateY(8px)}.header-search-enter-end{opacity:1;transform:translateY(0)}.header-search-leave{transition:all .18s ease}.header-search-leave-start{opacity:1;transform:translateY(0)}.header-search-leave-end{opacity:0;transform:translateY(8px)}@media(max-width:1022px){#mobile-search{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:9999;padding:36px 15px;transform:translateY(-100%);transition:transform .3s ease}.header-search__dropdown{width:100%;top:calc(100% + 0rem)}.custom-header__toggle{width:22px;height:16px}#mobile-search.active{transform:translateY(0)}#mobile-search .header-search__input{width:100%}}.mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.07);box-shadow:0 16px 48px #0000001a;z-index:500;opacity:0;visibility:hidden;transform:translateY(-6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.mega-menu--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:opacity .25s ease,transform .25s ease,visibility 0s linear 0s}.custom-header--mega-open{background-color:var(--ch-hover-bg)!important;color:var(--ch-hover-text)!important}.custom-header--mega-open .custom-header__menu-link{color:var(--ch-hover-nav)!important}.custom-header--mega-open .custom-header__icon{--ch-icon: var(--ch-hover-icon) !important}.custom-header--mega-open .custom-header__nav--desktop{border-top:1px solid rgba(60,60,60,.22)!important}.mega-menu__inner{display:flex;align-items:flex-start;gap:0;border-top:1px solid black;padding:2rem 2.5rem 2.5rem;max-width:100%;box-sizing:border-box}.mega-menu__links{display:flex;gap:2.5rem;flex-shrink:0;padding-right:2.5rem;margin-right:2.5rem;align-self:stretch;padding-top:.25rem}.mega-menu__col{display:flex;flex-direction:column;min-width:200px}.mega-menu__col-heading{margin:0 0 1rem;font-family:Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000}.mega-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.mega-menu__list-link{display:block;padding:.38rem 0;font-family:Arial;font-size:14px;font-weight:400;color:#000;text-decoration:none;white-space:nowrap;transition:color .2s ease}.mega-menu__list-link:hover{color:#111;text-decoration:underline;text-underline-offset:3px}.mega-menu__promos{display:flex;flex:1 1 auto;gap:1rem;min-width:0;overflow:hidden}.mega-menu__promo{flex:1 1 0;min-width:0;display:flex;flex-direction:column;text-decoration:none;color:inherit}.mega-menu__promo-img{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f0f0f0}.mega-menu__promo-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.mega-menu__promo:hover .mega-menu__promo-img img{transform:scale(1.04)}.mega-menu__promo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e8e8e8,#d4d4d4)}.mega-menu__promo-caption{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.7rem 0 .25rem;text-align:center}.mega-menu__promo-title{font-family:Playfair Display,Playfair Display;font-size:16px;font-weight:400;letter-spacing:.06em;color:#111;text-transform:uppercase;line-height:1.3}.mega-menu__promo-cta{font-family:Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:.04em;color:#555;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#999;transition:color .2s ease,text-decoration-color .2s ease}.mega-menu__promo:hover .mega-menu__promo-cta{color:#111;text-decoration-color:#111}.custom-header__menu-item--mega>.custom-header__dropdown{display:none!important}.custom-header__dropdown--mobile{display:none;padding:16px 16px 24px}.custom-header__dropdown--mobile.is-open{display:block}.mobile-mega__heading{font-size:16px;font-family:Arial;font-weight:700;text-transform:uppercase;letter-spacing:0em;margin:20px 0 12px;color:#333}.mobile-mega__list{list-style:none;padding:0;margin:0 0 20px}.mobile-mega__list li{margin-bottom:10px}.mobile-mega__list a{display:block;font-family:Arial;text-decoration:none;color:#333;font-size:14px;line-height:1.4}.mobile-mega__list a:hover{opacity:.7}.mobile-mega__promos{display:flex;flex-direction:column;gap:3px;margin-top:24px}.mobile-mega__promo{display:block;text-decoration:none;color:inherit;margin-bottom:20px}.mobile-mega__promo img{display:block;width:100%;height:auto;object-fit:cover}.mobile-mega__caption{text-align:center;padding-top:12px}.mobile-mega__title{display:block;font-size:18px;line-height:1.1;text-transform:uppercase;font-family:serif;margin-bottom:4px}.mobile-mega__cta{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase}.custom-header__menu-link--parent{width:100%;display:flex;justify-content:space-between;align-items:center}.custom-header__menu-link--parent svg{transition:transform .3s ease}.mobile-mega__promos .mobile-mega__promo img{width:100%;aspect-ratio:2 / 2;object-position:top}.custom-header__dropdown--mobile.is-open{position:absolute;z-index:3;width:100%;top:0;left:0}.custom-header__dropdown--mobile{position:relative}.extra-logo-link{margin:0 8px;font-family:Lucia;font-size:24px;letter-spacing:0;text-decoration:1px solid underline}@media(max-width:1022px){.mega-menu{display:none!important}.custom-header__toggle span:nth-child(2){height:8px}.extra-logo-link{display:none}.custom-header__menu--mobile{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/custom-header.css.map */
