0
Skip to Content
BlackishMarket
Psychedelics
BlackishMarket
Psychedelics
Psychedelics
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { window.scrollTo({ top: target.offsetTop - 50, // Adjust offset if needed behavior: 'smooth' }); } }); });