Performance e sofisticação na sua cozinha

Os cooktops Crissair unem design moderno e tecnologia de ponta para oferecer a melhor experiência na sua cozinha. Com alta potência, segurança e precisão, garantem o preparo ideal de cada receita, trazendo mais praticidade e elegância ao seu dia a dia.

document.addEventListener('DOMContentLoaded', () => { const categoryButtons = document.querySelectorAll('.js-btn'); const btnVoltar = document.querySelector("#js-send-latest"); btnVoltar.addEventListener("click", function(event) { event.preventDefault(); if (document.referrer) { if ('scrollRestoration' in history) { history.scrollRestoration = 'manual'; } window.history.back(); } else { window.location.href = "/"; } }); const currentURL = window.location.href; categoryButtons.forEach(button => { const linkElement = button.querySelector('.js-btn .elementor-button'); if (linkElement) { const linkHref = linkElement.href; if (currentURL === linkHref) { button.classList.add('active'); } } }); });