.custom-mega-menu-wrapper{display:contents}.custom-mega-menu{--mega-menu-bg-color: rgb(var(--color-background));display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--mega-menu-bg-color);border-top:1px solid rgba(var(--color-foreground),.08);box-shadow:var(--shadow-dropdown);z-index:10;opacity:0;transform:translateY(-1rem);transition:opacity .3s ease,transform .3s ease;overflow:hidden}.custom-mega-menu:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--mega-menu-bg-image);background-size:cover;background-position:center;opacity:var(--mega-menu-bg-image-opacity, .2);z-index:-1}.custom-mega-menu.is-open{display:block;opacity:1;transform:translateY(0)}.custom-mega-menu__content{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding:2.5rem 0}@media screen and (min-width: 750px){.custom-mega-menu__content{grid-template-columns:repeat(4,1fr);gap:3rem}}.custom-mega-menu__column,.custom-mega-menu__promo-wrapper{padding:0 1rem}.custom-mega-menu__heading{font-size:1.6rem;font-weight:700;margin:0 0 1rem;letter-spacing:.05em;text-transform:none;color:var(--mega-menu-heading-color, rgb(var(--color-foreground)))}.custom-mega-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.custom-mega-menu__link{text-decoration:none;color:var(--mega-menu-text-color, rgba(var(--color-foreground), .75));transition:color .2s ease;font-size:1.4rem}.custom-mega-menu__link:hover{color:var(--mega-menu-heading-color, rgb(var(--color-foreground)));text-decoration:underline}.custom-mega-menu__promo{padding:1.5rem;display:flex;flex-direction:column;height:100%}.custom-mega-menu__promo-text-wrapper{display:flex;flex-direction:column;flex-grow:1}.custom-mega-menu__promo-image-wrapper{margin-bottom:1rem;border-radius:var(--border-radius);overflow:hidden}.custom-mega-menu__promo-image{width:100%;height:auto}.custom-mega-menu__promo-heading{margin:0 0 .5rem}.custom-mega-menu__promo-text{margin:0 0 1rem;color:var(--mega-menu-text-color, rgba(var(--color-foreground), .75))}.custom-mega-menu__promo-button{margin-top:auto;width:fit-content;border-radius:5px}.custom-mega-menu__promo-button.button--secondary{color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground),.2)}.custom-mega-menu__promo-button.button--secondary:hover{border-color:rgb(var(--color-foreground))}.custom-mega-menu__promo--product{padding:0;background-color:transparent}.custom-mega-menu__promo-product-link{text-decoration:none;display:block;height:100%}.custom-mega-menu__promo-product-info{padding:1rem .5rem}.custom-mega-menu__promo-product-title{font-size:1.4rem;margin:0 0 .5rem;font-weight:600;color:var(--mega-menu-heading-color, rgb(var(--color-foreground)))}.custom-mega-menu__promo-product-price{font-size:1.4rem;margin:0;color:var(--mega-menu-text-color, rgba(var(--color-foreground), .75))}.custom-mega-menu__promo-video-container{position:relative;height:0;overflow:hidden;background-color:#000;border-radius:var(--border-radius)}.custom-mega-menu__promo-video-container+.custom-mega-menu__promo-text-wrapper{margin-top:1.5rem}.custom-mega-menu__promo-video-container>div,.custom-mega-menu__promo-video-container>iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.custom-mega-menu__promo-video-facade{cursor:pointer;position:relative;height:100%;width:100%}.custom-mega-menu__promo-video-facade img{width:100%;height:100%;object-fit:cover}.custom-mega-menu__promo-video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;background-color:#00000080;border-radius:50%;display:flex!important;justify-content:center;align-items:center;pointer-events:none;transition:background-color .2s ease;z-index:100!important}.custom-mega-menu__promo-video-facade:hover .custom-mega-menu__promo-video-play-button{background-color:#f00c}.custom-mega-menu__promo-video-play-button:before{content:"";display:block;width:0;height:0;border-style:solid;border-width:9px 0 9px 15px;border-color:transparent transparent transparent white;margin-left:3px}.youtube-mute-button{position:absolute;bottom:2px!important;right:2px!important;z-index:50;cursor:pointer;background-color:#00000080;border:none;border-radius:50%;width:18px!important;height:18px!important;display:flex;justify-content:center;align-items:center;padding:4px!important;transition:background-color .2s ease}.youtube-mute-button:hover{background-color:#000c}.youtube-mute-button svg{width:100%;height:100%;fill:#fff}.youtube-mute-button .unmuted-icon{display:none}.youtube-mute-button .muted-icon,.youtube-mute-button.unmuted .unmuted-icon{display:block}.youtube-mute-button.unmuted .muted-icon{display:none}.custom-mega-menu__content--tabbed{grid-template-columns:1fr 2fr 1fr}.custom-mega-menu__promo-container{grid-column:3 / 4}.custom-mega-menu__content--tabbed .custom-mega-menu__promo-wrapper{display:none}.custom-mega-menu__promo-wrapper.is-active{display:block}.custom-mega-menu__tabs{padding-right:2rem;border-right:1px solid rgba(var(--color-foreground),.08)}.custom-mega-menu__tab-panels{grid-column:2 / 3}.custom-mega-menu__tab-panel{display:none}.custom-mega-menu__tab-panel.is-active{display:block}.custom-mega-menu__tab-trigger{display:block;width:100%;padding:1rem;background:none;border:none;text-align:left;font-size:1.5rem;font-weight:600;cursor:pointer;border-radius:var(--border-radius);transition:background-color .2s ease,color .2s ease;color:var(--mega-menu-text-color, rgba(var(--color-foreground), .75))}.custom-mega-menu__tab-trigger:hover,.custom-mega-menu__tab-trigger.is-active{background-color:rgba(var(--color-foreground),.04);color:var(--mega-menu-heading-color, rgb(var(--color-foreground)))}.custom-mega-menu__list--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem}.custom-mega-menu__multi-column-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.custom-mega-menu__multi-column-heading{font-size:1.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:.05em;text-transform:none;color:var(--mega-menu-heading-color, rgb(var(--color-foreground)))}@keyframes stagger-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.custom-mega-menu.has-stagger-animation .custom-mega-menu__column,.custom-mega-menu.has-stagger-animation .custom-mega-menu__tabs,.custom-mega-menu.has-stagger-animation .custom-mega-menu__tab-panels,.custom-mega-menu.has-stagger-animation .custom-mega-menu__promo-container,.custom-mega-menu.has-stagger-animation .custom-mega-menu__promo-wrapper{opacity:0;animation:stagger-fade-in .3s ease forwards}.mobile-mega-menu{padding:0 0 0 3rem}.mobile-mega-menu__details{margin:0}.mobile-mega-menu__summary{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1rem;list-style:none}.mobile-mega-menu__summary::-webkit-details-marker{display:none}.mobile-mega-menu__list{list-style:none;padding:0 0 1rem 3rem;margin:0}.mobile-mega-menu__link{display:block;padding:1rem 1rem 1rem 2rem;text-decoration:none;font-size:1.6rem;color:rgb(var(--color-foreground),.75)}.mobile-mega-menu__subheading{font-size:1.8rem;font-weight:700;text-transform:none;letter-spacing:.02em;padding:1.5rem 0 .5rem 3rem;margin:0;color:rgb(var(--color-foreground))}.mobile-mega-menu__subheading:first-of-type{padding-top:.5rem}.drawer__menu .mobile-mega-menu__details{border-bottom:1px solid rgba(var(--color-foreground),.08)}.drawer__menu .mobile-mega-menu .mobile-mega-menu__details:last-child{border-bottom:none}.youtube-video-container .youtube-mute-button{width:40px!important;height:40px!important;bottom:15px!important;right:15px!important;padding:8px!important}.custom-mega-menu__content:not(.custom-mega-menu__content--tabbed) .custom-mega-menu__promo{height:fit-content}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-mega-menu.css.map */
