The Little Potato Company Is Giving Away $40,000 in Prizes — Don’t Miss Out!
:root {
–primary: #FFCC00;
–primary-dark: #CC9900;
–primary-deep: #996600;
–primary-light:#FFDD55;
–primary-pale: #FFE6A0;
–accent: #FF6600;
–accent-light: #FF9933;
–cream: #fdfcff;
–warm-white: #f9f7ff;
–border: #e9e3ff;
–text-dark: #1c1c1c;
–text-gray: #555555;
–text-light: #888888;
}
.fmsdb-post-wrap * { box-sizing: border-box; }
.fmsdb-post-wrap {
font-family: ‘Inter’, sans-serif;
color: var(–text-dark);
font-size: 17px;
line-height: 1.85;
}
/* ── PROGRESS BAR ── */
#xp-bar-container {
position: fixed; top: 0; left: 0; right: 0;
height: 5px; background: #e9e3ff; z-index: 9999;
}
#xp-bar {
height: 100%; width: 0%;
background: linear-gradient(90deg, var(–primary), var(–accent));
transition: width 0.2s ease;
}
/* ── HEADER ── */
header {
background: linear-gradient(160deg, #FFCC00 0%, #FF9900 30%, #FF6600 65%, #FF3300 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(245,158,11,0.15) 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: rgba(255,255,255,0.85); font-style: italic; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.hero-sub {
font-size: 1.05rem;
color: rgba(255,255,255,0.92);
text-shadow: 0 1px 4px rgba(0,0,0,0.25);
opacity: 1;
max-width: 620px;
margin: 0 auto 28px;
line-height: 1.7;
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.4rem, 7vw, 3.8rem);
font-weight: 800;
color: #fff;
line-height: 1;
margin-bottom: 4px;
text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.prize-label {
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255,255,255,0.85);
margin-bottom: 28px;
}
/* ── HERO IMAGE ── */
.hero-image-wrap {
margin: 20px auto 24px;
max-width: 480px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0,0,0,0.25);
border: 3px solid rgba(255,255,255,0.3);
}
.hero-img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}
.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 BUTTON ── */
.cta-btn {
display: inline-block;
background: var(–accent);
color: #1a0533;
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: #fbbf24; transform: translateY(-2px); }
/* ── STAT PILLS ── */
.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 ── */
.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); }
/* ── MAIN CONTENT ── */
.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 CARDS ── */
.prize-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 16px;
margin: 20px 0;
}
.prize-card {
background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 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, #fffbf0 0%, #fef3c7 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: #b45309; }
.prize-card .pc-name {
font-family: ‘Playfair Display’, serif;
font-size: 1.15rem;
font-weight: 700;
color: var(–text-dark);
margin-bottom: 8px;
}
.prize-card .pc-value {
font-family: ‘Playfair Display’, serif;
font-size: 1.6rem;
font-weight: 700;
color: var(–primary-deep);
margin-bottom: 6px;
}
.prize-card.accent-card .pc-value { color: #92400e; }
.prize-card .pc-note { font-size: 0.85rem; color: var(–text-gray); }
/* ── STEPS ── */
.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; }
/* ── TABLE ── */
.data-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
.elig-table th {
background: var(–primary-dark);
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:nth-child(even) td { background: var(–primary-pale); }
.data-table td strong { color: var(–text-dark); }
/* ── TIMELINE ── */
.timeline { list-style: none; padding: 0; margin: 20px 0; }
.timeline li {
display: flex;
gap: 16px;
margin-bottom: 16px;
align-items: flex-start;
.timeline-dot {
width: 14px; height: 14px;
background: var(–primary);
border-radius: 50%;
flex-shrink: 0;
margin-top: 6px;
}
.timeline-date { font-weight: 700; color: var(–primary-dark); }
.timeline-event { color: var(–text-dark); font-weight: 600; }
.tl-body strong { display: block; color: var(–text-dark); font-weight: 600; }
.tl-body span { color: var(–text-gray); font-size: 0.93rem; }
/* ── FAQ ── */
.faq-item {
border: 1px solid var(–border);
border-radius: 10px;
margin-bottom: 12px;
overflow: hidden;
}
.faq-q {
width: 100%;
background: var(–warm-white);
border: none;
padding: 16px 20px;
text-align: left;
font-family: ‘Inter’, sans-serif;
font-size: 1rem;
font-weight: 600;
color: var(–text-dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}
.faq-q:hover { background: var(–primary-pale); }
.faq-arrow { font-size: 0.8rem; color: var(–primary); transition: transform 0.25s; flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
display: none;
padding: 0 20px 18px;
color: var(–text-gray);
font-size: 0.95rem;
line-height: 1.8;
border-top: 1px solid var(–border);
background: var(–primary-pale);
}
.faq-item.open .faq-a { display: block; }
/* ── RELATED CARDS ── */
.related-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 14px;
margin: 20px 0;
}
.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); }
.related-card .rc-cat {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–primary);
margin-bottom: 6px;
}
.related-card .rc-title { font-size: 0.9rem; font-weight: 600; line-height: 1.4; color: var(–text-dark); }
/* ── ENTRY SECTION ── */
.entry-section {
background: linear-gradient(135deg, #FFCC00 0%, #FF6600 100%);
border-radius: 20px;
padding: 44px 36px;
text-align: center;
margin: 36px 0;
color: #fff;
box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}
.entry-section h2 {
font-family: ‘Playfair Display’, serif;
font-size: 2.1rem;
font-weight: 800;
color: #fff;
border: none;
padding: 0;
margin-bottom: 8px;
text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.entry-section h2 span { color: rgba(255,255,255,0.9); font-style: italic; }
.entry-section > p { color: rgba(255,255,255,0.88); margin-bottom: 28px; font-size: 1.05rem; }
.entry-stat-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin: 0 auto 28px;
max-width: 560px;
}
.entry-stat-box {
background: rgba(255,255,255,0.18);
border: 1px solid rgba(255,255,255,0.3);
border-radius: 12px;
padding: 14px 10px;
backdrop-filter: blur(4px);
}
.entry-stat-box .stat-label {
display: block;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: rgba(255,255,255,0.7);
margin-bottom: 4px;
}
.entry-stat-box .stat-value {
display: block;
font-size: 1rem;
font-weight: 800;
color: #fff;
line-height: 1.3;
}
@media (max-width: 480px) {
.entry-stat-grid { grid-template-columns: 1fr 1fr; }
.entry-stat-grid .entry-stat-box:last-child { grid-column: 1 / -1; }
}
/* ── POPUP OVERLAY ── */
.popup-overlay {
display: none;
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.55);
z-index: 9999;
}
.popup-overlay.active { display: block; }
/* ── FACT POPUPS ── */
.fact-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
z-index: 10000;
background: #fff;
border: 3px solid var(–primary);
border-radius: 20px;
padding: 32px 36px;
max-width: 380px;
width: 90%;
text-align: center;
box-shadow: 0 24px 80px rgba(0,0,0,0.45);
font-family: ‘Inter’, sans-serif;
font-size: 1rem;
color: var(–text-dark);
line-height: 1.7;
opacity: 0;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.fact-popup.visible {
display: block;
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.fact-icon { display: block; font-size: 2.2rem; margin-bottom: 10px; }
.fact-title {
display: block;
font-family: ‘Playfair Display’, serif;
font-size: 1.2rem;
font-weight: 700;
color: var(–primary);
margin-bottom: 8px;
}
/* ── SKIP POPUP ── */
#skip-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10001;
background: #fff;
border: 3px solid var(–primary);
border-radius: 18px;
padding: 30px 28px;
max-width: 340px;
width: 90%;
text-align: center;
box-shadow: 0 24px 70px rgba(0,0,0,0.35);
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; }
}
Enter to Win Big!
$10,000 Travel Vouchers
And Grocery Gift Cards!
Join The Little Potato Company’s exciting sweepstakes for your chance to win fabulous prizes. Don’t let this opportunity pass you by!

- What Is the The Little Springtime Sweepstakes?
- The Prizes — $10,000 Travel Voucher + Grocery Gift Cards
- How to Enter Step by Step
- Who Can Enter — Eligibility
- Timeline & Key Dates
- Tips to Maximize Your Chances
- What Would You Do With the Prize?
- Why This Prize Is Worth Winning
- Frequently Asked Questions
- Register Now — Free Entry
What Is the The Little Springtime Sweepstakes?
The Little Springtime Sweepstakes is your chance to win amazing prizes including travel vouchers and grocery store gift cards. Sponsored by The Little Potato Company, this sweepstakes invites everyone to enter and potentially change their spring plans!
Imagine the adventures you could embark on with a travel voucher worth $10,000, or the joy of shopping sprees with grocery gift cards. This is a delightful opportunity you won’t want to miss!
The Prizes — $10,000 Travel Voucher + Grocery Gift Cards
How to Enter Step by Step
- 1
Visit the Entry Page
Go to
The Little Springtime Sweepstakes entry page. - 2
Fill Out Your Information
Complete the entry form with the required details.
- 3
Submit Your Entry
Click the submit button and you’re in!
Who Can Enter — Eligibility
| Field | Details |
|---|---|
| Eligibility | Open to residents 18+ in the U.S. and Canada |
| Void | Not valid in PR, GU, VI |
| Entry Method | Online entry |
Timeline & Key Dates
Tips to Maximize Your Chances
- Check your email for confirmation after entering.
- Share with friends for more excitement.
- Follow The Little Potato Company on social media for updates.
- Stay tuned for the winner announcement!
Your Exciting Reaction and Immediate Plans
Winning a $10,000 travel voucher would likely bring an instant rush of excitement! Imagine the possibilities: planning a dream vacation, surprising your family with an unforgettable getaway, or even visiting long-distance relatives. The joy of realizing you could explore new destinations or revisit favorite spots would be incredibly thrilling. You might start by researching travel options, looking at destinations, and daydreaming about the adventures that await.
Practical Day-to-Day Use
A $10,000 travel voucher can significantly elevate your family experiences. You could use it for a weeklong holiday, covering flights and accommodations. Consider a family trip to a theme park, mountains, or even a beach resort where everyone can unwind and recharge. This voucher can also help cover meals and activities, making the entire vacation hassle-free and enjoyable.
How It Benefits the Whole Family
Traveling together as a family is not just about the destination; it’s about creating lasting memories. Imagine your children’s joy as they experience new cultures, taste different cuisines, and learn about history firsthand. A travel voucher can open doors to educational experiences that enhance their understanding of the world. Such adventures also strengthen family bonds, allowing you to share laughter and moments of wonder.
Creative and Unexpected Ways to Enjoy It
Beyond traditional vacations, think outside the box! Use the travel voucher for a unique experience like a hot air balloon ride, a luxury train journey, or an exotic culinary tour. These options can create unforgettable experiences that you wouldn’t normally splurge on. Perhaps you could even use it for a family reunion or a special anniversary trip, turning an ordinary gathering into a memorable celebration.
How It Changes Your Lifestyle or Budget
Winning this travel voucher could significantly change your lifestyle, allowing you to prioritize family experiences over material possessions. The freedom to travel without the financial stress can lead to a more enriched life, filled with stories to tell and adventures to cherish. It could inspire you to save for future trips, encouraging a lifestyle centered around exploration and new experiences.
The Real-World Value of This Prize
A $10,000 travel voucher represents more than just a monetary value; it symbolizes the opportunity to create memories that last a lifetime. That amount could cover several months’ worth of groceries for a family, or even a few months of mortgage payments. The potential to experience the world with your family, without the usual financial constraints, is invaluable.
Affording This Prize
For many families, planning a significant vacation can be a daunting task due to budget constraints. Winning this travel voucher eliminates that barrier, making travel accessible and enjoyable. Instead of saving for years, you could embark on a dream vacation almost immediately, making it a true game-changer.
Testimonials from Past Winners
Past winners of similar prizes have shared their incredible stories of adventure. For instance, one family used their travel voucher to explore the national parks, creating unforgettable memories together. Another winner took their parents on an unforgettable cruise, celebrating milestones and strengthening family ties. These stories illustrate the profound impact such experiences can have on families.
Encouragement to Enter
Don’t let this opportunity slip away! The Little Springtime Sweepstakes is your chance to take a leap into adventure. Enter now for a chance to win a life-changing prize that could redefine your family’s experiences!
Frequently Asked Questions
Visit the entry page and fill out the required information.
No, entering is free!
Winners will be announced in June 2026.
More Free Sweepstakes to Enter
Ready to Enter Free?
Don’t miss your chance to enter this exciting sweepstakes! It’s quick and easy!
$40,000
May 27, 2026
See rules
ENTER HERE ✨
Exciting Prizes
Win up to $10,000 in travel vouchers!
Multiple Winners
Ten $1,000 grocery store gift cards available!
Travel Opportunities
Explore new places with family and friends.
Easy Entry
Enter online in just a few minutes!
document.addEventListener(‘DOMContentLoaded’, function() {
// ── COUNTDOWN ──
var deadline = new Date(‘2026-05-27T23:59:59’).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) + ‘%’;
});
// ── POPUP SYSTEM ──
var shownFacts = {};
var factTriggers = [
{ id: ‘fact1’, pct: 8 },
{ id: ‘fact2’, pct: 22 },
{ id: ‘fact3’, pct: 40 },
{ id: ‘fact4’, pct: 60 }
];
function showFact(id) {
if (shownFacts[id]) return;
shownFacts[id] = true;
var el = document.getElementById(id);
if (!el) return;
el.classList.add(‘visible’);
setTimeout(function() { el.classList.remove(‘visible’); }, 5000);
}
function checkPopups() {
var scrollTop = window.scrollY || document.documentElement.scrollTop;
var docHeight = document.documentElement.scrollHeight – window.innerHeight;
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
var bar = document.getElementById(‘xp-bar’);
if (bar) bar.style.width = Math.min(pct, 100) + ‘%’;
factTriggers.forEach(function(f) {
if (pct >= f.pct) showFact(f.id);
});
}
// ── AUTO-SCROLL (constant speed, butter-smooth) ──
var scrolling = false;
var scrollInterval = null;
function startAutoScroll() {
if (scrolling) return;
scrolling = true;
var lastTime = null;
var speed = 140; // px per second — smooth constant speed
// Stop at the enter-now section (the bottom CTA), not the very bottom of the page
var enterSection = document.getElementById(‘enter-now’);
var stopTarget = enterSection
? enterSection.getBoundingClientRect().top + window.pageYOffset – 20
: Infinity;
function step(ts) {
if (!scrolling) return;
if (lastTime !== null) {
var delta = ts – lastTime;
var px = (speed * delta) / 1000;
window.scrollBy(0, px);
checkPopups();
var scrollTop = window.scrollY || document.documentElement.scrollTop;
var docHeight = document.documentElement.scrollHeight – window.innerHeight;
if (scrollTop >= stopTarget – 2 || scrollTop >= docHeight – 2) { stopAutoScroll(); return; }
}
lastTime = ts;
scrollInterval = requestAnimationFrame(step);
}
scrollInterval = requestAnimationFrame(step);
}
function stopAutoScroll() {
scrolling = false;
if (scrollInterval) { cancelAnimationFrame(scrollInterval); scrollInterval = null; }
}
var startBtn = document.getElementById(‘scroll-start-btn’);
if (startBtn) {
startBtn.addEventListener(‘click’, function(e) {
e.preventDefault();
e.stopPropagation();
startAutoScroll();
});
}
// Click anywhere (except popup/btn) to stop scroll
document.addEventListener(‘click’, function(e) {
if (e.target.id === ‘scroll-start-btn’ || e.target.closest(‘.cta-btn’) || e.target.closest(‘.fact-popup’)) return;
if (scrolling) stopAutoScroll();
});
// ── 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’);
});
});
});
Helpful Freebie Mom Guides
Keep going