A Berry Sweet Little Debbie® Giveaway
/* ============================================================
SCOPED ROOT: .fm-scroll-page-ldberry
All selectors prefixed — zero theme bleed
============================================================ */
.fm-scroll-page-ldberry {
font-family: ‘Segoe UI’, Arial, sans-serif;
background: #fff;
color: #1a1a1a;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* —- HERO —- */
.fm-scroll-page-ldberry .fm-hero {
background: linear-gradient(135deg, #c0185a 0%, #e8336e 50%, #ff6b9d 100%);
color: #fff;
padding: 40px 20px 36px;
text-align: center;
}
.fm-scroll-page-ldberry .fm-hero-badge {
display: inline-block;
background: #fff;
color: #c0185a;
font-size: 11px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 14px;
}
.fm-scroll-page-ldberry .fm-hero-title {
font-size: clamp(24px, 5vw, 44px);
font-weight: 900;
line-height: 1.15;
margin: 0 0 10px;
text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.fm-scroll-page-ldberry .fm-hero-sub {
font-size: clamp(14px, 2.5vw, 18px);
opacity: 0.95;
margin: 0 0 20px;
}
.fm-scroll-page-ldberry .fm-arv-pill {
display: inline-block;
background: rgba(255,255,255,0.2);
border: 2px solid #fff;
color: #fff;
font-size: 15px;
font-weight: 800;
padding: 6px 20px;
border-radius: 30px;
margin-bottom: 22px;
}
/* —- COUNTDOWN —- */
.fm-scroll-page-ldberry .fm-countdown {
display: flex;
justify-content: center;
gap: 12px;
margin: 0 0 26px;
flex-wrap: wrap;
}
.fm-scroll-page-ldberry .fm-cd-box {
background: rgba(0,0,0,0.2);
border: 2px solid rgba(255,255,255,0.7);
border-radius: 10px;
padding: 10px 16px;
min-width: 64px;
text-align: center;
}
.fm-scroll-page-ldberry .fm-cd-num {
font-size: 28px;
font-weight: 900;
color: #fff;
display: block;
line-height: 1;
}
.fm-scroll-page-ldberry .fm-cd-label {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.85;
margin-top: 4px;
display: block;
}
/* —- HERO CTA —- */
.fm-scroll-page-ldberry .fm-hero-cta {
display: inline-block;
background: #fff;
color: #c0185a;
font-size: 18px;
font-weight: 900;
letter-spacing: 2px;
text-transform: uppercase;
padding: 16px 48px;
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
transition: transform 0.15s, box-shadow 0.15s;
margin: 0 auto;
}
.fm-scroll-page-ldberry .fm-hero-cta:hover {
transform: translateY(-2px);
box-shadow: 0 8px 28px rgba(0,0,0,0.3);
}
/* —- STAT PILLS —- */
.fm-scroll-page-ldberry .fm-stats {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 24px;
}
.fm-scroll-page-ldberry .fm-stat-pill {
background: rgba(255,255,255,0.18);
border: 1px solid rgba(255,255,255,0.5);
border-radius: 20px;
padding: 6px 16px;
font-size: 12px;
font-weight: 700;
color: #fff;
}
/* —- PRIZE IMAGE —- */
.fm-scroll-page-ldberry .fm-prize-img-wrap {
width: 100%;
background: #fff0f5;
text-align: center;
padding: 24px 16px;
border-bottom: 3px solid #e8336e;
}
.fm-scroll-page-ldberry .fm-prize-img-wrap img {
max-width: 680px;
width: 100%;
border-radius: 12px;
box-shadow: 0 4px 24px rgba(192,24,90,0.15);
}
/* —- TABLE OF CONTENTS —- */
.fm-scroll-page-ldberry .fm-toc {
background: #fff0f5;
border-left: 5px solid #e8336e;
padding: 20px 24px;
margin: 0;
}
.fm-scroll-page-ldberry .fm-toc-title {
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
color: #c0185a;
margin: 0 0 10px;
}
.fm-scroll-page-ldberry .fm-toc ol {
margin: 0;
padding-left: 20px;
}
.fm-scroll-page-ldberry .fm-toc li {
font-size: 14px;
margin-bottom: 6px;
}
.fm-scroll-page-ldberry .fm-toc a {
color: #c0185a;
text-decoration: none;
font-weight: 600;
}
.fm-scroll-page-ldberry .fm-toc a:hover {
text-decoration: underline;
}
/* —- ARTICLE SECTIONS —- */
.fm-scroll-page-ldberry .fm-section {
padding: 36px 24px;
border-bottom: 1px solid #f0d0da;
max-width: 780px;
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.fm-scroll-page-ldberry .fm-section-alt {
background: #fff8fa;
}
.fm-scroll-page-ldberry .fm-section h2 {
font-size: clamp(20px, 3.5vw, 28px);
font-weight: 800;
color: #8b0030;
margin: 0 0 16px;
line-height: 1.25;
}
.fm-scroll-page-ldberry .fm-section h3 {
font-size: clamp(16px, 2.5vw, 20px);
font-weight: 700;
color: #c0185a;
margin: 20px 0 10px;
}
.fm-scroll-page-ldberry .fm-section p {
font-size: 16px;
line-height: 1.75;
color: #333;
margin: 0 0 14px;
}
.fm-scroll-page-ldberry .fm-section ul {
padding-left: 20px;
margin: 0 0 14px;
}
.fm-scroll-page-ldberry .fm-section li {
font-size: 15px;
line-height: 1.7;
color: #333;
margin-bottom: 6px;
}
/* —- TABLE —- */
.fm-scroll-page-ldberry .fm-table-wrap {
overflow-x: auto;
margin: 16px 0;
}
.fm-scroll-page-ldberry .fm-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.fm-scroll-page-ldberry .fm-table th {
background: #c0185a;
color: #fff;
padding: 10px 14px;
text-align: left;
font-weight: 700;
}
.fm-scroll-page-ldberry .fm-table td {
padding: 10px 14px;
border-bottom: 1px solid #f0d0da;
vertical-align: top;
}
.fm-scroll-page-ldberry .fm-table tr:nth-child(even) td {
background: #fff8fa;
}
/* —- HIGHLIGHT BOX —- */
.fm-scroll-page-ldberry .fm-highlight-box {
background: linear-gradient(135deg, #fff0f5, #ffe4ee);
border: 2px solid #e8336e;
border-radius: 12px;
padding: 20px 24px;
margin: 20px 0;
}
.fm-scroll-page-ldberry .fm-highlight-box p {
margin: 0;
font-weight: 600;
color: #8b0030;
}
/* —- FAQ —- */
.fm-scroll-page-ldberry .fm-faq-item {
border-bottom: 1px solid #f0d0da;
padding: 16px 0;
}
.fm-scroll-page-ldberry .fm-faq-q {
font-size: 16px;
font-weight: 700;
color: #8b0030;
margin: 0 0 8px;
}
.fm-scroll-page-ldberry .fm-faq-a {
font-size: 15px;
line-height: 1.7;
color: #444;
margin: 0;
}
/* —- RELATED —- */
.fm-scroll-page-ldberry .fm-related {
background: #fff8fa;
padding: 30px 24px;
}
.fm-scroll-page-ldberry .fm-related-title {
font-size: 18px;
font-weight: 800;
color: #8b0030;
margin: 0 0 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
.fm-scroll-page-ldberry .fm-related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 12px;
}
.fm-scroll-page-ldberry .fm-related-card {
background: #fff;
border: 1px solid #f0d0da;
border-radius: 10px;
padding: 14px 16px;
text-decoration: none;
color: #1a1a1a;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
transition: border-color 0.2s, box-shadow 0.2s;
display: block;
}
.fm-scroll-page-ldberry .fm-related-card:hover {
border-color: #e8336e;
box-shadow: 0 2px 10px rgba(232,51,110,0.15);
}
/* —- ENTRY SECTION —- */
.fm-scroll-page-ldberry .fm-entry-section {
background: linear-gradient(135deg, #c0185a 0%, #e8336e 100%);
color: #fff;
padding: 48px 24px;
text-align: center;
}
.fm-scroll-page-ldberry .fm-entry-section h2 {
font-size: clamp(22px, 4vw, 36px);
font-weight: 900;
margin: 0 0 10px;
color: #fff;
}
.fm-scroll-page-ldberry .fm-entry-section p {
font-size: 16px;
opacity: 0.93;
margin: 0 0 28px;
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.fm-scroll-page-ldberry .fm-entry-btn {
display: inline-block;
background: #fff;
color: #c0185a;
font-size: 20px;
font-weight: 900;
letter-spacing: 2px;
text-transform: uppercase;
padding: 18px 56px;
border-radius: 50px;
text-decoration: none;
box-shadow: 0 4px 24px rgba(0,0,0,0.2);
transition: transform 0.15s;
}
.fm-scroll-page-ldberry .fm-entry-btn:hover {
transform: translateY(-2px);
}
.fm-scroll-page-ldberry .fm-entry-legal {
font-size: 12px;
opacity: 0.7;
margin-top: 20px;
max-width: 560px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}
/* —- POPUPS —- */
.fm-scroll-page-ldberry .fact-popup {
display: none;
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
background: #fff;
border: 2px solid #e8336e;
border-radius: 16px;
padding: 16px 24px;
box-shadow: 0 8px 32px rgba(192,24,90,0.2);
z-index: 9999;
text-align: center;
min-width: 280px;
max-width: 360px;
font-size: 14px;
color: #1a1a1a;
line-height: 1.5;
}
.fm-scroll-page-ldberry .fact-popup.visible {
display: block;
}
.fm-scroll-page-ldberry .fact-icon {
font-size: 26px;
display: block;
margin-bottom: 6px;
}
.fm-scroll-page-ldberry .fact-title {
font-weight: 800;
font-size: 15px;
color: #c0185a;
display: block;
margin-bottom: 4px;
}
/* —- AD SLOT —- */
.fm-scroll-page-ldberry .fm-ad-slot {
text-align: center;
padding: 12px 0;
width: 100%;
}
🎾 Pickleball Paddles Included
🎧 Noise-Cancelling Headphones
📅 Ends May 31, 2026
What’s Inside the Berry Sweet Prize Pack?
Little Debbie is giving away 20 prize packs to celebrate the 60th anniversary of their iconic Strawberry Shortcake Rolls. Each pack is loaded with snacks, gear, and accessories — all with a strawberry theme. Here’s exactly what each winner receives:
| Item | Details |
|---|---|
| 🍓 Strawberry Shortcake Rolls | 2 cartons of the classic snack cake |
| 🍓 Big Pack Strawberry Shortcake Rolls | 2 cartons of the new larger pack |
| 🍓 Strawberry Shortcake Mini Muffins | 2 cartons of bite-sized muffins |
| 🥤 Strawberry-Themed Tumbler | Stainless steel insulated tumbler |
| 🎾 Pickleball Paddle Set | Glarollirace set of 2 paddles |
| 👜 Strawberry Puffer Tote Bag | Trendy puffer-style tote |
| 🎧 Noise-Cancelling Headphones | Soundcore wireless over-ear Bluetooth set (ARV $149.35) |
🎁 Total ARV per prize pack: $149.35. Twenty winners will be randomly selected after the giveaway closes on May 31, 2026.
How to Enter the Little Debbie Giveaway
Entering is completely free and takes less than a minute. Here’s what you need to do:
- Visit littledebbie.com/promotions during the giveaway period (May 1–31, 2026).
- Fill out the entry form with your name, birthday, email, state, city, address, zip code, and phone number.
- Agree to the Official Rules and certify that you are 18 years or older (19+ for Alabama and Nebraska residents).
- You may enter once per 24-hour period — so come back daily to maximize your entries!
Winners will be randomly selected within 10 business days after the giveaway ends and notified by email. Open to legal residents of the contiguous U.S. and D.C., ages 18+.
60 Years of Strawberry Shortcake Rolls — A Little Debbie Legacy
Little Debbie’s Strawberry Shortcake Rolls have been a staple in American lunchboxes and snack aisles since the 1960s. Made by McKee Foods Corporation in Collegedale, Tennessee, the brand has grown into one of the most recognized snack cake names in the country — and the Strawberry Shortcake Roll is one of their most beloved products.
The classic roll features a soft, moist sponge cake filled with a creamy strawberry-flavored filling, all wrapped in a light coating. The new Big Pack version launched recently gives fans more of what they love — 12 twin-wrapped rolls per carton instead of the standard count. The Mini Muffin version brings the same strawberry shortcake flavor in a bite-sized format, perfect for snacking on the go.
Sixty years is a remarkable milestone for any snack product, and Little Debbie is celebrating in style with this giveaway — pairing their iconic treats with fun summer accessories that match the strawberry aesthetic perfectly.
Best Snack Pairings for a Summer Berry Spread
If you’re putting together a summer snack spread — whether for a backyard hangout, a pickleball match, or a road trip — Strawberry Shortcake Rolls are a crowd-pleaser that pairs surprisingly well with other summer flavors. Here are some easy combinations to try:
Sweet Pairings
- Fresh strawberries and whipped cream — the classic shortcake combo, elevated.
- Vanilla ice cream — serve a roll alongside a scoop for an easy dessert.
- Lemonade or strawberry lemonade — the tartness cuts through the sweetness perfectly.
Savory Balance
- Cheese and crackers — a salty-sweet contrast that works surprisingly well at parties.
- Sparkling water with citrus — keeps the palate refreshed between sweet bites.
The Mini Muffins are especially versatile — toss a few in a bag with the new puffer tote and you’ve got a complete snack-and-style kit for any summer outing.
Why Pickleball Is the Sport of the Summer (Again)
Pickleball has been the fastest-growing sport in the U.S. for several years running, and 2026 is no exception. The sport combines elements of tennis, badminton, and ping-pong into a fast-paced, low-impact game that’s accessible to all ages and fitness levels. Courts are popping up in parks, gyms, and community centers nationwide.
The Glarollirace paddle set included in this prize pack is a great entry point for anyone who’s been curious about the sport. With two paddles in the set, you can grab a friend and head to your nearest court without any additional gear investment. The sport is particularly popular in the 35–65 age range, but younger players are increasingly picking it up as well.
🎾 Pickleball courts are free at most public parks — pair the paddles from this prize pack with a casual afternoon outside and you’ve got a perfect summer activity.
Frequently Asked Questions
🍓 Enter the Berry Sweet Giveaway!
Enter once per day through May 31, 2026 for your chance to win a Strawberry Shortcake Rolls prize pack with headphones, pickleball paddles, and more. Free to enter — no purchase necessary!
ENTER HERE
60 Years of Strawberry Shortcake!
Little Debbie is celebrating with 20 prize packs. Enter daily for your best shot!
Soundcore Headphones Included!
Each prize pack includes noise-cancelling wireless Bluetooth headphones. Enter now!
Pickleball Paddles + Puffer Tote!
Win a full summer kit — paddles, tote bag, tumbler, and snacks. Free to enter!
Closes May 31, 2026!
Enter once per day at littledebbie.com. Don’t miss your chance at this berry sweet prize!
(function() {
var ROOT = document.querySelector(‘.fm-scroll-page-ldberry’);
if (!ROOT) { return; }
/* —- COUNTDOWN —- */
var deadline = new Date(‘May 31, 2026 11:59:00’).getTime();
function updateCountdown() {
var now = new Date().getTime();
var diff = deadline – now;
if (diff <= 0) {
document.getElementById('days').textContent = '0';
document.getElementById('hours').textContent = '0';
document.getElementById('minutes').textContent = '0';
document.getElementById('seconds').textContent = '0';
return;
}
var d = Math.floor(diff / (1000 * 60 * 60 * 24));
var h = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var m = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
var s = Math.floor((diff % (1000 * 60)) / 1000);
document.getElementById('days').textContent = d;
document.getElementById('hours').textContent = h;
document.getElementById('minutes').textContent = m;
document.getElementById('seconds').textContent = s;
}
updateCountdown();
setInterval(updateCountdown, 1000);
/* —- POPUPS —- */
var popupsStarted = false;
function showPopup(id, duration) {
var el = document.getElementById(id);
if (!el) { return; }
el.classList.add('visible');
setTimeout(function() {
el.classList.remove('visible');
}, duration);
}
function startPopups() {
if (popupsStarted) { return; }
popupsStarted = true;
setTimeout(function() { showPopup('fact1', 4000); }, 8000);
setTimeout(function() { showPopup('fact2', 4000); }, 18000);
setTimeout(function() { showPopup('fact3', 4000); }, 28000);
setTimeout(function() { showPopup('fact4', 4000); }, 38000);
}
/* —- LINEAR SCROLL —- */
var isScrolling = false;
function easedScroll() {
var target = document.getElementById('entry-section');
if (!target) { return; }
var targetPos = target.getBoundingClientRect().top + window.pageYOffset – 80;
var startPos = window.pageYOffset;
var distance = targetPos – startPos;
var duration = 9500;
var startTime = null;
isScrolling = true;
function step(timestamp) {
if (!isScrolling) { return; }
if (!startTime) { startTime = timestamp; }
var elapsed = timestamp – startTime;
var progress = Math.min(elapsed / duration, 1);
var newPos = startPos + distance * progress;
window.scrollTo(0, newPos);
if (progress < 1) {
requestAnimationFrame(step);
} else {
isScrolling = false;
window.scrollTo(0, targetPos);
}
}
requestAnimationFrame(step);
}
/* —- INTERRUPT ON USER INPUT —- */
function stopScroll() {
isScrolling = false;
}
window.addEventListener('wheel', stopScroll, { passive: true });
window.addEventListener('touchmove', stopScroll, { passive: true });
document.addEventListener('keydown', stopScroll);
/* —- HERO CTA —- */
var heroCta = document.getElementById('heroCtaBtn');
if (heroCta) {
heroCta.addEventListener('click', function() {
easedScroll();
startPopups();
});
}
})();
Helpful Freebie Mom Guides
Keep going