/*
Generated time: June 24, 2025 07:11
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mega-menu-container{visibility:hidden;position:absolute;width:100%;left:0;right:0;background:#fcfcfa;border-top:1px solid rgba(var(--color-foreground),.08);transform-origin:top;transform:translateY(-20px);opacity:0;transition:transform .3s ease-out,opacity .2s ease-out,visibility 0s;z-index:20;-webkit-overflow-scrolling:touch}.mega-menu-container.is-active{visibility:visible;transform:none;opacity:1}.custom-menu-dropdown svg{transition:all .3s ease}.custom-menu-dropdown.is-active svg{transform:rotate(180deg)}.header__submenu{max-width:var(--page-width);margin:0 auto;padding:1rem}@media screen and (min-width:990px){.header__submenu{padding:2rem 0}}