.custom-header__trust-bar{width:100%;padding:.45rem 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.2rem;line-height:1.45;border-bottom:.1rem solid rgba(113,85,26,.1)}.custom-header__trust-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .65rem;max-width:100%}.custom-header__trust-bar__item{display:inline-block}.custom-header__trust-bar__sep{font-weight:400;opacity:.85;-webkit-user-select:none;user-select:none}@media screen and (min-width:750px){.custom-header__trust-bar{padding-left:3rem;padding-right:3rem;font-size:1.3rem}}.custom-header__top-bar{width:100%;min-height:4px;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.2rem;line-height:1.4}.custom-header__top-bar a{text-decoration:none;padding:.4rem 0}.custom-header__wrapper{display:block;position:relative;background-color:rgb(var(--color-background))}.custom-header__wrapper--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.custom-header__row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 1.5rem;min-height:5.6rem}@media screen and (min-width:750px){.custom-header__row{padding:0 3rem;min-height:6.4rem}}@media screen and (min-width:990px){.custom-header__row{padding:0 3rem}}@media screen and (max-width:479px){.custom-header__row{gap:.6rem;padding:0 1rem;min-height:5.2rem}.custom-header__logo-link{font-size:1.65rem;letter-spacing:.04rem}.custom-header__logo-image{max-height:3.2rem}.custom-header__icons{gap:.35rem}.custom-header__icon{padding:.55rem}.custom-header__menu-button{width:4rem;height:4rem}}.custom-header__logo{flex-shrink:0;display:flex;align-items:center}.custom-header__logo-link{text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2rem;letter-spacing:.06rem;line-height:1.2}.custom-header__logo-link:hover{color:rgb(var(--color-foreground));opacity:.85}.custom-header__logo-accent{color:var(--custom-header-logo-accent-color, #a0522d)}.custom-header__logo-image{display:block;height:auto;max-height:4rem;width:auto;max-width:100%}.custom-header__nav{display:none;align-items:center;justify-content:center;flex:1;gap:.5rem}@media screen and (min-width:990px){.custom-header__nav{display:flex}}.custom-header__nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.2rem 2.7rem}.custom-header__nav-item{position:relative;display:flex;flex-direction:column;align-items:center}.custom-header__nav-details summary{list-style:none;cursor:pointer}.custom-header__nav-details summary::-webkit-details-marker{display:none}.custom-header__nav-link-wrap{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:rgba(var(--color-foreground),.85);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.5rem;padding:.5rem 0;line-height:1.3}.custom-header__nav-link-wrap:hover,.custom-header__nav-link-wrap[aria-current=page]{color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.custom-header__nav-link-wrap:hover,.custom-header__nav-link-wrap[aria-current=page]{text-decoration:underline;text-underline-offset:.35rem;text-underline-position:under}}@media screen and (min-width:990px){.custom-header__nav-link-wrap--sparkle{position:relative;transition:transform .18s ease,opacity .18s ease}.custom-header__nav-link-wrap--sparkle:hover,.custom-header__nav-link-wrap--sparkle[aria-current=page]{transform:translateY(-1px)}.custom-header__nav-link-wrap--sparkle:before{content:"";position:absolute;top:-.5rem;left:-1rem;width:1.4rem;height:1.4rem;background-image:var(--custom-header-sparkle-url);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:var(--custom-header-sparkle-url);mask-image:var(--custom-header-sparkle-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(--custom-header-sparkle-left, currentColor);opacity:0;transform:scale(.6);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.custom-header__nav-link-wrap--sparkle:after{content:"";position:absolute;bottom:-.4rem;right:-1rem;width:1rem;height:1rem;background-image:var(--custom-header-sparkle-url);background-size:contain;background-repeat:no-repeat;background-position:center;-webkit-mask-image:var(--custom-header-sparkle-url);mask-image:var(--custom-header-sparkle-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(--custom-header-sparkle-right, currentColor);opacity:0;transform:scale(.5);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.custom-header__nav-link-wrap--sparkle:hover:before,.custom-header__nav-link-wrap--sparkle[aria-current=page]:before{opacity:.9;transform:scale(1)}.custom-header__nav-link-wrap--sparkle:hover:after,.custom-header__nav-link-wrap--sparkle[aria-current=page]:after{opacity:.7;transform:scale(.85)}}.custom-header__nav-badge{display:inline-block;padding:.2rem .6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.4rem;margin-bottom:.2rem;line-height:1.2}.custom-header__nav-star{opacity:.6;flex-shrink:0}.custom-header__nav-star .icon{width:1.2rem;height:1.2rem}.custom-header__nav-chevron{flex-shrink:0}.custom-header__nav-chevron .icon{width:1rem;height:1rem}.custom-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:20rem;padding:.5rem 0;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:0;box-shadow:0 4px 12px #0000001a;z-index:10;visibility:hidden;opacity:0;transition:visibility .2s,opacity .2s}.custom-header__nav-item details[open] .custom-header__dropdown,.custom-header__nav-item:hover .custom-header__dropdown{visibility:visible;opacity:1}.custom-header__dropdown .custom-header__dropdown-link{display:block;padding:1rem 1.5rem;text-decoration:none;color:rgba(var(--color-foreground),.85);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.4rem}.custom-header__dropdown .custom-header__dropdown-link:hover{background-color:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground))}.custom-header__icons{display:flex;align-items:center;gap:.8rem;flex-shrink:0}.custom-header__icon{position:relative;display:flex;align-items:center;justify-content:center;padding:.8rem;color:rgb(var(--color-foreground));text-decoration:none;border:none;background:none;cursor:pointer}.custom-header__icon:hover{opacity:.8}.custom-header__icon .icon,.custom-header__icon .svg-wrapper{width:2.2rem;height:2.2rem}.custom-header__icons details-modal.header__search summary,.custom-header__icons .header__search summary{display:flex;align-items:center;justify-content:center;padding:.8rem;min-width:2.2rem;min-height:2.2rem}.custom-header__icons .header__search .svg-wrapper{width:2.2rem;height:2.2rem}.custom-header__icon .svg-wrapper svg{width:100%;height:100%}#cart-icon-bubble .svg-wrapper{width:2.6rem;height:2.6rem}#cart-icon-bubble .cart-count-bubble{left:2.5rem}.custom-header__separator{width:1px;height:2.4rem;background-color:rgba(var(--color-foreground),.2);flex-shrink:0}.custom-header__menu-button{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;border:none;background-color:var(--custom-header-menu-circle-bg, rgba(var(--color-foreground), .08));color:rgb(var(--color-foreground));cursor:pointer}.custom-header__menu-button:hover{opacity:.9}.custom-header__menu-button .icon-hamburger,.custom-header__menu-button .svg-wrapper svg{width:2rem;height:2rem}@media screen and (min-width:990px){.custom-header__menu-button{display:none}}@media screen and (max-width:989px){.custom-header__icon--desktop-only{display:none}}html.custom-header-drawer-open .section-header{z-index:10000}html.custom-header-drawer-open .custom-header-drawer-wrapper{z-index:10001}.custom-header-drawer-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;visibility:hidden;pointer-events:none}.custom-header-drawer-wrapper[open]{visibility:visible;pointer-events:auto}.custom-header-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;opacity:0;transition:opacity .3s ease;z-index:1;border:none;padding:0;margin:0;width:100%;height:100%;cursor:pointer;font:inherit;color:inherit;appearance:none;-webkit-appearance:none}.custom-header-drawer-wrapper[open] .custom-header-drawer-overlay{opacity:1}.custom-header-drawer{position:absolute;top:0;left:0;bottom:0;width:100%;max-width:32rem;background-color:rgb(var(--color-background));box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;overflow:hidden;z-index:2}.custom-header-drawer-wrapper[open] .custom-header-drawer{transform:translate(0)}.custom-header-drawer-wrapper[open]{z-index:10000}.custom-header-drawer-wrapper[open] .custom-header-drawer-overlay{z-index:1}.custom-header-drawer-wrapper[open] .custom-header-drawer{z-index:2}.custom-header-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);flex-shrink:0}.custom-header-drawer__title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground))}.custom-header-drawer__close{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;border:none;background-color:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));cursor:pointer}.custom-header-drawer__close:hover{background-color:rgba(var(--color-foreground),.12)}.custom-header-drawer__close .icon{width:1.6rem;height:1.6rem}.custom-header-drawer__nav{flex:1;overflow-y:auto;padding:1rem 0}.custom-header-drawer__menu{list-style:none;margin:0;padding:0}.custom-header-drawer__menu-item{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.custom-header-drawer__menu-link,.custom-header-drawer__menu-summary{display:flex;align-items:center;gap:1rem;padding:1.4rem 2.4rem;text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.6rem;width:100%;text-align:left;background:none;border:none;cursor:pointer}.custom-header-drawer__menu-link:hover,.custom-header-drawer__menu-summary:hover{background-color:rgba(var(--color-foreground),.04)}.custom-header-drawer__menu-icon{flex-shrink:0}.custom-header-drawer__menu-icon .icon{width:1.8rem;height:1.8rem;opacity:.7}.custom-header-drawer__menu-label{flex:1}.custom-header-drawer__menu-badge{display:inline-block;padding:.2rem .6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.4rem;color:#fff}.custom-header-drawer__menu-expand{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;font-size:1.8rem;line-height:1;color:rgba(var(--color-foreground),.6)}.custom-header-drawer__submenu{list-style:none;margin:0;padding:0;background-color:rgba(var(--color-foreground),.02)}.custom-header-drawer__submenu .custom-header-drawer__menu-link{padding-left:3.6rem;font-size:1.5rem}.custom-header-drawer__footer{padding:2rem 2.4rem;border-top:.1rem solid rgba(var(--color-foreground),.08);flex-shrink:0}.custom-header-drawer__social{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-bottom:1.6rem}.custom-header-drawer__social a{display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.custom-header-drawer__social .icon{width:2.2rem;height:2.2rem}.custom-header-drawer__localization{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.custom-header-drawer__localization .disclosure{flex:1;min-width:12rem}html.theme-dark .custom-header__wrapper,html.theme-dark .custom-header-drawer{--color-background: 18, 18, 18;--color-foreground: 255, 255, 255}html.theme-dark .custom-header__top-bar{background-color:#ffffff0d}html.theme-dark .custom-header__trust-bar{border-bottom-color:#ffffff14}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-custom-header.css.map */
