Grandi cose all'orizzonte
Sta nascendo qualcosa di grosso! Il nostro negozio è in lavorazione e aprirà presto!
document.addEventListener('DOMContentLoaded', function() { // Rimuove il comportamento sticky di XStore const header = document.querySelector('.etheme-elementor-header-sticky'); if (header) { // Disattiva scroll listener jQuery(window).off('scroll'); // Rimuove le classi sticky applicate header.classList.remove('et-fixed', 'et-transform', 'etheme-sticky-active'); header.removeAttribute('data-etheme-sticky-type'); header.style.position = 'relative'; header.style.transform = 'none'; } });