custom-header{display:block;width:100%}.custom-header{position:relative;z-index:50;width:100%;padding:var(--ch-outer-py, 12px) var(--ch-outer-px, 16px);box-sizing:border-box;color:var(--ch-text, #fff);font-family:inherit}.shopify-section.shopify-section-header-sticky.custom-header-section{position:-webkit-sticky!important;position:sticky!important;top:0!important}.shopify-section.shopify-section-header-sticky.custom-header-section.shopify-section-header-hidden{top:0!important}.custom-header__inner{position:relative;max-width:1480px;margin:0 auto;border-radius:var(--ch-radius, 40px);background-color:var(--ch-tint, rgba(255, 255, 255, .18));-webkit-backdrop-filter:blur(var(--ch-blur, 30px)) saturate(var(--ch-saturation, 180%));backdrop-filter:blur(var(--ch-blur, 30px)) saturate(var(--ch-saturation, 180%));will-change:backdrop-filter;border:1px solid rgba(255,255,255,.18);box-shadow:var(--ch-outer-shadow, 0 12px 36px rgba(0, 0, 0, .18)),var(--ch-inner-shadow, inset 0 0 0 transparent),inset 0 1px #ffffff40,inset 0 -1px #0000000a;overflow:hidden;isolation:isolate}@media(pointer:fine){@supports (backdrop-filter: url(#noop)){.custom-header__inner{-webkit-backdrop-filter:var(--ch-filter-id) blur(var(--ch-blur, 30px)) saturate(var(--ch-saturation, 180%));backdrop-filter:var(--ch-filter-id) blur(var(--ch-blur, 30px)) saturate(var(--ch-saturation, 180%))}}}.custom-header__filter-defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.custom-header__inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#ffffff0f,#fff0 25%);pointer-events:none;z-index:0}.custom-header__inner>*{position:relative;z-index:1}.custom-header__bar{align-items:center;gap:16px;padding:var(--ch-bar-py, 12px) var(--ch-bar-px, 22px)}.custom-header__bar--desktop{min-height:calc(var(--ch-desktop-icon-btn-size, 42px) + 22px)}.custom-header__bar--mobile{min-height:calc(var(--ch-mobile-icon-btn-size, 42px) + 18px)}.custom-header__slot{display:flex;align-items:center;min-width:0}.custom-header__slot--actions{gap:10px;justify-content:flex-end}.custom-header__bar--desktop{display:none!important;grid-template-columns:auto 1fr auto}.custom-header__bar--mobile{display:grid!important;grid-template-columns:auto 1fr auto;padding:calc(var(--ch-bar-py, 12px) - 2px) calc(var(--ch-bar-px, 22px) - 6px)}@media screen and (min-width:990px){.custom-header__bar--desktop{display:grid!important}.custom-header__bar--mobile{display:none!important}}.custom-header__bar--desktop .custom-header__slot--logo{justify-content:var(--ch-desktop-logo-justify, flex-start)}.custom-header__bar--desktop .custom-header__slot--menu{justify-content:var(--ch-desktop-menu-justify, flex-end)}.custom-header__bar--desktop[data-logo-pos=center]{grid-template-columns:1fr auto 1fr}.custom-header__bar--desktop[data-logo-pos=center] .custom-header__slot--menu{order:1;justify-content:flex-start}.custom-header__bar--desktop[data-logo-pos=center] .custom-header__slot--logo{order:2;justify-content:center}.custom-header__bar--desktop[data-logo-pos=center] .custom-header__slot--actions{order:3;justify-content:flex-end}.custom-header__bar--desktop[data-logo-pos=right] .custom-header__slot--menu{order:1;justify-content:flex-start}.custom-header__bar--desktop[data-logo-pos=right] .custom-header__slot--actions{order:2;justify-content:center}.custom-header__bar--desktop[data-logo-pos=right] .custom-header__slot--logo{order:3;justify-content:flex-end}.custom-header__bar--mobile .custom-header__slot--logo{justify-content:var(--ch-mobile-logo-justify, center)}.custom-header__bar--mobile[data-menu-pos=right] .custom-header__slot--menu-toggle{order:3}.custom-header__bar--mobile[data-menu-pos=right] .custom-header__slot--logo{order:1}.custom-header__bar--mobile[data-menu-pos=right] .custom-header__slot--actions{order:2}.custom-header__logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit;line-height:0}.custom-header__logo-img{display:block;width:var(--ch-logo-width, 140px);height:auto;max-height:48px;object-fit:contain}.custom-header__bar--mobile .custom-header__logo-img{width:calc(var(--ch-logo-width, 140px) * .85);max-height:40px}.custom-header__logo-text{font-weight:700;font-size:1.1rem;color:inherit}.custom-header__nav{display:flex;width:100%}.custom-header__menu-list{display:flex;align-items:center;gap:36px;margin:0;padding:0;list-style:none}.custom-header__menu-link{display:inline-flex;align-items:center;color:var(--ch-desktop-menu-text, var(--ch-text, #fff));text-decoration:none;font-family:var(--ch-menu-font, inherit);font-size:var(--ch-menu-fs, 14px);font-weight:600;padding:8px 4px;transition:opacity .2s ease}.custom-header__menu-link:hover,.custom-header__menu-link.is-active{opacity:.7}.custom-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:1px solid currentColor;cursor:pointer;text-decoration:none;transition:background-color .2s ease,opacity .2s ease;padding:0;opacity:.85}.custom-header__icon-btn:hover{background-color:#ffffff1a;opacity:1}.custom-header__bar--desktop .custom-header__icon-btn{width:var(--ch-desktop-icon-btn-size, 42px);height:var(--ch-desktop-icon-btn-size, 42px);color:var(--ch-desktop-icon, var(--ch-text, #fff))}.custom-header__bar--desktop .custom-header__svg-icon{width:var(--ch-desktop-icon-size, 22px);height:var(--ch-desktop-icon-size, 22px)}.custom-header__bar--desktop .custom-header__icon-btn--cart .custom-header__svg-icon{width:calc(var(--ch-desktop-icon-size, 22px) * 1.15)}.custom-header__bar--mobile .custom-header__icon-btn{width:var(--ch-mobile-icon-btn-size, 42px);height:var(--ch-mobile-icon-btn-size, 42px);color:var(--ch-mobile-icon, var(--ch-text, #fff))}.custom-header__bar--mobile .custom-header__svg-icon{width:var(--ch-mobile-icon-size, 22px);height:var(--ch-mobile-icon-size, 22px)}.custom-header__bar--mobile .custom-header__icon-btn--cart .custom-header__svg-icon{width:calc(var(--ch-mobile-icon-size, 22px) * 1.15)}.custom-header__svg-icon{color:inherit}.custom-header__cart-count{position:absolute;top:-2px;right:-2px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background-color:var(--ch-accent, #ff5a1f);color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:1.5px solid rgba(0,0,0,.15);box-sizing:border-box}.custom-header__cart-count.is-empty{display:none}.custom-header__cta-pill{display:inline-flex;align-items:center;padding:10px 22px;border-radius:999px;border:1.5px solid var(--ch-accent, #ff5a1f);color:var(--ch-accent, #ff5a1f);background:transparent;text-decoration:none;font-family:var(--ch-cta-font, inherit);font-size:var(--ch-cta-fs, 13px);font-weight:700;white-space:nowrap;transition:background-color .2s ease,color .2s ease;margin-right:4px}.custom-header__cta-pill:hover{background-color:var(--ch-accent, #ff5a1f);color:#fff}.custom-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.custom-header__drawer.is-open{visibility:visible;pointer-events:auto}.custom-header__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000040;opacity:0;transition:opacity .18s ease}.custom-header__drawer.is-open .custom-header__drawer-backdrop{opacity:1}.custom-header__drawer-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:20px 22px 28px;background-color:var(--ch-drawer-tint, rgba(20, 20, 20, .7));backdrop-filter:blur(var(--ch-drawer-blur, 28px)) saturate(160%);-webkit-backdrop-filter:blur(var(--ch-drawer-blur, 28px)) saturate(160%);border:1px solid rgba(255,255,255,.08);color:var(--ch-text, #fff);transform:translateY(-100%);transition:transform .22s cubic-bezier(.22,.61,.36,1);will-change:transform;overflow-y:auto;box-shadow:0 20px 60px #00000040}.custom-header__drawer.is-open .custom-header__drawer-panel{transform:translateY(0)}@media screen and (min-width:750px){.custom-header__drawer-panel{max-width:440px;inset:0 auto 0 0;border-radius:0 24px 24px 0}}.custom-header__drawer-close{align-self:flex-end;width:calc(var(--ch-icon-btn-size, 42px) + 4px);height:calc(var(--ch-icon-btn-size, 42px) + 4px);border-radius:8px;border:1px solid rgba(255,255,255,.4);background:transparent;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.custom-header__drawer-content{flex:1;display:flex;flex-direction:column;gap:20px;margin-top:12px}.custom-header__drawer-heading{display:inline-block;color:var(--ch-drawer-heading, var(--ch-accent, #ff5a1f));font-family:var(--ch-drawer-heading-font, inherit);font-size:var(--ch-drawer-heading-fs, 32px);font-weight:800;text-decoration:none;line-height:1}.custom-header__drawer-divider{border:0;border-top:1px solid rgba(255,255,255,.18);margin:0}.custom-header__drawer-nav{display:block}.custom-header__drawer-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.custom-header__drawer-menu-link{display:block;color:var(--ch-drawer-menu-text, var(--ch-text, #fff));text-decoration:none;font-family:var(--ch-drawer-link-font, inherit);font-size:var(--ch-drawer-link-fs, 22px);font-weight:700}.custom-header__drawer-menu-link--account{margin-top:-6px;font-size:calc(var(--ch-drawer-link-fs, 22px) * .8);opacity:.85}.custom-header__drawer-blocks{display:flex;flex-direction:column;gap:14px;margin-top:8px}.custom-header__testimonial{border-radius:var(--ch-testi-radius, 16px);background-color:var(--ch-testi-bg, rgba(255, 255, 255, .05));border:1px solid var(--ch-testi-border, rgba(255, 255, 255, .1));padding:var(--ch-testi-padding, 18px)}.custom-header__testimonial-stars{color:var(--ch-testi-stars-color, var(--ch-accent, #ff5a1f));font-size:var(--ch-testi-stars-fs, 16px);letter-spacing:4px;margin-bottom:10px;line-height:1}.custom-header__testimonial-headline{margin:0 0 8px;font-family:var(--ch-testi-headline-font, inherit);font-size:var(--ch-testi-headline-fs, 16px);color:var(--ch-testi-headline-color, #ffffff);font-weight:700;line-height:1.3}.custom-header__testimonial-quote{margin:0 0 12px;font-family:var(--ch-testi-quote-font, inherit);font-size:var(--ch-testi-quote-fs, 14px);color:var(--ch-testi-quote-color, #dddddd);line-height:1.45}.custom-header__testimonial-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.custom-header__testimonial-author{font-family:var(--ch-testi-author-font, inherit);font-weight:700;font-size:var(--ch-testi-author-fs, 14px);color:var(--ch-testi-author-color, #ffffff);display:inline-flex;align-items:center;gap:6px}.custom-header__verified-check{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--ch-testi-author-fs, 14px) + 4px);height:calc(var(--ch-testi-author-fs, 14px) + 4px);color:var(--ch-testi-verified-color, var(--ch-accent, #ff5a1f));vertical-align:-.18em}.custom-header__verified-check svg{width:100%;height:100%;display:block}.custom-header__verified-buyer{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid var(--ch-testi-verified-color, var(--ch-accent, #ff5a1f));color:var(--ch-testi-verified-color, var(--ch-accent, #ff5a1f));font-size:var(--ch-testi-verified-fs, 12px);font-weight:600}.custom-header__drawer-cta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 22px;border-radius:999px;background-color:var(--ch-accent, #ff5a1f);color:#fff;font-family:var(--ch-drawer-cta-font, inherit);font-size:var(--ch-drawer-cta-fs, 15px);font-weight:700;text-decoration:none;transition:filter .2s ease;position:relative;z-index:2;pointer-events:auto}.custom-header__drawer-cta>*{pointer-events:none}.custom-header__drawer-cta:hover{filter:brightness(1.05)}.custom-header__drawer-cta-arrow{font-size:1.2rem}body.custom-header-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-header.css.map */
