Ampify.addInteraction([
document.querySelector('#header-menu-button'),
document.querySelector('#header-lang-menu-button'),
document.querySelector('#header-search-menu-button')
]);
Ampify.addInteraction([
...document.querySelectorAll('#new-primary-menu ul.header-nav-sub-menu')
].map(el => el.parent));
}