:root{--ecofox-mega-green: #576238;--ecofox-mega-lime: #a6b939;--ecofox-mega-cream: #fff6ef;--ecofox-mega-orange: #e69f27;--ecofox-mega-text: #2f351d;--ecofox-mega-menu-top: var(--header-height, 110px)}body.ecofox-mega-menu-open{overflow:hidden}.header__menu-item--has-ecofox-mega{gap:8px}.ecofox-mega-menu-trigger__icon{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;color:var(--ecofox-mega-lime)}.ecofox-mega-menu-trigger__icon svg,.ecofox-mega-menu-trigger__icon img{display:block;width:100%;height:100%;object-fit:contain}.ecofox-mega-menu-wrapper{position:fixed!important;inset:var(--ecofox-mega-menu-top) 0 auto 0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important;max-height:calc(100vh - var(--ecofox-mega-menu-top));overflow-y:auto;border:0;background:transparent!important;box-shadow:none!important;padding:0!important;opacity:0;pointer-events:none;transform:translateY(-18px)!important;visibility:hidden;z-index:30;clip-path:inset(0 0 100% 0);transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),clip-path .3s cubic-bezier(.22,1,.36,1),visibility 0s linear .3s}.js .ecofox-mega-menu-wrapper{transform:translateY(-18px)!important}.ecofox-mega-menu-disclosure[open]>.ecofox-mega-menu-wrapper{visibility:visible;transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1),clip-path .3s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.ecofox-mega-menu-disclosure.is-open>.ecofox-mega-menu-wrapper{opacity:1;pointer-events:auto;transform:translateY(0)!important;clip-path:inset(0 0 0 0)}.ecofox-mega-menu-disclosure.is-closing>.ecofox-mega-menu-wrapper{opacity:0;pointer-events:none;transform:translateY(-18px)!important;clip-path:inset(0 0 100% 0)}.ecofox-mega-menu-wrapper:before{content:"";position:absolute;left:0;right:0;top:-1px;height:1px}.ecofox-mega-menu{width:100%;min-width:100%;margin:0;padding:0;box-sizing:border-box;color:var(--ecofox-mega-cream)}.ecofox-mega-menu__inner{width:100%;max-height:calc(100vh - var(--ecofox-mega-menu-top));overflow-y:auto;overscroll-behavior:contain;border-radius:0;background:var(--ecofox-mega-green);box-shadow:0 14px 24px #00000029;padding:clamp(8px,1.15vw,14px) clamp(28px,6vw,86px) clamp(18px,2vw,26px);box-sizing:border-box}.ecofox-mega-menu__heading{margin:0 0 clamp(10px,1.15vw,14px);color:var(--ecofox-mega-cream);font-family:Caprasimo,var(--font-heading-family);font-size:clamp(2.6rem,2.25vw,3.4rem);font-weight:400;line-height:1.08;letter-spacing:0;text-align:center}.ecofox-mega-menu__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2vw,28px);width:min(100%,1210px);margin:0 auto;padding:0;list-style:none}.ecofox-mega-menu-card{display:grid;grid-template-rows:auto auto;min-height:100%;text-align:center}.ecofox-mega-menu-card__media-link,.ecofox-mega-menu-card__title a{color:inherit;text-decoration:none}.ecofox-mega-menu-card__media{display:block;overflow:hidden;width:100%;height:clamp(170px,18vw,245px);border-radius:16px;background:var(--ecofox-mega-cream)}.ecofox-mega-menu-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.ecofox-mega-menu-card__media-link:hover .ecofox-mega-menu-card__image{transform:scale(1.025)}.ecofox-mega-menu-card__title{min-height:0;margin:12px 0 0;color:var(--ecofox-mega-cream);font-family:Jost,var(--font-body-family);font-size:clamp(1.45rem,1.05vw,1.65rem);font-weight:700;line-height:1.2;letter-spacing:0}.ecofox-mega-menu__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:clamp(18px,2vw,26px)}.ecofox-mega-menu__button{display:inline-flex;min-width:170px;min-height:42px;align-items:center;justify-content:center;border:2px solid var(--ecofox-mega-lime);border-radius:10px;padding:9px 24px;font-family:Jost,var(--font-body-family);font-size:1.55rem;font-weight:700;line-height:1.1;letter-spacing:0;text-align:center;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.ecofox-mega-menu__button--primary{background:var(--ecofox-mega-orange);border-color:var(--ecofox-mega-orange);color:var(--ecofox-mega-cream)}.ecofox-mega-menu__button--secondary{background:transparent;color:var(--ecofox-mega-cream)}.ecofox-mega-menu__button:hover{transform:translateY(-1px)}.ecofox-mega-menu__button--primary:hover{background:#cf8819;border-color:#cf8819;color:var(--ecofox-mega-cream)}.ecofox-mega-menu__button--secondary:hover{background:var(--ecofox-mega-lime);color:var(--ecofox-mega-green)}.ecofox-mega-menu-accordion>summary.menu-drawer__menu-item{display:flex;align-items:center;justify-content:space-between;padding-right:3rem}.ecofox-mega-menu-accordion__label{display:inline-flex;min-width:0;align-items:center;gap:10px}.ecofox-mega-menu-accordion__caret{position:static!important;width:14px!important;transform:none!important;transition:transform .18s ease}.ecofox-mega-menu-accordion[open] .ecofox-mega-menu-accordion__caret{transform:rotate(180deg)!important}.ecofox-mega-menu-accordion__panel{overflow:visible}.ecofox-mega-menu--mobile{width:100%;padding:0}.ecofox-mega-menu--mobile .ecofox-mega-menu__inner{max-height:none;border-radius:0;box-shadow:none;padding:24px 20px 30px;overscroll-behavior:auto}.ecofox-mega-menu--mobile .ecofox-mega-menu__heading{margin-bottom:20px;font-size:2.6rem}.ecofox-mega-menu--mobile .ecofox-mega-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.ecofox-mega-menu--mobile .ecofox-mega-menu-card__media{height:auto;aspect-ratio:1 / 1;border-radius:16px}.ecofox-mega-menu--mobile .ecofox-mega-menu-card__title{min-height:38px;margin:12px 0;font-size:1.4rem}.ecofox-mega-menu--mobile .ecofox-mega-menu__actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}.ecofox-mega-menu--mobile .ecofox-mega-menu__button{width:100%;min-height:42px;padding:9px 14px;font-size:1.4rem}@media screen and (max-width:1180px)and (min-width:990px){.ecofox-mega-menu__inner{padding-left:36px;padding-right:36px}.ecofox-mega-menu__button{font-size:1.35rem}}@media screen and (max-width:989px){body.ecofox-mega-menu-open{overflow:auto}.ecofox-mega-menu-wrapper{display:none}}@media screen and (max-width:520px){.ecofox-mega-menu--mobile .ecofox-mega-menu__inner{padding:22px 16px 28px}.ecofox-mega-menu--mobile .ecofox-mega-menu__grid{gap:16px 12px}.ecofox-mega-menu--mobile .ecofox-mega-menu__button{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.ecofox-mega-menu-wrapper,.ecofox-mega-menu-card__image,.ecofox-mega-menu__button,.ecofox-mega-menu-accordion__caret{transition:none}.ecofox-mega-menu-wrapper{transform:none!important;clip-path:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom-mega-menu.css.map */
