:root{--custom-header-z-index: 100;--custom-drawer-z-index: 200}.custom-announcement-bar-wrapper{position:relative;width:100%;overflow:hidden;z-index:99}.custom-announcement-bar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;margin:0 auto;position:relative;padding:4px 16px;box-sizing:border-box}.custom-announcement-bar__slider{flex:1;position:relative;overflow:hidden;min-height:24px;display:flex;align-items:center;justify-content:center}.custom-announcement-bar__items{display:flex;transition:transform .45s cubic-bezier(.25,1,.5,1);width:100%}.custom-announcement-bar__item{flex:0 0 100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .35s ease;-webkit-user-select:none;user-select:none}.custom-announcement-bar__item.is-active{opacity:1}.custom-announcement-bar__link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s ease}.custom-announcement-bar__link:hover{opacity:.82}.custom-announcement-bar__text{margin:0;line-height:1.4;word-break:break-word}.custom-announcement-bar__btn{background:transparent;border:none;cursor:pointer;padding:6px 12px;display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:transform .2s ease,opacity .2s ease;z-index:2}.custom-announcement-bar__btn:hover{opacity:.75;transform:scale(1.1)}.custom-announcement-bar__btn svg{width:12px;height:12px;stroke-width:2.2}@media(max-width:749px){.custom-announcement-bar{padding:6px 8px}.custom-announcement-bar__btn{padding:4px 6px}.custom-announcement-bar__text{font-size:11px!important}}.custom-header-wrapper{position:relative;width:100%;z-index:var(--custom-header-z-index);transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.custom-header-wrapper.is-sticky{position:fixed;top:0;left:0;width:100%;box-shadow:0 4px 20px #0000000f;animation:customHeaderSlideDown .3s ease-out forwards}.custom-header-wrapper.is-sticky-hidden{transform:translateY(-100%)}@keyframes customHeaderSlideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.custom-header-container{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;box-sizing:border-box;padding-left:2.5rem;padding-right:2.5rem;min-height:64px}.custom-header-container--boxed{max-width:1400px}.custom-header-container--full{max-width:100%}.custom-header__left{display:flex;align-items:center;gap:3.5rem;flex:1 1 auto}.custom-header__logo-wrapper{display:inline-flex;align-items:center;text-decoration:none;line-height:0;flex-shrink:0}.custom-header__logo-image{display:block;width:100%;height:auto;max-height:55px;object-fit:contain;transition:opacity .2s ease}.custom-header__logo-image:hover{opacity:.92}.custom-header__logo-text{font-family:var(--font-heading-family, serif);font-size:1.6rem;font-weight:700;letter-spacing:.05em;color:inherit;white-space:nowrap;text-decoration:none}.custom-header__nav{display:flex;align-items:center}.custom-header__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2.2rem;flex-wrap:wrap}.custom-header__menu-item{position:relative;list-style:none}.custom-header__menu-link{display:inline-flex;align-items:center;gap:5px;text-decoration:none;padding:8px 0;position:relative;white-space:nowrap;color:inherit;transition:color .2s ease}.custom-header__menu-link:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1.5px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.25,1,.5,1)}.custom-header__menu-item:hover>.custom-header__menu-link:after,.custom-header__menu-link.is-active:after{transform:scaleX(1)}.custom-header__menu-item:hover>.custom-header__menu-link{color:var(--nav-hover-color, #8b1e2d)}.custom-header__caret{display:inline-block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-3px;transition:transform .2s ease}.custom-header__menu-item:hover>.custom-header__menu-link .custom-header__caret{transform:rotate(-135deg);margin-top:2px}.custom-header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background-color:#fff;border-radius:4px;box-shadow:0 10px 30px #0000001a;padding:12px 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;pointer-events:none;z-index:105;border:1px solid #f0f0f0}.custom-header__menu-item:hover>.custom-header__dropdown,.custom-header__menu-item:focus-within>.custom-header__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.custom-header__dropdown-item{position:relative}.custom-header__dropdown-link{display:block;padding:8px 20px;color:#222;text-decoration:none;font-size:13px;letter-spacing:.02em;transition:background-color .2s ease,color .2s ease}.custom-header__dropdown-link:hover{background-color:#fafafa;color:var(--nav-hover-color, #8b1e2d);padding-left:24px}.custom-header__right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0;margin-left:auto}.custom-header__action-btn{background:transparent;border:none;padding:8px;display:inline-flex;align-items:center;justify-content:center;color:inherit;cursor:pointer;position:relative;text-decoration:none;border-radius:50%;transition:transform .2s ease,color .2s ease,opacity .2s ease}.custom-header__action-btn:hover{opacity:.8;transform:translateY(-1px)}.custom-header__action-btn svg{width:24px;height:24px;display:block}.custom-header__cart-badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1;padding:0 4px;box-sizing:border-box;transform:translate(25%,-25%);transition:transform .2s ease}.custom-header__action-btn:hover .custom-header__cart-badge{transform:translate(25%,-25%) scale(1.1)}.custom-header__hamburger{display:none;background:transparent;border:none;padding:8px;cursor:pointer;color:inherit;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px}.custom-header__hamburger-line{display:block;width:22px;height:2px;background-color:currentColor;transition:transform .25s ease,opacity .25s ease}.custom-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:var(--custom-drawer-z-index)}.custom-drawer-overlay.is-active{opacity:1;visibility:visible}.custom-drawer{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100vh;background-color:#fff;z-index:calc(var(--custom-drawer-z-index) + 1);transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:10px 0 30px #00000026;box-sizing:border-box}.custom-drawer.is-active{transform:translate(0)}.custom-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #f0f0f0}.custom-drawer__close{background:transparent;border:none;cursor:pointer;font-size:24px;line-height:1;padding:6px;color:#222;display:flex;align-items:center;justify-content:center}.custom-drawer__content{flex:1;overflow-y:auto;padding:16px 20px}.custom-drawer__menu{list-style:none;margin:0;padding:0}.custom-drawer__menu-item{border-bottom:1px solid #f5f5f5}.custom-drawer__menu-link{display:flex;align-items:center;justify-content:space-between;padding:14px 0;color:#111;text-decoration:none;font-size:15px;font-weight:500;letter-spacing:.02em}.custom-drawer__submenu-toggle{background:transparent;border:none;padding:8px;cursor:pointer}.custom-drawer__submenu{list-style:none;margin:0;padding:0 0 12px 16px;display:none}.custom-drawer__submenu.is-open{display:block}.custom-drawer__submenu-item{padding:8px 0}.custom-drawer__submenu-link{color:#555;text-decoration:none;font-size:14px}.custom-drawer__footer{padding:16px 20px;border-top:1px solid #f0f0f0;background-color:#fafafa;display:flex;flex-direction:column;gap:12px}.custom-drawer__footer-link{display:inline-flex;align-items:center;gap:10px;color:#222;text-decoration:none;font-size:14px}@media(max-width:989px){.custom-header__nav{display:none}.custom-header__hamburger{display:flex}.custom-header__left{gap:1rem}.custom-header-container{padding-left:1.25rem;padding-right:1.25rem}}.custom-header__search-modal{position:static;--header-search-input-bg: #ffffff}.custom-header__search-modal details[open]>.search-modal{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff!important;background-color:#fff!important;background-image:none!important;border-bottom:none!important;z-index:110;display:flex;align-items:center;justify-content:center}.custom-header__search-modal .search-modal__content{max-width:800px;width:100%;padding:0 2rem;display:flex;align-items:center;gap:1.5rem}.custom-header__search-modal .search-modal__form{max-width:100%;width:100%}.custom-header__search-modal .field{background-color:var(--header-search-input-bg, #ffffff)!important;border-radius:4px}.custom-header__search-modal .field:before{display:none!important}.custom-header__search-modal .search__input,.custom-header__search-modal .field__input{border:1px solid #111111;border-radius:4px;padding:10px 16px;font-size:14px;background-color:var(--header-search-input-bg, #ffffff)!important;background-image:none!important;color:#111}.custom-header__search-modal .search__input:focus,.custom-header__search-modal .field__input:focus{background-color:var(--header-search-input-bg, #ffffff)!important;outline:none}.custom-header__search-modal .search__button{background:transparent!important;border:none;cursor:pointer;padding:8px;color:inherit}.custom-header__search-modal .search-modal__close-button{background:transparent!important;border:none;cursor:pointer;padding:8px;color:inherit;display:flex;align-items:center}#cart-icon-bubble{position:relative;display:inline-flex;align-items:center;justify-content:center;color:inherit}#cart-icon-bubble .svg-wrapper{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}#cart-icon-bubble .svg-wrapper svg,#cart-icon-bubble svg{width:24px;height:24px;display:block}#cart-icon-bubble .cart-count-bubble{position:absolute;top:0;right:-3px;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;padding:0 4px;box-sizing:border-box;background-color:#000;color:#fff;transform:translate(25%,-25%);z-index:2;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-header.css.map */
