.mega-menu{position:static}.mega-menu__content{background-color:#fff;border-left:0;border-radius:0 0 8px 8px;border-right:0;position:fixed;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;margin:0 auto;overflow-y:auto;padding:3rem;top:80px;max-height:calc(100vh - 80px - 4rem);transition:opacity var(--duration-default) ease,transform var(--duration-default) ease;box-shadow:0 8px 30px #0000001f;border-top:3px solid #5c862b;z-index:999}.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(-1rem);visibility:hidden}.mega-menu[open] .mega-menu__content{opacity:1;transform:translateY(0);visibility:visible}.mega-menu__inner{max-width:100%;width:100%;margin:0}.mega-menu__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3rem;width:100%}@media screen and (max-width: 1400px){.mega-menu__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1024px){.mega-menu__grid{grid-template-columns:repeat(3,1fr)}}.mega-menu__column{display:flex;flex-direction:column;gap:1.5rem;min-height:0}.mega-menu__column-link{display:block;text-decoration:none;border-radius:8px;overflow:visible;transition:transform .3s ease,background .3s ease;background:transparent;padding:0}.mega-menu__column-link--active{background:linear-gradient(180deg,#5c862b,#fff 90%)}.mega-menu__column-link--active:hover{background:transparent;transform:translateY(-4px)}.mega-menu__column-link:hover{transform:translateY(-4px)}.mega-menu__title{font-size:1.8rem;font-weight:700;color:#000;text-decoration:none;transition:color .2s ease;line-height:1.3;margin:0 0 1.2rem;padding:1rem 1.2rem 0;height:calc(1.8rem * 1.3 * 2 + 1rem);display:flex;align-items:flex-start}.mega-menu__column-link--active .mega-menu__title{color:#fff}.mega-menu__column-link--active:hover .mega-menu__title,.mega-menu__column-link:hover .mega-menu__title{color:#5c862b}.mega-menu__image{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;background:#f5f5f5;position:relative}.mega-menu__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mega-menu__column-link:hover .mega-menu__image img{transform:scale(1.05)}.mega-menu__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0006;opacity:0;transition:opacity .3s ease}.mega-menu__column-link:hover .mega-menu__image-overlay,.mega-menu__column-link--active .mega-menu__image-overlay{opacity:1}.mega-menu__excerpt{font-size:1.6rem;line-height:1.5;color:#fff;margin:0;padding:0;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.8),0 1px 2px rgba(0,0,0,.9);font-weight:500}.mega-menu__column-content{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem;overflow:visible;flex-shrink:0;position:relative}.mega-menu__column-content:after{content:"";position:absolute;bottom:0;left:0;right:.5rem;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.95));pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1}.mega-menu__column-content:has(.mega-menu__sublist>:nth-child(9)):after{opacity:1}.mega-menu__column-content:has(.mega-menu__sublist:hover):after{opacity:0}.mega-menu__sublist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;max-height:320px;overflow-y:auto;overflow-x:hidden;flex-shrink:0;padding-right:.5rem}.mega-menu__sublist::-webkit-scrollbar{width:5px}.mega-menu__sublist::-webkit-scrollbar-track{background:#5c862b14;border-radius:10px}.mega-menu__sublist::-webkit-scrollbar-thumb{background:#5c862b;border-radius:10px;transition:background .2s ease}.mega-menu__sublist::-webkit-scrollbar-thumb:hover{background:#4a6e23}.mega-menu__sublist{scrollbar-width:thin;scrollbar-color:#5c862b rgba(92,134,43,.08)}.mega-menu__sublink{font-size:1.5rem;color:#000;text-decoration:none;transition:all .2s ease;padding:.5rem 0;display:flex;align-items:center;gap:.8rem;line-height:1.5;font-weight:400}.mega-menu__sublink:before{content:"\2192";color:#5c862b;font-size:1.6rem;font-weight:600;transition:transform .2s ease;flex-shrink:0}.mega-menu__sublink:hover,.mega-menu__sublink--active{color:#5c862b;font-weight:500}.mega-menu__sublink:hover:before{transform:translate(4px)}.mega-menu__list{display:grid;gap:1.8rem 4rem;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none}.mega-menu__link{color:#333!important;display:block;line-height:calc(1 + .3 / var(--font-body-scale));padding:.8rem 1rem;text-decoration:none;transition:all .3s ease;word-wrap:break-word;border-radius:4px}.mega-menu__link--level-2{font-weight:600;color:#333!important;border-bottom:1px solid rgba(0,0,0,.05);margin-bottom:.5rem}.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:#7fb069!important;background-color:#7fb0690d;text-decoration:none}.mega-menu__link--active:hover{text-decoration-thickness:.2rem}.mega-menu .mega-menu__list--condensed{display:flex;flex-wrap:wrap;column-gap:2rem;row-gap:1rem;padding:1.5rem;max-width:1200px;margin:0 auto}.mega-menu__list--condensed .mega-menu__link{font-weight:400}.mega-menu__list--condensed>li{width:calc(25% - 1.5rem);min-width:180px;margin-bottom:.8rem;transition:transform .2s ease}.mega-menu__list--condensed>li:hover{transform:translate(5px)}@media screen and (max-width: 990px){.mega-menu__list--condensed>li{width:calc(33.333% - 1.5rem)}}@media screen and (max-width: 767px){.mega-menu__list--condensed>li{width:calc(50% - 1rem)}}@media screen and (max-width: 480px){.mega-menu__list--condensed>li{width:100%}.mega-menu .mega-menu__list--condensed{column-gap:1rem}}@media screen and (max-width: 989px){.mega-menu__grid{display:none}}@media (prefers-reduced-motion: no-preference){.mega-menu__column{animation:fadeInUp .4s ease forwards;opacity:0}.mega-menu[open] .mega-menu__column:nth-child(1){animation-delay:.05s}.mega-menu[open] .mega-menu__column:nth-child(2){animation-delay:.1s}.mega-menu[open] .mega-menu__column:nth-child(3){animation-delay:.15s}.mega-menu[open] .mega-menu__column:nth-child(4){animation-delay:.2s}.mega-menu[open] .mega-menu__column:nth-child(5){animation-delay:.25s}.mega-menu[open] .mega-menu__column:nth-child(6){animation-delay:.3s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.header__inline-menu{position:relative;z-index:10}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-mega-menu.css.map */
