Sweeps

80s Nostalgia Alert: Enter to Win the Rare Stranger Things Gatorade Bottle

View saved
How does this find feel?

/* — GLOBAL STYLES (Stranger Things x Gatorade Theme) — */
:root {
–primary: #00A651; /* Gatorade Green */
–secondary: #F36C21; /* Gatorade Orange */
–accent: #E71D23; /* Stranger Things Red */
–dark: #0a0a0a; /* The “Upside Down” Black */
–text-light: #f0f0f0;
–card-shadow: 0 0 20px rgba(0, 166, 81, 0.4);
}

/* SCOPED CONTAINER to prevent site-wide black background */
.lp-container {
font-family: ‘Courier New’, Courier, monospace;
line-height: 2;
color: #ccc;
background-color: #111;
max-width: 880px;
margin: 20px auto;
padding: 20px;
overflow-x: hidden;
font-size: 20px;
border: 1px solid #333;
box-sizing: border-box;
}

/* IMAGE STYLE */
.lp-featured-img {
width: 100%;
max-width: 650px;
height: auto;
display: block;
margin: 40px auto;
border-radius: 4px;
box-shadow: 0 0 30px var(–primary);
border: 2px solid var(–secondary);
filter: contrast(1.2);
}

/* HEADLINES */
.lp-h1 {
font-family: ‘Impact’, sans-serif;
font-size: 3rem;
font-weight: 900;
line-height: 1.1;
color: var(–accent);
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
text-shadow: 3px 3px 0 #000;
letter-spacing: 1px;
}
.lp-h1 span { color: var(–text-light); -webkit-text-stroke: 1px var(–accent); }

.lp-meta {
text-align: center;
font-size: 14px;
color: var(–primary);
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 40px;
border-bottom: 1px solid #333;
padding-bottom: 20px;
}

.lp-h2 {
font-family: ‘Impact’, sans-serif;
font-size: 2.2rem;
font-weight: 400;
color: var(–text-light);
margin-top: 60px;
margin-bottom: 25px;
border-left: 6px solid var(–primary);
padding-left: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}

.lp-p { margin-bottom: 30px; font-size: 1.1rem; }

/* CALLOUT BOXES */
.retro-box {
background: #1a1a1a;
border: 2px solid var(–secondary);
padding: 30px;
margin: 40px 0;
color: #fff;
box-shadow: 5px 5px 0 var(–primary);
}
.retro-box strong { font-size: 1.2em; display: block; margin-bottom: 10px; color: var(–accent); text-transform: uppercase; }

/* GIVEAWAY SECTION STYLES */
#sweeps-box {
margin-top: 80px;
background: #000;
color: #fff;
border: 4px solid var(–primary);
border-radius: 4px;
padding: 50px 20px;
box-shadow: 0 0 50px rgba(0, 166, 81, 0.2);
text-align: center;
scroll-margin-top: 50px;
position: relative;
overflow: hidden;
}

#sweeps-box h3 {
font-family: ‘Impact’, sans-serif;
font-size: 38px;
font-weight: 900;
color: var(–primary);
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 2px;
}

#sweeps-box p { color: #aaa; }

/* PRIZE DETAILS */
.prize-bolt {
font-size: 50px;
color: var(–secondary);
margin-bottom: 10px;
animation: flash 1s infinite alternate;
}

@keyframes flash { from { opacity: 0.5; } to { opacity: 1; text-shadow: 0 0 20px var(–secondary); } }

/* TIMER */
#sweeps-timer {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin-bottom: 30px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
#sweeps-timer .cell {
background: var(–dark);
border: 1px solid var(–primary);
border-radius: 4px;
padding: 15px 10px;
color: var(–primary);
box-shadow: 0 0 10px rgba(0, 166, 81, 0.2);
}
#sweeps-timer .num { font-size: 28px; font-weight: 700; line-height: 1; font-family: ‘Courier New’, monospace; }
#sweeps-timer .lbl { font-size: 11px; text-transform: uppercase; margin-top: 5px; color: #fff; }

/* ENTER BUTTON */
#final-enter {
display: block;
background: var(–accent);
color: #fff;
font-size: 24px;
font-weight: 900;
padding: 25px 30px;
border-radius: 4px;
text-decoration: none;
margin: 40px auto;
max-width: 500px;
border: 2px solid #fff;
transition: transform 0.2s, background 0.2s;
letter-spacing: 1px;
text-transform: uppercase;
animation: pulse 2s infinite;
font-family: ‘Impact’, sans-serif;
}
#final-enter:hover { background: #fff; color: var(–accent); border-color: var(–accent); }

@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.02); }
100% { transform: scale(1); }
}

/* OVERLAY & POPUP */
#sweeps-overlay {
position: fixed; inset: 0; background: rgba(0,0,0,0.95);
display: flex; align-items: center; justify-content: center;
z-index: 99999;
}
#sweeps-overlay .box {
background: #111;
border: 4px solid var(–primary);
padding: 50px;
width: 90%; max-width: 450px;
text-align: center;
box-shadow: 0 0 80px rgba(0, 166, 81, 0.6);
}
#sweeps-start {
background: var(–secondary); color: #fff;
font-size: 22px; font-weight: bold; border: none;
padding: 18px 40px; cursor: pointer;
margin-top: 25px; width: 100%;
text-transform: uppercase;
font-family: ‘Impact’, sans-serif;
letter-spacing: 1px;
}
#sweeps-start:hover { background: #fff; color: var(–secondary); }

#sweeps-popup {
display: none; position: fixed; top: 50%; left: 50%;
transform: translate(-50%, -50%);
background: #000; padding: 30px; border: 4px solid var(–accent);
box-shadow: 0 0 50px var(–accent);
z-index: 9998; font-size: 20px; font-weight: bold;
color: #fff; text-align: center;
width: 80%; max-width: 380px;
font-family: ‘Courier New’, monospace;
}

canvas#sweeps-confetti { position: fixed; inset: 0; pointer-events: none; z-index: 9997; display: none; }

MURRAY HAS THE RESTOCK ⚡

The Limited Edition Stranger Things x Gatorade glass bottles are back. Win one before they vanish. Ends Tomorrow!

The “Stranger Things” Effect: Why Limited Edition 80s Merch is the New Gold

Collectibles · Investment · Pop Culture · 2025 Trends

If you walked into a store in 1985 and bought a glass bottle of Gatorade, it would have cost you less than a dollar. Today, that same bottle—if it’s unopened and in mint condition—could pay for your car payment.

We are living in the “Golden Age of Nostalgia.” Driven by cultural juggernauts like Stranger Things, the market for 80s memorabilia has exploded. It isn’t just about owning a piece of the past; it’s about the thrill of the hunt for limited-edition drops that vanish in seconds.

1. The Return of the Glass Bottle

For Gen X and Millennials, the specific “clink” of a glass Gatorade bottle cap unlocking is a core memory. When plastic took over in the late 90s, something was lost.

That is why recent “retro drops” are creating chaos online. Collectors aren’t just buying a beverage; they are buying a time machine. The weight of the glass, the texture of the label, the specific neon glow of the liquid—it creates a sensory experience that plastic can’t replicate.

⚡ Investment Alert:
Limited edition food and beverage items are currently outperforming traditional collectibles like stamps or coins. A rare collaboration bottle is considered “liquid art” by modern investors.

2. The “Fuel 11” Phenomenon

In the lore of Stranger Things, Eleven (El) needs massive energy to power her psychokinetic abilities. The show brilliantly wove Gatorade into this narrative, creating a fictional-yet-real product demand.

The “Fuel 11” bottle is not just a prop; it is a symbol. It represents the intersection of the supernatural and the mundane. Owning one is the ultimate flex for a fan.

3. Scarcity Creates Value

Basic economics applies here: High Demand + Extremely Low Supply = Skyrocketing Value. When brands do a “Restock” of a viral item, the window to acquire it is usually measured in minutes, not days.

Resellers already have their bots ready. But sometimes, the brands give the real fans a fighting chance through a sweepstakes.

4. Your Chance to Secure the Asset

If you missed the initial drop, do not pay scalper prices on eBay yet. Gatorade has just announced a flash sweepstakes for the Stranger Things x Gatorade Glass Bottle.

The bad news? It ends virtually immediately. You have until December 19, 2025 to enter.

Stranger Things Gatorade Bottle

GLASS BOTTLE SWEEPSTAKES

Win the Limited Edition Stranger Things x Gatorade Bottle

Days
Hours
Mins
Secs

(ENDS TOMORROW: DEC 19)

ENTER ON INSTAGRAM

*NO PURCHASE NECESSARY. Open to legal residents of 50 US/DC, 13+. Ends 12/19/25. Comment #Fuel11Sweepstakes to enter.

document.addEventListener(“DOMContentLoaded”,()=>{
const overlay=document.getElementById(“sweeps-overlay”);
const startBtn=document.getElementById(“sweeps-start”);
const popup=document.getElementById(“sweeps-popup”);
const confetti=document.getElementById(“sweeps-confetti”);
const targetBox=document.getElementById(“sweeps-box”);

let isAutoScrolling = false;

// TIMER (Dec 19, 2025 11:59 PM ET)
const end=new Date(“2025-12-19T23:59:59-05:00”).getTime();
setInterval(()=>{
let t=end-Date.now(); if(t<0)t=0;
let d=Math.floor(t/86400000), h=Math.floor(t%86400000/3600000),
m=Math.floor(t%3600000/60000), s=Math.floor(t%60000/1000);
document.getElementById("d").innerText=d<10?"0"+d:d;
document.getElementById("h").innerText=h<10?"0"+h:h;
document.getElementById("m").innerText=m<10?"0"+m:m;
document.getElementById("s").innerText=s<10?"0"+s:s;
},1000);

// CONFETTI
function fireConfetti(){
const c=confetti, ctx=c.getContext("2d");
c.width=window.innerWidth; c.height=window.innerHeight; c.style.display="block";
let p=[]; for(let i=0;i{
ctx.fillStyle=[“#00A651″,”#F36C21″,”#E71D23”][Math.floor(Math.random()*3)]; // Green, Orange, Red
ctx.fillRect(part.x, part.y, 6, 8);
part.x+=part.vx; part.y+=part.vy; if(part.y>c.height) part.y=-10;
});
requestAnimationFrame(draw);
}
draw();
}

// START CLICK
startBtn.addEventListener(“click”, ()=>{
overlay.style.display=”none”; // Hide overlay
fireConfetti();
isAutoScrolling = true;

// 6 FACTS
const facts = [
“LIMITED EDITION!”,
“Prize: Glass Bottle”,
“Stranger Things x Gatorade”,
“Ends Dec 19th”,
“Comment to Enter”,
“Murray says GO!”
];

facts.forEach((txt, i) => {
setTimeout(() => {
popup.innerText = txt;
popup.style.display = “block”;
setTimeout(() => popup.style.display=”none”, 4500); // 4.5s duration
}, i * 5000); // New one every 5s
});

// START SLOW LINEAR SCROLL after 1.5 seconds
setTimeout(() => {
const startY = window.pageYOffset || document.documentElement.scrollTop;
const targetY = targetBox.getBoundingClientRect().top + startY – 20;
const distance = targetY – startY;

const duration = 30000; // 30 SECONDS
let startTime = null;

function loop(currentTime) {
if (!isAutoScrolling) return; // KILL SWITCH

if (!startTime) startTime = currentTime;
const timeElapsed = currentTime – startTime;
const run = linearTween(timeElapsed, startY, distance, duration);
window.scrollTo(0, run);
if (timeElapsed {
const stopEvents = [“mousedown”, “wheel”, “touchstart”, “keydown”];
stopEvents.forEach(evt => {
window.addEventListener(evt, () => {
if(isAutoScrolling) {
isAutoScrolling = false;
}
});
});
}, 1000); // 1 second buffer so initial click doesn’t stop it

}, 1500);
});
});

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.