document.querySelectorAll('select[name="id"]').forEach(select => { select.addEventListener('change', () => { document.querySelector('.product-single__photos').scrollIntoView({ behavior: 'smooth' }); }); });