.v2-mega-menu{position:static}.v2-enhanced-mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;z-index:1001}.v2-mega-menu__inner{max-width:var(--page-width);margin:0 auto;padding:2rem;display:grid;grid-template-columns:230px 1fr 260px;gap:4rem;align-items:stretch;min-height:300px}.v2-mega-menu__categories{flex-shrink:0;width:100%;min-width:230px;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;position:relative}.v2-mega-menu__categories-list{list-style:none;padding:0;margin:0 0 auto;overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 80px);scrollbar-width:none;-ms-overflow-style:none}.v2-mega-menu__categories-list::-webkit-scrollbar{display:none}.v2-mega-menu__category-item{margin-bottom:.5rem}.v2-mega-menu__category-link{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;text-decoration:none;color:rgba(var(--color-foreground),.5);font-size:calc(var(--font-heading-scale) * 2rem);font-family:var(--font-heading-family);font-weight:600;letter-spacing:.02em;line-height:1.2;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-mega-menu__category-link span{position:relative;display:inline-block}@keyframes underlineSlideIn{0%{transform:scaleX(0);transform-origin:left center}to{transform:scaleX(1);transform-origin:left center}}@keyframes underlineSlideOut{0%{transform:scaleX(1);transform-origin:right center}to{transform:scaleX(0);transform-origin:right center}}.v2-mega-menu__category-link span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:rgb(var(--color-foreground));transform:scaleX(0);transform-origin:left center;animation:underlineSlideOut .3s ease forwards}.v2-mega-menu__category-link:hover span:after{animation:underlineSlideIn .3s ease forwards}.v2-mega-menu__category-link.active{color:rgb(var(--color-foreground))}.v2-mega-menu__category-link.active{font-weight:600}.v2-mega-menu__categories-footer{margin-top:auto;padding-top:1.5rem;padding-bottom:.5rem;border-top:1px solid rgba(var(--color-foreground),1);flex-shrink:0;background:rgb(var(--color-background))}.v2-mega-menu__view-all-categories{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem;text-decoration:none;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:600;letter-spacing:.02em;transition:all .2s ease}.v2-mega-menu__view-all-categories:hover{gap:1.2rem;color:rgb(var(--color-foreground))}.v2-mega-menu__arrow-icon{display:inline-flex;align-items:center;transition:transform .2s ease;transform:rotate(0)}.v2-mega-menu__arrow-icon svg{width:14px;height:14px}.v2-mega-menu__view-all-categories:hover .v2-mega-menu__arrow-icon{transform:translate(4px)}.v2-mega-menu__products{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:visible;scrollbar-width:none;-ms-overflow-style:none}.v2-mega-menu__products::-webkit-scrollbar{display:none}.v2-mega-menu__products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.8rem}.v2-mega-menu__products-title{font-size:calc(var(--font-body-scale) * 1.1rem);text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-foreground),.6)}.v2-mega-menu__products-count{font-size:calc(var(--font-body-scale) * 1.1rem);color:rgba(var(--color-foreground),.6)}.v2-mega-menu__products-grid{display:grid;gap:1.5rem;flex:1}.v2-mega-menu__products-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;overflow:visible}.v2-mega-menu__product-item:nth-child(n+4){display:none}@media screen and (max-width: 1200px){.v2-mega-menu__inner{grid-template-columns:230px 1fr 260px}.v2-mega-menu__categories{min-width:230px}.v2-mega-menu__featured{min-width:260px}.v2-mega-menu__products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.v2-mega-menu__product-item:nth-child(3){display:none}}.v2-mega-menu__product-item{position:relative}.v2-mega-menu__view-all-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:rgb(var(--color-foreground));font-size:calc(var(--font-body-scale) * 1.2rem);font-weight:500;transition:gap .2s ease}.v2-mega-menu__view-all-link:hover{gap:1rem}.v2-mega-menu__view-all-arrow{transition:transform .2s ease}.v2-mega-menu__view-all-arrow{transform:translate(4px)}.v2-mega-menu__featured{width:100%;min-width:260px;flex-shrink:0;position:relative;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#0000,#000000b3);min-height:300px}.v2-mega-menu__featured:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.v2-mega-menu__featured[data-bg-image]:before{background-image:var(--bg-image)}.v2-mega-menu__featured-content{position:relative;z-index:1;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);color:#fff;display:flex;flex-direction:column;gap:1rem}.v2-mega-menu__featured-title{font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:700;margin:0;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.2}.v2-mega-menu__featured-description{font-size:calc(var(--font-body-scale) * 1.3rem);color:#fffffff2;line-height:1.4;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5)}.v2-mega-menu__featured-button{display:inline-block;padding:.8rem 1.5rem;background:#fff;color:rgb(var(--color-foreground));text-decoration:none;border-radius:6px;font-weight:600;text-align:center;transition:all .2s ease;align-self:flex-start;margin-top:.5rem}.v2-mega-menu__featured-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d;background:#fffffff2}.v2-mega-menu__product-badge{position:absolute;top:.5rem;left:.5rem;padding:.3rem .6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:calc(var(--font-body-scale) * .9rem);font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.v2-mega-menu__product-badge--sale{background:#f44;color:#fff}.v2-mega-menu__product-badge--new{background:#4f4;color:rgb(var(--color-foreground))}.v2-mega-menu__loading{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v2-mega-menu__products.loading .v2-mega-menu__products-grid{opacity:.3;pointer-events:none}.v2-mega-menu__products.loading .v2-mega-menu__loading{display:block}@media screen and (min-width: 1536px){.v2-mega-menu__inner{grid-template-columns:320px 1fr 340px;padding:2.5rem}.v2-mega-menu__categories{min-width:320px}.v2-mega-menu__featured{min-width:340px}}@media screen and (max-width: 1200px){.v2-mega-menu__inner{grid-template-columns:230px 1fr 260px;gap:2rem}.v2-mega-menu__products-grid{grid-template-columns:repeat(2,1fr)}.v2-mega-menu__product-item:nth-child(3){display:none}}@media screen and (max-width: 990px){.v2-mega-menu__inner{grid-template-columns:1fr;gap:1.5rem}.v2-mega-menu__categories{border-right:none;border-bottom:1px solid rgba(var(--color-foreground),1);padding-right:0;padding-bottom:1.5rem}.v2-mega-menu__categories-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.v2-mega-menu__products-grid{grid-template-columns:repeat(2,1fr)}.v2-mega-menu__featured{display:none}}@media screen and (max-width: 750px){.v2-mega-menu__inner{padding:1.5rem 1rem}.v2-mega-menu__products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/v2-mega-menu.css.map */
