Bad Boy Mowers Father’s Day Giveaway: Win an Ultimate Gas Tool Package
:root {
–primary: #166534;
–primary-dark: #14532d;
–primary-deep: #052e16;
–primary-light:#15803d;
–primary-pale: #f0fdf4;
–accent: #ca8a04;
–accent-light: #dcfce7;
–cream: #fdfcff;
–warm-white: #f9f7ff;
–border: #e9e3ff;
–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;
}
/* ── 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 ── */
.fmsdb-post-wrap header {
background: radial-gradient(circle at 14% 10%, rgba(255,255,255,0.22), transparent 28%), radial-gradient(circle at 88% 14%, rgba(255,255,255,0.18), transparent 30%), linear-gradient(160deg, #052e16 0%, #14532d 30%, #166534 65%, #ca8a04 100%);
color: #fff;
text-align: center;
padding: 60px 24px 52px;
position: relative;
overflow: hidden;
}
.fmsdb-post-wrap header::before {
content: ”;
position: absolute;
top: -60px; left: -60px; right: -60px; bottom: -60px;
background: radial-gradient(circle at 12% 10%, rgba(255,255,255,0.28), transparent 26%), radial-gradient(circle at 88% 12%, rgba(255,214,243,0.28), transparent 24%);
pointer-events: none;
}
.status-tag {
display: inline-block;
background: rgba(255,255,255,0.96);
border: 1px solid rgba(255,255,255,0.70);
border-radius: 50px;
padding: 6px 18px;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 22px;
color: var(–primary-deep);
box-shadow: 0 10px 26px rgba(0,0,0,0.16);
}
.fmsdb-post-wrap header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.48rem, 5vw, 2.35rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 18px;
}
.fmsdb-post-wrap header h1 span { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,0.45); }
.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.94);
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.4rem, 7vw, 3.9rem);
font-weight: 800;
color: #fff;
line-height: 1;
margin-bottom: 4px;
text-shadow: 0 0 38px rgba(255,214,243,0.42);
}
.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: #fff;
line-height: 1;
}
.cd-label {
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
opacity: 0.6;
margin-top: 4px;
}
/* ── HERO IMAGE ── */
.hero-image-wrap {
width: min(760px, 100%);
margin: 0 auto 28px;
border-radius: 22px;
overflow: hidden;
background: linear-gradient(135deg, #fff7fb, #f5e9ff);
border: 1px solid rgba(255,255,255,0.38);
box-shadow: 0 18px 55px rgba(72, 16, 58, 0.38);
transform: rotate(-0.25deg);
}
.hero-image-wrap img.hero-img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: cover; }
.hero-image-fallback {
min-height: 260px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #4b123d;
}
.fallback-gift { font-size: 4rem; line-height: 1; margin-bottom: 12px; }
.fallback-title { font-size: 1.55rem; font-weight: 900; color: #4b123d; }
.fallback-sub { font-size: 0.95rem; font-weight: 800; color: #8a145f; text-transform: uppercase; letter-spacing: .08em; }
/* ── CTA BUTTON ── */
.cta-btn {
display: inline-block;
background: linear-gradient(135deg, var(–accent), var(–primary-light));
color: #fff;
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: 14px auto;
width: fit-content;
max-width: calc(100% – 32px);
text-align: center;
float: none;
clear: both;
}
.cta-btn:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(179,22,124,0.34); }
/* ── 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: clamp(1.14rem, 4.2vw, 1.34rem);
font-weight: 800;
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, #fff1f8 0%, #f5e9ff 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);
margin-bottom: 6px;
}
.prize-card.accent-card .pc-value { color: #b45309; }
.prize-card .pc-note { font-size: 0.85rem; color: var(–text-light); }
/* ── 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;
}
.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: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;
}
.tl-dot {
width: 14px; height: 14px;
background: var(–primary);
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.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, #052e16 0%, #166534 100%);
border-radius: 16px;
padding: 40px 32px;
text-align: center;
margin: 28px 0;
color: #fff;
}
.entry-section h2 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(1.24rem, 4.5vw, 1.56rem);
font-weight: 800;
color: #fff;
border: none;
padding: 0;
margin-bottom: 10px;
}
.entry-section h2 span { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,0.36); }
.entry-section p { color: rgba(255,255,255,0.94); margin-bottom: 24px; }
/* ── FACT POPUPS ── */
.fact-popup {
display: none;
position: fixed;
top: 43%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
background: rgba(255,255,255,0.96);
border: 1px solid rgba(202,138,4,0.24);
border-left: 6px solid #ca8a04;
border-radius: 18px;
padding: 13px 16px 13px 62px;
max-width: 380px;
min-height: 68px;
width: min(84vw, 380px);
text-align: left;
box-shadow: 0 16px 42px rgba(5,46,22,0.18);
font-family: ‘Inter’, sans-serif;
font-size: 0.88rem;
font-weight: 700;
color: var(–text-dark);
line-height: 1.38;
animation: fmFactIn 0.24s ease-out;
}
@keyframes fmFactIn { from { opacity: 0; transform: translate(-50%, -43%) scale(.96); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
.fact-icon {
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 36px;
height: 36px;
border-radius: 14px;
background: linear-gradient(135deg, #fff7d6, #fef3c7);
font-size: 1.08rem;
box-shadow: inset 0 0 0 1px rgba(202,138,4,0.14);
}
.fact-title {
display: block;
font-family: ‘Inter’, sans-serif;
font-size: 0.66rem;
font-weight: 900;
color: #92400e;
margin-bottom: 3px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
/* ── SKIP POPUP ── */
#skip-popup {
display: none;
position: fixed;
top: 46%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10001;
background: rgba(255,255,255,0.98);
border: 1px solid rgba(20,83,45,0.20);
border-radius: 24px;
padding: 18px 18px;
max-width: 340px;
width: min(86vw, 340px);
text-align: center;
box-shadow: 0 22px 58px rgba(5,46,22,0.24);
font-family: ‘Inter’, sans-serif;
}
#skip-popup .skip-icon { font-size: 2.4rem; margin-bottom: 10px; display: block; }
#skip-popup h3 {
font-family: ‘Inter’, sans-serif;
font-size: 1.05rem;
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; }
}
Bad Boy Mowers Father's Day Giveaway
Nominate a dad to win three gas-powered tools
Ends June 18, 2026
Bad Boy Mowers is giving one winner an Ultimate Gas Tool Package: choose any three Bad Boy gas-powered handheld tools. Nominate a dad, grandfather, mentor, or father figure before June 18.
What Is the Bad Boy Mowers “2026 Father's Day” Sweepstakes?
Bad Boy Mowers is letting readers nominate a dad, grandfather, mentor, or father figure for a chance to win the Ultimate Gas Tool Package.
The winner gets to choose any three Bad Boy gas-powered handheld tools, which makes this one feel useful instead of random: think yard work, weekend projects, and the tools people actually reach for.
The Prizes — Win a Bad Boy Ultimate Gas Tool Package!
How to Enter Step by Step
- 1
Open the official Bad Boy entry page
Use the Enter button below to go straight to Bad Boy Country.
- 2
Nominate someone
Submit the required info for the dad, grandfather, mentor, or father figure you want to recognize.
- 3
Submit before June 18
The page says one entry per household, so make your nomination count.
Who Can Enter — Eligibility
| Field | Details |
|---|---|
| Age | 18+ |
| Location | 48 continental U.S. states + D.C.; void where prohibited |
| Entry Period | June 8 – June 18, 2026 at 11:59 p.m. CT |
| Entry Limit | One entry per household |
Timeline & Key Dates
Tips to Maximize Your Chances
- Think of a short, specific nomination before you start the form.
- Double-check names, email, and state before submitting.
- Enter before June 18 at 11:59 p.m. CT.
- Because it is one entry per household, do not submit duplicates.
Frequently Asked Questions
Entrants must be at least 18 years old and reside in the U.S., except for AK and HI.
You can win the Bad Boy Ultimate Gas Tool Package and choose any three Bad Boy gas-powered handheld tools.
The sweepstakes ends on June 18, 2026.
No purchase is necessary to enter. Please check the official rules for more details.
The official page says one entry per household.
Bad Boy says one winner will be randomly selected and announced on June 21, 2026.
Use the Enter button on this page to open the official Bad Boy Mowers entry form.
More Free Sweepstakes to Enter
Ready to Register Free?
Tap below to open the official Bad Boy Mowers nomination form. Review the rules before submitting.
ENTER HERE
Prize
Choose any three Bad Boy gas-powered handheld tools.
Deadline
Entries close June 18 at 11:59 p.m. CT.
Winner
One winner is expected to be announced June 21.
Entry tip
One entry per household, so make it count.
Ready to Enter?
Jump straight to the entry section!
document.addEventListener(‘DOMContentLoaded’, function() {
// ── COUNTDOWN ──
var deadline = new Date(‘2026-06-18T23: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) + ‘%’;
});
// ── 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 scrollStartTime = 0;
var skipPopup = document.getElementById(‘skip-popup’);
function triggerFact(id) {
var el = document.getElementById(id);
if (el) {
document.querySelectorAll(‘.fact-popup’).forEach(function(p) { p.style.display = ‘none’; });
el.style.display = ‘block’;
setTimeout(function() { el.style.display = ‘none’; }, 2500);
}
}
function startAutoScroll() {
if (scrolling) return;
scrolling = true;
scrollStartTime = Date.now();
if (skipPopup) skipPopup.style.display = ‘none’;
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, 11);
var pct = docHeight > 0 ? (scrollTop / docHeight) * 100 : 0;
var elapsed = Date.now() – scrollStartTime;
if (!skipShown && elapsed >= 11500 && pct >= 52) {
skipShown = true;
document.querySelectorAll(‘.fact-popup’).forEach(function(p) { p.style.display = ‘none’; });
if (skipPopup) skipPopup.style.display = ‘block’;
}
}, 16);
factTimers.push(setTimeout(function() { triggerFact(‘fact1’); }, 900));
factTimers.push(setTimeout(function() { triggerFact(‘fact2’); }, 3600));
factTimers.push(setTimeout(function() { triggerFact(‘fact3’); }, 6400));
factTimers.push(setTimeout(function() { triggerFact(‘fact4’); }, 9200));
}
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