Courtesy of Jim BeamJanuary
23,
2026Life & Culture
/
NewsLife & Culture /
NewsJim Beam and Dazed want to help you get game day-readyWith a Kenan Thompson collab, kickoff party in New York City and exclusive giveaway for Dazed readers, Jim Beam’s Refresh Your Season campaign already has the makings of a winner
ShareLink copied ✔️ In Partnership with Jim BeamJanuary 23, 2026January 23, 2026TextDazed DigitalDrink Smart®. Jim Beam® Kentucky Straight Bourbon Whiskey, 40% Alc./Vol. ©2026 James B. Beam Distilling Co., Clermont, KY.
If you’ve ever had a bourbon cocktail, then you’ve likely had a taste of Jim Beam. The centuries-old spirit brand has always been ahead of its time, and this year is no different. Ahead of football’s busiest time of year, the brand already has the Big Game on its mind, and is teaming up with Dazed to start the celebrations early.
Given that the parties are obviously the best part of every major sports weekend, it’s only right that Jim Beam’s pre-game sprint included one of its own. On January 21, the brand threw a rooftop soirée in New York City. Held in the city's Midtown neighbourhood, the event included themed cocktails, a drone show over the Hudson River and an appearance by actor and comedian Kenan Thompson. There, guests also caught a glimpse of a limited-edition Jim Beam jersey, designed in partnership with Dazed.
The jersey reveal was a part of the brand’s Refresh Your Season campaign, which urges fans to enjoy themselves regardless of their team’s outcome. As an accompanying film with Thompson points out, sometimes it’s actually more enjoyable to experience the season when your team is out, rather than stress-watch while they’re still in. That spirit of refreshment is also brought to life by the campaign’s star cocktail, the Beam and Lemonade, which includes Jim Beam, lemonade, soda water and a lemon garnish. Needless to say, it’s a combination that can be enjoyed win or loss.
Also as part of the campaign, Jim Beam is giving fans of the brand, football and Dazed a reason to rejoice by launching a giveaway exclusively for Dazed readers. Winners stand to receive Dazed merch, cocktail fixings to make the Beam and Lemonade, and of course, the limited-edition, Dazed-approved Jim Beam jersey. Even if you couldn’t care less about football, it’s still too good of a deal to pass up.
For a chance to win, mark your calendar for January 23, when a giveaway form will open exclusively on dazeddigital.com. See terms and conditions here.
Drink Smart®. Jim Beam® Kentucky Straight Bourbon Whiskey, 40% Alc./Vol. ©2026 James B Beam Distilling Co., Clermont, KY.
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