Sweeps

Win a Mini Fridge – 250 Winners

View saved
How does this find feel?

Win a Smirnoff Ice Mini Fridge — 250 Winners! (Ends Aug 31, 2026)

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
–grad-start: #9b59b6;
–grad-mid: #e91e8c;
–grad-end: #ff8c00;
–accent: #ffd700;
–card-top: #9b59b6;
–cream: #f9f6f0;
–white: #ffffff;
–black: #1a1a1a;
}
body { font-family: ‘Nunito’, sans-serif; background: var(–cream); color: var(–black); overflow-x: hidden; }

/* ── PROGRESS BAR ── */
#progress-bar { position: fixed; top: 0; left: 0; height: 5px; width: 0%; background: linear-gradient(90deg, var(–grad-start), var(–accent), var(–grad-end)); z-index: 9999; transition: width 0.1s linear; }

/* ── CONFETTI ── */
#confetti-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9998; }

/* ── PAGE WRAP ── */
.page-wrap { max-width: 860px; margin: 0 auto; padding: 8px 16px 40px; }

/* ── HERO ── */
header.hero { background: linear-gradient(135deg, var(–grad-start) 0%, var(–grad-mid) 50%, var(–grad-end) 100%); border-radius: 20px; padding: 36px 28px 32px; text-align: center; margin-bottom: 24px; position: relative; overflow: hidden; }
header.hero::before { content: ”; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.08) 0%, transparent 65%); pointer-events: none; }
.hero-badge { display: inline-block; background: var(–accent); color: #1a1a1a !important; font-weight: 900; font-size: 0.85rem; padding: 6px 18px; border-radius: 50px; margin-bottom: 16px; letter-spacing: 0.5px; text-transform: uppercase; }
header.hero h1 { font-family: ‘Fredoka One’, cursive; font-size: clamp(2rem, 6vw, 3.2rem); color: #ffffff !important; line-height: 1.15; margin-bottom: 14px; text-shadow: 0 3px 12px rgba(0,0,0,0.7); }
header.hero h1 .highlight { color: var(–accent) !important; }
.hero-sub { font-size: clamp(1rem, 2.5vw, 1.2rem); color: #ffffff !important; font-weight: 800; max-width: 640px; margin: 0 auto 24px; line-height: 1.6; text-shadow: 0 2px 8px rgba(0,0,0,0.8); }
.hero-img-wrap { margin: 0 auto 24px; max-width: 700px; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.5); animation: float 4s ease-in-out infinite; }
.hero-img-wrap img { width: 100%; height: auto; display: block; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.countdown-wrap { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.cd-box { background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.3); border-radius: 12px; padding: 10px 18px; min-width: 72px; text-align: center; }
.cd-num { font-family: ‘Fredoka One’, cursive; font-size: 2rem; color: var(–accent) !important; line-height: 1; font-weight: 900; }
.cd-lbl { font-size: 0.7rem; color: #ffffff !important; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.stat-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.stat-pill { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 50px; padding: 8px 16px; font-size: 0.8rem; color: #ffffff !important; font-weight: 800; text-align: center; line-height: 1.3; }
.stat-pill span { display: block; font-size: 1.1rem; font-weight: 900; color: #ffffff !important; }

/* ── CONTENT CARDS ── */
.card { background: #ffffff; border-radius: 16px; padding: 28px 24px; margin-bottom: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–card-top); }
.card h2 { font-family: ‘Fredoka One’, cursive; font-size: clamp(1.4rem, 4vw, 1.9rem); color: var(–grad-start); margin-bottom: 14px; }
.card p { color: #333; line-height: 1.75; margin-bottom: 12px; font-size: 1rem; }
.card p:last-child { margin-bottom: 0; }

/* ── PRIZE CARD ── */
.prize-card { background: linear-gradient(135deg, var(–grad-start), var(–grad-mid)); border-radius: 16px; padding: 32px 24px; text-align: center; margin-bottom: 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.prize-card .prize-emoji { font-size: 3rem; margin-bottom: 10px; }
.prize-card h2 { font-family: ‘Fredoka One’, cursive; font-size: clamp(1.6rem, 5vw, 2.2rem); color: var(–accent) !important; margin-bottom: 12px; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.prize-card p { color: #ffffff !important; font-size: 1.05rem; font-weight: 800; line-height: 1.7; max-width: 600px; margin: 0 auto 8px; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
.prize-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-top: 18px; }
.prize-item { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); border-radius: 10px; padding: 12px 14px; color: #ffffff !important; font-size: 0.88rem; font-weight: 800; text-align: center; }
.prize-item strong { color: var(–accent) !important; display: block; font-size: 1rem; margin-bottom: 2px; }
.prize-tag { display: inline-block; background: var(–accent); color: #1a1a1a !important; font-weight: 900; font-size: 1.1rem; padding: 8px 24px; border-radius: 50px; margin-top: 16px; }

/* ── HOW TO ENTER ── */
.steps-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 18px 0; }
.step-box { background: linear-gradient(135deg, #f8f4ff, #f0e8ff); border-radius: 14px; padding: 20px 16px; text-align: center; border: 2px solid #e0d0f0; }
.step-num { width: 44px; height: 44px; background: var(–grad-start); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: ‘Fredoka One’, cursive; font-size: 1.4rem; margin: 0 auto 10px; }
.step-icon { font-size: 1.8rem; margin-bottom: 6px; }
.step-box h3 { color: var(–grad-start); font-size: 1rem; font-weight: 900; margin-bottom: 4px; }
.step-box p { color: #444; font-size: 0.88rem; line-height: 1.5; margin: 0; }

/* ── URGENCY BOX ── */
.urgency-box { background: linear-gradient(135deg, var(–grad-start), var(–grad-mid)); border-radius: 16px; padding: 28px 24px; text-align: center; margin-bottom: 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.25); }
.urgency-box h3 { font-family: ‘Fredoka One’, cursive; font-size: clamp(1.4rem, 4vw, 1.9rem); color: #ffffff !important; margin-bottom: 10px; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.urgency-box p { color: #ffffff !important; font-size: 1rem; font-weight: 800; line-height: 1.7; max-width: 600px; margin: 0 auto; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }

/* ── TIPS ── */
.tips-list { list-style: none; padding: 0; margin-top: 14px; }
.tips-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; font-size: 0.97rem; color: #333; line-height: 1.6; }
.tips-list li:last-child { border-bottom: none; }
.tip-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid #e0e0e0; }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 16px 0; font-size: 1rem; font-weight: 800; color: var(–grad-start); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q .arrow { font-size: 1.2rem; transition: transform 0.3s; flex-shrink: 0; }
.faq-q.open .arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 0 16px; color: #444; font-size: 0.95rem; line-height: 1.75; }
.faq-a.open { display: block; }

/* ── RELATED CARDS ── */
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; margin-top: 16px; }
.related-card { background: #fff; border-radius: 12px; padding: 16px 14px; box-shadow: 0 3px 12px rgba(0,0,0,0.08); border-top: 4px solid var(–card-top); text-decoration: none; display: block; transition: transform 0.2s, box-shadow 0.2s; }
.related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.14); }
.related-card .rc-emoji { font-size: 1.6rem; margin-bottom: 6px; }
.related-card .rc-title { font-size: 0.88rem; font-weight: 800; color: var(–grad-start); line-height: 1.4; margin-bottom: 4px; }
.related-card .rc-tag { font-size: 0.75rem; color: #888; font-weight: 700; }

/* ── ENTRY SECTION ── */
.entry-section { background: linear-gradient(135deg, var(–grad-start) 0%, var(–grad-mid) 50%, var(–grad-start) 100%); border-radius: 20px; padding: 40px 28px; text-align: center; margin-bottom: 20px; box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.entry-section h2 { font-family: ‘Fredoka One’, cursive; font-size: clamp(1.8rem, 5vw, 2.6rem); color: var(–accent) !important; margin-bottom: 14px; text-shadow: 0 3px 10px rgba(0,0,0,0.6); }
.entry-section p { color: #ffffff !important; font-size: 1.05rem; font-weight: 800; max-width: 580px; margin: 0 auto 24px; line-height: 1.7; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
.btn-enter { display: inline-block; background: linear-gradient(135deg, var(–grad-mid), var(–grad-end)); color: #ffffff !important; font-family: ‘Fredoka One’, cursive; font-size: clamp(1.2rem, 3vw, 1.6rem); padding: 18px 48px; border-radius: 50px; text-decoration: none; font-weight: 900; box-shadow: 0 6px 24px rgba(0,0,0,0.3); transition: transform 0.2s, box-shadow 0.2s; animation: pulse 2s ease-in-out infinite; }
.btn-enter:hover { transform: scale(1.05); box-shadow: 0 10px 32px rgba(0,0,0,0.5); }
@keyframes pulse { 0%, 100% { box-shadow: 0 6px 24px rgba(0,0,0,0.3); } 50% { box-shadow: 0 6px 36px rgba(0,0,0,0.55); } }
.legal { font-size: 0.75rem; color: #ffffff !important; font-weight: 700; margin-top: 20px; line-height: 1.6; opacity: 0.9; }

/* ── SECTION CARD ── */
.section-card { background: #fff; border-radius: 16px; padding: 28px 24px; margin-bottom: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–card-top); }
.section-card h2 { font-family: ‘Fredoka One’, cursive; font-size: clamp(1.4rem, 4vw, 1.9rem); color: var(–grad-start); margin-bottom: 14px; }

/* ── BLANKET CSS OVERRIDES FOR DARK SECTIONS ── */
header.hero *, .urgency-box *, .entry-section *, .prize-card * { color: #ffffff !important; }
header.hero h1 .highlight { color: var(–accent) !important; }
.hero-badge, .prize-tag { color: #1a1a1a !important; }
.entry-section h2, .prize-card h2 { color: var(–accent) !important; }
.prize-item strong { color: var(–accent) !important; }
.cd-num, #cd-days, #cd-hours, #cd-mins, #cd-secs { color: var(–accent) !important; }
.btn-enter, .btn-enter * { color: #ffffff !important; }

@media (max-width: 600px) {
.page-wrap { padding: 6px 10px 30px; }
header.hero { padding: 24px 16px 22px; }
.entry-section { padding: 28px 16px; }
.prize-card { padding: 24px 16px; }
}

🧊 Official Sweepstakes — 250 Winners!

Win a Smirnoff Ice Mini Fridge!

Your dream party fridge is up for grabs — 250 lucky winners will score a branded Smirnoff Ice mini fridge worth $190. Enter FREE before August 31, 2026!

Smirnoff Ice Mini Fridge Sweepstakes — Win a branded mini fridge!
Days
Hours
Mins
Secs
250Total Winners
$190Prize Value
Aug 31Deadline
FREETo Enter


🧊 What Is the Smirnoff Ice Mini Fridge Sweepstakes?

Smirnoff Ice is giving away 250 branded mini fridges — and all you have to do is fill out a free entry form to get your shot at winning one. That’s right, no purchase required, no tricks, just a quick sign-up and you’re in the running. The sweepstakes runs from April 1 through August 31, 2026, with 50 winners selected every single month.

This isn’t just any mini fridge — it’s a sleek, Smirnoff Ice branded cooler perfect for your bedroom, dorm, home bar, or game room. With an approximate retail value of $190, this is one of the most fun prizes we’ve seen in a while. Whether you’re stocking it with your favorite drinks or just showing it off, this fridge is a total vibe.

Open to legal U.S. residents who are 21 years of age or older. You get one entry per person, so make it count — and remember, non-winning entries are carried over into future monthly drawings, meaning your entry stays active all the way through August!

🏆

The Prize: Smirnoff Ice Branded Mini Fridge

250 winners will each receive one Smirnoff Ice branded mini fridge — the ultimate addition to any party setup or personal space.

250 Grand PrizesSmirnoff Ice branded mini fridge (50 awarded per month)
5 Regional PrizesFor residents of Iowa, Missouri, Oklahoma & Texas
Dimensions~20.87″ H × 14.17″ W × 15.75″ D
ARV Each$190 per fridge

Total ARV: $48,450


📋 How to Enter — 3 Easy Steps

1
🌐

Visit the Website

Head to spiritspromos.com/smirnoff-ice/mini-fridge-sweeps and verify your age to access the entry form.

2
📝

Fill Out the Form

Enter your name, address, phone number, and email. Then verify your info with the one-time authorization code sent to you.

3
🤞

Wait for the Drawing

Winners are selected monthly via random drawing. 50 winners every month — your entry rolls over each month automatically!


⏰ Don’t Miss Your Monthly Shot at Winning!

The sweepstakes closes on August 31, 2026 at 11:59:59 p.m. ET. With 50 winners drawn every month, the sooner you enter, the more monthly drawings you’re eligible for. One entry is all it takes — and it stays active all the way to the final drawing. Don’t wait!


💡 5 Tips to Boost Your Chances

  • Enter as early as possible. Your entry carries over into every monthly drawing through August, so the earlier you enter, the more chances you get — up to 5 drawings total!
  • Complete the verification step. You MUST verify your entry via the one-time authorization code or your entry won’t count. Don’t skip this step!
  • 📧
    Use a real, active email address. Winners are notified by email and/or phone — if they can’t reach you within 5 days, the prize is forfeited. Make sure your inbox is accessible.
  • 🏠
    Double-check your shipping address. The fridge ships to the address on your entry form. If you move, you won’t be able to update it after submission, so use your permanent address.
  • 📢
    Tell your friends — but don’t share your entry. There’s a limit of ONE entry per person. Sharing is caring, but each person needs to enter individually. Spread the word so your crew can win too!

❓ Frequently Asked Questions

You must be a legal U.S. resident who is 21 years of age or older at the time of entry. The sweepstakes is void where prohibited or restricted by law. Employees of Diageo Beer Company USA and its affiliates, printers, advertising and promotion agencies, alcohol beverage suppliers, importers, wholesalers, distributors, or retailers — and their family members — are not eligible.

There is a limit of one (1) entry per person. Multiple entries will automatically result in disqualification. The good news? Your single entry is automatically carried over into each subsequent monthly drawing, so you’re entered in every drawing from the month you enter through August 2026.

Winners are drawn monthly by Avid Marketing Group, an independent third-party administrator. The drawing schedule is: Month 1 drawn ~May 1, notified ~May 4; Month 2 drawn ~June 1, notified ~June 2; Month 3 drawn ~July 1, notified ~July 2; Month 4 drawn ~August 3, notified ~August 4; Month 5 drawn ~September 1, notified ~September 2. Winners are contacted by email and/or phone.

If you’re selected as a winner, you’ll receive an email and/or phone call from the administrator. You’ll need to sign and return an affidavit of eligibility, a liability release, and a publicity release (where lawful) within 5 days of notification. You’ll also need to provide valid proof of age (like a driver’s license, birth certificate, or passport). If you don’t respond within 5 days, the prize will be forfeited.

Nope — the official rules are very clear: alcohol is NOT part of the prize. You’re winning the branded mini fridge itself, not any beverages. But hey, you can fill it with whatever you like once it arrives! The fridge is approximately 20.87″ H × 14.17″ W × 15.75″ D and weighs about 29.76 lbs.

Yes! Virginia residents are eligible, but due to state legal restrictions, if you’re selected as a Grand Prize winner and you live in Virginia, you’ll receive an alternate prize of comparable value instead of the mini fridge. All other states are eligible for the standard prize.

In addition to the 250 Grand Prizes, there are 5 Regional Prizes exclusively for residents of Iowa, Missouri, Oklahoma, and Texas. Each regional prize is also one Smirnoff Ice branded mini fridge worth $190. The regional drawing takes place on or about September 1, 2026, after the final monthly Grand Prize drawing. If you live in one of those states, you’re eligible for both the Grand Prize AND the Regional Prize pool!

🧊 Ready to Win Your Mini Fridge?

It’s completely free to enter and takes less than 2 minutes. 250 winners will be chosen — don’t miss your chance to score a Smirnoff Ice branded mini fridge worth $190!


🧊 Enter the Sweepstakes Now — It’s FREE!

document.addEventListener(‘DOMContentLoaded’, function () {

// ── NUCLEAR COLOR ENFORCER — DO NOT REMOVE ──
function enforceColors() {
var whiteEls = document.querySelectorAll(
‘header.hero, header.hero *, .hero-badge, .hero-sub, ‘ +
‘.cd-lbl, .cd-num, .stat-pill, .stat-pill span, ‘ +
‘.urgency-box, .urgency-box *, ‘ +
‘.entry-section, .entry-section p, .entry-section strong, .entry-section .legal, ‘ +
‘.prize-card p, .prize-card .prize-item’
);
whiteEls.forEach(function(el) {
el.style.setProperty(‘color’, ‘#ffffff’, ‘important’);
});
var accentEls = document.querySelectorAll(‘.highlight, .entry-section h2, .prize-card h2, #cd-days, #cd-hours, #cd-mins, #cd-secs, .prize-item strong’);
accentEls.forEach(function(el) {
el.style.setProperty(‘color’, ‘#ffd700’, ‘important’);
});
var darkEls = document.querySelectorAll(‘.hero-badge, .prize-tag’);
darkEls.forEach(function(el) {
el.style.setProperty(‘color’, ‘#1a1a1a’, ‘important’);
});
var btnEls = document.querySelectorAll(‘.btn-enter, .btn-enter *’);
btnEls.forEach(function(el) {
el.style.setProperty(‘color’, ‘#ffffff’, ‘important’);
});
}
enforceColors();
setTimeout(enforceColors, 500);
setTimeout(enforceColors, 1500);
setTimeout(enforceColors, 3000);

// ── COUNTDOWN — Deadline: August 31, 2026 at 11:59:59 PM ET (UTC-4 in summer) ──
function tick() {
var now = new Date();
var utcNow = now.getTime() + now.getTimezoneOffset() * 60000;
var tzNow = new Date(utcNow + (-4) * 3600000); // EDT = UTC-4
var deadline = new Date(tzNow);
deadline.setFullYear(2026);
deadline.setMonth(7); // August = 7 (0-indexed)
deadline.setDate(31);
deadline.setHours(23);
deadline.setMinutes(59);
deadline.setSeconds(59);
var diff = deadline – tzNow;
if (diff 0 ? (scrollTop / scrollHeight) * 100 : 0;
document.getElementById(‘progress-bar’).style.width = pct + ‘%’;
});

// ── CONFETTI (8 seconds) ──
var canvas = document.getElementById(‘confetti-canvas’);
var ctx = canvas.getContext(‘2d’);
canvas.width = window.innerWidth; canvas.height = window.innerHeight;
window.addEventListener(‘resize’, function () { canvas.width = window.innerWidth; canvas.height = window.innerHeight; });
var colors = [‘#9b59b6′,’#ffd700′,’#e91e8c’,’#ffffff’,’#ff8c00′];
var pieces = Array.from({length: 120}, function () {
return { x: Math.random() * canvas.width, y: Math.random() * canvas.height – canvas.height, w: Math.random() * 10 + 5, h: Math.random() * 6 + 3, color: colors[Math.floor(Math.random() * colors.length)], speed: Math.random() * 3 + 1.5, angle: Math.random() * 360, spin: (Math.random() – 0.5) * 6 };
});
var confettiActive = true;
setTimeout(function () { confettiActive = false; ctx.clearRect(0, 0, canvas.width, canvas.height); }, 8000);
function drawConfetti() {
if (!confettiActive) return;
ctx.clearRect(0, 0, canvas.width, canvas.height);
pieces.forEach(function (p) {
ctx.save(); ctx.translate(p.x, p.y); ctx.rotate(p.angle * Math.PI / 180);
ctx.fillStyle = p.color; ctx.fillRect(-p.w/2, -p.h/2, p.w, p.h); ctx.restore();
p.y += p.speed; p.angle += p.spin;
if (p.y > canvas.height) { p.y = -10; p.x = Math.random() * canvas.width; }
});
requestAnimationFrame(drawConfetti);
}
drawConfetti();

// ── FAQ ACCORDION ──
window.toggleFaq = function (btn) {
var sibling = btn.nextElementSibling;
while (sibling && !sibling.classList.contains(‘faq-a’)) { sibling = sibling.nextElementSibling; }
if (!sibling) return;
var isOpen = sibling.classList.contains(‘open’);
document.querySelectorAll(‘.faq-a.open’).forEach(function(a){ a.classList.remove(‘open’); });
document.querySelectorAll(‘.faq-q.open’).forEach(function(b){ b.classList.remove(‘open’); });
if (!isOpen) { sibling.classList.add(‘open’); btn.classList.add(‘open’); }
};

});

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.