:root{--enable-sticky-header: 1;--mobile-logo-max-width: 100px;--logo-max-width: 140px;--menu-alignment: center;--header-height: auto;--header-height-without-bottom-nav: auto;--header-background: 255, 255, 255;--header-text-color: 31, 38, 45;--header-border-color: 0, 0, 0;--brand-primary: #142B6F;--brand-primary-rgb: 176, 81, 14;--brand-text: #1F262D;--brand-text-rgb: 31, 38, 45;--brand-text-light: #666666;--brand-text-light-rgb: 102, 102, 102;--header-padding: 15px 20px;--header-gap: 50px;--menu-gap: 2rem;--icon-size: 24px;--font-family-primary: "Apercu", sans-serif;--font-family-secondary: "Circular Light", sans-serif;--font-size-small: 11px;--font-size-base: 14px;--font-size-medium: 16px;--font-size-large: 18px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .3s ease-in-out;--z-header: 4;--z-mega-menu: 1000;--z-mobile-drawer: 1002;--z-sticky: 6}.custom-header{background:rgb(var(--header-background));color:rgb(var(--header-text-color));position:relative;z-index:var(--z-header)}.custom-header--scrolled{border-bottom:1px solid rgba(var(--header-text-color),.1);box-shadow:0 2px 8px #0000001a}.custom-header__container{display:flex;align-items:center;padding:var(--header-padding);gap:var(--header-gap);max-width:1600px;margin:0 auto}.custom-header__logo{flex:0 0 auto}.custom-header__logo-image{max-width:var(--mobile-logo-max-width);height:auto;image-rendering:optimizeQuality;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media screen and (min-width:741px){.custom-header__logo-image{max-width:var(--logo-max-width)}}.custom-header__logo-text{font-weight:var(--font-weight-semibold);font-size:1.2rem}.custom-header__logo-link{text-decoration:none;color:inherit;display:block}.custom-header__navigation{flex:1 1 auto;display:flex;justify-content:var(--menu-alignment);align-items:center}@media screen and (max-width:740px){.custom-header__navigation{display:none}}.custom-header__navigation--left{justify-content:flex-start}.custom-header__navigation--center{justify-content:center}.custom-header__navigation--right{justify-content:flex-end}.custom-header__menu-container{display:flex;align-items:center}.custom-header__separator{color:var(--brand-text);font-size:var(--font-size-medium);font-weight:var(--font-weight-normal);margin-right:16px;margin-left:45px}.custom-header__more-link{color:var(--brand-text);font-family:var(--font-family-primary);font-size:14.625px;font-weight:var(--font-weight-medium);line-height:normal;letter-spacing:-.48px;text-transform:uppercase;text-decoration:none;padding:.5rem 0;transition:opacity var(--transition-fast);position:relative;cursor:pointer}.custom-header__more-link:hover{opacity:.7}.custom-header__more-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width var(--transition-medium)}.custom-header__more-link:hover:after{width:100%}.custom-header__more-link:before{content:"";position:absolute;bottom:-10px;left:0;right:0;height:10px;background:#0000;z-index:calc(var(--z-mega-menu) + 1)}.custom-header__menu{list-style:none;padding:0;margin:0;display:flex;gap:var(--menu-gap);align-items:center}.custom-header__menu-item{position:relative;display:flex;align-items:center;gap:20px}.custom-header__menu-link{text-decoration:none;color:var(--brand-text);font-family:var(--font-family-primary);font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:normal;letter-spacing:-.48px;text-transform:uppercase;padding:.5rem 0;transition:opacity var(--transition-fast);position:relative}.custom-header__menu-link:hover{opacity:.7}.custom-header__menu-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width var(--transition-medium)}.custom-header__menu-link:hover:after{width:100%}.custom-header__menu-save-tag{background:var(--brand-primary);color:#fff;font-family:var(--font-family-primary);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);line-height:13.2px;text-transform:uppercase;padding:2px 4px;border-radius:2px;white-space:nowrap}.custom-header__actions{flex:0 0 auto;display:flex;align-items:center;gap:1rem}.custom-header__buy-now{color:#fff;text-align:center;font-family:var(--font-family-primary);font-size:var(--font-size-large);font-weight:var(--font-weight-medium);line-height:1;text-transform:uppercase;background:var(--brand-primary);padding:10.5px 8.8px 10.5px 9px;text-decoration:none;transition:opacity var(--transition-fast);white-space:nowrap}.custom-header__buy-now:hover{opacity:.9}@media screen and (max-width:740px){.custom-header__buy-now{display:none}}.custom-header__icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size)!important;height:var(--icon-size)!important;min-width:var(--icon-size)!important;min-height:var(--icon-size)!important;max-width:var(--icon-size)!important;max-height:var(--icon-size)!important;text-decoration:none;color:inherit;position:relative;background:none;border:none;cursor:pointer;padding:0!important;border-radius:4px;transition:opacity var(--transition-fast)}.custom-header__icon:hover{opacity:.7}.custom-header__icon svg,.custom-header__icon img,.custom-header__icon .icon{width:var(--icon-size)!important;height:var(--icon-size)!important;min-width:var(--icon-size)!important;min-height:var(--icon-size)!important;max-width:var(--icon-size)!important;max-height:var(--icon-size)!important}.custom-header__icon .icon--header-hamburger,.custom-header__icon .icon--header-search,.custom-header__icon .icon--header-cart,.custom-header__icon .icon--header-shopping-cart,.custom-header__icon .icon--header-tote-bag{width:var(--icon-size)!important;height:var(--icon-size)!important}.custom-header__cart-count{position:absolute;top:-8px;right:-8px;background:var(--brand-primary);border-radius:50%;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;text-align:center;font-family:var(--font-family-secondary);font-size:9px;font-weight:var(--font-weight-normal);line-height:9px}.custom-header__mobile-menu{order:-1}@media screen and (min-width:741px){.custom-header__mobile-menu{display:none}}@media screen and (max-width:740px){.custom-header__mobile-menu{flex:1 1 0;display:flex;justify-content:flex-start}.custom-header__logo{flex:1 1 0;display:flex;justify-content:center}.custom-header__actions{flex:1 1 0;justify-content:flex-end}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hidden{display:none!important}.custom-header__mega-menu{position:absolute;top:100%;left:0;right:0;z-index:var(--z-mega-menu);background:rgb(var(--header-background));border-top:1px solid #eee;display:block;opacity:0;transform:translateY(-10px);transition:opacity var(--transition-medium),transform var(--transition-medium);visibility:hidden;pointer-events:none;margin-top:0}.custom-header__mega-menu[aria-hidden=true]{display:none}.custom-header__mega-menu.active{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.custom-header__mega-menu:focus-within{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.custom-header__mega-menu-content{max-width:1200px;margin:0 auto;padding:2rem;display:flex;gap:0}.custom-header__mega-menu-section{flex:1;padding:0 2rem;position:relative}.custom-header__mega-menu-section:not(:last-child):after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#eee}.custom-header__mega-menu-section h3{font-family:var(--font-family-primary);font-size:var(--font-size-medium);font-weight:var(--font-weight-semibold);color:var(--brand-text);text-transform:uppercase;letter-spacing:-.48px;margin-bottom:1rem}.custom-header__mega-menu-section p{font-family:var(--font-family-primary);font-size:var(--font-size-base);line-height:1.5;color:var(--brand-text-light);font-style:italic;margin:0}.custom-header__mega-menu-section blockquote{margin:0;padding:0}.custom-header__mega-menu-section ul{list-style:none;padding:0;margin:0}.custom-header__mega-menu-section ul a{color:var(--brand-text);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:1.4;text-decoration:none;text-transform:none;background:none;padding:.25rem 0;display:block;transition:color var(--transition-fast),background-color var(--transition-fast);white-space:normal;border-radius:2px}.custom-header__mega-menu-section ul a:hover{color:var(--brand-primary);text-decoration:underline}.custom-header__mega-menu-section ul a:focus{outline:2px solid var(--brand-primary);outline-offset:2px;background-color:rgba(var(--brand-primary-rgb),.1)}.custom-header__mega-menu-section ul a:focus:not(:focus-visible){outline:none;background-color:#0000}.custom-header__mega-menu-section ul a:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;background-color:rgba(var(--brand-primary-rgb),.1)}.custom-header__mega-menu-button{color:#fff;font-family:var(--font-family-primary);font-size:var(--font-size-large);font-weight:var(--font-weight-medium);line-height:1;text-transform:uppercase;text-decoration:none;text-align:center;background:var(--brand-primary);padding:10.5px 8.8px 10.5px 9px;display:inline-block;transition:opacity var(--transition-fast),background-color var(--transition-fast);white-space:nowrap;border-radius:2px;margin-top:1rem}.custom-header__mega-menu-button:hover{opacity:.9}.custom-header__mega-menu-button:focus{outline:2px solid #fff;outline-offset:2px}.custom-header__mega-menu-button:focus:not(:focus-visible){outline:none}.custom-header__mega-menu-button:focus-visible{outline:2px solid #fff;outline-offset:2px}@media screen and (max-width:1024px){.custom-header__mega-menu-content{padding:1.5rem;gap:1rem}.custom-header__mega-menu-section{padding:0 1rem}}@media screen and (max-width:768px){.custom-header__mega-menu-content{padding:1rem;flex-direction:column;gap:1.5rem}.custom-header__mega-menu-section{padding:0}.custom-header__mega-menu-section:not(:last-child):after{display:none}.custom-header__mega-menu-section h3{font-size:var(--font-size-base);margin-bottom:.75rem}.custom-header__mega-menu-section p{font-size:13px;margin-bottom:1rem}.custom-header__mega-menu-section ul a{font-size:13px;margin-bottom:.75rem}.custom-header__mega-menu-button{font-size:var(--font-size-medium);padding:8px 12px;width:100%;text-align:center}}@media screen and (max-width:480px){.custom-header__mega-menu-content{padding:.75rem}.custom-header__mega-menu-section h3{font-size:13px}.custom-header__mega-menu-section p,.custom-header__mega-menu-section ul a{font-size:12px}.custom-header__mega-menu-button{font-size:var(--font-size-base);padding:6px 10px}}.custom-header__mobile-drawer{position:fixed;top:0;right:0;width:100vw;height:100vh;z-index:var(--z-mobile-drawer);visibility:hidden;pointer-events:none;transition:transform var(--transition-slow),visibility var(--transition-slow)}.custom-header__mobile-drawer[aria-hidden=false]{visibility:visible;pointer-events:auto}.custom-header__mobile-drawer[aria-hidden=false] .custom-header__mobile-drawer-content{transform:translate(0)}.custom-header__mobile-drawer[aria-hidden=false] .custom-header__mobile-drawer-overlay{opacity:1}.custom-header__mobile-drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity var(--transition-slow)}.custom-header__mobile-drawer-content{position:absolute;top:0;right:0;width:100%;height:100%;background:rgb(var(--header-background));transform:translate(100%);transition:transform var(--transition-slow);display:flex;flex-direction:column;overflow-y:auto;padding:1rem}.custom-header__mobile-drawer-close{position:absolute;top:1rem;left:1rem;z-index:10;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--brand-text);border-radius:4px;transition:background-color var(--transition-fast)}.custom-header__mobile-drawer-close:hover{background-color:rgba(var(--brand-text-rgb),.1)}.custom-header__mobile-drawer-close:focus{outline:2px solid var(--brand-primary);outline-offset:2px}.custom-header__mobile-drawer-close svg{width:var(--icon-size);height:var(--icon-size)}.custom-header__mobile-drawer-quote{margin-top:4rem;margin-bottom:2rem;padding:0 1rem}.custom-header__mobile-drawer-quote blockquote{margin:0;padding:0}.custom-header__mobile-drawer-quote blockquote p{font-family:var(--font-family-primary);font-size:var(--font-size-medium);line-height:1.5;color:var(--brand-text-light);font-style:italic;margin:0 0 .5rem}.custom-header__mobile-drawer-quote blockquote cite{font-family:var(--font-family-primary);font-size:var(--font-size-base);color:var(--brand-text);font-style:normal;font-weight:var(--font-weight-medium)}.custom-header__mobile-drawer-nav{margin-bottom:2rem}.custom-header__mobile-drawer-menu{list-style:none;padding:0;margin:0}.custom-header__mobile-drawer-menu-item{border-bottom:1px solid #eee}.custom-header__mobile-drawer-menu-link{display:flex;align-items:center;justify-content:space-between;padding:1rem;text-decoration:none;color:var(--brand-text);font-family:var(--font-family-primary);font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:-.48px;transition:background-color var(--transition-fast)}.custom-header__mobile-drawer-menu-link:hover{background-color:rgba(var(--brand-text-rgb),.05)}.custom-header__mobile-drawer-menu-link:focus{outline:2px solid var(--brand-primary);outline-offset:-2px}.custom-header__mobile-drawer-menu-text{flex:1}.custom-header__mobile-drawer-menu-save-tag{background:var(--brand-primary);color:#fff;font-family:var(--font-family-primary);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);text-transform:uppercase;padding:2px 6px;border-radius:2px;white-space:nowrap;margin-left:1rem}.custom-header__mobile-drawer-mega-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.custom-header__mobile-drawer-mega-section{flex:1}.custom-header__mobile-drawer-mega-title{display:none}.custom-header__mobile-drawer-mega-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.custom-header__mobile-drawer-mega-link{color:var(--brand-text);font-family:var(--font-family-primary);font-size:var(--font-size-medium);font-weight:var(--font-weight-normal);text-decoration:none;text-transform:uppercase;background:none;border-radius:4px;transition:color var(--transition-fast);white-space:nowrap}.custom-header__mobile-drawer-mega-link:hover{color:var(--brand-primary)}.custom-header__mobile-drawer-mega-link:focus{outline:2px solid var(--brand-primary);outline-offset:2px}.custom-header__mobile-drawer-button{display:block;width:100%;color:#fff;font-family:var(--font-family-primary);font-size:var(--font-size-large);font-weight:var(--font-weight-medium);text-transform:uppercase;text-decoration:none;text-align:center;background:var(--brand-primary);padding:1rem;border-radius:4px;transition:opacity var(--transition-fast),background-color var(--transition-fast)}.custom-header__mobile-drawer-button:hover{opacity:.9}.custom-header__mobile-drawer-button:focus{outline:2px solid #fff;outline-offset:2px}@media screen and (min-width:741px){.custom-header__mobile-drawer{display:none}}.shopify-section--custom-header{--header-height: auto;position:relative}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-header-section.css.map?v=773908737428794361767017269 */
