Campbell’s Pokémon Promotion – Win a $6,650 Chicago Family Adventure + 3,150 Instant Win Prizes!
/* ============================================================
SCOPED STYLES — .fm-scroll-page-campbells-pokemon only
============================================================ */
.fm-scroll-page-campbells-pokemon {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: #333;
background: #fffdf0;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}
/* Loading overlay */
.fm-scroll-page-campbells-pokemon .fm-loader {
position: fixed;
inset: 0;
background: #cc0000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 99999;
transition: opacity 0.6s ease;
}
.fm-scroll-page-campbells-pokemon .fm-loader-icon { font-size: 64px; margin-bottom: 18px; animation: pk-bounce 1s infinite; }
.fm-scroll-page-campbells-pokemon .fm-loader-title { color: #fff; font-size: 26px; font-weight: 900; text-align: center; margin-bottom: 8px; }
.fm-scroll-page-campbells-pokemon .fm-loader-sub { color: rgba(255,255,255,0.8); font-size: 16px; text-align: center; }
.fm-scroll-page-campbells-pokemon .fm-loader-bar { width: 220px; height: 6px; background: rgba(255,255,255,0.25); border-radius: 3px; margin-top: 22px; overflow: hidden; }
.fm-scroll-page-campbells-pokemon .fm-loader-fill { height: 100%; background: #ffe066; border-radius: 3px; animation: pk-fill 5s linear forwards; }
@keyframes pk-fill { from { width: 0%; } to { width: 100%; } }
@keyframes pk-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
/* Hero */
.fm-scroll-page-campbells-pokemon .fm-hero {
background: linear-gradient(135deg, #cc0000 0%, #ff3333 50%, #ff6600 100%);
color: #fff;
padding: 60px 24px 50px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.fm-scroll-page-campbells-pokemon .fm-hero-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #ffe066; margin-bottom: 14px; }
.fm-scroll-page-campbells-pokemon .fm-hero-title { font-size: 38px; font-weight: 900; line-height: 1.15; margin: 0 0 14px; color: #fff; }
.fm-scroll-page-campbells-pokemon .fm-hero-sub { font-size: 18px; color: rgba(255,255,255,0.92); margin: 0 auto 28px; max-width: 680px; }
.fm-scroll-page-campbells-pokemon .fm-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; }
.fm-scroll-page-campbells-pokemon .fm-pill { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.4); border-radius: 50px; padding: 8px 18px; font-size: 14px; font-weight: 700; color: #fff; }
.fm-scroll-page-campbells-pokemon .fm-pill strong { color: #ffe066; }
/* Countdown */
.fm-scroll-page-campbells-pokemon .fm-countdown { display: flex; justify-content: center; gap: 14px; margin-bottom: 32px; }
.fm-scroll-page-campbells-pokemon .fm-cd-cell { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; padding: 12px 16px; min-width: 68px; text-align: center; }
.fm-scroll-page-campbells-pokemon .fm-cd-num { display: block; font-size: 34px; font-weight: 900; color: #ffe066; line-height: 1; }
.fm-scroll-page-campbells-pokemon .fm-cd-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.75); margin-top: 5px; }
/* CTA button */
.fm-scroll-page-campbells-pokemon .fm-cta-btn {
display: inline-block;
background: #ffe066;
color: #cc0000;
font-size: 22px;
font-weight: 900;
padding: 18px 55px;
border-radius: 6px;
border: none;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 6px 0 #b38000;
transition: transform 0.1s, box-shadow 0.1s;
}
.fm-scroll-page-campbells-pokemon .fm-cta-btn:hover { transform: translateY(3px); box-shadow: 0 3px 0 #b38000; }
/* Ad block */
.fm-scroll-page-campbells-pokemon .fm-ad { margin: 26px 0; text-align: center; width: 100%; overflow: hidden; }
/* Article body */
.fm-scroll-page-campbells-pokemon .fm-body { background: #fff; padding: 50px 24px; width: 100%; box-sizing: border-box; }
.fm-scroll-page-campbells-pokemon .fm-toc { background: #fff8e1; border-left: 5px solid #cc0000; padding: 22px 26px; margin-bottom: 48px; border-radius: 0 8px 8px 0; }
.fm-scroll-page-campbells-pokemon .fm-toc-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #cc0000; margin-bottom: 12px; }
.fm-scroll-page-campbells-pokemon .fm-toc-list { list-style: none; padding: 0; margin: 0; }
.fm-scroll-page-campbells-pokemon .fm-toc-list li { padding: 4px 0; font-size: 15px; }
.fm-scroll-page-campbells-pokemon .fm-toc-list li::before { content: “→ “; color: #cc0000; font-weight: 700; }
.fm-scroll-page-campbells-pokemon .fm-section { margin-bottom: 52px; }
.fm-scroll-page-campbells-pokemon .fm-section-title { font-size: 27px; font-weight: 800; color: #cc0000; border-bottom: 3px solid #ffe066; padding-bottom: 10px; margin-bottom: 20px; }
.fm-scroll-page-campbells-pokemon .fm-section-body { font-size: 17px; color: #555; line-height: 1.8; margin-bottom: 16px; }
/* Table */
.fm-scroll-page-campbells-pokemon .fm-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.fm-scroll-page-campbells-pokemon .fm-table th { background: #cc0000; color: #fff; padding: 12px 14px; text-align: left; font-weight: 700; font-size: 13px; text-transform: uppercase; }
.fm-scroll-page-campbells-pokemon .fm-table td { padding: 11px 14px; border-bottom: 1px solid #ffe8cc; color: #555; background: #fff; }
.fm-scroll-page-campbells-pokemon .fm-table tr:nth-child(even) td { background: #fffdf0; }
/* Prize cards */
.fm-scroll-page-campbells-pokemon .fm-prize-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; margin: 26px 0; }
.fm-scroll-page-campbells-pokemon .fm-prize-card { background: #fff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 3px 12px rgba(0,0,0,0.07); border-top: 5px solid #cc0000; }
.fm-scroll-page-campbells-pokemon .fm-prize-card-icon { font-size: 34px; display: block; margin-bottom: 10px; }
.fm-scroll-page-campbells-pokemon .fm-prize-card-amount { font-size: 22px; font-weight: 900; color: #cc0000; margin-bottom: 4px; }
.fm-scroll-page-campbells-pokemon .fm-prize-card-label { font-size: 13px; color: #777; font-weight: 600; }
.fm-scroll-page-campbells-pokemon .fm-prize-card-count { font-size: 12px; color: #aaa; margin-top: 5px; }
/* Prize image */
.fm-scroll-page-campbells-pokemon .fm-prize-img { width: 100%; max-width: 800px; border-radius: 12px; display: block; margin: 28px auto; box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
/* FAQ */
.fm-scroll-page-campbells-pokemon .fm-faq-item { border: 1px solid #ffe8cc; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.fm-scroll-page-campbells-pokemon .fm-faq-q { padding: 16px 20px; font-weight: 700; font-size: 15px; color: #cc0000; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fffdf0; }
.fm-scroll-page-campbells-pokemon .fm-faq-q:hover { background: #fff8e1; }
.fm-scroll-page-campbells-pokemon .fm-faq-icon { font-size: 20px; color: #cc0000; font-weight: 900; }
.fm-scroll-page-campbells-pokemon .fm-faq-a { display: none; padding: 0 20px 16px; font-size: 15px; color: #555; line-height: 1.7; border-top: 1px solid #ffe8cc; }
/* Entry section */
.fm-scroll-page-campbells-pokemon .fm-entry-section {
background: linear-gradient(135deg, #cc0000 0%, #ff3333 100%);
padding: 60px 24px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
.fm-scroll-page-campbells-pokemon .fm-entry-title { font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 12px; }
.fm-scroll-page-campbells-pokemon .fm-entry-sub { font-size: 18px; color: rgba(255,255,255,0.88); margin-bottom: 28px; }
.fm-scroll-page-campbells-pokemon .fm-entry-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 32px; }
.fm-scroll-page-campbells-pokemon .fm-entry-fact { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 8px; padding: 10px 20px; font-size: 14px; font-weight: 700; color: #fff; }
.fm-scroll-page-campbells-pokemon .fm-entry-fact span { color: #ffe066; }
/* Related */
.fm-scroll-page-campbells-pokemon .fm-related { background: #fffdf0; padding: 50px 24px; width: 100%; box-sizing: border-box; }
.fm-scroll-page-campbells-pokemon .fm-related-title { font-size: 24px; font-weight: 800; color: #cc0000; margin-bottom: 26px; text-align: center; }
.fm-scroll-page-campbells-pokemon .fm-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.fm-scroll-page-campbells-pokemon .fm-related-card { background: #fff; border-radius: 10px; padding: 18px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-left: 5px solid #cc0000; text-decoration: none; color: inherit; display: block; transition: transform 0.2s; }
.fm-scroll-page-campbells-pokemon .fm-related-card:hover { transform: translateY(-3px); }
.fm-scroll-page-campbells-pokemon .fm-related-card-title { color: #cc0000; font-size: 15px; font-weight: 800; margin: 0 0 5px; }
.fm-scroll-page-campbells-pokemon .fm-related-card-desc { font-size: 13px; color: #777; margin: 0; }
/* Legal */
.fm-scroll-page-campbells-pokemon .fm-legal { font-size: 12px; color: #999; text-align: center; padding: 28px 24px; line-height: 1.6; }
/* Popups */
.fm-scroll-page-campbells-pokemon .fm-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border: 4px solid #cc0000;
border-radius: 12px;
padding: 28px 38px;
text-align: center;
z-index: 9999;
box-shadow: 0 20px 60px rgba(0,0,0,0.15);
max-width: 88%;
width: 400px;
}
.fm-scroll-page-campbells-pokemon .fm-popup-icon { font-size: 38px; display: block; margin-bottom: 10px; }
.fm-scroll-page-campbells-pokemon .fm-popup-title { font-size: 20px; font-weight: 900; color: #cc0000; margin-bottom: 7px; }
.fm-scroll-page-campbells-pokemon .fm-popup-body { font-size: 14px; color: #555; }
@media (max-width: 600px) {
.fm-scroll-page-campbells-pokemon .fm-hero-title { font-size: 26px; }
.fm-scroll-page-campbells-pokemon .fm-cta-btn { font-size: 18px; padding: 15px 28px; }
.fm-scroll-page-campbells-pokemon .fm-cd-num { font-size: 26px; }
.fm-scroll-page-campbells-pokemon .fm-section-title { font-size: 22px; }
.fm-scroll-page-campbells-pokemon .fm-entry-title { font-size: 24px; }
.fm-scroll-page-campbells-pokemon .fm-popup { display: none !important; }
}
- All the Prizes — From Chicago Trip to Free Goldfish
- The Grand Prize: Pokémon Fossil Museum in Chicago
- How the Instant Win Game Works
- How to Enter Every Day
- Tips for Families Who Love Pokémon
- Frequently Asked Questions

Campbell’s and Pokémon have teamed up for one of the most fun family sweepstakes of the summer. There are 3,153 total winners across the grand prize sweepstakes and the daily instant win game — and with prizes ranging from a free bag of Goldfish crackers all the way up to a $6,650 Pokémon family adventure, there’s something for every level of luck.
Total prize pool is $42,669.50. The 3,000 free Goldfish coupons alone make this worth entering every single day — your odds of winning something are genuinely solid.
The grand prize is a Pokémon Family Adventure — a trip to the
Pokémon Fossil Museum at the Chicago Field Museum, which runs from May 22, 2026 through April 11, 2027. Three families will win this, and each prize package includes everything you need for the trip:| What’s Included | Details |
|---|---|
| ✈️ Travel & Lodging Stipend | Funds to cover flights and hotel to Chicago |
| 🍽️ Meals & Transportation | Spending money for food and getting around the city |
| 🎟️ Chicago CityPASS | One-time admission to 5 major Chicago attractions |
| 🧸 2 Pokémon Plush Dolls | Included in the prize package |
| 🎒 2 Pokémon Backpacks | Filled with Goldfish snacks |
| 💰 Total ARV | $6,650 per winner · 3 winners · $19,950 total |
The Pokémon Fossil Museum is a traveling exhibition that brings the world of Pokémon together with real fossil science — it’s an incredible experience for kids and Pokémon fans of any age. The three grand prize winners are drawn on or around September 15, 2026.
Every time you enter, you also play the instant win game. There are 3,150 randomly assigned winning moments spread across the entire promotion period. If you happen to play at or after one of those moments, you instantly win the prize tied to that time slot.
The spin wheel animation is just for fun — the actual win or loss is determined by the administrator’s randomization software, not the wheel itself. Here’s what you can win instantly:
| Instant Win Prize | Winners | ARV Each |
|---|---|---|
| 🎒 Pokémon Backpack | 50 | $54.99 |
| 🎮 $50 Pokémon Center Gift Card | 100 | $50.00 |
| 🐟 Free Goldfish Crackers Coupon (6.6–8 oz) | 3,000 | up to $4.99 |
The free Goldfish coupon is mailed to your registered address — so make sure your address is correct when you sign up. Gift cards are digital. Instant win prizes are fulfilled within four weeks after the promotion ends.
Entering is completely free and takes about 30 seconds. Here’s exactly what to do:
| Step | What to Do |
|---|---|
| 1 | Go to GoldfishSweeps.com |
| 2 | Fill out the entry form: full name, email, mailing address (no P.O. boxes), phone number, and birthday |
| 3 | Submit — you’re automatically entered into both the sweepstakes and the instant win game |
| 4 | Come back every day for another entry — limit 1 per person per day |
No purchase necessary. No UPC codes needed. Just fill out the form once a day. The promotion runs through September 13, 2026 — that’s over 130 days of daily entries if you start now!
Whether you’re entering for the grand prize trip or just hoping to score a free bag of Goldfish, a few habits will help you get the most out of this promotion:
| Tip | Why It Helps |
|---|---|
| Set a daily phone reminder | 1 entry/day × 130+ days = 130+ entries in the grand prize drawing |
| Use a valid mailing address | Free Goldfish coupons are mailed as physical coupons — P.O. boxes are not accepted |
| Check your email after each entry | Instant win notifications come by email — don’t miss a prize claim deadline |
| Plan the Chicago trip in advance | The Pokémon Fossil Museum runs through April 11, 2027 — winners have time to plan |
| Use one email address only | Multiple email accounts will get you disqualified — stick to one |
ENTER HERE
(function() {
var ROOT = ‘.fm-scroll-page-campbells-pokemon’;
// Loader
var loader = document.getElementById(‘pk-loader’);
if (loader) {
setTimeout(function() {
loader.style.opacity = ‘0’;
setTimeout(function() { loader.style.display = ‘none’; }, 600);
}, 5000);
}
// Countdown to Sept 13, 2026
var endDate = new Date(‘September 13, 2026 23:59:59 EDT’).getTime();
function updateCountdown() {
var now = new Date().getTime();
var dist = endDate – now;
if (dist < 0) dist = 0;
document.getElementById('pk-days').textContent = String(Math.floor(dist / 86400000)).padStart(2, '0');
document.getElementById('pk-hours').textContent = String(Math.floor((dist % 86400000) / 3600000)).padStart(2, '0');
document.getElementById('pk-mins').textContent = String(Math.floor((dist % 3600000) / 60000)).padStart(2, '0');
document.getElementById('pk-secs').textContent = String(Math.floor((dist % 60000) / 1000)).padStart(2, '0');
}
setInterval(updateCountdown, 1000);
updateCountdown();
// FAQ toggle
window.pkToggleFaq = function(el) {
var ans = el.nextElementSibling;
var icon = el.querySelector('.fm-faq-icon');
if (ans.style.display === 'block') {
ans.style.display = 'none';
icon.textContent = '+';
} else {
ans.style.display = 'block';
icon.textContent = '−';
}
};
// Slow scroll
var scrolling = false;
var rafId = null;
var popTimers = [];
var isMobile = window.innerWidth <= 600;
function showPopup(id, delay) {
popTimers.push(setTimeout(function() {
if (!scrolling) return;
var p = document.getElementById(id);
if (p) {
p.style.display = 'block';
setTimeout(function() { p.style.display = 'none'; }, 2800);
}
}, delay));
}
function stopScroll() {
scrolling = false;
if (rafId) cancelAnimationFrame(rafId);
popTimers.forEach(function(t) { clearTimeout(t); });
document.querySelectorAll(ROOT + ' .fm-popup').forEach(function(p) { p.style.display = 'none'; });
}
function startScroll() {
var target = document.getElementById('pk-bottom-cta');
if (!target) target = document.getElementById('pk-enter-now');
if (!target) return;
var targetY = target.getBoundingClientRect().top + window.pageYOffset – 80;
var startY = window.pageYOffset;
var dist = targetY – startY;
if (dist <= 0) return;
var duration = isMobile ? 9000 : 35000;
var startTime = null;
scrolling = true;
function step(ts) {
if (!scrolling) return;
if (!startTime) startTime = ts;
var elapsed = ts – startTime;
var progress = Math.min(elapsed / duration, 1);
var ease = progress < 0.5 ? 2 * progress * progress : -1 + (4 – 2 * progress) * progress;
window.scrollTo(0, startY + dist * ease);
if (elapsed < duration) {
rafId = requestAnimationFrame(step);
} else {
window.scrollTo(0, targetY);
scrolling = false;
}
}
rafId = requestAnimationFrame(step);
if (!isMobile) {
showPopup('pk-pop1', 6000);
showPopup('pk-pop2', 14000);
showPopup('pk-pop3', 22000);
showPopup('pk-pop4', 30000);
}
}
['wheel', 'touchmove', 'touchstart'].forEach(function(ev) {
window.addEventListener(ev, function() { if (scrolling) stopScroll(); }, { passive: true });
});
var heroCta = document.getElementById('pk-hero-cta');
if (heroCta) {
heroCta.addEventListener('click', function(e) {
e.preventDefault();
startScroll();
});
}
})();
Helpful Freebie Mom Guides
Keep going