Sweeps

Candy Funhouse Is Stuffing a $250+ Easter Bundle With Twizzlers, Hershey’s, a Plush Bunny, and More

View saved
How does this find feel?

Candy Funhouse Is Giving Away a $250+ Easter Candy Bundle — Here’s How to Enter for Free

:root {
–yellow: #f5c842;
–yellow-pale: #fffdf0;
–yellow-light:#fff8d0;
–green: #4caf6e;
–green-pale: #f0faf4;
–pink: #e87aaa;
–pink-pale: #fff5f9;
–lavender: #9b7fd4;
–lav-pale: #f7f3ff;
–peach: #f4956a;
–cream: #fffef8;
–white: #ffffff;
–border: #f0e8c0;
–text-dark: #1a1200;
–text-gray: #5a4a10;
–text-light: #9a8a40;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { width: 100%; }
body {
font-family: ‘Inter’, sans-serif;
background: var(–cream);
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
width: 100%;
overflow-x: hidden;
}

/* WORDPRESS FULL-WIDTH BREAKOUT */
#fm-page-wrap {
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
max-width: 100vw;
overflow-x: hidden;
}

/* PROGRESS BAR */
#xp-bar-container {
position: fixed; top: 0; left: 0; right: 0;
height: 5px; background: var(–yellow-light); z-index: 9999;
}
#xp-bar {
height: 100%; width: 0%;
background: linear-gradient(90deg, var(–yellow), var(–green));
transition: width 0.2s ease;
}

/* CLICKBAIT TITLE BANNER */
.clickbait-banner {
background: var(–yellow-pale);
border-bottom: 2px solid var(–border);
padding: 18px 20px;
text-align: center;
}
.clickbait-banner p {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.05rem, 4.2vw, 1.5rem);
font-weight: 700;
font-style: italic;
color: var(–text-dark);
line-height: 1.4;
max-width: 780px;
margin: 0 auto;
}
.clickbait-banner p span { color: var(–green); font-style: normal; }

/* HEADER — LIGHT, DARK TEXT */
header {
background: linear-gradient(160deg, #fffdf0 0%, #fff8d0 50%, #fef3c0 100%);
color: var(–text-dark);
text-align: center;
padding: 52px 16px 44px;
position: relative;
overflow: hidden;
width: 100%;
border-bottom: 4px solid var(–yellow);
}
header::before {
content: ”;
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(ellipse at 50% 0%, rgba(245,200,66,0.1) 0%, transparent 70%);
pointer-events: none;
}
.status-tag {
display: inline-block;
background: rgba(76,175,110,0.12);
border: 1px solid rgba(76,175,110,0.35);
border-radius: 50px;
padding: 6px 18px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 20px;
color: var(–green);
}
header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.9rem, 7.5vw, 3.6rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 16px;
color: var(–text-dark);
}
header h1 span { color: var(–green); }
.hero-sub {
font-size: 1.05rem;
max-width: 620px;
margin: 0 auto 26px;
line-height: 1.75;
color: var(–text-gray);
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.6rem, 9vw, 4.2rem);
font-weight: 800;
color: var(–green);
line-height: 1;
margin-bottom: 4px;
}
.prize-label {
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.65;
margin-bottom: 26px;
color: var(–text-dark);
}
.countdown {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 28px;
flex-wrap: wrap;
}
.cd-box {
background: var(–white);
border: 1px solid var(–border);
border-radius: 10px;
padding: 12px 16px;
min-width: 68px;
text-align: center;
box-shadow: 0 2px 8px rgba(76,175,110,0.12);
}
.cd-num {
font-family: ‘Playfair Display’, serif;
font-size: 2rem;
font-weight: 700;
color: var(–green);
line-height: 1;
}
.cd-label {
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
opacity: 0.6;
margin-top: 4px;
color: var(–text-dark);
}

/* CTA BUTTON */
.cta-btn {
display: inline-block;
background: linear-gradient(135deg, var(–green) 0%, #2e8b50 100%);
color: #fff;
font-family: ‘Inter’, sans-serif;
font-size: 1.15rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
padding: 18px 48px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s, transform 0.15s;
margin: 8px 0;
box-shadow: 0 8px 28px rgba(76,175,110,0.3);
}
.cta-btn:hover { opacity: 0.9; transform: translateY(-2px); }

/* STAT PILLS */
.stat-row {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 22px;
}
.stat-pill {
background: var(–white);
border: 1px solid var(–border);
border-radius: 8px;
padding: 8px 16px;
font-size: 0.82rem;
text-align: center;
color: var(–text-gray);
box-shadow: 0 2px 6px rgba(76,175,110,0.1);
}
.stat-pill strong { display: block; font-size: 1.1rem; color: var(–green); font-family: ‘Playfair Display’, serif; }

/* CONTENT WRAPPER */
.content-wrap {
max-width: 860px;
margin: 0 auto;
padding: 0 0 60px;
}

/* TOC */
.toc-box {
background: var(–white);
border: 1px solid var(–border);
border-left: 5px solid var(–green);
padding: 24px 20px;
margin: 0;
}
.toc-box .toc-label {
font-size: 0.72rem; font-weight: 700;
letter-spacing: 0.1em; text-transform: uppercase;
color: var(–green); 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(–green); }

/* SECTIONS */
section {
background: var(–white);
padding: 32px 20px;
margin: 8px 0;
border-top: 1px solid var(–border);
border-bottom: 1px solid var(–border);
width: 100%;
}
section h2 {
font-family: ‘Playfair Display’, serif;
font-size: 1.65rem;
font-weight: 700;
color: var(–text-dark);
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 2px solid var(–border);
}
section h2 span { color: var(–green); }
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(–yellow);
background: var(–yellow-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 */
.prize-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin: 20px 0;
}
.prize-item {
background: linear-gradient(135deg, var(–yellow-pale) 0%, var(–yellow-light) 100%);
border: 1px solid var(–border);
border-radius: 12px;
padding: 18px 14px;
text-align: center;
}
.prize-item .pi-icon { font-size: 2.2rem; display: block; margin-bottom: 8px; }
.prize-item .pi-title { font-weight: 700; color: var(–text-dark); font-size: 0.95rem; margin-bottom: 4px; }
.prize-item .pi-desc { font-size: 0.82rem; color: var(–text-gray); line-height: 1.4; }

/* PRIZE HERO */
.prize-hero {
background: linear-gradient(135deg, var(–green-pale) 0%, #d4f5e2 100%);
border: 2px solid var(–green);
border-radius: 16px;
padding: 28px 22px;
text-align: center;
margin: 20px 0;
}
.prize-hero .ph-icon { font-size: 3.5rem; display: block; margin-bottom: 12px; }
.prize-hero .ph-title { font-family: ‘Playfair Display’, serif; font-size: 1.6rem; font-weight: 800; color: var(–text-dark); margin-bottom: 6px; }
.prize-hero .ph-sub { font-size: 0.92rem; color: var(–text-gray); margin-bottom: 16px; }
.prize-hero .ph-value { display: inline-block; background: var(–green); color: #fff; font-weight: 800; font-size: 1.1rem; padding: 8px 28px; border-radius: 50px; letter-spacing: 0.04em; }

/* STEPS */
.steps-list { list-style: none; padding: 0; margin: 16px 0; }
.steps-list li {
display: flex; gap: 16px; align-items: flex-start;
padding: 16px 0; border-bottom: 1px solid var(–border);
}
.steps-list li:last-child { border-bottom: none; }
.step-num {
width: 36px; height: 36px; border-radius: 50%;
background: var(–green); color: #fff;
font-weight: 800; font-size: 1rem;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0; margin-top: 2px;
}
.step-body strong { display: block; color: var(–text-dark); font-weight: 700; margin-bottom: 4px; }
.step-body span { color: var(–text-gray); font-size: 0.92rem; }

/* DATA TABLE */
.data-table {
width: 100%; border-collapse: collapse;
margin: 16px 0; font-size: 0.92rem;
}
.data-table th {
background: var(–green); color: #fff;
font-weight: 700; text-transform: uppercase;
letter-spacing: 0.04em; padding: 11px 14px;
text-align: left; font-size: 0.82rem;
}
.data-table td {
padding: 10px 14px; border-bottom: 1px solid var(–border);
color: var(–text-gray); vertical-align: top;
}
.data-table tr:nth-child(even) td { background: var(–yellow-pale); }
.data-table td strong { color: var(–text-dark); }

/* TIMELINE */
.timeline { list-style: none; padding: 0; margin: 16px 0; }
.timeline li { display: flex; gap: 14px; margin-bottom: 14px; align-items: flex-start; }
.tl-dot { width: 13px; height: 13px; background: var(–green); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
.tl-body strong { display: block; color: var(–text-dark); font-weight: 600; }
.tl-body span { color: var(–text-gray); font-size: 0.92rem; }

/* TIPS */
.tips-grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: 12px; margin: 16px 0;
}
.tip-card {
background: var(–yellow-pale); border: 1px solid var(–border);
border-radius: 10px; padding: 16px 14px;
}
.tip-card .tip-icon { font-size: 1.6rem; display: block; margin-bottom: 6px; }
.tip-card strong { display: block; font-weight: 700; color: var(–text-dark); margin-bottom: 4px; font-size: 0.93rem; }
.tip-card span { color: var(–text-gray); font-size: 0.88rem; }

/* FAQ */
.faq-item { border: 1px solid var(–border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-q {
width: 100%; background: var(–white); border: none;
padding: 15px 18px; text-align: left;
font-family: ‘Inter’, sans-serif; font-size: 0.97rem; font-weight: 600;
color: var(–text-dark); cursor: pointer;
display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.faq-q:hover { background: var(–yellow-pale); }
.faq-arrow { font-size: 0.78rem; color: var(–green); transition: transform 0.25s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
display: none; padding: 0 18px 16px;
color: var(–text-gray); font-size: 0.93rem; line-height: 1.8;
border-top: 1px solid var(–border); background: var(–yellow-pale);
}
.faq-item.open .faq-a { display: block; }

/* RELATED */
.related-grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: 10px; margin: 16px 0;
}
.related-card {
background: var(–white); border: 1px solid var(–border);
border-radius: 8px; padding: 14px;
text-decoration: none; color: var(–text-dark);
transition: border-color 0.2s, transform 0.15s; display: block;
}
.related-card:hover { border-color: var(–green); transform: translateY(-2px); }
.related-card .rc-cat { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–green); margin-bottom: 5px; }
.related-card .rc-title { font-size: 0.87rem; font-weight: 600; line-height: 1.35; color: var(–text-dark); }

/* ENTRY SECTION */
.entry-section {
background: linear-gradient(135deg, #fffdf0 0%, #fff8d0 100%);
border-top: 3px solid var(–yellow);
border-bottom: 3px solid var(–yellow);
padding: 44px 20px;
text-align: center;
margin: 8px 0;
width: 100%;
}
.entry-section h2 { font-family: ‘Playfair Display’, serif; font-size: 1.9rem; font-weight: 800; color: var(–text-dark); margin-bottom: 10px; }
.entry-section h2 span { color: var(–green); }
.entry-section p { color: var(–text-gray); margin-bottom: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* FACT POPUPS */
.fact-popup {
display: none; position: fixed;
top: 50%; left: 50%; transform: translate(-50%, -50%);
z-index: 10000; background: var(–white);
border: 3px solid var(–green); border-radius: 16px;
padding: 24px 26px; max-width: 310px; width: 90%;
text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.22);
font-family: ‘Inter’, sans-serif; font-size: 0.93rem;
color: var(–text-dark); line-height: 1.6;
}
.fact-icon { display: block; font-size: 2.2rem; margin-bottom: 10px; }
.fact-title { display: block; font-family: ‘Playfair Display’, serif; font-size: 1.15rem; font-weight: 700; color: var(–green); margin-bottom: 8px; }

/* SKIP POPUP */
#skip-popup {
display: none; position: fixed;
top: 50%; left: 50%; transform: translate(-50%, -50%);
z-index: 10001; background: var(–white);
border: 3px solid var(–green); border-radius: 18px;
padding: 30px 26px; max-width: 330px; width: 90%;
text-align: center; box-shadow: 0 24px 70px rgba(0,0,0,0.25);
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.35rem; font-weight: 700; color: var(–green); margin-bottom: 8px; }
#skip-popup p { color: var(–text-gray); font-size: 0.9rem; margin-bottom: 18px; }
.popup-btn-yes { display: block; width: 100%; background: var(–green); 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: #2e8b50; }
.popup-btn-no { display: block; width: 100%; background: transparent; color: var(–text-gray); font-size: 0.88rem; padding: 10px; border-radius: 50px; border: 1px solid var(–border); cursor: pointer; }
.popup-btn-no:hover { background: var(–yellow-pale); }

/* FOOTER */
footer {
background: #fffdf0;
border-top: 2px solid var(–border);
padding: 32px 20px;
text-align: center;
color: var(–text-light);
font-size: 0.78rem;
line-height: 1.7;
}
footer strong { color: var(–text-dark); }

/* DESKTOP */
@media (min-width: 640px) {
.content-wrap { padding: 0 20px 60px; }
section { border-radius: 12px; margin: 16px 0; border: 1px solid var(–border); }
.toc-box { border-radius: 10px; margin: 16px 0; }
.entry-section { border-radius: 14px; margin: 16px 0; border: 2px solid var(–yellow); }
.tips-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.related-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.prize-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
}

“Candy Funhouse Is Stuffing a $250+ Easter Bundle With Twizzlers, Hershey’s, a Plush Bunny, and More — And You Can Win It All for Free

🐰 Candy Funhouse Easter Giveaway — Ends March 31, 2026

Candy Funhouse Is Giving Away a
$250+ Easter Candy Bundle
— Completely FREE to Enter!

Twizzlers, Hershey’s, Sour Patch Kids, a plush bunny, a cozy blanket, a DIY baking kit, an Easter egg decorating kit, and a Limited Edition Easter Candy Funbox — all in one $250+ bundle. One winner. Free to enter online.

$250+
Easter Candy Bundle — Limited Edition Candy Funbox
00
Days
00
Hours
00
Mins
00
Secs

$250+Prize Value
1Grand Prize Winner
OnlineForm Entry
Mar 31Deadline
FREETo Enter
16+US Only

What Is the Candy Funhouse Easter Giveaway?

Candy Funhouse — the beloved Canadian candy brand known for their iconic Candy Funbox — is celebrating Easter 2026 with a massive giveaway. They’re giving away one $250+ Easter-themed prize bundle packed with popular candy brands, seasonal activities, and cozy extras — all for free.

Entry is done entirely online through a simple form on the Candy Funhouse website. No purchase is required. You just fill in your name and email, and you’re entered. One lucky winner will be randomly selected on approximately April 1, 2026, after the entry period closes on March 31.

“There is one (1) grand prize consisting of an Easter-themed prize bundle including a Limited Edition Easter Candy Funbox, a curated assortment of popular candies, an Easter egg decorating kit, a plush bunny, a cozy themed blanket, a DIY baking kit with frosting and sprinkles, and additional surprise items.” — Official Rules

The giveaway is open to legal residents of all 50 US states and Washington DC who are 16 years of age or older. It runs from March 21, 2026 at 12:00 AM EST through March 31, 2026 at 9:00 AM EST. This is a short 10-day window — don’t wait!

Everything Inside the $250+ Easter Bundle

This is not a small prize. Candy Funhouse is packing this bundle with candy, activities, and cozy extras that make it one of the best Easter giveaways of 2026. Here’s everything included:

🎁

Limited Edition Easter Candy Funbox
Candy Funhouse’s signature curated candy box — Easter edition with seasonal favorites and surprise items
Total Value: $250+ USD

🍬

Popular Candy Assortment
Twizzlers, Hershey’s, Sour Patch Kids, and more fan-favorite brands

🥚

Easter Egg Decorating Kit
Seasonal egg decorating kit with activities for the whole family

🐰

Plush Bunny
A cuddly Easter plush bunny included in the bundle

🧲

Cozy Themed Blanket
A soft, cozy Easter-themed blanket to snuggle up with

🍳

DIY Baking Kit
Baking kit complete with frosting and sprinkles for Easter treats

🆕

Surprise Items
Additional surprise items selected by Candy Funhouse at their discretion

All items are selected at the sole discretion of Candy Funhouse. No substitutions or specific requests will be granted. The prize is non-transferable and no cash alternative will be offered.

How to Enter — Step by Step

Entry is done entirely online through a simple form on the Candy Funhouse website. Here’s exactly what to do:

  • 1
    Click the ENTER HERE Button Below
    Tap the green button to go directly to the official Candy Funhouse giveaway entry page at candyfunhouse.ca/pages/giveaway
  • 2
    Fill Out the Online Entry Form
    Enter your name, email address, and any other required information. Use one valid email address only — multiple entries from the same person may be disqualified.
  • 3
    Submit Your Entry
    Click submit before March 31, 2026 at 9:00 AM EST. Entries submitted after this time will not be counted.
  • 4
    Watch Your Email
    The winner will be notified via email or phone within 24 hours of the contest closing on March 31, 2026. Check your spam folder just in case!
  • 5
    Winner Announced Publicly
    The winner will be publicly announced on or around April 3, 2026 via Candy Funhouse’s social media channels.
ENTER ON CANDY FUNHOUSE 🐰

Who Can Enter

Requirement Details
Residency Legal residents of all 50 US States and Washington DC
Age Must be 16 years or older at time of entry
Purchase Required? No — completely free to enter
Entry Method Online form at candyfunhouse.ca/pages/giveaway
Entries Per Person One entry per valid email address
Winner Selection 1 random winner selected on approximately April 1, 2026
Sponsor Candy Funhouse, 951 Matheson Blvd E, Mississauga, ON, Canada
Governing Law State of New York

Key Dates & Timeline

  • March 21, 2026 at 12:00 AM EST — Giveaway Opens
    The Candy Funhouse Easter Giveaway officially begins. Entries submitted before this time do not count.
  • March 31, 2026 at 9:00 AM EST — Entry Deadline
    All entries must be received by this time. Late entries will not be counted. Don’t wait until the last minute!
  • Approximately April 1, 2026 — Winner Selected
    One random winner chosen from all eligible entries received during the entry period
  • Within 24 Hours of March 31 — Winner Notified
    Winner contacted via email or phone using the contact information provided at entry. Check your inbox and spam folder!
  • On or Around April 3, 2026 — Public Announcement
    Winner publicly announced on Candy Funhouse social media channels

Tips to Maximize Your Chances


Enter Before March 31!
The giveaway closes March 31 at 9:00 AM EST — that’s early morning. Don’t wait until the last day or you might miss the cutoff.
📧
Use Your Best Email
Winners are notified by email within 24 hours. Use an email you check regularly — and check your spam folder after March 31!
🚫
One Entry Per Person
Only one entry per valid email address. Multiple entries from the same person using different emails may be disqualified — play fair!
📢
Tell a Friend
This is a single-entry giveaway, so you can’t stack entries — but you can share this page with friends who love candy and Easter!
📷
Follow Candy Funhouse
The winner is announced publicly on Candy Funhouse social media around April 3. Follow them so you don’t miss the announcement!
🔒
Watch for Scams
Candy Funhouse will only contact winners via email or phone using info you provided. Never pay to claim a prize — it’s always free.

Frequently Asked Questions

No purchase is necessary. This is a completely free online giveaway. All you need to do is fill out the entry form on the Candy Funhouse website with your name and email address.

No — only one entry per valid email address is allowed. Attempting to enter multiple times using different email addresses or devices may result in disqualification. This is a single-entry giveaway.

No — despite being a Canadian company, this particular giveaway is open only to legal residents of the 50 United States and Washington DC. Canadian residents and international entrants are not eligible for this specific contest.

You must be 16 years of age or older at the time of entry. This is slightly lower than most giveaways which require 18+, so younger teens can enter too!

The winner will be notified via email or phone within 24 hours of the contest closing on March 31, 2026. Make sure to check your spam folder. If you don’t respond within 24 hours, an alternate winner may be selected. The winner is also publicly announced on Candy Funhouse social media around April 3, 2026.

No — all items in the bundle are selected at the sole discretion of Candy Funhouse. No substitutions, dietary accommodations, or specific requests will be granted. The prize is non-transferable and no cash alternative will be offered.

Yes — by entering, you agree to receive email newsletters from Candy Funhouse periodically. However, you can opt out at any time by clicking the unsubscribe link in any newsletter email they send you.

More Free Giveaways to Enter

Enter Now — It’s Free!

Tap below to go to the official Candy Funhouse Easter Giveaway entry form. Fill in your name and email — that’s it! One entry per person. Ends March 31, 2026 at 9:00 AM EST.

ENTER ON CANDY FUNHOUSE 🐰

No Purchase Necessary. Must be 16+ and a legal resident of the 50 US States or DC. Giveaway starts March 21, 2026 at 12:00 AM EST and ends March 31, 2026 at 9:00 AM EST. 1 winner chosen at random. Sponsored by Candy Funhouse, Mississauga, ON, Canada. This promotion is in no way sponsored, endorsed, or associated with Facebook, Instagram, Twitter, YouTube, Pinterest, LinkedIn, or Google. Void where prohibited.

Candy Funhouse Easter Giveaway (USA)
Sponsored by Candy Funhouse, 951 Matheson Blvd E, Mississauga, ON, Canada.
No purchase necessary. Must be 16+ and a legal resident of the 50 US States or DC.
Giveaway ends March 31, 2026 at 9:00 AM EST. Governed by the laws of the State of New York.

FreebieMom.com is an independent editorial site. We are not affiliated with Candy Funhouse or its parent companies.

🎁
$250+ Prize Bundle!
Candy Funhouse is packing this Easter bundle with Twizzlers, Hershey’s, Sour Patch Kids, a plush bunny, a baking kit, and more — all for free!
🐰
Only 1 Winner!
This is a single-winner giveaway — but entry is completely free and takes less than 60 seconds. Your odds are better than you think!
📧
Check Your Spam!
Winners are notified by email within 24 hours of March 31. Make sure to check your spam folder so you don’t miss the winning notification!

Ends March 31!
The entry deadline is March 31 at 9:00 AM EST — that’s early morning. Enter today so you don’t forget and miss out on $250+ in Easter goodies!

🐰

Ready to Enter?

Jump to the entry section and head to the Candy Funhouse website to enter for your free $250+ Easter bundle!


(function() {
// COUNTDOWN to March 31, 2026 9:00 AM EST
var deadline = new Date(‘2026-03-31T09:00:00-05: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) + ‘%’;
});

// FAQ ACCORDION
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’);
});
});

// AUTO-SCROLL
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) {
if (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();
e.stopPropagation();
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’) return;
if (e.target.id === ‘skip-yes’) return;
if (e.target.id === ‘skip-no’) return;
if (e.target.closest(‘.cta-btn’)) return;
if (skipPopup) { if (skipPopup.style.display === ‘block’) return; }
if (scrolling) stopAutoScroll();
});
})();

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.