White Claw Couple of Claws Sweepstakes

:root {
–primary: #0a4a7a;
–primary-dark: #063354;
–primary-deep: #021f36;
–primary-light: #1a6aaa;
–primary-pale: #e0eef8;
–accent: #00c8e0;
–accent-light: #7aeeff;
–cream: #f4fbff;
–warm-white: #eef7fc;
–border: #b8ddf0;
–text-dark: #1c1c1c;
–text-gray: #555555;
–text-light: #888888;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘Inter’, sans-serif;
background: var(–cream);
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
}
#xp-bar-container { position: fixed; top: 0; left: 0; right: 0; height: 5px; background: #b8ddf0; z-index: 9999; }
#xp-bar { height: 100%; width: 0%; background: linear-gradient(90deg, var(–primary), var(–accent)); transition: width 0.2s ease; }
header {
background: linear-gradient(160deg, #021f36 0%, #063354 30%, #0a4a7a 65%, #1a6aaa 100%);
color: #fff;
text-align: center;
padding: 60px 24px 52px;
position: relative;
overflow: hidden;
}
header::before {
content: ”;
position: absolute;
top: -60px; left: -60px; right: -60px; bottom: -60px;
background: radial-gradient(ellipse at 50% 0%, rgba(0,200,224,0.18) 0%, transparent 70%);
pointer-events: none;
}
.status-tag {
display: inline-block;
background: rgba(255,255,255,0.15);
border: 1px solid rgba(255,255,255,0.35);
border-radius: 50px;
padding: 6px 18px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 22px;
color: #fff;
}
header h1 { font-family: ‘Playfair Display’, serif; font-size: clamp(2.2rem, 7vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 18px; }
header h1 span { color: var(–accent-light); }
.hero-sub { font-size: 1.05rem; opacity: 0.88; max-width: 620px; margin: 0 auto 28px; line-height: 1.7; color: rgba(255,255,255,0.85); }
.prize-value { font-family: ‘Playfair Display’, serif; font-size: clamp(2.4rem, 7vw, 3.8rem); font-weight: 800; color: var(–accent-light); line-height: 1; margin-bottom: 4px; text-shadow: 0 0 40px rgba(0,200,224,0.4); }
.prize-label { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.6; margin-bottom: 28px; }
.countdown { display: flex; justify-content: center; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.cd-box { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.25); border-radius: 10px; padding: 12px 18px; min-width: 72px; text-align: center; }
.cd-num { font-family: ‘Playfair Display’, serif; font-size: 2rem; font-weight: 700; color: var(–accent-light); line-height: 1; }
.cd-label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.6; margin-top: 4px; }
.cta-btn { display: inline-block; background: var(–accent); color: #021f36; font-family: ‘Inter’, sans-serif; font-size: 1.1rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 16px 44px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; transition: background 0.2s, transform 0.15s; margin: 8px 0; }
.cta-btn:hover { background: #7aeeff; transform: translateY(-2px); }
.stat-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.stat-pill { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; padding: 8px 16px; font-size: 0.82rem; text-align: center; }
.stat-pill strong { display: block; font-size: 1.1rem; color: var(–accent-light); font-family: ‘Playfair Display’, serif; }
.toc-box { background: var(–warm-white); border: 1px solid var(–border); border-left: 4px solid var(–primary); border-radius: 10px; padding: 24px 28px; margin: 32px 0; }
.toc-box .toc-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–primary); margin-bottom: 12px; }
.toc-box ol { padding-left: 20px; }
.toc-box ol li { margin-bottom: 6px; }
.toc-box ol li a { color: var(–text-dark); text-decoration: none; font-weight: 500; }
.toc-box ol li a:hover { color: var(–primary); }
.content-wrap { max-width: 780px; margin: 0 auto; padding: 0 20px 60px; }
section { background: var(–warm-white); border-radius: 14px; padding: 36px 36px; margin: 28px 0; border: 1px solid var(–border); }
section h2 { font-family: ‘Playfair Display’, serif; font-size: 1.7rem; font-weight: 700; color: var(–primary-dark); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(–border); }
section h2 span { color: var(–primary); }
section h3 { font-family: ‘Inter’, sans-serif; font-size: 1.05rem; font-weight: 700; color: var(–text-dark); margin: 22px 0 10px; }
section p { color: var(–text-gray); margin-bottom: 16px; line-height: 1.85; }
section p:last-child { margin-bottom: 0; }
blockquote { border-left: 4px solid var(–primary); background: var(–primary-pale); padding: 16px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; font-style: italic; color: var(–text-gray); font-size: 0.95rem; }
.prize-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 20px 0; }
.prize-card { background: linear-gradient(135deg, #e0eef8 0%, #c8dff0 100%); border: 2px solid var(–border); border-top: 5px solid var(–primary); border-radius: 14px; padding: 24px 20px; text-align: center; }
.prize-card.accent-card { border-top-color: var(–accent); background: linear-gradient(135deg, #e0fbff 0%, #b8f4ff 100%); }
.prize-card .pc-emoji { font-size: 2.8rem; display: block; margin-bottom: 10px; }
.prize-card .pc-count { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(–primary); margin-bottom: 6px; }
.prize-card.accent-card .pc-count { color: #0a7a8a; }
.prize-card .pc-name { font-family: ‘Playfair Display’, serif; font-size: 1.1rem; font-weight: 700; color: var(–text-dark); margin-bottom: 8px; }
.prize-card .pc-value { font-family: ‘Playfair Display’, serif; font-size: 1.5rem; font-weight: 700; color: var(–primary); margin-bottom: 6px; }
.prize-card.accent-card .pc-value { color: #0a7a8a; }
.prize-card .pc-note { font-size: 0.82rem; color: var(–text-light); }
/* State tags */
.state-grid { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.state-tag { background: var(–primary); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.steps { list-style: none; padding: 0; margin: 20px 0; }
.steps li { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.step-num { background: var(–primary); color: #fff; font-weight: 800; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: 1rem; }
.step-body strong { display: block; font-weight: 700; margin-bottom: 4px; color: var(–text-dark); }
.step-body span { color: var(–text-gray); font-size: 0.95rem; }
.data-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.95rem; }
.data-table th { background: var(–primary); color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 16px; text-align: left; font-size: 0.85rem; }
.data-table td { padding: 11px 16px; border-bottom: 1px solid var(–border); color: var(–text-gray); vertical-align: top; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: #ddeef8; }
.data-table td strong { color: var(–text-dark); }
.timeline { list-style: none; padding: 0; margin: 20px 0; }
.timeline li { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 20px; }
.tl-dot { width: 14px; height: 14px; background: var(–primary); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.tl-body strong { display: block; font-weight: 700; color: var(–text-dark); }
.tl-body span { color: var(–text-gray); font-size: 0.93rem; }
.tips-list { list-style: none; padding: 0; margin: 20px 0; }
.tips-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; padding: 14px 18px; background: var(–primary-pale); border-radius: 10px; border-left: 4px solid var(–primary); }
.tips-list li .tip-icon { font-size: 1.4rem; flex-shrink: 0; }
.tips-list li .tip-text { color: var(–text-gray); font-size: 0.95rem; line-height: 1.6; }
.tips-list li .tip-text strong { color: var(–text-dark); display: block; margin-bottom: 2px; }
.faq-item { border-bottom: 1px solid var(–border); }
.faq-item:last-of-type { border-bottom: none; }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 18px 0; font-family: ‘Inter’, sans-serif; font-size: 1rem; font-weight: 700; color: var(–text-dark); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q::after { content: ‘+’; font-size: 1.4rem; color: var(–primary); flex-shrink: 0; }
.faq-item.open .faq-q::after { content: ‘−’; }
.faq-a { display: none; padding: 0 0 18px; color: var(–text-gray); font-size: 0.95rem; line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-top: 20px; }
.related-card { background: var(–warm-white); border: 1px solid var(–border); border-radius: 10px; padding: 16px; text-decoration: none; color: var(–text-dark); transition: border-color 0.2s, transform 0.15s; display: block; }
.related-card:hover { border-color: var(–primary); transform: translateY(-2px); }
.rc-cat { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(–primary); margin-bottom: 6px; }
.rc-title { font-size: 0.9rem; font-weight: 600; line-height: 1.4; }
.entry-section { background: linear-gradient(135deg, #021f36 0%, #063354 60%, #0a4a7a 100%); border-radius: 18px; padding: 44px 36px; text-align: center; margin: 28px 0; color: #fff; }
.entry-section h2 { font-family: ‘Playfair Display’, serif; font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 800; color: #fff; margin-bottom: 14px; border-bottom: none; padding-bottom: 0; }
.entry-section h2 span { color: var(–accent-light); }
.entry-section p { color: rgba(255,255,255,0.8); margin-bottom: 20px; font-size: 1rem; }
.fact-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; border: 2px solid var(–primary); border-radius: 16px; padding: 24px 28px; max-width: 320px; width: 90%; z-index: 10000; box-shadow: 0 20px 60px rgba(0,0,0,0.18); text-align: center; font-family: ‘Inter’, sans-serif; }
.fact-popup .fact-icon { font-size: 2.2rem; display: block; margin-bottom: 10px; }
.fact-popup .fact-title { font-family: ‘Playfair Display’, serif; font-size: 1.1rem; font-weight: 700; color: var(–primary-dark); display: block; margin-bottom: 8px; }
.fact-popup { color: var(–text-gray); font-size: 0.9rem; line-height: 1.6; }
#skip-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; border: 2px solid var(–primary); border-radius: 18px; padding: 32px 28px; max-width: 340px; width: 90%; z-index: 10001; box-shadow: 0 24px 70px rgba(0,0,0,0.2); text-align: center; font-family: ‘Inter’, sans-serif; }
#skip-popup .skip-icon { font-size: 2.4rem; margin-bottom: 10px; display: block; }
#skip-popup h3 { font-family: ‘Playfair Display’, serif; font-size: 1.4rem; font-weight: 700; color: var(–primary); margin-bottom: 8px; }
#skip-popup p { color: var(–text-gray); font-size: 0.92rem; margin-bottom: 20px; }
.popup-btn-yes { display: block; width: 100%; background: var(–primary); color: #fff; font-family: ‘Inter’, sans-serif; font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; padding: 13px; border-radius: 50px; border: none; cursor: pointer; margin-bottom: 10px; }
.popup-btn-yes:hover { background: var(–primary-dark); }
.popup-btn-no { display: block; width: 100%; background: transparent; color: var(–text-gray); font-size: 0.9rem; padding: 10px; border-radius: 50px; border: 1px solid var(–border); cursor: pointer; }
.popup-btn-no:hover { background: var(–cream); }
@media (max-width: 600px) {
section { padding: 24px 18px; }
.entry-section { padding: 28px 18px; }
}
White Claw
Couple of Claws
Sweepstakes
Enter daily for a chance to win a $25 gift card every single day — plus a $500 grand prize drawing at the end! 1,581 total prizes up for grabs.
What Is the White Claw Couple of Claws Sweepstakes?
White Claw Hard Seltzer is running the Couple of Claws Sweepstakes — a daily drawing promotion with a massive $47,600 total prize pool. From March 15 through April 6, 2026, you can enter once per day for a chance to win a $25 electronic gift card in that day’s drawing, plus you’ll automatically accumulate entries for a $500 grand prize drawing at the end.
What makes this sweepstakes especially exciting is the sheer volume of prizes: 1,564 daily $25 gift card prizes are available (68 per day across 17 states — that’s 4 winners per state per day!), plus 17 grand prizes of $500 each — one per eligible state. The more days you enter, the more entries you stack up for the grand prize.
Important: This sweepstakes is only available in 17 specific U.S. states. Check the eligibility section below to confirm your state is included before entering.
Entry is completely free — no purchase necessary. You just need to verify your age (21+), provide your state, name, and email address, and agree to join the White Claw Shore Club newsletter (you can unsubscribe anytime without affecting your entries).
The Prizes — $47,600 Total Prize Pool
Gift cards are electronic and issued by a provider of Sponsor’s choosing. The gift card issuer’s terms and conditions apply. Alcohol beverages are not part of any prize, and the gift cards need not be used to purchase alcohol.
Daily drawings are conducted the day after each entry day (or the following Monday for Friday/Saturday/Sunday entries). The grand prize drawing takes place approximately April 7, 2026 — after the final day’s first prize drawing.
How to Enter Step by Step
There are two ways to enter — both lead to the same entry form. You can enter once per day throughout the sweepstakes period.
-
1Go to the Entry Page
Visit whiteclaw.com/sweepstakes/coupleofclaws directly in your browser. You can also scan a QR code found on White Claw advertising materials at participating retail locations — both methods lead to the same page. -
2Verify Your Age
You must confirm you are 21 years of age or older. This is an alcohol brand promotion and age verification is required. -
3Select Your State
Choose your state of residence. Only residents of the 17 eligible states can enter. If your state isn’t listed, you are not eligible for this sweepstakes. -
4Fill Out the Entry Form
Enter your name, state of residence, and email address. Agree to the Official Rules and to join the White Claw Shore Club newsletter (free to unsubscribe anytime). -
5Submit & Come Back Daily
Submit your entry — you’re now entered in today’s daily drawing AND the grand prize drawing. Come back every day through April 6 to enter again and stack up more grand prize entries!
Who Can Enter — Eligibility
This sweepstakes is only open to residents of these 17 states:
Alabama
Arkansas
Arizona
Hawaii
Indiana
Illinois
Louisiana
Maine
Missouri
North Carolina
Pennsylvania
Tennessee
Texas
Utah
Virginia
West Virginia
| Requirement | Details |
|---|---|
| Age | 21 years of age or older at time of entry |
| Residency | Legal resident of one of the 17 eligible states listed above |
| Entries Per Day | One (1) entry per person per day |
| Purchase Required? | No — free entry, no purchase necessary |
| Newsletter | Must agree to join White Claw Shore Club (can unsubscribe anytime) |
| Automated Entries | Prohibited — automated entries will be disqualified |
Note for residents of other states: In states not listed above, White Claw is running a separate rebate offer on purchases of White Claw Hard Seltzer Cans. That is not a sweepstakes — it’s a purchase rebate program.
Timeline & Key Dates
-
March 15, 2026 at 12:00:01 AM ETSweepstakes opens — first day of entries begins
-
Daily through April 6, 2026Enter once per day — 68 first prizes drawn daily (4 per state)
-
April 6, 2026 at 11:59:59 PM ETFinal day of entries — last chance to enter
-
April 7, 2026Final daily drawing (April 6 entries) + Grand Prize drawing for all 17 states
-
After each drawingWinners notified by email — must respond within timeframe specified in rules
Tips to Maximize Your Chances
-
Enter Every Single DayYou can enter once per day through April 6. Each daily entry adds one more entry to the grand prize pool for your state. Miss a day and you miss a grand prize entry — set a daily reminder!
-
The Grand Prize Odds Are GreatEach state has only ONE $500 grand prize winner, but entries accumulate over 23 days. The more days you enter, the better your odds relative to other entrants in your state.
-
Check Your Email DailyWinners are notified by email. Add White Claw to your contacts so winner notifications don’t land in spam. Daily prize winners are notified the day after each drawing.
-
Enter Before 11:59 PM ET Each DayEach day’s entries must be received by 11:59:59 PM ET to be included in that day’s drawing. If you’re in a different time zone, account for the Eastern Time cutoff.
-
One Account OnlyOnly one entry per person per day is allowed. Using multiple email addresses or automated tools will get all your entries disqualified. Keep it to one legitimate entry per day.
-
You Can Unsubscribe From the NewsletterYou must agree to join the Shore Club newsletter to enter, but you can unsubscribe at any time after entering — it won’t affect your eligibility or entries.
Frequently Asked Questions
More Free Sweepstakes to Enter
Ready to Enter Today?
Enter once per day through April 6 — each entry gives you a shot at a $25 gift card today AND stacks your entries for the $500 grand prize. It’s free and takes 30 seconds!
ENTER HERE ✨
1,564 Daily Prizes!
There are 68 daily $25 gift card prizes available every single day — 4 winners per state. Enter every day to maximize your chances of winning one!
$500 Grand Prize Per State!
Each of the 17 eligible states has its own $500 grand prize drawing. Your entries accumulate throughout the entire sweepstakes — the more days you enter, the better your odds!
Enter Daily Through April 6!
You can enter once per day for up to 23 total entries. Each entry counts toward both the daily drawing AND the grand prize pool. Don’t miss a day!
Entries Roll Over!
Non-winning entries are kept for future daily drawings AND the grand prize drawing. You’re never starting from zero — every entry you submit stays in the pool!
Ready to Enter?
You’re halfway through the guide! Jump to the entry page and get today’s entry in before midnight ET.
document.addEventListener(‘DOMContentLoaded’, function() {
var deadline = new Date(‘2026-04-06T23:59:59-04:00’).getTime();
function updateCountdown() {
var now = Date.now();
var diff = deadline – now;
if (diff 0 ? (scrollTop / docHeight) * 100 : 0;
var bar = document.getElementById(‘xp-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
});
document.querySelectorAll(‘.faq-q’).forEach(function(btn) {
btn.addEventListener(‘click’, function() {
var item = this.closest(‘.faq-item’);
if (!item) return;
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function(el) { el.classList.remove(‘open’); });
if (!isOpen) item.classList.add(‘open’);
});
});
var scrolling = false;
var scrollInterval = null;
var factTimers = [];
var skipShown = false;
var skipPopup = document.getElementById(‘skip-popup’);
function triggerFact(id) {
var el = document.getElementById(id);
if (el) { el.style.display = ‘block’; setTimeout(function() { el.style.display = ‘none’; }, 4500); }
}
function startAutoScroll() {
if (scrolling) return;
scrolling = true;
scrollInterval = setInterval(function() {
var scrollTop = window.scrollY || document.documentElement.scrollTop;
var docHeight = document.documentElement.scrollHeight – window.innerHeight;
if (scrollTop >= docHeight – 10) { stopAutoScroll(); return; }
window.scrollBy(0, 5);
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
if (!skipShown && pct >= 50) { skipShown = true; if (skipPopup) skipPopup.style.display = ‘block’; }
}, 16);
factTimers.push(setTimeout(function() { triggerFact(‘fact1’); }, 6000));
factTimers.push(setTimeout(function() { triggerFact(‘fact2’); }, 16000));
factTimers.push(setTimeout(function() { triggerFact(‘fact3’); }, 28000));
factTimers.push(setTimeout(function() { triggerFact(‘fact4’); }, 40000));
}
function stopAutoScroll() {
scrolling = false;
if (scrollInterval) { clearInterval(scrollInterval); scrollInterval = null; }
factTimers.forEach(function(t) { clearTimeout(t); });
factTimers = [];
}
var startBtn = document.getElementById(‘scroll-start-btn’);
if (startBtn) { startBtn.addEventListener(‘click’, function(e) { e.preventDefault(); startAutoScroll(); }); }
var skipYes = document.getElementById(‘skip-yes’);
var skipNo = document.getElementById(‘skip-no’);
if (skipYes) {
skipYes.addEventListener(‘click’, function() {
stopAutoScroll();
if (skipPopup) skipPopup.style.display = ‘none’;
var section = document.getElementById(‘enter-now’);
if (section) section.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
});
}
if (skipNo) {
skipNo.addEventListener(‘click’, function() {
if (skipPopup) skipPopup.style.display = ‘none’;
startAutoScroll();
});
}
document.addEventListener(‘click’, function(e) {
if (e.target.id === ‘scroll-start-btn’ || e.target.id === ‘skip-yes’ || e.target.id === ‘skip-no’ || e.target.closest(‘.cta-btn’)) return;
if (skipPopup && skipPopup.style.display === ‘block’) return;
if (scrolling) stopAutoScroll();
});
});
Helpful Freebie Mom Guides
Keep going