{"version":3,"file":"header_menu2.js","sources":["../components/header/header_menu/header_menu.js"],"sourcesContent":["document.addEventListener('DOMContentLoaded', function() {\n // Check if cookie consent has been accepted\n if (document.cookie.indexOf('cookieConsent=accepted') === -1) {\n // Create the banner element\n const banner = document.createElement('div');\n banner.className = 'cookie-banner';\n banner.style.cssText = 'position:fixed; bottom:0; width:100%; background:#333; color:#fff; padding:20px; text-align:center; z-index:9999; display:flex; align-items:center; justify-content:center;';\n\n // Set the banner content with all elements in one line\n banner.innerHTML = '