ZOA Energize Your Summer Sweepstakes: Win an E-Bike, Camping Gear & More
#zoa-box1 .wrap{
background:#fdfdfc;
color:#0a2f6b;
border-radius:22px;
padding:20px 20px 14px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
border:1px solid rgba(10,47,107,.15);
position:relative;
overflow:hidden;
}
#zoa-box1 .brandbar{
height:6px;
border-radius:6px;
background:linear-gradient(90deg,#ff6600 0%,#ffcc00 50%,#0a2f6b 100%);
margin-bottom:14px;
}
#zoa-box1 h3{
margin:2px 0 10px;
font-size:21px;
line-height:1.25;
font-weight:800;
text-transform:uppercase;
color:#ff6600;
}
#zoa-box1 .meta{
font-size:14px;
opacity:.85;
margin-bottom:14px;
}
#zoa-box1 .timer{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
margin:10px 0 8px;
}
#zoa-box1 .cell{
background:#f8f3e7;
border:1px solid rgba(10,47,107,.15);
border-radius:14px;
padding:12px 8px;
text-align:center;
box-shadow:0 4px 10px rgba(10,47,107,.08);
}
#zoa-box1 .num{
font-size:30px;
font-weight:900;
letter-spacing:.5px;
color:#0a2f6b;
}
#zoa-box1 .lbl{
font-size:12px;
opacity:.85;
text-transform:uppercase;
letter-spacing:.6px;
margin-top:2px;
}
#zoa-box1 .note{
font-size:12px;
color:#4d5a85;
margin-top:12px;
}
ZOA Energize Your Summer Sweepstakes — Time Left to Enter
(function(){
var end = new Date(“2025-10-01T04:59:59Z”).getTime(); // Sept 30, 2025 11:59 PM CT
var ids = {d:”zoa-d”,h:”zoa-h”,m:”zoa-m”,s:”zoa-s”};
function pad(n){ return n<10?"0"+n:n; }
function tick(){
var now=Date.now(), t=end-now;
if(t<0){t=0;}
var sec=Math.floor(t/1000);
var d=Math.floor(sec/86400); sec-=d*86400;
var h=Math.floor(sec/3600); sec-=h*3600;
var m=Math.floor(sec/60); sec-=m*60;
var s=sec;
document.getElementById(ids.d).textContent=pad(d);
document.getElementById(ids.h).textContent=pad(h);
document.getElementById(ids.m).textContent=pad(m);
document.getElementById(ids.s).textContent=pad(s);
}
tick(); setInterval(tick,1000);
})();
#zoa-box2 .card{
position:relative;
background:#ffffff;
border:2px solid #ff6600;
border-radius:22px;
padding:22px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
overflow:hidden;
text-align:center;
}
#zoa-box2 .ribbon{
position:absolute;
inset:auto -40px 14px auto;
transform:rotate(-8deg);
background:#0a2f6b;
color:#fff;
font-weight:900;
padding:6px 46px;
border-radius:10px;
box-shadow:0 6px 14px rgba(0,0,0,.25);
font-size:15px;
letter-spacing:.6px;
text-transform:uppercase;
}
#zoa-box2 h3{
margin:6px 0 12px;
font-size:22px;
line-height:1.25;
color:#ff6600;
font-weight:900;
text-transform:uppercase;
}
#zoa-box2 .sub{
font-size:15px;
margin-bottom:12px;
color:#0a2f6b;
opacity:.85;
}
#zoa-box2 .cta{
display:inline-block;
margin-top:12px;
text-align:center;
background:linear-gradient(90deg,#ff6600,#0a2f6b);
color:#fff;
text-decoration:none;
border-radius:16px;
padding:16px 36px;
font-weight:800;
font-size:18px;
border:none;
cursor:pointer;
box-shadow:0 8px 24px rgba(200,16,46,.35);
transition:transform .25s ease;
text-transform:uppercase;
letter-spacing:.6px;
}
#zoa-box2 .cta:hover{ transform:scale(1.04); }
#zoa-popup{
display:none;
position:fixed;
top:50%;left:50%;
transform:translate(-50%,-50%);
background:#ffffff;
padding:24px 28px;
border-radius:18px;
box-shadow:0 0 32px rgba(10,47,107,.25);
z-index:9999;
font-size:18px;
font-weight:800;
color:#0a2f6b;
max-width:480px;
width:88%;
text-align:center;
}
#zoa-confetti{
pointer-events:none;
position:fixed;
inset:0;
overflow:hidden;
z-index:9998;
display:none;
}
#zoa-confetti .piece{
position:absolute;
width:10px;height:14px;
opacity:.9;
animation:fall 2.8s linear forwards;
}
@keyframes fall{
to{ transform:translateY(110vh) rotate(540deg); opacity:.95; }
}
Ready to Enter the ZOA Energize Your Summer Sweepstakes?
const zoaFacts = [
“ZOA is co-founded by Dwayne ‘The Rock’ Johnson for real energy with natural caffeine.”,
“Prizes include $2,500 electric bikes, premium camping tents, and coolers.”,
“Daily entry means you can boost your odds by coming back every day!”
];
function zoaShowPopup(msg){
const el=document.getElementById(“zoa-popup”);
if(!el) return;
el.innerHTML = msg;
el.style.display=”block”;
clearTimeout(zoaShowPopup._t);
zoaShowPopup._t=setTimeout(()=>{ el.style.display=”none”; }, 4000);
}
function zoaFireConfetti(){
const conf=document.getElementById(“zoa-confetti”);
conf.style.display=’block’;
const colors=[‘#ff6600′,’#0a2f6b’,’#ffcc00′,’#ffffff’];
const pieces=150;
const w=window.innerWidth;
for(let i=0;is.remove(),3200);
}
setTimeout(()=>{ conf.style.display=’none’; },2000);
}
function zoaStartScroll(){
const box3=document.getElementById(“zoa-entryBox”);
if(!box3){ console.error(“Box 3 (#zoa-entryBox) not found.”); return; }
zoaFireConfetti();
const startY=window.scrollY;
const targetY=box3.getBoundingClientRect().top+window.scrollY-8;
const duration=20000;
let startT=null;
[1000,8000,15000].forEach((ms,i)=>{
setTimeout(()=>{ zoaShowPopup(zoaFacts[i]); }, ms);
});
setTimeout(()=>{
zoaShowPopup(“Scroll complete — time to claim your entry!”);
zoaFireConfetti();
}, duration-600);
function step(ts){
if(!startT) startT=ts;
const prog=ts-startT;
const pct=Math.min(prog/duration,1);
window.scrollTo(0,startY+(targetY-startY)*pct);
if(prog<duration) requestAnimationFrame(step);
}
requestAnimationFrame(step);
}
If someone told you that just typing in a single word like “ENERGIZE” could land you a brand-new $2,500 electric bike, would you try it? The ZOA Energize Your Summer Sweepstakes is here with one of the hottest prize lineups of the season. With more than $29,000 in prizes on the table—including e-bikes, high-end camping tents, and coolers—this sweepstakes has summer adventure written all over it.
And yes, this one is 100% legit, backed by Molson Coors Non-Alc LLC. No gimmicks, no shady tricks. Just daily chances to rack up entries and keywords that could boost your odds in targeted prize pools.
This sweepstakes is a daily-entry promotion running through September 30, 2025. If you want in, you’ll need to keep checking back and entering once per day.
Prize Breakdown
The prizes are tiered, but all of them are designed to fuel a summer that doesn’t slow down. Here’s the full lineup:
- Grand Prizes (7 total, ARV $2,500 each): Each winner scores an electric bike. Perfect for eco-friendly commuting, long weekend rides, or just looking cooler than your neighbor who still drives to the corner store. Winners are responsible for their own safety gear—but that’s a small price to pay for rolling into fall on a sleek new e-bike.
- First Prizes (23 total, ARV $199 each): Each winner receives a camping tent. Think summer festivals, family road trips, or a spontaneous weekend in the wilderness. These aren’t your flimsy bargain-bin tents; with a near-$200 value, they’re built to last.
- Second Prizes (42 total, ARV $183 each): Each winner takes home a high-quality cooler. Whether you’re tailgating, hitting the beach, or just trying to keep your backyard barbecue ice-cold, this cooler is designed to hold up under pressure—and heat.
Total prize pool: $29,763. Every winner walks away with something substantial.
What You Can Do With These Prizes if You Win
This sweepstakes is about more than shiny prizes—it’s about fueling a lifestyle. If you land the grand prize e-bike, you’ve basically won yourself free rides for years. Forget fighting traffic or paying for gas—cruise around town with the wind in your hair, or use it as a fitness tool without breaking the bank.
The camping tents bring their own kind of energy. Imagine tossing it in the car and hitting the road for a spontaneous getaway. Whether you’re into music festivals, stargazing, or giving your kids their first real camping adventure, a tent like this opens up new possibilities.
And don’t sleep on the coolers. This isn’t just about keeping your seltzers cold; it’s about elevating every outdoor hang. Picture rolling up to the block party, the pool, or a late-night bonfire with a cooler that holds its chill for hours. You’ll be everyone’s favorite guest.
What makes this sweepstakes fun is the keyword twist: using words like “ENERGIZE,” “SUMMER,” “SWEEPS,” or “FRESH” can drop you into bonus drawings for extra prizes. It’s like a secret code for more chances to win.
Q&A
Is this legitimate?
Yes. The sweepstakes is sponsored by Molson Coors Non-Alc LLC and administered by Merkle Inc. Both are trusted names in the promotions industry. As always, we recommend reviewing the official rules for full details.
How many entries are allowed?
You can enter once per day. That means one General entry plus one Keyword entry daily for the duration of the promotion.
Are there bonus entries?
Yes. The bonus entries are tied to optional Keywords. Each keyword gives you an additional entry into a separate drawing with its own prize allocation.
How many prizes can you win?
Technically, you could win more than one prize if luck is on your side. There’s no restriction in the rules that limits winners to a single prize.
#zoa-entryBox .shell{
background:#f7f9ff;
border:2px solid #ff6600;
border-radius:22px;
padding:20px;
box-shadow:0 10px 28px rgba(0,0,0,.08);
}
#zoa-entryBox h3{
margin:6px 0 14px;
font-size:21px;
line-height:1.25;
color:#0a2f6b;
font-weight:900;
}
#zoa-entryBox .cta{
display:block;
text-align:center;
background:#ff6600;
color:#fff;
text-decoration:none;
border-radius:14px;
padding:14px 18px;
font-weight:900;
border:2px solid #0a2f6b;
margin:16px auto;
max-width:300px;
}
#zoa-entryBox .cta:hover{ filter:brightness(1.05); }
#zoa-entryBox .grid{display:grid;grid-template-columns:1fr;gap:16px}
#zoa-entryBox .recap{
background:#fff;
border:1px solid #e2e8f8;
border-radius:14px;
padding:14px;
}
#zoa-entryBox .recap dl{
display:grid;
grid-template-columns:minmax(140px,200px) 1fr;
gap:8px 14px;
margin:6px 0;
}
#zoa-entryBox .recap dt{font-weight:800;color:#ff6600}
#zoa-entryBox .recap dd{margin:0}
#zoa-entryBox .prizes{
background:#fff;
border:1px dashed #ff6600;
border-radius:14px;
padding:14px;
}
ZOA Energize Your Summer Sweepstakes — Official Entry
Click Here to Enter
Prize Breakdown
- 7 Grand Prizes: Electric Bikes ($2,500 each)
- 23 First Prizes: Camping Tents ($199 each)
- 42 Second Prizes: Coolers ($183 each)
- Total ARV: $29,763
Giveaway Recap
- Sponsor
- Molson Coors Non-Alc LLC
- Entry Type
- Daily entry — 1 General + 1 Keyword per day
- Eligibility
- 50 U.S. & D.C., 18+ only
- Promotion Period
- Apr 29, 2025 (12 PM CT) – Sept 30, 2025 (11:59 PM CT)
- Drawings
- Winners selected on or around Oct 1, 2025
- Odds
- Depend on number of eligible entries
- Rules
- See Official Rules on the entry site
Fast Q&A
- How often can I enter? Daily (1 General + 1 Keyword entry per day).
- How many prizes? 72 total prizes valued at $29,763.
- Who can enter? U.S./DC residents, 18+.
- Are there bonus entries? Yes, via Keyword codes like FRESH, ENERGIZE, SWEEPS, SUMMER, ENERGY.
Set a Daily Reminder to Enter
You can enter the sweepstakes once per day. Click below to add a daily Google Calendar reminder—so you never miss a chance. Entry post included for easy access.
Add to Google Calendar (Daily)
(function(){
const tz = (Intl.DateTimeFormat().resolvedOptions().timeZone || ‘America/New_York’);
const now = new Date();
const start = new Date(now.getFullYear(), now.getMonth(), now.getDate(), 20, 0, 0); // 8 PM local
const end = new Date(now.getFullYear(), now.getMonth(), now.getDate(), 20, 10, 0);
function fmt(d){ const pad = n => (n k + “=” + encodeURIComponent(v)).join(“&”);
const href = base + “&” + params;
const a = document.getElementById(“zoa-gcal-link”);
if (a) a.href = href;
})();
Helpful Freebie Mom Guides
Keep going