.custom-header-wrapper{position:sticky;top:0;z-index:999;width:100%;background:#fff}.custom-header{height:72px;background:#fff;border-bottom:1px solid #E7E3DC;box-shadow:none}.custom-header__inner{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.custom-header__hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-left:-12px;background:none;border:none;cursor:pointer;justify-self:start;flex-direction:column;gap:5px}.custom-header__hamburger span{display:block;width:20px;height:1.5px;background:#1f1f1f;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease}.custom-header__logo{justify-self:start}.custom-header__logo-link{display:inline-flex;align-items:center;text-decoration:none}.custom-header__logo-img{display:block;max-height:32px;width:auto}.custom-header__logo-text{position:relative;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading-family, serif);font-size:23px;font-weight:600;letter-spacing:.015em;color:#1f1f1f;text-shadow:0 1px 2px rgba(31,31,31,.08)}.custom-header__logo-mark{display:inline-block;width:6px;height:6px;border-radius:50%;background:#a67c52;transform:translateY(-8px)}.custom-header__nav{justify-self:center;height:100%}.custom-header__nav-list{display:flex;align-items:center;height:100%;gap:40px;list-style:none;margin:0;padding:0}.custom-header__nav-item{height:100%;display:flex;align-items:center}.custom-header__nav-link{font-family:var(--font-body-family);font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#1f1f1f;text-decoration:none;background:none;border:none;padding:0 0 4px;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:6px;transition:color .25s ease,opacity .25s ease}.custom-header__nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:1px;background:#1f1f1f;transition:width .3s cubic-bezier(.16,1,.3,1)}.custom-header__nav-link:hover{opacity:.7}.custom-header__nav-link:hover:after{width:100%}.custom-header__nav-caret{width:9px;height:6px;transition:transform .25s cubic-bezier(.16,1,.3,1);flex-shrink:0}.custom-header__nav-item--mega.is-open .custom-header__nav-caret{transform:rotate(180deg)}.custom-header__mega{position:fixed;top:72px;left:0;right:0;background:#fff;border-top:1px solid #E7E3DC;border-bottom:1px solid #E7E3DC;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1),visibility .3s}.custom-header__nav-item--mega.is-open .custom-header__mega{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__mega-inner{padding-top:40px;padding-bottom:40px}.custom-header__mega-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.custom-header__mega-item{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:#1f1f1f}.custom-header__mega-media{aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f8f5f0}.custom-header__mega-media img,.custom-header__mega-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.custom-header__mega-item:hover .custom-header__mega-media img{transform:scale(1.05)}.custom-header__mega-title{font-size:13px;font-weight:500;text-align:center}.custom-header__icons{justify-self:end;display:flex;align-items:center;gap:4px}.custom-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#1f1f1f;text-decoration:none;transition:opacity .25s ease}.custom-header__icon svg,.custom-header__icon .svg-wrapper{width:20px;height:20px}.custom-header__icon:hover{opacity:.6}.custom-header__cart-count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#a67c52;color:#fff;font-size:10px;line-height:16px;text-align:center}.custom-header__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1f1f4d;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}.custom-header__mobile-overlay.is-open{opacity:1;visibility:visible}.custom-header__mobile-menu{position:fixed;top:0;left:0;bottom:0;width:min(340px,85vw);background:#fff;z-index:1001;transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;display:flex;flex-direction:column}.custom-header__mobile-menu.is-open{transform:translate(0)}.custom-header__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 20px;border-bottom:1px solid #E7E3DC;flex-shrink:0}.custom-header__mobile-menu-title{font-family:var(--font-heading-family);font-size:18px;font-weight:500}.custom-header__mobile-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-12px;background:none;border:none;cursor:pointer;color:#1f1f1f}.custom-header__mobile-close svg{width:18px;height:18px}.custom-header__mobile-list{list-style:none;margin:0;padding:8px 0}.custom-header__mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;font-family:var(--font-body-family);font-size:15px;font-weight:500;color:#1f1f1f;text-decoration:none;background:none;border:none;text-align:left;cursor:pointer}.custom-header__mobile-accordion-trigger .custom-header__nav-caret{transition:transform .3s cubic-bezier(.16,1,.3,1)}.custom-header__mobile-item.is-open .custom-header__nav-caret{transform:rotate(180deg)}.custom-header__mobile-submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.custom-header__mobile-item.is-open .custom-header__mobile-submenu{max-height:400px}.custom-header__mobile-sublink{display:block;padding:12px 20px 12px 36px;font-size:14px;color:#1f1f1fb3;text-decoration:none}@media screen and (max-width:989px){.custom-header__nav{display:none}.custom-header__inner{grid-template-columns:auto 1fr auto}.custom-header__hamburger{display:flex}}@media screen and (min-width:990px){.custom-header__mobile-overlay,.custom-header__mobile-menu{display:none}}.announcement-bar__message{font-family:var(--font-body-family)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.06em!important;text-transform:uppercase!important;line-height:1.4!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-header.css.map */
