Brands

Scroll to Top
document.addEventListener("click", function(e) { const target = e.target.closest("[data-link]"); if (target) { window.location.href = target.getAttribute("data-link"); } });