new arrivals

Find Your Store

Just Sports Gift Cards

Search

Search Just Sports

Wincraft

document.addEventListener('DOMContentLoaded', function () { const header = document.querySelector('header'); window.addEventListener('scroll', function () { if (window.scrollY > 50) { // Change '50' to adjust when the shadow appears header.classList.add('scrolled'); } else { header.classList.remove('scrolled'); } }); });