Sports

Jim Beam and Dazed are celebrating game day early

· 5 min read
Jim Beam and Dazed are celebrating game day early
BM_1_169February  6,  2026Life & Culture / NewsLife & Culture / NewsJim Beam and Dazed are celebrating game day early

Ahead of the Super Bowl, Dazed has teamed up with Jim Beam for the brand’s Refresh Your Season campaign

ShareLink copied ✔️ In Partnership with Jim BeamFebruary  6,  2026February  6,  2026TextDazed Digital

Though football’s biggest weekend is still two days away, Dazed and Jim Beam have already given fans a reason to celebrate. This week, 30 lucky Dazed readers received the Jim Beam and Dazed Game Day Watching Kit, an exclusive package awarded to winners of the brand’s recent giveaway. Included in the kit was a lemonade mixer, perfect for a Jim Beam & Lemonade, a $5 DoorDash voucher, a mason jar mug and a limited-edition jersey, designed in partnership with Dazed.

The giveaway is the latest instalment of Jim Beam’s ‘Refresh Your Season’ campaign, which encourages fans to celebrate the season no matter their team’s outcome. Drawing on a glass-half-full mentality, the campaign reinforces the importance of enjoying sports for the sake of enjoying them, and points out that the season is actually more fun when your team is out, saving you the pain of stress-watching. The campaign was fronted by actor and comedian Kenan Thompson, who hosted a New York City bash with the brand last week.

Along with the 30 winners, Dazed Clubbers Yavez Anthonio and Dilliah Gonzalez also received watch kits and resonated with the campaign’s message. “In supporting a team, it’s always about being positive and getting joy out of it,” said Antonio. Gonzalez, who plans on wearing her new jersey during this Sunday’s festivities, feels the same. “Win or lose, it’s all about community, being with friends and just having a great time.”

Creator Ferris Wheel Jay, who made an appearance at the brand’s January event, will also be sporting the limited-edition jersey this weekend, and echoed the Dazed Clubbers’ sentiments. “You don’t have to be a fan of football to enjoy a moment.”

To try out the Jim Beam & Lemonade this game day, head here for the recipe and here to shop the ingredients for yourself. 

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 UP

Get must-see stories direct to your inbox every weekday.

Privacy policy

Thank you. You have been subscribed

Privacy policy