Eficiência e design para a sua cozinha

As coifas Crissair combinam alta performance e sofisticação, garantindo um ambiente livre de odores e gorduras. Com tecnologia avançada e design elegante, oferecem máxima eficiência na sucção e filtragem, trazendo mais conforto e estilo para sua cozinha.

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'); } } }); });