.custom-mega-menu{position:relative;z-index:100}.custom-mega-menu__list{display:flex;list-style:none;margin:0;padding:0;align-items:center}.custom-mega-menu__item{position:relative}.custom-mega-menu__link{display:flex;align-items:center;padding:1rem;text-decoration:none;color:inherit;font-weight:400;transition:color .3s ease;font-size:14px}.custom-mega-menu__link:hover{color:rgb(var(--color-foreground-accent))}.custom-mega-menu__arrow{margin-left:.5rem;transition:transform .3s ease}.custom-mega-menu__item:hover .custom-mega-menu__arrow{transform:rotate(180deg)}.custom-mega-menu__dropdown{position:absolute;top:100%;left:0;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;box-shadow:0 10px 40px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px) scale(0);transition:all .3s ease;min-width:800px;max-width:1200px;z-index:-1000}.custom-mega-menu__dropdown[data-style=horizontal-tabs]{position:fixed;left:0;right:0;top:var(--header-height, 60px);transform:translateY(-110px) scale(1);width:100%;max-width:none;margin:0;z-index:-1000}@media screen and (min-width: 750px){.custom-mega-menu__dropdown[data-style=horizontal-tabs]{left:3rem;right:3rem;width:auto}}@media screen and (min-width: 990px){.custom-mega-menu__dropdown[data-style=horizontal-tabs]{left:5rem;right:5rem}}.custom-mega-menu__item:hover .custom-mega-menu__dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1);z-index:1000}.custom-mega-menu__item:hover .custom-mega-menu__dropdown[data-style=horizontal-tabs]{transform:translateY(25px) scale(1)}.custom-mega-menu__container{padding:2rem;z-index:1000}.mega-menu-vertical{display:flex;gap:2rem;min-height:400px}.mega-menu-vertical__sidebar{flex:0 0 250px;border-right:1px solid rgba(var(--color-foreground),.1);padding-right:2rem}.mega-menu-vertical__custom-content{margin-bottom:2rem}.mega-menu-vertical__image img{width:100%;height:auto;border-radius:6px}.mega-menu-vertical__text{margin-top:1rem;font-size:.9rem;line-height:1.5}.mega-menu-vertical__text a{color:inherit;text-decoration:none}.mega-menu-vertical__tabs{list-style:none;margin:0;padding:0}.mega-menu-vertical__tab{padding:.75rem 1rem;cursor:pointer;border-radius:6px;margin-bottom:.5rem;transition:all .3s ease;font-weight:500}.mega-menu-vertical__tab:hover,.mega-menu-vertical__tab.active{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground-accent))}.mega-menu-vertical__content{flex:1}.mega-menu-vertical__panel{display:none}.mega-menu-vertical__panel.active{display:block}.mega-menu-horizontal{min-height:400px}.mega-menu-horizontal__custom-content{margin-bottom:2rem;text-align:center}.mega-menu-horizontal__image img{max-width:300px;height:auto;border-radius:6px}.mega-menu-horizontal__text{margin-top:1rem;font-size:.9rem;line-height:1.5}.mega-menu-horizontal__tabs-wrapper{position:relative;margin-bottom:2rem}.mega-menu-horizontal__tabs-scroll{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 2rem}.mega-menu-horizontal__tabs-scroll::-webkit-scrollbar{display:none}.mega-menu-horizontal__tabs{display:flex;list-style:none;margin:0;padding:0;gap:1rem;min-width:max-content}.mega-menu-horizontal__tab{padding:.75rem 1.5rem;cursor:pointer;border-radius:25px;white-space:nowrap;transition:all .3s ease;font-weight:500;border:1px solid rgba(var(--color-foreground),.2)}.mega-menu-horizontal__tab:hover,.mega-menu-horizontal__tab.active{background:rgb(var(--color-foreground-accent));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground-accent))}.mega-menu-horizontal__scroll-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.mega-menu-horizontal__scroll-btn:hover{background:rgba(var(--color-foreground),.05)}.mega-menu-horizontal__scroll-btn--left{left:0}.mega-menu-horizontal__scroll-btn--right{right:0}.mega-menu-horizontal__panel{display:none}.mega-menu-horizontal__panel.active{display:block}.mega-menu-two-column{display:grid;grid-template-columns:1fr 2fr;gap:3rem;min-height:300px}.mega-menu-two-column__left{text-align:center}.mega-menu-two-column__image img{width:100%;max-width:300px;height:auto;border-radius:8px}.mega-menu-two-column__title{margin:1.5rem 0 1rem}.mega-menu-two-column__title h3{margin:0;font-size:1.5rem;font-weight:600}.mega-menu-two-column__title a{color:inherit;text-decoration:none}.mega-menu-two-column__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgb(var(--color-foreground-accent));color:rgb(var(--color-background));text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.mega-menu-two-column__cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-foreground-accent),.3)}.mega-menu-two-column__grid{display:grid;gap:1rem}.mega-menu-two-column__grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.mega-menu-two-column__grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.mega-menu-two-column__grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.mega-menu-two-column__grid-item{padding:1rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:6px;transition:all .3s ease}.mega-menu-two-column__grid-item:hover{border-color:rgb(var(--color-foreground-accent));transform:translateY(-2px)}.mega-menu-two-column__grid-link{display:flex;align-items:center;justify-content:space-between;color:inherit;text-decoration:none}.mega-menu-two-column__grid-item h4{margin:0;font-size:1rem;font-weight:500}.mega-menu-products{display:grid;gap:1.5rem}.mega-menu-products[data-products-per-row="2"]{grid-template-columns:repeat(2,1fr)}.mega-menu-products[data-products-per-row="3"]{grid-template-columns:repeat(3,1fr)}.mega-menu-products[data-products-per-row="4"]{grid-template-columns:repeat(4,1fr)}.mega-menu-product-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative}.mega-menu-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.mega-menu-product-card__link{display:block;color:inherit;text-decoration:none}.mega-menu-product-card__image{aspect-ratio:1;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.mega-menu-product-card__image img{width:100%;height:100%;object-fit:cover}.mega-menu-product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.mega-menu-product-card__content{padding:1rem}.mega-menu-product-card__title{margin:0 0 .5rem;font-size:.9rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mega-menu-product-card__price{display:flex;align-items:center;gap:.5rem;font-weight:600}.mega-menu-product-card__price-compare{text-decoration:line-through;color:rgba(var(--color-foreground),.6);font-size:.85rem}.mega-menu-product-card__price-sale{color:rgb(var(--color-foreground-accent))}.mega-menu-product-card__badge{position:absolute;top:.5rem;right:.5rem;background:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.mega-menu-product-card__badge--sale{background:rgb(var(--color-foreground-accent))}.mega-menu-view-more{margin-top:2rem;text-align:center}.mega-menu-view-more__btn{display:inline-flex;align-items:center;gap:.5rem}@media (max-width:1279px){.custom-mega-menu__link{font-size:12px}}@media (max-width:1169px){nav.custom-mega-menu{display:none!important}}@media screen and (max-width: 990px){.custom-mega-menu__dropdown{position:fixed;top:0;left:0;right:0;bottom:0;min-width:auto;max-width:none;border-radius:0;transform:translateY(100%);z-index:9999}.custom-mega-menu__item:hover .custom-mega-menu__dropdown{transform:translateY(0)}.custom-mega-menu__dropdown[data-style=horizontal-tabs]{position:fixed;width:100vw;left:0;right:0;top:0}.mega-menu-vertical{flex-direction:column}.mega-menu-vertical__sidebar{flex:none;border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.1);padding-right:0;padding-bottom:1rem}.custom-mega-menu{display:none}.mega-menu-horizontal__tabs{gap:.5rem;flex-wrap:wrap}.mega-menu-horizontal__tab{padding:.5rem 1rem;font-size:.9rem}.mega-menu-horizontal__scroll-btn{display:none}.mega-menu-two-column{grid-template-columns:1fr;gap:2rem}.mega-menu-products[data-products-per-row="4"],.mega-menu-products[data-products-per-row="3"],.mega-menu-two-column__grid[data-columns="4"],.mega-menu-two-column__grid[data-columns="3"]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 750px){.mega-menu-products,.mega-menu-two-column__grid{grid-template-columns:1fr}.mega-menu-horizontal__tabs{flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-mega-menu.css.map */
