.mega-menu{position:static}.mega-menu[open]>.header__menu-item,.mega-menu[open]:hover>.header__menu-item{text-decoration:none}.mega-menu__content{background-color:rgb(var(--color-background));border-left:0;border-radius:0;border-right:0;left:0;overflow-y:auto;padding-bottom:3rem;padding-top:3rem;position:absolute;right:0;top:100%;z-index:10;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1)}.shopify-section-header-sticky .mega-menu__content{max-height:calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem)}.header-wrapper--border-bottom .mega-menu__content{border-top:0}.js .mega-menu__content{opacity:0;transform:translateY(-1.5rem);visibility:hidden}.mega-menu[open] .mega-menu__content{opacity:1;transform:translateY(0);visibility:visible}.mega-menu summary .icon-caret{transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mega-menu[open] summary .icon-caret{transform:rotate(180deg)}.mega-menu__list{display:grid;gap:1.8rem 4rem;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none}.mega-menu[open] .mega-menu__list li{opacity:0;transform:translateY(.5rem);animation:menu-item-appear .3s cubic-bezier(.4,0,.2,1) forwards}.mega-menu[open] .mega-menu__list li:nth-child(1){animation-delay:.1s}.mega-menu[open] .mega-menu__list li:nth-child(2){animation-delay:.12s}.mega-menu[open] .mega-menu__list li:nth-child(3){animation-delay:.14s}.mega-menu[open] .mega-menu__list li:nth-child(4){animation-delay:.16s}.mega-menu[open] .mega-menu__list li:nth-child(5){animation-delay:.18s}.mega-menu[open] .mega-menu__list li:nth-child(6){animation-delay:.2s}.mega-menu[open] .mega-menu__list li:nth-child(7){animation-delay:.22s}.mega-menu[open] .mega-menu__list li:nth-child(8){animation-delay:.24s}.mega-menu[open] .mega-menu__list li:nth-child(9){animation-delay:.26s}.mega-menu[open] .mega-menu__list li:nth-child(10){animation-delay:.28s}.mega-menu[open] .mega-menu__list li:nth-child(11){animation-delay:.3s}.mega-menu[open] .mega-menu__list li:nth-child(12){animation-delay:.32s}@keyframes menu-item-appear{to{opacity:1;transform:translateY(0)}}.mega-menu__link{color:rgba(var(--color-foreground),1);display:block;line-height:calc(1 + .3 / var(--font-body-scale));padding-bottom:.6rem;padding-top:.6rem;text-decoration:none;transition:text-decoration var(--duration-short) ease;word-wrap:break-word}.mega-menu__link--level-2{font-weight:700;position:relative;display:inline-block}.mega-menu__link--level-2:after{content:"";position:absolute;bottom:.6rem;left:0;width:0;height:1.5px;background-color:currentColor;transition:width .3s ease}.mega-menu__link--level-2:hover:after{width:100%}.header--top-center .mega-menu__list{display:flex;justify-content:center;flex-wrap:wrap;column-gap:0}.header--top-center .mega-menu__list>li{width:16%;padding-right:2.4rem}.mega-menu__link:hover,.mega-menu__link--active{color:rgb(var(--color-foreground))}.mega-menu__link--active:hover{text-decoration-thickness:.2rem}.mega-menu .mega-menu__list--condensed{display:block}.mega-menu__list--condensed .mega-menu__link{font-weight:400}.header-featured-products{padding:0}.header-featured-products__title{margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.header-featured-products__title h3{margin:0;font-size:1.4rem;font-weight:600;line-height:1.2}.header-featured-products__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;list-style:none;padding:0;margin:0}.header-featured-products__grid--2-cols{grid-template-columns:repeat(2,1fr);max-width:500px;margin:0 auto}.header-featured-products__grid--3-cols{grid-template-columns:repeat(3,1fr);max-width:700px;margin:0 auto}.header-featured-products__grid--4-cols{grid-template-columns:repeat(4,1fr);max-width:900px;margin:0 auto}.header-featured-products__grid--5-cols{grid-template-columns:repeat(5,1fr)}.header-featured-products__grid--6-cols{grid-template-columns:repeat(6,1fr)}.header-featured-products__item{position:relative}.header-featured-products__link,.header-featured-products__link:hover,.header-featured-products__link:focus,.header-featured-products__link:active{display:flex;flex-direction:column;text-decoration:none!important;color:inherit;height:100%;transition:all var(--duration-short) ease;background:none;border:none;box-shadow:none}.header-featured-products__link:hover{color:rgb(var(--color-foreground))}.header-featured-products__product-title,.header-featured-products__product-title:hover{text-decoration:none!important}.header-featured-products__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:rgba(var(--color-foreground),.03);border-radius:var(--product-card-corner-radius, 0);margin-bottom:.8rem}.header-featured-products__image img{width:100%;height:100%;object-fit:cover}.header-featured-products__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.5);font-size:.9rem}.header-featured-products__badge{position:absolute;top:.8rem;right:.8rem;font-size:10px;border-radius:4px;background:#8566f4;padding:4px 8px 2px;color:#fff;text-transform:uppercase;font-weight:500;letter-spacing:-.03em;z-index:2}.header-featured-products__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.header-featured-products__product-title{margin:0 0 .4rem;font-size:var(--font-heading-scale);line-height:1.3;color:rgba(var(--color-foreground),1);font-weight:600;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.header-featured-products__price{margin:0}.header-featured-products__price .price{font-size:1.4rem;color:rgba(var(--color-foreground),.85)}.header-featured-products__item{opacity:0;transform:translateY(.8rem);animation:header-featured-product-appear .4s cubic-bezier(.4,0,.2,1) forwards}.header-featured-products__item:nth-child(1){animation-delay:.1s}.header-featured-products__item:nth-child(2){animation-delay:.15s}.header-featured-products__item:nth-child(3){animation-delay:.2s}.header-featured-products__item:nth-child(4){animation-delay:.25s}.header-featured-products__item:nth-child(5){animation-delay:.3s}.header-featured-products__item:nth-child(6){animation-delay:.35s}@keyframes header-featured-product-appear{to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 989px){.mega-menu__list{grid-template-columns:repeat(3,minmax(0,1fr))}.header-featured-products__grid,.header-featured-products__grid--4-cols,.header-featured-products__grid--5-cols,.header-featured-products__grid--6-cols{grid-template-columns:repeat(3,1fr);max-width:none;gap:1.5rem}.header-featured-products__grid--2-cols{grid-template-columns:repeat(2,1fr);max-width:400px}.header-featured-products__grid--3-cols{grid-template-columns:repeat(3,1fr);max-width:none}}@media screen and (max-width: 749px){.mega-menu__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem}.header-featured-products__grid,.header-featured-products__grid--3-cols,.header-featured-products__grid--4-cols,.header-featured-products__grid--5-cols,.header-featured-products__grid--6-cols{grid-template-columns:repeat(2,1fr);max-width:none;gap:1rem}.header-featured-products__grid--2-cols{grid-template-columns:repeat(2,1fr);max-width:none}}@media (prefers-reduced-motion){.mega-menu__content{transition:opacity .1s ease,transform .1s ease,visibility .1s ease}.mega-menu summary .icon-caret{transition:transform .1s ease}.mega-menu[open] .mega-menu__list li,.header-featured-products__item{animation:none;opacity:1;transform:none}.mega-menu__link--level-2:after{transition:width .1s ease}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-mega-menu.css.map */
