Photography Bryan BedderJanuary
23,
2026Life & Culture
/
NewsLife & Culture /
NewsSign up for Dazed and Jim Beam’s game day giveawayYour game day essentials could be only a click away
ShareLink copied ✔️ In Partnership with Jim BeamJanuary 23, 2026January 23, 2026TextDazed DigitalNo matter what team they rep, most fans can agree on one thing: The merch is secretly the best part of any sports fandom. Not to mention, with sports-inspired garb dominating runways and social feeds in equal measure, even those who don’t know the difference between a touchdown and a turnover now appreciate a good athletic ensemble.
Speaking of sportswear, if you’re still in need of your next game day look, fear not. Ahead of the Big Game, Dazed and Jim Beam have teamed up to create a limited-edition jersey, which was officially revealed at the spirit label’s New York City event earlier this week. The collaboration, also in partnership with actor and comedian Kenan Thompson, is a part of Jim Beam’s Refresh Your Season campaign, which encourages fans to turn their “lemon” of a season into a Jim Beam & Lemonade and celebrate even when their team’s hopes get cut short.
For a chance at copping the jersey, football fans 21+ can enter Jim Beam and Dazed’s Game Day Watching Kit giveaway by filling out the form below. In addition to receiving the limited-edition jersey, the 30 lucky winners will also receive Dazed merch and ingredients to make Jim Beam & Lemonade. In order to score, however, you’ll want to act fast – submissions close on January 26 at 10AM EST. See here for terms and conditions.
Drink Smart®. Jim Beam® Kentucky Straight Bourbon Whiskey, 40% Alc./Vol. ©2026 James B. Beam Distilling Co., Clermont, KY
Enter the sweepstake via the form below. Please note: this competition is only open to people based in the US. If you can't see the form below, please disable your ad blocker or VPN. Good luck!
Please enter a valid date of birth.
continue exit `; document.body.appendChild(gate); } function isValidDateParts(mm, dd, yyyy) { if (!Number.isFinite(mm) || !Number.isFinite(dd) || !Number.isFinite(yyyy)) return false; const thisYear = new Date().getFullYear(); if (yyyy thisYear) return false; if (mm 12) return false; if (dd 31) return false; // validate by round-trip to catch invalid dates like 02/31 const d = new Date(yyyy, mm - 1, dd); return d.getFullYear() === yyyy && d.getMonth() === (mm - 1) && d.getDate() === dd; } function isAtLeastAge(birthDate, minAge) { const today = new Date(); let age = today.getFullYear() - birthDate.getFullYear(); const hasHadBirthdayThisYear = (today.getMonth() > birthDate.getMonth()) || (today.getMonth() === birthDate.getMonth() && today.getDate() >= birthDate.getDate()); if (!hasHadBirthdayThisYear) age -= 1; return age >= minAge; } function bindEvents() { const gate = document.getElementById("age-gate"); const form = document.getElementById("age-form"); const mmEl = document.getElementById("dob-mm"); const ddEl = document.getElementById("dob-dd"); const yyyyEl = document.getElementById("dob-yyyy"); const errorEl = document.getElementById("age-error"); const exitBtn = document.getElementById("age-exit"); function showError() { errorEl.style.display = "block"; } function clearError() { errorEl.style.display = "none"; } // digits only, keep within max length [mmEl, ddEl, yyyyEl].forEach((el) => { el.addEventListener("input", () => { el.value = el.value.replace(/[^0-9]/g, "").slice(0, el.maxLength || 99); }); }); // auto-advance mmEl.addEventListener("input", () => { if (mmEl.value.length >= 2) ddEl.focus(); }); ddEl.addEventListener("input", () => { if (ddEl.value.length >= 2) yyyyEl.focus(); }); exitBtn.addEventListener("click", redirectOut); form.addEventListener("submit", (e) => { e.preventDefault(); clearError(); const mm = parseInt(mmEl.value, 10); const dd = parseInt(ddEl.value, 10); const yyyy = parseInt(yyyyEl.value, 10); if (!isValidDateParts(mm, dd, yyyy)) { showError(); return; } const dob = new Date(yyyy, mm - 1, dd); if (dob > new Date()) { showError(); return; } if (!isAtLeastAge(dob, MIN_AGE)) { redirectOut(); return; } gate.style.display = "none"; // Optional: store only a boolean so you do not store DOB // sessionStorage.setItem("age_verified_21", "true"); }); } function run() { if (!enforceTimezoneFirst()) return; // Optional: skip gate if already verified in this session // if (sessionStorage.getItem("age_verified_21") === "true") return; injectStyles(); injectMarkup(); bindEvents(); } // ensure body exists if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", run); } else { run(); } })(); Escape the algorithm! Get The DropEmail address SIGN UPPrivacy policy
Thank you. You have been subscribed
Privacy policy