M&M’s Treat & Greet Kits Giveaway: Free Halloween Kit (First 500)

#mms-box1 .wrap{
background:#fff8e1;
color:#4e342e;
border-radius:22px;
padding:20px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
border:1px solid rgba(78,52,46,.15);
}
#mms-box1 .brandbar{
height:6px;
border-radius:6px;
background:linear-gradient(90deg,#d32f2f 0%,#fdd835 50%,#4e342e 100%);
margin-bottom:14px;
}
#mms-box1 h3{
margin:2px 0 10px;
font-size:21px;
font-weight:800;
text-transform:uppercase;
color:#d32f2f;
}
#mms-box1 .meta{ font-size:14px; opacity:.85; margin-bottom:14px; }
#mms-box1 .timer{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
#mms-box1 .cell{
background:#fffde7;
border:1px solid rgba(78,52,46,.15);
border-radius:14px;
padding:12px 8px;
text-align:center;
box-shadow:0 4px 10px rgba(78,52,46,.08);
}
#mms-box1 .num{ font-size:30px; font-weight:900; color:#4e342e; }
#mms-box1 .lbl{ font-size:12px; opacity:.8; text-transform:uppercase; }
#mms-live{display:none;text-align:center;font-weight:900;font-size:20px;color:#d32f2f;margin-top:12px;animation:pulse 1.2s infinite;}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
M&M’s Treat & Greet Kits Giveaway — Countdown Until Start
(function(){
const startTime=new Date(“2025-10-10T14:00:00Z”).getTime(); // 10 AM ET
function pad(n){return n<10?"0"+n:n;}
function tick(){
const now=Date.now();
let t=startTime-now;
if(t<=0){
document.getElementById("mms-countdown").style.display="none";
document.getElementById("mms-live").style.display="block";
clearInterval(int);
return;
}
let s=Math.floor(t/1000),d=Math.floor(s/86400);s-=d*86400;
let h=Math.floor(s/3600);s-=h*3600;
let m=Math.floor(s/60);s-=m*60;
document.getElementById("mms-d").textContent=pad(d);
document.getElementById("mms-h").textContent=pad(h);
document.getElementById("mms-m").textContent=pad(m);
document.getElementById("mms-s").textContent=pad(s);
}
tick();
const int=setInterval(tick,1000);
})();
#mms-box2 .card{
background:#ffffff;
border:2px solid #d32f2f;
border-radius:22px;
padding:26px;
box-shadow:0 12px 28px rgba(0,0,0,.12);
text-align:center;
position:relative;
overflow:hidden;
}
#mms-box2 .ribbon{
position:absolute;
inset:auto -40px 14px auto;
transform:rotate(-8deg);
background:#d32f2f;
color:#fff;
font-weight:900;
padding:6px 46px;
border-radius:10px;
box-shadow:0 6px 14px rgba(0,0,0,.25);
font-size:15px;
text-transform:uppercase;
}
#mms-box2 h3{ margin:6px 0 12px; font-size:22px; color:#4e342e; font-weight:900; }
#mms-box2 .sub{ font-size:15px; margin-bottom:12px; color:#4e342e; opacity:.85; }
#mms-box2 .cta{
display:inline-block;
margin-top:12px;
background:linear-gradient(90deg,#d32f2f,#fdd835);
color:#fff;
border-radius:16px;
padding:16px 36px;
font-weight:800;
font-size:18px;
border:none;
cursor:pointer;
box-shadow:0 8px 24px rgba(211,47,47,.35);
transition:transform .25s ease;
}
#mms-box2 .cta:hover{ transform:scale(1.04); }
#mms-popup{
display:none;position:fixed;top:50%;left:50%;
transform:translate(-50%,-50%);
background:#fff;padding:24px;
border-radius:18px;
box-shadow:0 0 32px rgba(0,0,0,.25);
z-index:9999;font-size:18px;
font-weight:800;color:#d32f2f;text-align:center;
}
canvas#mms-confetti{position:fixed;inset:0;pointer-events:none;z-index:9998;display:none;}
Get Your Halloween Kit — Free for the First 500!
const mmsFacts=[
“M&M’s Treat & Greet Kits are worth about $62 each!”,
“Only the first 500 people will score one!”,
“The promotion runs just 8 hours — act fast!”,
“Once claimed, kits ship in 5–7 days!”
];
function mmsShowPopup(msg){
const el=document.getElementById(“mms-popup”);
el.innerHTML=msg;el.style.display=”block”;
clearTimeout(mmsShowPopup._t);
mmsShowPopup._t=setTimeout(()=>el.style.display=”none”,4000);
}
function mmsConfetti(){
const c=document.getElementById(“mms-confetti”),ctx=c.getContext(“2d”);
c.width=innerWidth;c.height=innerHeight;c.style.display=’block’;
let p=[],colors=[“#d32f2f”,”#fdd835″,”#4e342e”,”#ffb300″,”#ef6c00″];
function spawn(side){
for(let i=0;i=0;i–){
let o=p[i];
o.vx+=o.ax;o.vy+=o.ay;o.vx*=o.drag;o.vy*=o.drag;
o.x+=o.vx;o.y+=o.vy;o.rot+=o.vr;o.life–;
ctx.save();ctx.translate(o.x,o.y);ctx.rotate(o.rot);ctx.fillStyle=o.color;ctx.fillRect(-o.w/2,-o.h/2,o.w,o.h);ctx.restore();
if(o.lifec.height+80||o.xc.width+120)p.splice(i,1);
}
if(p.length)requestAnimationFrame(step);else c.style.display=’none’;
})();
}
function mmsStartScroll(){
mmsConfetti();
mmsFacts.forEach((f,i)=>setTimeout(()=>mmsShowPopup(f),1000+6000*i));
const box3=document.getElementById(“mms-box3”);
const start=pageYOffset;
const end=box3.getBoundingClientRect().top+pageYOffset-10;
const dur=20000;
let t0=null;
function step(ts){
if(!t0)t0=ts;
let p=Math.min(1,(ts-t0)/dur);
scrollTo(0,start+(end-start)*p);
if(p<1)requestAnimationFrame(step);
}
requestAnimationFrame(step);
}
You love a free Halloween glow-up? Here’s a blink-and-you’ll-miss-it drop from Mars Wrigley: the M&M’s Treat & Greet Kits Giveaway is a same-day, first-come freebie where the first 500 eligible people to claim will score a Halloween-ready kit valued at approximately $62. No random draw, no waiting weeks—this is a timed, limited-inventory claim window running October 10, 2025 from 10:00:01 AM ET until 6:00:00 PM ET, or until all 500 kits are gone. It’s U.S. only, 18+, and strictly one kit per person. If you’ve been burned by “enter now, hear back later,” this isn’t that. Think: act fast, claim once, and you’re in. Below, I break down exactly what’s on the table, who’s eligible, how to claim, and the fine print that matters so you don’t miss your shot or misread the rules.
Prize Breakdown
There is one prize type in this promotion: the M&M’s Treat & Greet Kit. Five hundred (500) kits are available in total, and they’re awarded to the first 500 eligible claimants during the Promotion Period. Each kit has an approximate retail value of $62. The sponsor describes it as a kit “with items to utilize on Halloween.” Translation: this is a themed bundle designed for Halloween fun, shipped to the mailing address you provide after your claim is validated. Gifts are provided as-is; there’s no warranty, no substitutions, and they’re non-transferable and non-refundable. Taxes, if any, are your responsibility. Once the kit ships, delivery issues or post-delivery loss/theft aren’t covered for replacement. Shipping is expected approximately 5–7 days after the end of the Promotion.
What You Can Do With the Prize If You Win
Lean into Halloween without the budget creep. A Treat & Greet Kit valued at about $62 is tailor-made for making the end of October feel bigger, brighter, and more generous on short notice. If you host a porch “treat stop,” you can level up the experience for neighborhood kids without an eleventh-hour store run. Apartment-dweller? A compact, themed kit helps you set a vibe in small spaces: think candy station by the door, a festive bowl on the kitchen counter, or a quick photo-ready backdrop for friends. Parents can use the kit to anchor a low-effort family night—cue costumes, a few spooky shorts, and an instant reward system: trade a chore chart or homework milestone for a sweet treat.
If you’re the office hero, stash the kit for a desk-side pop-up that buys you goodwill all week. For content creators, a branded Halloween kit reads well on camera—set up unboxings, top-down shots, or rapid “treat hacks” to boost engagement. Throw a micro “treat & greet” in your building lobby or cul-de-sac: a small folding table, your kit, a simple sign. If you’re traveling on Halloween, consider shipping the kit to a friend hosting a get-together so you arrive contributing. The bottom line: a pre-curated Halloween bundle saves time and decision fatigue, letting you focus on the moment—and the photos.
Q&A
Is this legitimate
Yes. The sponsor is Mars Wrigley Confectionery US, LLC (M&M’s). This is a time-boxed, first-come distribution with published terms and conditions. Always review the official terms on the promotion page before you claim.
How many entries are allowed
This is not a multi-entry sweepstakes. It’s a one-time claim. Limit one (1) kit per person, and the kits go to the first 500 eligible claimants during the Promotion Period.
Are there bonus entries
No. There are no daily entries, no bonus tasks, and no points. Once you submit the claim form and are validated, either you are among the first 500 and will receive a kit, or inventory has been depleted and you won’t.
How many prizes can you win
A maximum of one kit per person. No transfers, no substitutions, and once inventory is gone, that’s it.
Is this an instant win game
No. This is not a random “instant win.” It’s first-come-first-served during a single-day window. If you’re early and eligible, you get a kit; if you’re late or ineligible, you don’t.
When will kits ship
Kits are expected to ship approximately 5–7 days after the Promotion ends.
Who can participate
Legal residents of the 50 United States and DC who are 18 or older. Employees/agents of the sponsor and its partners, and members of their households/immediate families, are not eligible. Void where prohibited.
#mms-box3 .shell{background:#fff8e1;border:2px solid #d32f2f;border-radius:22px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.08);}
#mms-box3 h3{margin:6px 0 14px;font-size:21px;color:#4e342e;font-weight:900;}
#mms-box3 .cta{display:block;text-align:center;background:#d32f2f;color:#fff;border-radius:14px;padding:16px 22px;font-weight:900;margin:16px auto;max-width:300px;text-decoration:none;font-size:18px;box-shadow:0 6px 20px rgba(211,47,47,.3);}
#mms-box3 .grid{display:grid;gap:16px}
#mms-box3 .recap{background:#fff;border:1px solid #ffe082;border-radius:14px;padding:14px;}
#mms-box3 .recap dt{font-weight:800;color:#d32f2f;}
#mms-box3 .recap dd{margin:0}
You Made It to the Giveaway!
ENTER HERE
Prize Breakdown
- 500 total M&M’s Treat & Greet Kits
- Each kit value: approximately $62
- Includes Halloween-themed M&M’s items
Giveaway Recap
- Sponsor
- Mars Wrigley Confectionery US, LLC
- Entry Type
- One-time claim (first come, first served)
- Eligibility
- U.S. residents 18+ only
- Promotion Period
- October 10, 2025 • 10:00 AM–6:00 PM ET
- Total Gifts
- 500 Treat & Greet Kits
- Shipping
- 5–7 days after promotion ends
- Entry Link
- https://www.mms.com/rescue-squad
document.getElementById(“mms-entry”).addEventListener(“click”,()=>{if(typeof mmsConfetti===”function”)mmsConfetti();});
Helpful Freebie Mom Guides
Keep going