.header-wrapper{display:block;position:relative;background-color:rgb(var(--color-background));box-shadow:0 .2rem .4rem 0 var(--color-shadow),inset 0 -.2rem .4rem 0 var(--color-shadow)}.header-wrapper--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.header-wrapper a.see-all{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.header-wrapper a.see-all:after{content:"";display:inline-block;width:2rem;height:2rem;mask:url(icon-arrow-right-red.svg) no-repeat center/contain;-webkit-mask:url(icon-arrow-right-red.svg) no-repeat center/contain;background-color:currentColor;transition:transform .2s ease}.header-wrapper a.see-all:not(.rte>p>a):not(:hover,:focus):not(.button){color:var(--color-red-crc)}.header{display:grid;grid-template-areas:"left-icon heading icons";grid-template-columns:1fr 1fr 1fr;align-items:center}.header *[tabindex="-1"]:focus{outline:none}.header__heading{width:100%;height:100%;z-index:4;display:flex;align-items:center;justify-content:center;position:relative;margin:0;line-height:0}@media only screen and (max-width: 749px){.header__heading{justify-content:flex-start}}.header__heading a{position:relative;display:flex}.header__heading,.header__heading-link{grid-area:heading;justify-self:center}.header__heading-link{display:inline-block;text-decoration:none;word-break:break-word;line-height:0}.header__heading-link:hover .h2{color:rgb(var(--color-foreground))}.header__heading-link .h2{line-height:1;color:rgba(var(--color-foreground),.75)}.header__heading-logo{height:auto;width:100%;transition:width .3s cubic-bezier(.52,0,.61,.99)}.header__icons{display:flex;grid-area:icons;justify-self:end;align-items:center}@media only screen and (max-width: 749px){.header__icons{justify-content:center}}.header__icon{color:rgb(var(--color-foreground));height:4.4rem;width:4.4rem;padding:0}.header__icon:not(.header__icon--summary),.header__icon span{display:flex;align-items:center;justify-content:center}.header__icon span{height:100%}.header__icon:after{content:none}.header__icon:hover .icon,.header__icon .modal__close-button:hover .icon{transform:scale(1.07)}.header__icon .icon{height:2rem;width:2rem;fill:none;vertical-align:middle}.header__icon--cart{position:relative;margin-right:-1.2rem}.header__icon--cart .icon{width:1.5rem;height:1.5rem}.header__icon--menu[aria-expanded=true]:before{content:"";top:100%;left:0;height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));width:100%;display:block;position:absolute;background:rgba(var(--color-foreground),.5)}.header__icon--menu .icon{display:block;position:absolute;opacity:1;transform:scale(1);transition:transform .15s ease,opacity .15s ease}.header__inline-menu{grid-area:navigation}@media only screen and (min-width: 990px){.header__inline-menu{display:block}}.header__inline-menu .list-menu .download-link{padding-right:5rem;gap:1rem}.header__inline-menu .list-menu .download-link span{line-height:.8}.header__menu{padding:0 1rem}.header__menu-item{padding:1.2rem;text-decoration:none;color:rgb(var(--color-foreground));font-weight:700}.header__menu-item:hover span{text-decoration:underline;text-underline-offset:.3rem}.header__menu-item:hover .header__active-menu-item{text-decoration-thickness:.2rem}.header__menu-item span{transition:text-decoration var(--duration-short) ease}.header__menu-item a{color:inherit;text-decoration:none}.header__menu-item .icon-caret{right:.8rem}.header__menu-item.link{font-size:1.4rem}.header__active-menu-item{transition:text-decoration-thickness var(--duration-short) ease;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem}.header__submenu{transition:opacity var(--duration-default) ease,transform var(--duration-default) ease}.header__submenu.list-menu{padding:2.4rem 0}.header__submenu .header__submenu{background-color:rgba(var(--color-foreground),.03);padding:.5rem 0;margin:.5rem 0}.header__submenu .header__menu-item{justify-content:space-between;padding:.8rem 2.4rem}.header__submenu .header__menu-item:after{right:2rem}.header__submenu .header__submenu .header__menu-item{padding-left:3.4rem}.header__submenu .icon-caret{flex-shrink:0;margin-left:1rem;position:static}@media only screen and (max-width: 749px){.header__static-pages{display:none}}@media only screen and (max-width: 749px){.header{display:flex;flex-wrap:wrap}.header header-drawer{margin-left:0;display:flex;justify-content:flex-end}.header header-drawer,.header .header__heading,.header .header__icons{flex-basis:33.3%}}@media only screen and (min-width: 990px){.header--top-left,.header--middle-left:not(.header--has-menu){grid-template-areas:"heading icons" "navigation navigation";grid-template-columns:1fr auto}}@media only screen and (min-width: 990px){.header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:auto auto 1fr;column-gap:2rem}}@media only screen and (min-width: 990px){.header--middle-left .header__inline-menu{margin-left:0;padding-top:1rem}}@media only screen and (min-width: 990px){.header--middle-center{grid-template-areas:"navigation heading icons";grid-template-columns:1fr auto 1fr;column-gap:2rem}.header--middle-center a.header__heading-link{text-align:center}}@media only screen and (min-width: 990px){.header--top-center{grid-template-areas:"left-icon heading icons" "navigation navigation navigation"}}.header--top-center .header__inline-menu,.header--top-center .header__heading-link{margin-left:0}@media only screen and (min-width: 990px){.header--top-center .header__inline-menu{justify-self:center}.header--top-center .header__inline-menu>.list-menu--inline{justify-content:center}}@media only screen and (max-width: 989px){.header--mobile-left{grid-template-columns:auto 2fr 1fr}}@media only screen and (max-width: 989px){.header--mobile-left .header__heading,.header--mobile-left .header__heading-link{text-align:left;justify-self:start}}@media only screen and (max-width: 989px){menu-drawer~.header__icons .header__icon--account{display:none}}@media only screen and (min-width: 990px){.header__heading,.header__heading-link{justify-self:start}}@media only screen and (max-width: 989px){.header__heading,.header__heading-link{text-align:center}}@media only screen and (min-width: 990px){.header--top-center .header__heading-link,.header--top-center .header__heading{justify-self:center;text-align:center}}@media only screen and (min-width: 990px){.header__icons{padding-right:5rem}}details:not([open])>.header__icon--menu .icon-close,details[open]>.header__icon--menu .icon-hamburger{visibility:hidden;opacity:0;transform:scale(.8)}details[open]>.header__submenu{animation:animateMenuOpen var(--duration-default) ease;animation-fill-mode:forwards;z-index:1}header-menu>details,details-disclosure>details{position:relative}.js details[open]:not(.menu-opening)>.header__icon--menu .icon-close{visibility:hidden}.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger{visibility:visible;opacity:1;transform:scale(1.07)}.js details>.header__submenu{opacity:0;transform:translateY(-1.5rem)}@media (prefers-reduced-motion){details[open]>.header__submenu{opacity:1;transform:translateY(0)}}.section-header.shopify-section-group-header-group{z-index:4}.section-header.animate{transition:top .15s ease-out}.section-header~.shopify-section-group-header-group{z-index:initial}.shopify-section-header-sticky{position:sticky;top:0}.shopify-section-header-hidden{top:calc(-1 * var(--header-height))}.shopify-section-header-hidden.menu-open{top:0}@media screen and (max-width: 749px){search-input{flex-basis:100%}}@keyframes animateMenuOpen{0%{opacity:0;transform:translateY(-1.5rem)}to{opacity:1;transform:translateY(0)}}
