.mega-menu{position:static}.mega-menu__content{background-color:rgb(var(--color-background))!important;border-left:0!important;border-radius:0!important;border-right:0!important;left:0!important;opacity:0!important;overflow-y:auto!important;padding-bottom:3rem!important;padding-top:3rem!important;position:fixed!important;top:var(--header-bottom-position-desktop, 100px)!important;transform:translateY(-1rem)!important;transition:opacity .25s ease,transform .25s ease,visibility .25s ease!important;visibility:hidden!important;width:100vw!important;z-index:2!important;pointer-events:none!important}.mega-menu__content:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background:transparent;z-index:-1}.js .mega-menu__content,.mega-menu[open] .mega-menu__content{opacity:0!important;transform:translateY(-1rem)!important;visibility:hidden!important}.mega-menu__list{display:grid;gap:1.8rem 4rem;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none}.mega-menu__link{color:rgba(var(--color-foreground),.75);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}.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));text-decoration:underline}.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}.list-menu--inline>li{position:relative!important}.mega-menu-wrapper{position:relative!important}.mega-menu-wrapper>a{cursor:pointer;position:relative!important;z-index:3!important;display:block}.mega-menu-wrapper:after{content:"";position:absolute;top:100%;left:0;right:0;height:22px;background:transparent;pointer-events:auto;z-index:1}.mega-menu-wrapper:hover .mega-menu__content{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.mega-menu-wrapper .mega-menu__content{opacity:0!important;visibility:hidden!important;transform:translateY(-1rem)!important;transition:opacity .25s ease,transform .25s ease,visibility .25s ease!important;pointer-events:none!important;z-index:2!important}.mega-menu__layout{display:flex;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 3rem;min-height:300px;position:relative}.mega-menu__sidebar{min-width:180px;max-width:200px;list-style:none;padding:0;margin:0;flex-shrink:0}.mega-menu__sidebar-item{margin-bottom:0;position:relative}.mega-menu__sidebar-item .mega-menu__link--level-2{padding:1rem 1.5rem;border-radius:8px;transition:all .2s ease;display:block;font-weight:400;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.mega-menu__sidebar-item:hover .mega-menu__link--level-2,.mega-menu__sidebar-item--active .mega-menu__link--level-2{background-color:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));text-decoration:none;font-weight:500}.mega-menu__panels{flex:1;position:relative;min-height:350px}.mega-menu__products-panel{display:none;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto}.mega-menu__products-panel--active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.mega-menu__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0}.mega-menu__products-panel::-webkit-scrollbar{width:6px}.mega-menu__products-panel::-webkit-scrollbar-track{background:transparent}.mega-menu__products-panel::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.15);border-radius:3px}.mega-menu__products-panel::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.25)}.mega-menu__product-card{background-color:rgba(var(--color-foreground),.02);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(var(--color-foreground),.04)}.mega-menu__product-card:hover{background-color:rgba(var(--color-foreground),.04);transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:rgba(var(--color-foreground),.08)}.mega-menu__product-link{display:flex;align-items:center;gap:1.5rem;text-decoration:none;padding:1.5rem;height:100%}.mega-menu__product-image{width:120px;height:120px;flex-shrink:0;object-fit:contain;border-radius:8px;display:block;background-color:rgba(var(--color-foreground),.02)}.mega-menu__product-content{flex:1;min-width:0}.mega-menu__product-title{display:block;font-size:1.5rem;color:rgb(var(--color-foreground));line-height:1.4;margin-bottom:.6rem;font-weight:600;word-wrap:break-word}.mega-menu__product-description{display:block;font-size:1.3rem;color:rgba(var(--color-foreground),.6);line-height:1.6;word-wrap:break-word}.mega-menu__product-card:hover .mega-menu__product-title{color:rgb(var(--color-foreground))}.mega-menu__empty-message{color:rgba(var(--color-foreground),.5);font-size:1.4rem;padding:2rem;text-align:center}.mega-menu__submenu-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.mega-menu__submenu-list .mega-menu__link{padding:1rem 1.2rem;border-radius:8px;background-color:rgba(var(--color-foreground),.02);transition:all .2s ease;display:block;font-size:1.4rem;color:rgba(var(--color-foreground),.8);border:1px solid rgba(var(--color-foreground),.04)}.mega-menu__submenu-list .mega-menu__link:hover{background-color:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));text-decoration:none;border-color:rgba(var(--color-foreground),.08)}@media screen and (max-width:989px){.mega-menu__layout{flex-direction:column;gap:2rem}.mega-menu__sidebar{max-width:100%;border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.1);padding-right:0;padding-bottom:2rem}.mega-menu__products-panel{padding-left:0}.mega-menu__product-grid,.mega-menu__submenu-list{grid-template-columns:1fr}}.mega-menu__layout--no-sidebar{justify-content:center;padding:3rem}.mega-menu__panels--centered{display:flex;justify-content:center;align-items:flex-start;min-height:auto}.mega-menu__panels--centered .mega-menu__products-panel{position:static;width:100%;max-width:1400px}.mega-menu__panels--centered .mega-menu__product-grid,.mega-menu__panels--centered .mega-menu__submenu-list{justify-content:center}.mega-menu__panels--centered .mega-menu__product-grid,.mega-menu__panels--centered .mega-menu__submenu-list{grid-template-columns:repeat(3,1fr)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-mega-menu.css.map */
