.header-wrapper{position:relative;z-index:900;background:rgb(var(--color-background))}.header--mega-menu .header__top,.header .header__top,.header__top{background:rgb(var(--color-background))}.header--mega-menu .header__top-inner{display:flex;align-items:center;gap:1.6rem;padding-block:1.2rem}@media screen and (min-width: 1200px){.header--mega-menu .header__top-inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo search icons";gap:2.4rem;padding-block:1.6rem}.header--mega-menu .header__heading,.header--mega-menu .header__heading-link{grid-area:logo;margin-right:0}.header--mega-menu .header__search{grid-area:search;order:unset;flex-basis:auto;margin:0;max-width:64rem;width:100%;justify-self:center}.header--mega-menu .header__column{grid-area:icons;margin-left:0}}@media screen and (min-width: 1400px){.header--mega-menu .header__top-inner{gap:3.2rem}.header--mega-menu .header__search{max-width:72rem}}.header--mega-menu .header__search{position:relative}.header--mega-menu .header__search .search__content{background:transparent}.header--mega-menu .header__search .search__form{position:relative}.header--mega-menu .header__search .field{position:relative;min-height:5rem;background-color:rgb(var(--color-background));border:2px solid rgb(var(--color-border-input));border-radius:2.5rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.header--mega-menu .header__search .field:hover{border-color:rgb(var(--color-border-input-hover))}.header--mega-menu .header__search .field:focus-within{border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.1)}.header--mega-menu .header__search .search__input.field__input{min-width:100%;min-height:4.6rem;padding:1rem 5.5rem 1rem 2.4rem;background:transparent;border:none;border-radius:2.5rem;font-size:1.5rem;font-weight:400;color:rgb(var(--color-foreground))}.header--mega-menu .header__search .search__input.field__input:hover,.header--mega-menu .header__search .search__input.field__input:focus{border:none;box-shadow:none}.header--mega-menu .header__search .search__input.field__input::placeholder{color:transparent}.header--mega-menu .header__search .search__button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:4rem;height:4rem;padding:0;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-button));border:none;border-radius:50%;color:rgb(var(--color-button-text));cursor:pointer;transition:background-color .2s ease,transform .2s ease}.header--mega-menu .header__search .search__button:hover{background-color:rgb(var(--color-button-hover));transform:translateY(-50%) scale(1.05)}.header--mega-menu .header__search .search__button .icon-search{width:1.8rem;height:1.8rem}.header--mega-menu .header__search .field__label{left:2.4rem;color:rgb(var(--color-foreground-secondary))}.search-ticker{position:absolute;left:2.4rem;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;display:inline-flex;align-items:baseline;gap:.4rem;font-size:1.5rem;color:rgb(var(--color-foreground-secondary));opacity:.7;line-height:1;white-space:nowrap}.search-ticker__static{display:inline;white-space:nowrap}.search-ticker__dynamic{display:inline;position:relative;white-space:nowrap}.search-ticker__text{display:inline;color:rgb(var(--color-button));font-weight:500}.search-ticker__cursor{display:inline-block;width:2px;height:1.2em;background-color:rgb(var(--color-button));margin-left:1px;vertical-align:text-bottom;animation:ticker-blink .8s infinite}@keyframes ticker-blink{0%,50%{opacity:1}51%,to{opacity:0}}.header__search .field:focus-within .search-ticker,.header__search .search__input:not(:placeholder-shown)~.search-ticker{opacity:0;visibility:hidden}.header--mega-menu .predictive-search--header{position:absolute;top:calc(100% + .8rem);left:0;right:0;background:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:1.6rem;box-shadow:0 12px 40px #00000026;overflow:hidden;z-index:100;max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.header--mega-menu .predictive-search--header::-webkit-scrollbar{width:6px}.header--mega-menu .predictive-search--header::-webkit-scrollbar-track{background:transparent;margin:1rem 0}.header--mega-menu .predictive-search--header::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.2);border-radius:3px}.header--mega-menu .predictive-search--header::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.3)}.header--mega-menu .predictive-search__heading{padding:1.6rem 2rem 1rem;margin:0;width:100%;border-bottom:1px solid rgba(var(--color-foreground),.08);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.5)}.header--mega-menu .predictive-search__item{padding:1.2rem 2rem;border-radius:0;transition:background-color .15s ease}.header--mega-menu .predictive-search__item:hover{background-color:rgba(var(--color-foreground),.03)}.header--mega-menu .predictive-search__item--link{grid-template-columns:5.5rem 1fr;gap:1.2rem}.header--mega-menu .predictive-search__image{width:5.5rem;height:5.5rem;border-radius:.8rem;border:1px solid rgba(var(--color-foreground),.08)}.header--mega-menu .predictive-search__item-heading{font-size:1.4rem;font-weight:500;line-height:1.4}.header--mega-menu .predictive-search__list-item:not(:first-child){border-top:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .predictive-search__item--term{padding:1.4rem 2rem;font-weight:500}.header--mega-menu .header__column{display:flex;align-items:center;gap:.4rem}.header--mega-menu .header__icons{display:flex;align-items:center;gap:.2rem}@media screen and (min-width: 1200px){.header--mega-menu .header__icons{gap:.4rem}}@media screen and (min-width: 1400px){.header--mega-menu .header__icons{gap:.8rem}}.header--mega-menu .header__icon{display:flex;align-items:center;justify-content:center;min-width:4.4rem;height:4.4rem;border-radius:.8rem;transition:background-color .2s ease}.header--mega-menu .header__icon:hover{background-color:rgba(var(--color-foreground),.05)}.header--mega-menu .fg-hours{margin-right:.8rem}.header--mega-menu .fg-hours__toggle{padding:.6rem 1rem;font-size:1.3rem;border-radius:.8rem}.header--mega-menu .fg-hours__store-name{font-size:1.3rem;font-weight:700}.header--mega-menu .fg-hours__text{font-size:1.2rem;font-weight:500}.header--mega-menu .fg-hours__dot{width:10px;height:10px}.header--mega-menu .fg-hours__status,.header--mega-menu .fg-hours__line1{gap:.5rem}.header--mega-menu .header__account{position:relative}.header--mega-menu .header__account summary.header__icon--account{display:flex;align-items:center;padding:0;list-style:none;cursor:pointer}.header--mega-menu .header__account summary.header__icon--account::-webkit-details-marker{display:none}.header--mega-menu .header__account .header__summary-block{display:flex;align-items:center;gap:1rem;padding:.8rem 1.4rem;background-color:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08);border-radius:5rem;transition:all .2s ease}.header--mega-menu .header__account .header__summary-block:hover{background-color:rgba(var(--color-foreground),.07);border-color:rgba(var(--color-foreground),.12)}.header--mega-menu .header__account details[open] .header__summary-block{background-color:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.15)}.header--mega-menu .header__account .header__summary-block .icon-account{width:2.2rem;height:2.2rem;flex-shrink:0}.header--mega-menu .header__account .header__summary-body{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.header--mega-menu .header__account .header__summary-title{margin:0;font-size:1.35rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.header--mega-menu .header__account .header__summary-subtitle{margin:0;font-size:1.1rem;font-weight:400;color:rgba(var(--color-foreground),.6);white-space:nowrap}.header--mega-menu .header__account-modal{position:absolute;top:calc(100% + .8rem);right:0;min-width:24rem;padding:1.6rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;box-shadow:0 12px 40px #00000026;z-index:100}.header--mega-menu .header__account__account{display:flex;flex-direction:column;gap:1.2rem}.header--mega-menu .header__account__name{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.header--mega-menu .header__account__body{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.header--mega-menu .header__account__body li a{display:block;padding:.8rem 1rem;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;border-radius:.6rem;transition:background-color .15s ease}.header--mega-menu .header__account__body li a:hover{background-color:rgba(var(--color-foreground),.05)}.header--mega-menu .header__account__logout{margin-top:.8rem;width:100%;text-align:center;font-size:1.3rem;padding:1rem 1.6rem;border-radius:.8rem}.header--mega-menu .header__account__login{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:600;border-radius:.8rem}.header--mega-menu .header__account__register{display:block;margin-top:1rem;text-align:center;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.header--mega-menu .header__account__register:hover{color:rgb(var(--color-foreground))}@media screen and (max-width: 1199px){.header--mega-menu .header__search{order:4;flex-basis:100%;margin-top:1rem}.header--mega-menu .header__search .field{min-height:4.6rem;border-radius:2.3rem}.header--mega-menu .header__search .search__input.field__input{min-height:4.2rem;font-size:1.4rem;padding:.8rem 5rem .8rem 1.8rem}.header--mega-menu .header__search .search__button{width:3.6rem;height:3.6rem;right:.5rem}.search-ticker{left:1.8rem;font-size:1.4rem}.header--mega-menu .header__account .header__summary-body{display:none}.header--mega-menu .header__account .header__summary-block{padding:.8rem;border-radius:.8rem}}.header--mega-menu .small-menu{display:none}@media screen and (min-width: 1400px){.header--mega-menu .small-menu{display:flex;align-items:center;gap:.4rem;margin-right:1.2rem}.header--mega-menu .small-menu__link{padding:.6rem 1rem;font-size:1.3rem;font-weight:500;border-radius:.6rem;transition:background-color .2s ease}.header--mega-menu .small-menu__link:hover{background-color:rgba(var(--color-foreground),.05)}}.header--mega-menu .header__contact{display:none}.header--mega-menu header-drawer .header__icon{width:4.4rem;height:4.4rem}@media screen and (min-width: 1200px){.header--mega-menu header-drawer{display:none}}.header--mega-menu .header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:-1}.header--mega-menu .header__search:focus-within .header__overlay{opacity:1;visibility:visible}.header--mega-menu .header__icon--cart{position:relative}.header--mega-menu .cart-count-bubble{position:absolute;top:.4rem;right:.4rem;min-width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1rem;font-weight:700;border-radius:50%}.header--mega-menu{position:relative!important}.header--mega-menu .header__bottom-inner{position:static!important;border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:none;padding-top:0;padding-bottom:0}.header--mega-menu .header-menu__wraper{position:static!important;min-height:5rem}.header--mega-menu .header-menu__nav{position:static!important;overflow:visible;width:auto}.header--mega-menu .header__main-link{position:static!important;padding:1.5rem 1.6rem;font-size:1.4rem;font-weight:600;white-space:nowrap}.header--mega-menu .header__main-link:hover{color:rgb(var(--color-button))}.header--mega-menu .header-menu__nav>div:first-child .header__main-link{padding-left:0}.header--mega-menu .mega-menu-new__view-all{padding:.8rem}.header--mega-menu .mega-menu-new__view-all svg{width:2rem;height:2rem}.header--mega-menu .mega-menu-new{position:absolute!important;top:100%!important;bottom:auto!important;transform:none!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;margin:0!important;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.08);box-shadow:0 16px 48px #0000001f;z-index:1000;max-height:70vh;overflow-y:auto;overflow-x:hidden;padding-bottom:2rem;box-sizing:border-box}.header--mega-menu .mega-menu-new:not(.open){display:none}.header--mega-menu .mega-menu-new>.container{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.header--mega-menu .mega-menu-new__header-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08);margin-bottom:1.5rem}.header--mega-menu .mega-menu-new__header{display:flex;align-items:center;gap:1.5rem}.header--mega-menu .mega-menu-new__title{font-size:2rem;font-weight:700;margin:0}.header--mega-menu .mega-menu-new__header>a{color:rgb(var(--color-button));font-size:1.4rem;font-weight:600;text-decoration:none}.header--mega-menu .mega-menu-new__header>a:hover{text-decoration:underline}.header--mega-menu .mega-menu-new__close-btn{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border:none;border-radius:50%;cursor:pointer}.header--mega-menu .mega-menu-new__close-btn:hover{background:rgba(var(--color-foreground),.1)}.header--mega-menu .mega-menu-new__close-btn svg{width:1.4rem;height:1.4rem}.header--mega-menu .mega-menu-new__sub-collections{display:flex;flex-wrap:nowrap;gap:0;padding:0}.header--mega-menu .mega-menu-new__column{flex:1 1 0;min-width:0;padding:0 2rem;border-right:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .mega-menu-new__column:first-child{padding-left:0}.header--mega-menu .mega-menu-new__column:last-child{padding-right:0;border-right:none}.header--mega-menu .mega-menu-new__column:empty{display:none}.header--mega-menu .mega-menu-new__column>div{margin-bottom:2rem}.header--mega-menu .mega-menu-new__column>div:last-child{margin-bottom:0}.header--mega-menu .mega-menu-new__child-link{display:block;font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));text-decoration:none;margin-bottom:.8rem}.header--mega-menu .mega-menu-new__child-link:hover{color:rgb(var(--color-button))}.header--mega-menu .mega-menu-new__grandchild-links{display:flex;flex-direction:column;gap:.4rem}.header--mega-menu .mega-menu-new__grandchild-link{display:block;font-size:1.35rem;font-weight:400;color:rgba(var(--color-foreground),.75);text-decoration:none;line-height:1.5}.header--mega-menu .mega-menu-new__grandchild-link:hover{color:rgb(var(--color-button))}@media screen and (max-width: 1199px){.header--mega-menu .header__bottom-inner{display:none}}@media screen and (min-width: 1200px) and (max-width: 1399px){.header--mega-menu .header__main-link{padding:1.5rem 1.2rem;font-size:1.3rem}.header--mega-menu .mega-menu-new__column{padding:0 1.5rem}.header--mega-menu .mega-menu-new__child-link{font-size:1.4rem}.header--mega-menu .mega-menu-new__grandchild-link{font-size:1.25rem}}@media screen and (min-width: 1600px){.header--mega-menu .mega-menu-new__column{padding:0 2.5rem}.header--mega-menu .mega-menu-new__child-link{font-size:1.6rem}.header--mega-menu .mega-menu-new__grandchild-link{font-size:1.4rem}}.content-for-layout,main.content-for-layout,#MainContent{position:relative;z-index:1}.shopify-section:not(.shopify-section-header):not(.shopify-section-cart-drawer){position:relative;z-index:1}.banner-grid,.banner-grid__wrapper,.banner-grid__item{isolation:auto}.header--mega-menu .header__top{position:relative;z-index:1001;background:rgb(var(--color-background))}@media screen and (max-width: 989px){.header__top-inner,.header .header__top-inner,.header--mega-menu .header__top-inner,.shopify-section-header .header__top-inner{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:0!important;padding:.8rem 1rem 3.8rem!important;position:relative!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}header-drawer,.header header-drawer,.header--mega-menu header-drawer{order:1!important;flex:0 0 auto!important;flex-shrink:0!important}header-drawer .header__icon--menu,header-drawer summary.header__icon--menu,.header header-drawer .header__icon--menu,.header--mega-menu header-drawer .header__icon--menu{width:4.4rem!important;height:4.4rem!important;min-width:4.4rem!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}header-drawer .icon-hamburger,.header header-drawer .icon-hamburger,.header--mega-menu header-drawer .icon-hamburger{width:2.2rem!important;height:2.2rem!important}.header__heading,h1.header__heading,.header .header__heading,.header--mega-menu .header__heading{order:2!important;flex:1 1 0!important;min-width:0!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0 .5rem!important;position:static!important}.header__heading-link,.header .header__heading-link,.header--mega-menu .header__heading-link{display:flex!important;justify-content:center!important;align-items:center!important;max-width:100%!important}.header__heading-logo,.header .header__heading-logo,.header--mega-menu .header__heading-logo{max-height:4.2rem!important;height:auto!important;width:auto!important;max-width:100%!important;object-fit:contain!important}.header__column,.header .header__column,.header--mega-menu .header__column{order:3!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;margin:0!important;flex-shrink:0!important}.header__contact,.small-menu,.header--mega-menu .header__contact,.header--mega-menu .small-menu,.header .header__contact,.header .small-menu{display:none!important}.header__icons,.header .header__icons,.header--mega-menu .header__icons,.shopify-section-header .header__icons{display:flex!important;align-items:center!important;gap:.2rem!important}.header__icons>*:last-child,.header--mega-menu .header__icons>*:last-child{margin-right:0}.header__localization,.header__icons>.color-scheme-toggle,.header--mega-menu .header__localization,.header--mega-menu .header__icons>.color-scheme-toggle,.header .header__localization,.header .header__icons>.color-scheme-toggle{display:none!important}.header__account,.header .header__account,.header--mega-menu .header__account,.shopify-section-header .header__account{display:flex!important;align-items:center!important}.header__account .header__summary-block,.header .header__account .header__summary-block,.header--mega-menu .header__account .header__summary-block{padding:.8rem!important;background:transparent!important;border:none!important}.header__account .header__summary-body,.header .header__account .header__summary-body,.header--mega-menu .header__account .header__summary-body{display:none!important}.header__account .icon-account,.header .header__account .icon-account,.header--mega-menu .header__account .icon-account{width:2.2rem!important;height:2.2rem!important}.header__icon--cart,.header .header__icon--cart,.header--mega-menu .header__icon--cart,.shopify-section-header .header__icon--cart{width:4.4rem!important;height:4.4rem!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:unset!important;position:relative!important}.header__icon--cart .icon-cart,.header .header__icon--cart .icon-cart,.header--mega-menu .header__icon--cart .icon-cart{width:2.2rem!important;height:2.2rem!important}.cart-count-bubble,.header .cart-count-bubble,.header--mega-menu .cart-count-bubble,.shopify-section-header .cart-count-bubble{position:absolute!important;top:.4rem!important;right:.4rem!important;width:1.8rem!important;height:1.8rem!important;min-width:1.8rem!important;font-size:1rem!important}.header__search,.header .header__search,.header--mega-menu .header__search,.shopify-section-header .header__search{order:4!important;width:100%!important;flex-basis:100%!important;margin:.8rem 0 .5rem!important;position:relative!important;z-index:9999!important}.header__search .field,.header .header__search .field,.header--mega-menu .header__search .field{min-height:4.4rem!important;border-radius:2.2rem!important;position:relative!important;z-index:201!important}.header__search .search__input.field__input,.header .header__search .search__input.field__input,.header--mega-menu .header__search .search__input.field__input{min-height:4rem!important;font-size:1.4rem!important;padding:.8rem 5rem .8rem 1.6rem!important;border-radius:2.2rem!important}.header__search .search__button,.header .header__search .search__button,.header--mega-menu .header__search .search__button{width:3.6rem!important;height:3.6rem!important;right:.4rem!important}.header__search .search__button .icon-search,.header .header__search .search__button .icon-search,.header--mega-menu .header__search .search__button .icon-search{width:1.6rem!important;height:1.6rem!important}.search-ticker,.header .search-ticker,.header--mega-menu .search-ticker{font-size:1.4rem!important;left:1.6rem!important}.predictive-search,.predictive-search--header,.header .predictive-search,.header .predictive-search--header,.header--mega-menu .predictive-search,.header--mega-menu .predictive-search--header{position:absolute!important;top:calc(100% + .5rem)!important;left:0!important;right:0!important;width:auto!important;z-index:2147483646!important;border-radius:1.2rem!important;box-shadow:0 12px 40px #00000040!important;max-height:50vh!important;overflow-y:auto!important;background:rgb(var(--color-background))!important;border:1px solid rgba(var(--color-foreground),.1)!important}.header__search,.header .header__search,.header--mega-menu .header__search{position:relative!important;z-index:9999!important}.header__search .search__content,.header__search details,.header .header__search .search__content,.header .header__search details,.header--mega-menu .header__search .search__content,.header--mega-menu .header__search details{position:relative!important}.shop-button__toggle,.header .shop-button__toggle,.header--mega-menu .shop-button__toggle{display:none!important}}@media screen and (max-width: 989px){.fg-hours,.header__icons>.fg-hours,.header .header__icons>.fg-hours,.header--mega-menu .header__icons>.fg-hours{position:absolute!important;bottom:.5rem!important;left:0!important;right:0!important;width:100%!important;display:flex!important;justify-content:center!important;z-index:100!important;margin-top:1rem!important}.fg-hours__toggle{font-size:1.2rem!important;padding:.25rem .8rem!important}}@media screen and (max-width: 989px){.shopify-section-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:900!important}.header-wrapper,.header,.header--mega-menu,.header__top,.header .header__top,.header--mega-menu .header__top{position:relative!important;z-index:900!important;background:rgb(var(--color-background))!important}.header__account-modal,.header .header__account-modal,.header--mega-menu .header__account-modal{position:fixed!important;z-index:2147483645!important;top:auto!important;right:1rem!important;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.header__search .search__content,.header .header__search .search__content,.header--mega-menu .header__search .search__content{position:relative!important;z-index:2147483644!important}.fg-hours__dropdown{z-index:2147483647!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}}cart-drawer,.cart-drawer,#cart-drawer,[id^=cart-drawer],.drawer,.shopify-section-cart-drawer{z-index:1000000!important}cart-drawer .drawer__inner,.cart-drawer .drawer__inner,.drawer .drawer__inner{z-index:1000001!important}cart-drawer .drawer__overlay,.cart-drawer .drawer__overlay,.drawer__overlay,cart-drawer:before{z-index:999999!important}.header--mega-menu .menu-drawer{background:rgb(var(--color-background));box-shadow:4px 0 30px #00000026}@media screen and (max-width: 989px){.header--mega-menu .menu-drawer{width:100%!important;max-width:none!important;z-index:100000!important}.header--mega-menu .menu-drawer__inner-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.header--mega-menu .menu-drawer__navigation-container{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.header--mega-menu .menu-drawer__utility-links{flex-shrink:0}.header--mega-menu header-drawer>details>summary:before{z-index:99999!important}}@media screen and (max-width: 480px){.header__top-inner,.header .header__top-inner,.header--mega-menu .header__top-inner,.shopify-section-header .header__top-inner{padding:.6rem .8rem 3.2rem!important;min-height:4.5rem!important}.header__heading-logo,.header .header__heading-logo,.header--mega-menu .header__heading-logo{max-height:3.15rem!important}header-drawer .header__icon--menu,header-drawer summary.header__icon--menu,.header header-drawer .header__icon--menu,.header--mega-menu header-drawer .header__icon--menu{width:4rem!important;height:4rem!important}.header__icon--cart,.header .header__icon--cart,.header--mega-menu .header__icon--cart{width:4rem!important;height:4rem!important;margin-right:0!important}.header__search,.header .header__search,.header--mega-menu .header__search{margin:.6rem 0 .4rem!important}.header__search .field,.header .header__search .field,.header--mega-menu .header__search .field{min-height:4rem!important}.header__search .search__input.field__input,.header .header__search .search__input.field__input,.header--mega-menu .header__search .search__input.field__input{font-size:1.3rem!important}}.header--mega-menu .menu-drawer__navigation-container{padding-top:1.5rem}.header--mega-menu .menu-drawer__navigation{padding:0 2rem}.header--mega-menu .menu-drawer__menu li{border-top:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__menu li:last-child:not(.menu-drawer__inner-submenu li:last-child){border-bottom:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__menu .menu-drawer__menu-item{font-family:var(--font-heading-family);font-weight:600;font-size:1.6rem;color:rgb(var(--color-foreground));padding:1.6rem 0;text-transform:none;letter-spacing:0;transition:color .2s ease}.header--mega-menu .menu-drawer__menu .menu-drawer__menu-item:hover{color:rgb(var(--color-button))}.header--mega-menu .menu-drawer__submenu{background:rgba(var(--color-foreground),.02)}.header--mega-menu .menu-drawer__inner-submenu{padding:1rem 0}.header--mega-menu .menu-drawer__inner-submenu .menu-drawer__menu-item{font-size:1.5rem;font-weight:500;padding:1.2rem 2rem;color:rgba(var(--color-foreground),.85)}.header--mega-menu .menu-drawer__inner-submenu .menu-drawer__menu-item:hover{color:rgb(var(--color-button));background:rgba(var(--color-foreground),.03)}.header--mega-menu .menu-drawer__close-button{display:flex;align-items:center;gap:.8rem;padding:1.4rem 2rem;margin:0;font-size:1.4rem;font-weight:600;color:rgb(var(--color-button));background:rgba(var(--color-button),.05);border-bottom:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__close-button:hover{background:rgba(var(--color-button),.1)}.header--mega-menu .menu-drawer__close-button .icon-arrow{width:1.4rem;height:1.4rem}.header--mega-menu .menu-drawer__menu-item>.icon-caret{width:1.2rem;height:1.2rem;opacity:.5;transition:opacity .2s ease,transform .2s ease}.header--mega-menu .menu-drawer__menu-item:hover>.icon-caret{opacity:1}.header--mega-menu .menu-drawer__small-menu-item{border-top:none!important}.header--mega-menu .menu-drawer__small-menu-item .menu-drawer__menu-item{font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.7);padding:1rem 0}.header--mega-menu .menu-drawer__utility-links{padding:2.5rem 2rem;background:rgba(var(--color-foreground),.02);border-top:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__account.button--primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.4rem 2rem;font-size:1.4rem;font-weight:600;border-radius:.8rem}.header--mega-menu .menu-drawer__account .icon-account{width:1.8rem;height:1.8rem}.header--mega-menu .menu-drawer__account-register{margin-top:1.4rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.header--mega-menu .menu-drawer__account-register a{color:rgb(var(--color-button));font-weight:600;font-size:1.3rem}.header--mega-menu .menu-drawer__utility-account{margin-bottom:2rem}.header--mega-menu .menu-drawer__utility-account-header{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__utility-name{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.header--mega-menu .menu-drawer__utility-logout{font-size:1.3rem;color:rgb(var(--color-button));font-weight:500}.header--mega-menu .menu-drawer__utility-account-body{padding:1rem 1.5rem;background:rgba(var(--color-foreground),.03);border-radius:.8rem}.header--mega-menu .menu-drawer__utility-account-body li a{font-size:1.4rem;padding:1rem 0;color:rgba(var(--color-foreground),.8)}.header--mega-menu .menu-drawer__utility-account-body li a:hover{color:rgb(var(--color-button))}.header--mega-menu .menu-drawer .list-social{margin-top:2.5rem;gap:1.5rem}.header--mega-menu .menu-drawer .list-social__link{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border-radius:50%;color:rgba(var(--color-foreground),.6);transition:all .2s ease}.header--mega-menu .menu-drawer .list-social__link:hover{background:rgba(var(--color-button),.1);color:rgb(var(--color-button))}.header--mega-menu .menu-drawer .list-social__link .icon{width:1.8rem;height:1.8rem}.header--mega-menu .menu-drawer__localization-wrapper{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer__localization{margin-bottom:1rem}.header--mega-menu .menu-drawer__localization:last-child{margin-bottom:0}.header--mega-menu .menu-drawer__localization .localization-selector{padding:1rem 1.5rem;background:rgba(var(--color-foreground),.03);border-radius:.6rem;font-size:1.4rem;font-weight:500}.header--mega-menu .menu-drawer__localization .localization-selector:hover{background:rgba(var(--color-foreground),.06)}.header--mega-menu .menu-drawer .mega-menu__items{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 2rem 2rem;background:rgba(var(--color-foreground),.02)}.header--mega-menu .menu-drawer .mega-menu__item{position:relative;border-radius:.8rem;overflow:hidden;min-height:12rem;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem}.header--mega-menu .menu-drawer .mega-menu__item-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.header--mega-menu .menu-drawer .mega-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.header--mega-menu .menu-drawer .mega-menu__item-heading{position:relative;z-index:1;font-size:1.4rem;font-weight:700;color:#fff;margin:0}.header--mega-menu .menu-drawer .mega-menu__item-description{position:relative;z-index:1;font-size:1.2rem;color:#ffffffd9;margin-top:.3rem}.header--mega-menu .menu-drawer .mega-menu__item-button-wrapper{position:relative;z-index:1;margin-top:.8rem}.header--mega-menu .menu-drawer .mega-menu__item-button{font-size:1.2rem;padding:.6rem 1rem}
/*# sourceMappingURL=/cdn/shop/t/76/assets/section-header-enhanced.css.map */
