Celebrate your team with this Just Sports custom Black & Gold 9FIFTY from New Era. This snapback hat rocks your team logo in a sweet metallic gold thread.
100% Polyester
Metallic Gold Thread in Logo
Gray Undervisor, Black Sweatband
You may also like
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');
}
});
});