.shopify-section--ks-header{position:relative;z-index:100}.shopify-section--ks-header:has(.ks-header--sticky-enabled),.shopify-section--ks-header.ks-header-section--sticky{position:sticky;top:0;z-index:100}.ks-header{--ks-header-height: 82px;--ks-header-height-compact: 66px;--ks-header-sticky-duration: .68s;--ks-header-sticky-surface-duration: .56s;--ks-header-sticky-ease: cubic-bezier(.22, 1, .36, 1);display:block;position:relative;z-index:100;width:100%;color:var(--ks-color-charcoal);font-family:var(--ks-font-body)}.ks-header *,.ks-header *:before,.ks-header *:after{box-sizing:border-box}.ks-header [hidden]{display:none!important}.ks-header__shell{position:relative;width:100%}.ks-header__utility{max-height:var(--ks-header-utility-height, 36px);overflow:hidden;background:var(--ks-color-navy);color:var(--ks-color-white);opacity:1;transform:translateZ(0);transform-origin:top;transition:max-height var(--ks-header-sticky-duration) var(--ks-header-sticky-ease),opacity .36s ease,transform var(--ks-header-sticky-duration) var(--ks-header-sticky-ease)}.ks-header__utility-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:var(--ks-space-4)}.ks-header__utility-text{margin:0;color:rgba(var(--ks-rgb-white),.92);font-size:.78rem;font-weight:var(--ks-font-weight-semibold);line-height:1.35}.ks-header__utility-link{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--ks-space-2);color:var(--ks-color-white);font-size:.78rem;font-weight:var(--ks-font-weight-bold);text-decoration:none}.ks-header__utility-link span,.ks-header__cta span,.ks-header__mobile-cta span{transition:transform var(--ks-transition-base)}.ks-header__utility-link:hover,.ks-header__utility-link:focus-visible{color:var(--ks-color-sand)}.ks-header__utility-link:hover span,.ks-header__cta:hover span,.ks-header__mobile-cta:hover span{transform:translate(3px)}.ks-header__main{position:relative;width:100%;background:rgba(var(--ks-rgb-white),.98);border-bottom:1px solid var(--ks-color-border);transform:translateZ(0);transition:transform var(--ks-header-sticky-duration) var(--ks-header-sticky-ease),box-shadow var(--ks-header-sticky-surface-duration) var(--ks-header-sticky-ease),background-color var(--ks-header-sticky-surface-duration) var(--ks-header-sticky-ease),border-color var(--ks-header-sticky-surface-duration) var(--ks-header-sticky-ease)}.ks-header__main-inner{min-height:var(--ks-header-height);display:grid;grid-template-columns:minmax(150px,var(--ks-header-logo-width)) minmax(0,1fr) auto;align-items:center;gap:clamp(var(--ks-space-4),2vw,var(--ks-space-6));transition:min-height var(--ks-header-sticky-duration) var(--ks-header-sticky-ease)}.ks-header__brand{width:min(100%,var(--ks-header-logo-width));display:inline-flex;align-items:center;color:var(--ks-color-navy);text-decoration:none}.ks-header__logo{width:100%;height:auto;max-height:58px;display:block;object-fit:contain;object-position:left center;transform:translateZ(0) scale(1);transform-origin:left center;transition:max-height var(--ks-header-sticky-duration) var(--ks-header-sticky-ease),transform var(--ks-header-sticky-duration) var(--ks-header-sticky-ease)}html.ks-header-is-transitioning{overflow-anchor:none}.ks-header__brand-text{font-family:var(--ks-font-heading);font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:var(--ks-font-weight-bold);line-height:1.1}.ks-header__desktop-nav{min-width:0;height:100%}.ks-header__desktop-list{height:100%;margin:0;padding:0;display:flex;align-items:stretch;justify-content:center;gap:clamp(var(--ks-space-2),1vw,var(--ks-space-4));list-style:none}.ks-header__desktop-item{position:relative;display:flex;align-items:stretch}.ks-header__desktop-link-row{display:flex;align-items:center}.ks-header__desktop-link{position:relative;min-height:44px;display:inline-flex;align-items:center;padding:var(--ks-space-2) 0;color:var(--ks-color-charcoal);font-size:.89rem;font-weight:var(--ks-font-weight-semibold);line-height:1.2;text-decoration:none;white-space:nowrap;transition:color var(--ks-transition-base)}.ks-header__desktop-link:after{content:"";position:absolute;right:0;bottom:5px;left:0;height:2px;background:var(--ks-color-green);border-radius:var(--ks-radius-pill);transform:scaleX(0);transition:transform var(--ks-transition-base)}.ks-header__desktop-link:hover,.ks-header__desktop-link.is-active,.ks-header__desktop-item.is-open .ks-header__desktop-link{color:var(--ks-color-green)}.ks-header__desktop-link:hover:after,.ks-header__desktop-link.is-active:after,.ks-header__desktop-item.is-open .ks-header__desktop-link:after{transform:scaleX(1)}.ks-header__submenu-toggle{width:28px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-left:1px;padding:0;background:transparent;border:0;color:var(--ks-color-navy);cursor:pointer}.ks-header__submenu-toggle svg,.ks-header__mobile-submenu-toggle svg{width:12px;height:8px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75;transition:transform var(--ks-transition-base)}.ks-header__submenu-toggle[aria-expanded=true] svg,.ks-header__mobile-submenu-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.ks-header__dropdown{position:absolute;z-index:20;top:calc(100% - 1px);left:50%;width:max-content;min-width:230px;max-width:320px;padding:var(--ks-space-3);background:var(--ks-color-white);border:1px solid var(--ks-color-border);border-radius:var(--ks-radius-md);box-shadow:0 18px 44px rgba(var(--ks-rgb-navy),.13);transform:translate(-50%)}.ks-header__dropdown-list,.ks-header__grandchild-list{margin:0;padding:0;list-style:none}.ks-header__dropdown-link,.ks-header__grandchild-link{display:block;padding:.7rem .8rem;border-radius:calc(var(--ks-radius-md) - 2px);color:var(--ks-color-charcoal);font-size:.9rem;font-weight:var(--ks-font-weight-semibold);line-height:1.35;text-decoration:none}.ks-header__dropdown-link:hover,.ks-header__dropdown-link.is-active,.ks-header__grandchild-link:hover,.ks-header__grandchild-link.is-active{background:var(--ks-color-off-white);color:var(--ks-color-green)}.ks-header__grandchild-list{margin:.1rem 0 .35rem .8rem;padding-left:.7rem;border-left:1px solid var(--ks-color-border)}.ks-header__grandchild-link{padding-block:.5rem;font-size:.82rem;font-weight:var(--ks-font-weight-medium)}.ks-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--ks-space-4)}.ks-header__phone{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--ks-color-charcoal);text-decoration:none}.ks-header__phone span{color:var(--ks-color-muted);font-size:.67rem;font-weight:var(--ks-font-weight-bold);line-height:1.1}.ks-header__phone strong{font-size:.88rem;line-height:1.2;white-space:nowrap}.ks-header__phone:hover strong{color:var(--ks-color-green)}.ks-header__cta{min-height:46px;padding-inline:var(--ks-space-5);font-size:.88rem;white-space:nowrap}.ks-header__menu-button{width:46px;height:46px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;background:transparent;border:1px solid var(--ks-color-border);border-radius:50%;color:var(--ks-color-navy);cursor:pointer}.ks-header__menu-button span{width:19px;height:2px;display:block;background:currentColor;border-radius:var(--ks-radius-pill)}.ks-header.is-scrolled .ks-header__utility{max-height:0;opacity:0;transform:translate3d(0,-8px,0)}.ks-header.is-scrolled .ks-header__main{background:rgba(var(--ks-rgb-white),.96);box-shadow:0 12px 30px rgba(var(--ks-rgb-navy),.09);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.ks-header.is-scrolled .ks-header__main-inner{min-height:var(--ks-header-height-compact)}.ks-header.is-scrolled .ks-header__logo{max-height:46px;transform:translateZ(0) scale(.94)}.ks-header.is-initializing .ks-header__utility,.ks-header.is-initializing .ks-header__main,.ks-header.is-initializing .ks-header__main-inner,.ks-header.is-initializing .ks-header__logo{transition:none!important}.ks-header__drawer{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:rgba(var(--ks-rgb-navy),.42);opacity:0;transition:opacity .24s ease}.ks-header__drawer.is-visible{opacity:1}.ks-header__drawer-panel{width:min(100%,560px);height:100dvh;max-height:100%;display:flex;flex-direction:column;background:var(--ks-color-off-white);box-shadow:-20px 0 55px rgba(var(--ks-rgb-navy),.18);transform:translate(24px);transition:transform .24s ease}.ks-header__drawer.is-visible .ks-header__drawer-panel{transform:translate(0)}.ks-header__drawer-head{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:var(--ks-space-4);padding:max(var(--ks-space-4),env(safe-area-inset-top)) var(--ks-space-5) var(--ks-space-4);background:var(--ks-color-white);border-bottom:1px solid var(--ks-color-border)}.ks-header__drawer-title{margin:0;color:var(--ks-color-navy);font-size:1rem;font-weight:var(--ks-font-weight-bold)}.ks-header__drawer-close{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:var(--ks-color-white);border:1px solid var(--ks-color-border);border-radius:50%;color:var(--ks-color-navy);cursor:pointer}.ks-header__drawer-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.6}.ks-header__drawer-body{min-height:0;overflow-y:auto;padding:var(--ks-space-4) var(--ks-space-5) max(var(--ks-space-6),env(safe-area-inset-bottom))}.ks-header__mobile-list,.ks-header__mobile-submenu ul,.ks-header__mobile-grandchildren{margin:0;padding:0;list-style:none}.ks-header__mobile-item{border-bottom:1px solid var(--ks-color-border)}.ks-header__mobile-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.ks-header__mobile-link{min-height:62px;display:flex;align-items:center;padding:.8rem 0;color:var(--ks-color-navy);font-family:var(--ks-font-heading);font-size:clamp(1.35rem,5vw,1.75rem);font-weight:var(--ks-font-weight-semibold);line-height:1.15;text-decoration:none}.ks-header__mobile-link.is-active,.ks-header__mobile-link:hover{color:var(--ks-color-green)}.ks-header__mobile-submenu-toggle{width:52px;min-height:52px;align-self:center;display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:0;color:var(--ks-color-navy);cursor:pointer}.ks-header__mobile-submenu{padding:0 0 var(--ks-space-3) var(--ks-space-4);border-left:2px solid var(--ks-color-sand)}.ks-header__mobile-child,.ks-header__mobile-grandchildren a{min-height:44px;display:flex;align-items:center;padding:.6rem var(--ks-space-3);border-radius:var(--ks-radius-sm);color:var(--ks-color-charcoal);font-size:.98rem;font-weight:var(--ks-font-weight-semibold);line-height:1.3;text-decoration:none}.ks-header__mobile-grandchildren{padding-left:var(--ks-space-4)}.ks-header__mobile-grandchildren a{font-size:.88rem;font-weight:var(--ks-font-weight-medium)}.ks-header__mobile-child:hover,.ks-header__mobile-child.is-active,.ks-header__mobile-grandchildren a:hover,.ks-header__mobile-grandchildren a.is-active{background:var(--ks-color-white);color:var(--ks-color-green)}.ks-header__mobile-actions{display:grid;gap:var(--ks-space-3);margin-top:var(--ks-space-6)}.ks-header__mobile-cta{width:100%;min-height:50px}.ks-header__mobile-phone{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:var(--ks-space-3);background:var(--ks-color-white);border:1px solid var(--ks-color-border);border-radius:var(--ks-radius-md);color:var(--ks-color-charcoal);text-align:center;text-decoration:none}.ks-header__mobile-phone span{color:var(--ks-color-muted);font-size:.78rem}.ks-header__mobile-phone strong{color:var(--ks-color-navy);font-size:1rem}.ks-header__mobile-context{margin:var(--ks-space-5) 0 0;padding-top:var(--ks-space-4);border-top:1px solid var(--ks-color-border);color:var(--ks-color-muted);font-size:.82rem;font-weight:var(--ks-font-weight-semibold);text-align:center}.ks-header a:focus-visible,.ks-header button:focus-visible{outline:3px solid var(--ks-color-green);outline-offset:3px}html.ks-header-menu-open,html.ks-header-menu-open body{overflow:hidden}@media(max-width:1180px){.ks-header__main-inner{grid-template-columns:minmax(145px,var(--ks-header-logo-width)) minmax(0,1fr) auto;gap:var(--ks-space-3)}.ks-header__desktop-list{gap:var(--ks-space-2)}.ks-header__desktop-link{font-size:.82rem}.ks-header__phone{display:none}.ks-header__cta{padding-inline:var(--ks-space-4)}}@media(max-width:1024px){.ks-header{--ks-header-height: 74px;--ks-header-height-compact: 64px}.ks-header__main-inner{grid-template-columns:minmax(0,1fr) auto}.ks-header__brand{width:min(100%,var(--ks-header-logo-width-mobile))}.ks-header__logo{max-height:50px}.ks-header__desktop-nav,.ks-header__actions{display:none}.ks-header__menu-button{display:flex}}@media(min-width:1025px)and (max-width:1180px){.ks-header__main-inner{grid-template-columns:minmax(135px,175px) minmax(0,1fr) auto}.ks-header__brand{max-width:175px}.ks-header__desktop-list{justify-content:flex-end}}@media(max-width:600px){.ks-header__utility-inner{min-height:34px;justify-content:center;text-align:center}.ks-header__utility-link{display:none}.ks-header__utility-text{font-size:.73rem}.ks-header__drawer-panel{width:100%}.ks-header__drawer-head,.ks-header__drawer-body{padding-right:var(--ks-space-4);padding-left:var(--ks-space-4)}}@media(prefers-reduced-motion:reduce){.ks-header *,.ks-header *:before,.ks-header *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(forced-colors:active){.ks-header__main,.ks-header__dropdown,.ks-header__drawer-head,.ks-header__drawer-panel,.ks-header__menu-button,.ks-header__drawer-close{border-color:CanvasText}.ks-header__desktop-link:after{background:LinkText}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/ks-header.css.map */
