"use strict";let greenshiftmegamenus=document.querySelectorAll(".wp-block-navigation-item.is-style-gs-megamenufull");function GSMegaMenuSetTop(e){let n=e.getBoundingClientRect(),t=n.y+n.height-.1;e.querySelector(".wp-block-navigation__submenu-container").style.top=t+"px"}const BSMegaMenuInit=()=>{for(let e=0;e<greenshiftmegamenus.length;e++)GSMegaMenuSetTop(greenshiftmegamenus[e])};for(let i=0;i<greenshiftmegamenus.length;i++){let e=greenshiftmegamenus[i];e.addEventListener("mouseenter",function(){GSMegaMenuSetTop(e)})}BSMegaMenuInit(),window.addEventListener("resize",BSMegaMenuInit);