Sweeps

Pepsi Drops: HBCU Merch Sweepstakes — How to Enter & What You Can Win

View saved
How does this find feel?

#fm-pepsi-box1 .wrap{max-width:920px;margin:18px auto;padding:16px}
#fm-pepsi-box1 .card{background:linear-gradient(180deg,#ffffff, var(–pepsi-bg));border:1px solid #dbe7ff;border-radius:16px;padding:18px;box-shadow:0 6px 24px rgba(0,50,120,.08)}
#fm-pepsi-box1 h2{margin:0 0 8px;font-size:22px;line-height:1.25;color:var(–pepsi-blue);font-weight:800;letter-spacing:.2px}
#fm-pepsi-box1 p{margin:0 0 12px;color:var(–pepsi-muted);font-size:14px}
#fm-pepsi-box1 .timer{display:flex;gap:10px;justify-content:center;align-items:center;margin-top:8px}
#fm-pepsi-box1 .unit{background:#ffffff;border:1px solid #e5ecff;border-radius:12px;padding:12px 10px;min-width:74px;text-align:center}
#fm-pepsi-box1 .value{font-size:28px;font-weight:800;color:var(–pepsi-text)}
#fm-pepsi-box1 .label{font-size:11px;color:var(–pepsi-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
#fm-pepsi-box1 .note{margin-top:10px;font-size:12px;color:#3b4a66;text-align:center}

Time Left to Enter the Pepsi® HBCU Merch Sweepstakes

Ends August 31, 2025 at 11:59:59 PM ET

Days
Hours
Minutes
Seconds
Countdown only. Entry button appears below in Box 2.

(function(){
var end = new Date(“August 31, 2025 23:59:59 GMT-0400”).getTime();
var d=document;
function $(id){return d.getElementById(id)}
function tick(){
var now = Date.now();
var diff = end – now;
if(diff <= 0){
["pDays","pHours","pMins","pSecs"].forEach(function(id){$(id).textContent="0"});
return;
}
var days = Math.floor(diff/86400000);
var hrs = Math.floor((diff%86400000)/3600000);
var mins = Math.floor((diff%3600000)/60000);
var secs = Math.floor((diff%60000)/1000);
$("pDays").textContent = String(days);
$("pHours").textContent = String(hrs).padStart(2,"0");
$("pMins").textContent = String(mins).padStart(2,"0");
$("pSecs").textContent = String(secs).padStart(2,"0");
}
tick(); setInterval(tick,1000);
})();

#fm-pepsi-box2 .wrap{max-width:920px;margin:18px auto;padding:16px}
#fm-pepsi-box2 .hero{background:linear-gradient(135deg,#ffffff, #eaf2ff);border:1px solid #dbe7ff;border-radius:18px;padding:20px 16px;box-shadow:0 10px 28px rgba(0,50,120,.08);text-align:center}
#fm-pepsi-box2 .title{font-size:28px;line-height:1.15;margin:0 0 6px;color:var(–pepsi-blue);font-weight:900;letter-spacing:.2px}
#fm-pepsi-box2 .sub{margin:0 0 14px;color:#334155}
#fm-pepsi-box2 .cta{display:inline-block;background:linear-gradient(90deg,var(–pepsi-blue),var(–pepsi-blue-2));color:#fff;text-decoration:none;padding:14px 22px;border-radius:14px;font-weight:800;letter-spacing:.02em;border:1px solid #cce0ff}
#fm-pepsi-box2 .cta:hover{filter:brightness(1.05)}
#fm-pepsi-box2 .small{font-size:12px;color:var(–pepsi-muted);margin-top:10px}
#fm-pepsi-box2 .toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#ffffff;border:1px solid #dbe7ff;border-radius:14px;padding:12px 14px;box-shadow:0 12px 36px rgba(0,40,100,.14);font-weight:700;z-index:999999;opacity:0;transition:opacity .25s}
#fm-pepsi-box2 .toast.show{opacity:1}
#fm-pepsi-box2 canvas.confetti{position:absolute;inset:0;pointer-events:none}

Pepsi® HBCU Merch Sweepstakes — Enter Here

Click below and we’ll guide you to the entry section with a smooth scroll. Buckle up and enjoy the ride—we’re almost there.

ENTER HERE

Requires Pepsi.com account + live camera scan (done on the sponsor’s site).

(function(){
var d=document, body=d.scrollingElement||d.documentElement;
var btn=d.getElementById(“fm-pepsi-go”);
var toast=d.getElementById(“fm-pepsi-toast”);
var confettiCanvas=d.getElementById(“fm-pepsi-confetti”), ctx=confettiCanvas.getContext(“2d”);
// Resize canvas to box
function sizeCanvas(){
var r = d.getElementById(“fm-pepsi-box2”).getBoundingClientRect();
confettiCanvas.width = r.width; confettiCanvas.height = r.height;
}
sizeCanvas(); addEventListener(“resize”, sizeCanvas);

// Simple confetti particles
var parts=[], colors=[“#005CB9″,”#1E73D8″,”#E31837″,”#ffffff”];
function spawnConfetti(n){
for(var i=0;i<n;i++){
parts.push({
x: Math.random()*confettiCanvas.width,
y: -10 – Math.random()*40,
r: 4 + Math.random()*4,
vy: 2 + Math.random()*2.5,
vx: (Math.random()-.5)*1.2,
rot: Math.random()*Math.PI,
vr: (Math.random()-.5)*0.2,
col: colors[(Math.random()*colors.length)|0]
});
}
}
var confettiActive=false;
function drawConfetti(){
if(!confettiActive) return;
ctx.clearRect(0,0,confettiCanvas.width,confettiCanvas.height);
parts.forEach(function(p){
p.x+=p.vx; p.y+=p.vy; p.rot+=p.vr;
ctx.save();
ctx.translate(p.x,p.y); ctx.rotate(p.rot);
ctx.fillStyle=p.col;
ctx.fillRect(-p.r, -p.r, p.r*2, p.r*2);
ctx.restore();
});
parts = parts.filter(function(p){return p.y 0){ requestAnimationFrame(drawConfetti); }
}
// Fire confetti when Box 2 becomes visible (once)
var fired=false;
var io=new IntersectionObserver(function(entries){
entries.forEach(function(e){
if(e.isIntersecting && !fired){
fired=true; confettiActive=true; spawnConfetti(160); drawConfetti();
setTimeout(function(){ confettiActive=false; }, 2800);
}
});
},{threshold:.5});
io.observe(d.getElementById(“fm-pepsi-box2”));

// Center toasts during the 10s scroll
function showToast(msg, dur){
toast.textContent=msg; toast.classList.add(“show”);
setTimeout(function(){ toast.classList.remove(“show”); }, dur||1200);
}
function smoothScrollTo(targetY, duration){
var start = body.scrollTop, change = targetY – start, startTime = performance.now();
function animate(now){
var t = Math.min(1, (now – startTime)/duration);
var eased = t<.5 ? 2*t*t : -1+(4-2*t)*t; // easeInOut
body.scrollTop = start + change*eased;
if(t<1) requestAnimationFrame(animate);
}
requestAnimationFrame(animate);
}

btn.addEventListener("click", function(ev){
ev.preventDefault();
var target = d.querySelector(this.getAttribute("href"));
if(!target) return;
var y = target.getBoundingClientRect().top + (d.scrollingElement||d.documentElement).scrollTop – 10;
// Toast sequence over ~10s
showToast("Scrolling to the entry section…", 1300);
setTimeout(function(){ showToast("Buckle up—smooth ride for ad viewability.", 1500); }, 2500);
setTimeout(function(){ showToast("Almost there. Get ready to scan on Pepsi.com.", 1500); }, 5500);
setTimeout(function(){ showToast("You’ve arrived. Lock in your daily entry.", 1600); }, 9000);
smoothScrollTo(y, 10000);
}, {passive:false});
})();

Ever wish your Pepsi habit could score you more than caffeine? This time, it actually can. Pepsi has flipped its website into a drop hub—think limited-edition culture collabs, but instead of waiting in a resale queue, you can enter for free. The latest release is the Pepsi® Challenge HBCU Merch Collection Sweepstakes, with 100 winners set to take home exclusive apparel designed around HBCU pride and Pepsi’s cultural history.

Here’s the catch: it’s not an instant win game. Instead, you earn one shot per day by scanning the iconic Pepsi Globe with your camera. More scans = more entries = better odds. The sweepstakes ends August 31, 2025, with winners drawn September 10, 2025.


Prize Breakdown

The prize pool is straightforward but exciting:

  • 100 winners will each receive a Pepsi® Challenge HBCU Merch Collection prize.
  • Winners will be contacted directly to provide their preferred clothing sizes before items ship.
  • Each prize is unique, limited, and collectible, tying Pepsi’s branding to HBCU heritage in an exclusive capsule drop.

While there’s no published retail value, this is limited-edition streetwear, which usually translates into high-demand pieces you won’t find in stores.


What You Can Do With the Prize If You Win

Winning this sweepstakes means you’re holding a piece of culture—not just merch. Imagine:

  • Campus Flex: Rock your HBCU pride hoodie to football games or homecoming, instantly standing out.
  • Streetwear Statement: Pair your prize with sneakers and denim for an everyday look that screams exclusivity.
  • Collector’s Item: If you’re into fashion drops, you know limited merch becomes even more valuable over time. This is gear you can stash or showcase.
  • Perfect Gift: Got a friend or family member at an HBCU? Passing it along makes you the ultimate plug.
  • Content Creator Gold: An unboxing video of exclusive Pepsi x HBCU merch? That’s guaranteed engagement for your socials.

Bottom line: this isn’t generic swag—it’s capsule-collection level merch with cultural weight.


Q&A

Is this legitimate?
Yes. It’s officially hosted by Pepsi at Pepsi.com. Always read the official rules before entering, but this is a brand-backed sweepstakes, not a scam.

How many entries are allowed?
You can enter once per day by scanning the Pepsi Globe. Each successful scan equals one entry.

Are there bonus entries?
No. The only entry method is scanning the Pepsi Globe once daily. No uploads or alternate entries count.

How many prizes can you win?
There are 100 prizes total, and typically one prize per person.

Is it instant win?
No. This is not an instant win game. Winners will be drawn randomly after the entry period closes.

When will winners be drawn?
On or about September 10, 2025.

How will winners be notified?
By email, sent to the address you registered with.

When will prizes ship?
Within 2–4 weeks of notification, shipped via USPS First Class. No tracking is provided

#fm-pepsi-box3 .wrap{max-width:920px;margin:18px auto;padding:16px}
#fm-pepsi-box3 .panel{background:#ffffff;border:1px solid #dbe7ff;border-radius:18px;box-shadow:0 10px 28px rgba(0,50,120,.08);padding:18px}
#fm-pepsi-box3 h2{margin:0 0 10px;font-size:22px;line-height:1.25;color:var(–pepsi-text);font-weight:900}
#fm-pepsi-box3 .grid{display:grid;grid-template-columns:1fr;gap:12px}
#fm-pepsi-box3 .row{display:flex;gap:10px;align-items:flex-start}
#fm-pepsi-box3 .tag{background:#eaf2ff;border:1px solid #d3e3ff;color:var(–pepsi-blue);font-weight:800;padding:6px 10px;border-radius:999px;font-size:12px;white-space:nowrap}
#fm-pepsi-box3 .text{font-size:14px;color:#1f2937}
#fm-pepsi-box3 .cta{display:block;text-align:center;margin-top:14px}
#fm-pepsi-box3 .cta a{display:inline-block;background:linear-gradient(90deg,var(–pepsi-blue),var(–pepsi-blue-2));color:#fff;text-decoration:none;padding:14px 22px;border-radius:14px;font-weight:800;border:1px solid #cce0ff}
#fm-pepsi-box3 .disclaimer{margin-top:10px;font-size:12px;color:var(–pepsi-muted)}
#fm-pepsi-box3 .ad{margin-top:16px;background:linear-gradient(180deg,#f7fbff,#eef5ff);border:1px dashed #bcd3ff;border-radius:14px;min-height:120px;display:flex;align-items:center;justify-content:center;color:#4b5563;font-size:13px}
@media(min-width:720px){ #fm-pepsi-box3 .grid{grid-template-columns:1fr 1fr} }

How to Enter + Quick Rules

Daily Entry
One entry per person/email per day. Come back daily to maximize odds.
Scan-to-Enter
Register at Pepsi.com, allow camera access, and scan the Pepsi Globe on a product, display, or ad.
Not Instant Win
This is a random drawing, not an instant win game.
Prizes
100 winners receive Pepsi® Challenge HBCU Merch (winners provide sizes before shipping).
Eligibility
U.S. residents, 18+ (19+ in AL & NE).
End Date
Ends August 31, 2025. Winners selected on/around September 10, 2025.
Shipping
Expect 2–4 weeks by USPS First Class after verification (no tracking provided).
Limit
Typically one prize per person unless rules say otherwise.

Pepsi Globe logo for sweepstakes entry

💡 Tip: Don’t have a Pepsi can handy? Just open this Pepsi Globe image on your
computer or tablet and scan it with your phone’s camera when Pepsi.com asks.
It works the same as scanning a real can!

Go to Pepsi.com to Enter
We aggregate third-party giveaways and are not the sponsor. Always review the Official Rules on the sponsor’s site before entering.

#fm-pepsi-box4 .wrap{max-width:920px;margin:18px auto;padding:16px}
#fm-pepsi-box4 .panel{background:linear-gradient(180deg,#ffffff, var(–pepsi-bg));border:1px solid #dbe7ff;border-radius:18px;box-shadow:0 10px 28px rgba(0,50,120,.08);padding:18px}
#fm-pepsi-box4 h2{margin:0 0 8px;font-size:20px;line-height:1.25;color:var(–pepsi-blue);font-weight:900}
#fm-pepsi-box4 p{margin:0 0 12px;color:#334155;font-size:14px}
#fm-pepsi-box4 .actions{display:flex;flex-wrap:wrap;gap:10px}
#fm-pepsi-box4 a.btn{display:inline-block;background:linear-gradient(90deg,var(–pepsi-blue),var(–pepsi-blue-2));color:#fff;text-decoration:none;padding:12px 18px;border-radius:14px;font-weight:800;border:1px solid #cce0ff}
#fm-pepsi-box4 .muted{font-size:12px;color:var(–pepsi-muted);margin-top:8px}

Add a Daily Reminder to Enter

Stay consistent. Add a reminder that repeats daily until the sweepstakes ends on August 31, 2025. It links back to Freebie Mom so you never miss the entry page.



Add to Google Calendar


Download Daily ICS
Tip: After adding, set it to repeat daily until 8/31/2025 if your template doesn’t auto-repeat.

(function(){
var icsBtn = document.getElementById(“icsBtn”);
var now = new Date();
var dt = new Date(now.getFullYear(), now.getMonth(), now.getDate(), 10, 0, 0); // default 10am local
function fmt(d){
function pad(n){return String(n).padStart(2,”0″)}
return d.getUTCFullYear()+pad(d.getUTCMonth()+1)+pad(d.getUTCDate())+”T”+pad(d.getUTCHours())+pad(d.getUTCMinutes())+pad(d.getUTCSeconds())+”Z”;
}
var dtStart = fmt(dt);
var dtEnd = fmt(new Date(dt.getTime()+15*60000));
var until = “20250901T035959Z”;
var ics = [
“BEGIN:VCALENDAR”,”VERSION:2.0″,”PRODID:-//FreebieMom//Pepsi Daily Reminder//EN”,”CALSCALE:GREGORIAN”,
“BEGIN:VEVENT”,
“DTSTAMP:”+fmt(new Date()),
“DTSTART:”+dtStart,
“DTEND:”+dtEnd,
“RRULE:FREQ=DAILY;UNTIL=”+until,
“SUMMARY:Enter Pepsi HBCU Merch Sweepstakes”,
“DESCRIPTION:Go to Freebie Mom daily and enter the Pepsi Drops HBCU Merch Sweepstakes!”,
“LOCATION:https://freebiemom.com/pepsi-drops-hbcu-merch-sweepstakes-how-to-enter-what-you-can-win/”,
“END:VEVENT”,”END:VCALENDAR”
].join(“rn”);
var href = “data:text/calendar;charset=utf-8,” + encodeURIComponent(ics);
icsBtn.setAttribute(“href”, href);
})();

Helpful Freebie Mom Guides

Keep going

More Freebie Mom guides worth checking

Instant Win GamesQuick plays, fast prizes, and daily chances.Best Sweepstakes to Enter TodayStart with the strongest current prizes.Sweepstakes DatabaseSearch active sweeps by prize, deadline, and entry type.