Skip to main content
Skip to footer
Category: Cinematherapy
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' });
}
});