Medify Air Is Giving Away a Whole-House Air Purifier Collection
:root {
–primary: #0d3b6e;
–accent: #1a7fc1;
–accent-light: #4aa8e8;
–accent-pale: #eaf5fd;
–sky: #e8f4fd;
–cream: #f8fbff;
–white: #ffffff;
–border: #dde8f0;
–text-dark: #1a2a3a;
–text-gray: #4a5a6a;
–text-light: #7a8a9a;
–green: #16a34a;
}
* { 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 THEME BREAKOUT =====
Escapes Soledad’s .cs-entry__content-wrap (max-width:640px, padding:20px)
and .cs-container (padding:48px) using the full-viewport trick.
*/
#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: #dde8f0; z-index: 9999;
}
#xp-bar {
height: 100%; width: 0%;
background: linear-gradient(90deg, var(–accent), var(–green));
transition: width 0.2s ease;
}
/* HEADER — LIGHT background, DARK text */
header {
background: linear-gradient(160deg, #eaf5fd 0%, #daeef9 40%, #c8e6f5 100%);
color: var(–text-dark);
text-align: center;
padding: 60px 16px 52px;
position: relative;
overflow: hidden;
width: 100%;
border-bottom: 3px solid var(–accent);
}
header::before {
content: ”;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: radial-gradient(ellipse at 50% 0%, rgba(26,127,193,0.08) 0%, transparent 70%);
pointer-events: none;
}
.status-tag {
display: inline-block;
background: rgba(26,127,193,0.12);
border: 1px solid rgba(26,127,193,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: var(–primary);
}
header h1 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2rem, 7.5vw, 3.8rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 18px;
color: var(–text-dark);
}
header h1 span { color: var(–accent); }
.hero-sub {
font-size: 1.05rem;
max-width: 620px;
margin: 0 auto 28px;
line-height: 1.75;
color: var(–text-gray);
}
.prize-value {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2.6rem, 8vw, 4rem);
font-weight: 800;
color: var(–accent);
line-height: 1;
margin-bottom: 4px;
}
.prize-label {
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
opacity: 0.6;
margin-bottom: 28px;
color: var(–text-dark);
}
.countdown {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
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(26,127,193,0.1);
}
.cd-num {
font-family: ‘Playfair Display’, serif;
font-size: 2rem;
font-weight: 700;
color: var(–accent);
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(–accent) 0%, var(–primary) 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(26,127,193,0.4);
}
.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(26,127,193,0.08);
}
.stat-pill strong { display: block; font-size: 1.1rem; color: var(–accent); 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(–accent);
border-radius: 0;
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(–accent);
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(–accent); }
/* SECTIONS */
section {
background: var(–white);
border-radius: 0;
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(–primary);
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 2px solid var(–border);
}
section h2 span { color: var(–accent); }
section h3 {
font-size: 1.05rem;
font-weight: 700;
color: var(–text-dark);
margin: 20px 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(–accent);
background: var(–accent-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 CARD */
.prize-hero {
background: linear-gradient(135deg, var(–sky) 0%, #d0eaf8 100%);
border: 2px solid var(–border);
border-top: 5px solid var(–accent);
border-radius: 14px;
padding: 28px 20px;
text-align: center;
margin: 20px 0;
}
.prize-hero .ph-emoji { font-size: 3rem; display: block; margin-bottom: 10px; }
.prize-hero .ph-title {
font-family: ‘Playfair Display’, serif;
font-size: 1.4rem;
font-weight: 700;
color: var(–text-dark);
margin-bottom: 8px;
}
.prize-hero .ph-value {
font-family: ‘Playfair Display’, serif;
font-size: 2.2rem;
font-weight: 800;
color: var(–accent);
margin-bottom: 8px;
}
.prize-hero .ph-desc { color: var(–text-gray); font-size: 0.95rem; line-height: 1.6; }
/* PURIFIER GRID */
.purifier-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin: 20px 0;
}
.purifier-card {
background: var(–sky);
border: 1px solid var(–border);
border-radius: 10px;
padding: 16px 14px;
text-align: center;
}
.purifier-card .pu-icon { font-size: 1.8rem; display: block; margin-bottom: 6px; }
.purifier-card .pu-name { font-weight: 700; color: var(–text-dark); font-size: 0.9rem; margin-bottom: 4px; }
.purifier-card .pu-detail { color: var(–text-gray); font-size: 0.82rem; line-height: 1.4; }
/* STEPS */
.steps { list-style: none; padding: 0; margin: 20px 0; }
.steps li {
display: flex;
gap: 14px;
align-items: flex-start;
margin-bottom: 18px;
}
.step-num {
background: var(–accent);
color: #fff;
font-weight: 800;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 3px;
font-size: 0.95rem;
}
.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.93rem; }
/* TABLE */
.data-table {
width: 100%;
border-collapse: collapse;
margin: 16px 0;
font-size: 0.92rem;
}
.data-table th {
background: var(–primary);
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(–sky); }
.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(–accent);
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(–sky);
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(–accent-pale); }
.faq-arrow { font-size: 0.78rem; color: var(–accent); 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(–sky);
}
.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(–accent); transform: translateY(-2px); }
.related-card .rc-cat {
font-size: 0.66rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–accent);
margin-bottom: 5px;
}
.related-card .rc-title { font-size: 0.87rem; font-weight: 600; line-height: 1.35; color: var(–text-dark); }
/* ENTRY SECTION — LIGHT */
.entry-section {
background: linear-gradient(135deg, var(–sky) 0%, #c8e6f5 100%);
border-top: 3px solid var(–accent);
border-bottom: 3px solid var(–accent);
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(–primary);
margin-bottom: 10px;
}
.entry-section h2 span { color: var(–accent); }
.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(–accent);
border-radius: 16px;
padding: 24px 26px;
max-width: 310px;
width: 90%;
text-align: center;
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
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(–accent);
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(–accent);
border-radius: 18px;
padding: 30px 26px;
max-width: 330px;
width: 90%;
text-align: center;
box-shadow: 0 24px 70px rgba(0,0,0,0.28);
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(–accent);
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(–accent); 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); }
.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(–sky); }
/* 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(–accent); }
.purifier-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.tips-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.related-grid { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
}
Medify Air Is Giving Away
a Whole-House Air Purifier
Collection
Win 6 medical-grade air purifiers that cover your entire home — 2,500 square feet purified in just 30 minutes. Completely free to enter, no purchase necessary.
What Is the Medify Air Giveaway?
Medify Air — the brand behind some of the most powerful medical-grade air purifiers on the market — is running a giveaway that could transform the air quality in your entire home. They’re giving away a complete whole-house air purification bundle featuring six air purifiers with a combined value of $1,303.94.
This isn’t just one purifier for one room. This is a full-home solution — six medical-grade units that together can purify 2,500 square feet of living space in just 30 minutes. That means cleaner air in your bedroom, living room, kitchen, kids’ rooms, and more — all at once.
“Breathe easier with this whole house air purification bundle that features 6 medical-grade air purifiers that cover 2,500 square feet in just 30 minutes. A total value of $1,303.94.” — Medify Air
The giveaway is completely free to enter and runs from March 16, 2026 at 11am EST through March 23, 2026 at 11am EST — just one week. Don’t sleep on this one. Entry takes less than a minute through the Woobox entry form.
The Prize — 6-Purifier Whole-House Bundle
Medify Air purifiers use H13 True HEPA filtration — the same grade used in medical and surgical environments — to capture 99.9% of particles down to 0.1 microns. That includes dust, pollen, pet dander, smoke, mold spores, bacteria, and viruses.
Exact models included in the bundle are as determined by Medify Air. Visit medifyair.com for full product specifications and details on each unit in the collection.
How to Enter
-
1Click the Enter Here button
Tap the button below to go directly to the Medify Air giveaway entry form hosted on Woobox. The entry page is mobile-friendly and takes less than a minute to complete. -
2Complete the entry form
Fill in your name, email address, and any other required fields on the Woobox entry form. Make sure your email is correct — that’s how winners are notified. -
3Submit before March 23, 2026 at 11am EST
The giveaway closes at exactly 11:00 AM Eastern Time on March 23, 2026. Entries submitted after that time will not be eligible. Don’t wait! -
4Watch your email for a winner notification
If you’re selected as the winner, Medify Air will reach out via the email address you provided. Check your inbox and spam folder after March 23.
Who Can Enter — Eligibility
| Requirement | Details |
|---|---|
| Entry Period | March 16, 2026 at 11:00 AM EST through March 23, 2026 at 11:00 AM EST |
| How to Enter | Complete the entry form at woobox.com/7wcg7o |
| Purchase Required? | No — completely free to enter |
| Sponsor | Medify Air — visit medifyair.com for more information |
| Prize | 6-piece whole-house air purifier collection, total ARV $1,303.94 |
Timeline & Key Dates
-
March 16, 2026 at 11:00 AM ESTGiveaway opens — start entering now!
-
March 23, 2026 at 11:00 AM ESTGiveaway closes — last chance to enter
-
After March 23, 2026Winner selected and notified by Medify Air via email
-
Prize Delivery6-purifier bundle shipped to the winner’s address
Tips to Win
Enter Right Now
This giveaway only runs for one week — March 16 to March 23. Don’t put it off. It takes less than a minute to enter.
Use Your Best Email
Winners are notified by email. Use an address you check every day and add Medify Air to your contacts so the winner notification doesn’t go to spam.
Share With Family
Each person in your household can enter separately. Share this page with family members to multiply your household’s chances of winning.
Check Spam After March 23
Winner notifications can land in spam or promotions folders. Check daily after the giveaway closes so you don’t miss your notification.
Think About Placement
If you win, plan where to put all 6 purifiers. The bundle covers 2,500 sq ft — map out your home’s layout so you can maximize coverage from day one.
Follow Medify Air
Follow @MedifyAir on social media to catch future giveaways and promotions. They run contests regularly and this won’t be their last one.
Frequently Asked Questions
More Free Giveaways to Enter
Enter Now — It’s Free
Click below to go directly to the Medify Air giveaway entry form. Fill in your info and you’re entered for a chance to win 6 medical-grade air purifiers worth $1,303.94.
ENTER THE GIVEAWAY 💨
6 Purifiers — Whole House!
This isn’t just one air purifier. Medify Air is giving away a complete 6-unit bundle that covers your entire home — 2,500 sq ft purified in 30 minutes.
Medical-Grade Filtration
Medify Air uses H13 True HEPA filters — the same grade used in hospitals — capturing 99.9% of particles including dust, pollen, smoke, bacteria, and viruses.
Only 1 Week to Enter!
This giveaway closes March 23 at 11am EST. That’s it — one week. Don’t wait or you’ll miss your shot at $1,303 worth of air purifiers.
$1,303.94 Total Value
Six medical-grade Medify Air purifiers with a combined retail value of $1,303.94 — and it’s completely free to enter. One click is all it takes.
Ready to Enter?
Jump to the entry section and enter for your chance to win 6 Medify Air purifiers worth $1,303!
document.addEventListener(‘DOMContentLoaded’, function() {
// COUNTDOWN – March 23, 2026 11am EST
var deadline = new Date(‘2026-03-23T11: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’ || e.target.id === ‘skip-yes’ || 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