Category: Cinematherapy

Nothing found.

document.addEventListener('bricks/ajax/end', function () { const target = document.querySelector('#brxe-mprwzs'); if (target) { const headerOffset = 120; // adjust to your sticky header height const y = target.getBoundingClientRect().top + window.pageYOffset - headerOffset; window.scrollTo({ top: y, behavior: 'smooth' }); } });