EarFlush™
.rf, .rf * { box-sizing: border-box; margin: 0; padding: 0; } .rf { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; color: #1a1a2e ; line-height: 1.6; overflow-x: hidden; width: 100%; } .rf > div, .rf > hr { margin-top: 0 !important; margin-bottom: 0 !important; } .rf img { max-width: 100%; height: auto; display: block; } .rf strong { font-weight: 700; } .rf p { margin: 0; } /* TOKENS */ :root { --rf-blue: #1a6fbd; --rf-blue-dark: #0d4f8c; --rf-blue-light: #e8f3fc; --rf-teal: #1aa8a8; --rf-teal-light: #e6f7f7; --rf-text: #1a1a2e; --rf-muted: #4a5568; --rf-border: #d0e8f5; --rf-bg-light: #f0f8ff; --rf-white: #ffffff; --rf-grad: linear-gradient(135deg, #1a6fbd 0%, #1aa8a8 100%); --rf-grad-soft: linear-gradient(180deg, #f0f8ff, #e8f3fc); } /* LAYOUT */ .rf-wrap { max-width: 900px; margin: 0 auto; padding: 0 16px; } .rf-wrap--sm { max-width: 720px; margin: 0 auto; padding: 0 16px; } .rf-wrap--lg { max-width: 1100px; margin: 0 auto; padding: 0 16px; } .rf-section { padding: 16px 0; background: #fff; margin: 0 !important; } .rf-section--gray { padding: 16px 0; background: var(--rf-grad-soft); margin: 0 !important; } .rf-section--dark { padding: 16px 0; background: #0d1b2a; margin: 0 !important; } .rf-sep { border: none; border-top: 1px solid var(--rf-border); margin: 0 !important; padding: 0 !important; display: block; line-height: 0; font-size: 0; height: 1px; } /* TYPOGRAPHY */ .rf-eyebrow { display: block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--rf-teal); margin-bottom: 10px; } .rf-h1 { font-size: clamp(24px, 4.5vw, 40px); font-weight: 800; line-height: 1.15; color: var(--rf-text); margin-bottom: 14px; } .rf-h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 700; line-height: 1.2; color: var(--rf-text); margin-bottom: 12px; } .rf-h2--white { color: #fff; } .rf-body { font-size: 16px; color: var(--rf-muted); line-height: 1.75; margin-bottom: 12px; } .rf-body:last-child { margin-bottom: 0; } .rf-accent { background: var(--rf-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .rf-divider { width: 44px; height: 3px; background: var(--rf-teal); border-radius: 2px; margin-bottom: 20px; } .rf-center { text-align: center; } /* STATS */ .rf-stats { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--rf-grad); border-radius: 14px; overflow: hidden; max-width: 680px; margin: 20px auto 0; } .rf-stats__item { padding: 16px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); } .rf-stats__item:last-child { border-right: none; } .rf-stats__num { display: block; font-size: 32px; font-weight: 900; color: #fff; line-height: 1; } .rf-stats__label { display: block; font-size: 12px; color: rgba(255,255,255,0.85); margin-top: 5px; } @media (max-width: 480px) { .rf-stats__num { font-size: 24px; } } /* ROW */ .rf-row { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; } @media (min-width: 768px) { .rf-row { grid-template-columns: 55% 45%; } .rf-row--flip .rf-row__media { order: 2; } .rf-row--flip .rf-row__text { order: 1; } } .rf-row__media img { border-radius: 14px; width: 100%; max-height: 480px; object-fit: cover; } /* STEPS */ .rf-steps { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; } .rf-step { display: flex; gap: 16px; align-items: flex-start; } .rf-step__num { flex: 0 0 44px; height: 44px; min-width: 44px; background: var(--rf-grad); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; line-height: 1; } .rf-step h4 { font-size: 17px; font-weight: 700; color: var(--rf-text); margin-bottom: 6px; line-height: 1.3; } .rf-step p { font-size: 15px; color: var(--rf-muted); line-height: 1.65; margin: 0; } /* FEATURE CARDS */ .rf-cards { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; } @media (min-width: 640px) { .rf-cards { grid-template-columns: repeat(3, 1fr); } } .rf-card { background: var(--rf-white); border: 1px solid var(--rf-border); border-top: 3px solid var(--rf-teal); border-radius: 14px; padding: 22px 18px; } .rf-card__icon { font-size: 32px; margin-bottom: 12px; display: block; } .rf-card h4 { font-size: 16px; font-weight: 700; color: var(--rf-text); margin-bottom: 8px; } .rf-card p { font-size: 14px; color: var(--rf-muted); line-height: 1.6; } /* CHECKLIST */ .rf-check { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 16px; } .rf-check li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--rf-text); line-height: 1.6; } .rf-check li::before { content: '✓'; color: var(--rf-teal); font-weight: 800; font-size: 16px; flex-shrink: 0; margin-top: 1px; } /* REVIEWS */ .rf-reviews__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--rf-grad); padding: 8px 18px; border-radius: 30px; margin-bottom: 14px; } .rf-reviews__badge span { color: #fff; font-size: 13px; font-weight: 600; } .rf-reviews__grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 20px; } @media (min-width: 640px) { .rf-reviews__grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 900px) { .rf-reviews__grid { grid-template-columns: repeat(3, 1fr); } } .rf-review { background: var(--rf-white); border: 1px solid var(--rf-border); border-radius: 14px; padding: 20px; } .rf-review__stars { color: #f59e0b; font-size: 16px; margin-bottom: 8px; letter-spacing: 1px; } .rf-review__title { font-size: 15px; font-weight: 700; color: var(--rf-text); margin-bottom: 8px; } .rf-review__text { font-size: 14px; color: var(--rf-muted); line-height: 1.65; margin-bottom: 12px; font-style: italic; } .rf-review__author { font-size: 13px; font-weight: 700; color: var(--rf-teal); } /* GUARANTEE */ .rf-guarantee { background: var(--rf-white); border: 1px solid var(--rf-border); border-radius: 16px; padding: 28px 24px; text-align: center; max-width: 680px; margin: 0 auto; } .rf-guarantee__icon { display: flex; justify-content: center; align-items: center; color: var(--rf-teal); margin-bottom: 14px; } .rf-guarantee h3 { font-size: clamp(20px, 3.5vw, 26px); font-weight: 800; color: var(--rf-text); margin-bottom: 14px; } .rf-guarantee p { font-size: 15px; color: var(--rf-muted); line-height: 1.75; margin-bottom: 14px; } .rf-guarantee__perks { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 16px; } .rf-perk { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--rf-teal); } /* FAQ */ .rf-faq { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; } .rf-faq__item { border: 1px solid var(--rf-border); border-radius: 10px; overflow: hidden; } .rf-faq__q { width: 100%; background: var(--rf-white); border: none; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: inherit; font-size: 16px; font-weight: 700; color: var(--rf-text); line-height: 1.4; } .rf-faq__q:hover { background: var(--rf-bg-light); } .rf-faq__q svg { flex-shrink: 0; color: var(--rf-teal); transition: transform 0.25s; } .rf-faq__item.open .rf-faq__q { background: var(--rf-bg-light); } .rf-faq__item.open .rf-faq__q svg { transform: rotate(180deg); } .rf-faq__a { display: none; padding: 0 20px 16px; background: var(--rf-bg-light); } .rf-faq__item.open .rf-faq__a { display: block; } .rf-faq__a p { font-size: 15px; color: var(--rf-muted); line-height: 1.65; margin-bottom: 8px; } .rf-faq__a p:last-child { margin-bottom: 0; } /* USAGE FREQ */ .rf-freq { background: var(--rf-teal-light); border-left: 4px solid var(--rf-teal); border-radius: 0 12px 12px 0; padding: 20px 24px; margin-top: 16px; } .rf-freq p { font-size: 15px; color: var(--rf-text); line-height: 1.7; margin-bottom: 8px; } .rf-freq p:last-child { margin-bottom: 0; } .rf-freq strong { color: var(--rf-blue-dark); } Ear Care, Reinvented Still using cotton buds?Your ears deserve better. Cotton buds don't clean ears — they push wax deeper. EarFlush uses gentle, controlled water pressure to flush wax out safely, the way doctors recommend. 436 verified reviews 4.7★ average rating 30 day guarantee Safe & Effective Flush Your Ear Wax Out, Safely. The EarFlush delivers a soft, steady stream of water into the ear canal, gently loosening and removing built-up wax — without pushing it deeper or causing irritation. Removes wax and restores clear hearing Washable and fully reusable Safe, gentle water pressure — no sharp tips Soft silicone tip for maximum comfort Simple as That 4 steps to clearer hearing 1 Fill the reservoir Add lukewarm water or saline solution to the transparent tank — you can see exactly how much you're using. 2 Place the soft tip gently Rest the ergonomic silicone tip at the entrance of your ear canal. No need to insert it deeply. 3 Press to activate A gentle, controlled stream of water flows in, loosening and dislodging built-up earwax. 4 Drain and enjoy Loosened wax flows out naturally. No swabs, no guesswork, no mess — just clean, clear ears. Why EarFlush What makes it perfect for you 👂 Designed for Every Ear Whether you deal with heavy buildup, sensitive canals, or just want a cleaner routine — EarFlush adapts with adjustable pressure and a soft, ergonomic tip. ⚡ Clean Results in Under a Minute No appointments, no cotton swabs, no mess. Just fill, flush and go — a complete ear cleaning routine that fits into any morning. 🛡️ Gentle Enough for Daily Comfort No sharp tips, no pushing wax deeper. Controlled water pressure cleans your ears the way they're meant to be cleaned — safely and without irritation. How Often to Use It Listen to your ears. For most people, once every 1–2 weeks is enough to keep ears clean and wax-free. If you're prone to heavy buildup, you can use it up to 2–3 times per week. Avoid daily use — your ears produce wax naturally as a protective mechanism, and over-flushing can dry out the canal. If your ears feel blocked or muffled, that's your sign it's time for a flush. Built to Last Washable, reusable, built for life. Unlike single-use kits or expensive clinic visits, EarFlush is designed to be cleaned and reused indefinitely. One device, a lifetime of clear hearing. Transparent reservoir — see exactly how much you're using Fully washable after every use Soft silicone tip — replaceable and hygienic Compact design — fits in any bathroom cabinet ★★★★★ Excellent 4.7/5 · 436 Verified Reviews Don't just take our word for it ★★★★★ Finally something that actually works "I've been using cotton buds my whole life. My doctor told me to stop 3 years ago and I just kept doing it anyway. Got the EarFlush two weeks ago and honestly I can't believe the difference. My ears feel so clear." — Adam D. ✓ Verified ★★★★★ 10/10, no notes "Does exactly what it says. Fast, easy, no mess. Bought one for myself and ended up ordering another for my dad." — Hubert G. ✓ Verified ★★★★★ Surprisingly satisfying "I was sceptical but my boyfriend kept raving about it so I caved. It's oddly satisfying to use — you can literally feel your ears clearing up. Gross in the best way possible." — Dana P. ✓ Verified ★★★★★ Great for sensitive ears "I have really sensitive ear canals and most things irritate them. This is the first ear cleaning method that doesn't leave me with that dry, itchy feeling. The pressure is very gentle and controllable." — Ellen H. ✓ Verified ★★★★★ Worth every penny "Bought this for my teenage son who had constant wax buildup issues. We used to go to the doctor every few months just for ear cleaning. Haven't been back since. This thing pays for itself." — David T. ✓ Verified ★★★★★ Good product, fast shipping "Works well. The transparent tank is a nice touch so you can see how much water you're using. Took maybe 30 seconds to figure out. No complaints." — Anna P. ✓ Verified 30-Day Money-Back Guarantee Every order is backed by our risk-free 30-day money-back guarantee. If you're not completely satisfied, simply contact our support team with your order ID. We'll guide you through a free, hassle-free return — no questions asked. Your satisfaction is our priority. 100% Satisfaction Insured Delivery Easy Returns .rf-videos__scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #1aa8a8 #f0f0f0; } .rf-videos__scroll::-webkit-scrollbar { height: 4px; } .rf-videos__scroll::-webkit-scrollbar-track { background: #f0f0f0; } .rf-videos__scroll::-webkit-scrollbar-thumb { background: #1aa8a8; border-radius: 2px; } @media (min-width: 860px) { .rf-videos__scroll { display: grid; grid-template-columns: repeat(2, 1fr); overflow-x: visible; gap: 20px; } } .rf-vcard { flex: 0 0 260px; background: #fff; border: 1px solid var(--rf-border); border-radius: 14px; overflow: hidden; scroll-snap-align: start; } @media (min-width: 860px) { .rf-vcard { flex: unset; } } .rf-vcard video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; background: #000; max-height: 420px; } .rf-video__wrap { position: relative; cursor: pointer; } .rf-video__wrap video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; background: #000; max-height: 420px; } .rf-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; background: rgba(255,255,255,0.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; pointer-events: none; box-shadow: 0 4px 20px rgba(0,0,0,0.35); } .rf-play-btn svg { width: 26px; height: 26px; fill: #1a1a2e; margin-left: 4px; } .rf-video__wrap:hover .rf-play-btn { transform: translate(-50%, -50%) scale(1.1); background: rgba(255,255,255,1); } .rf-video__wrap.playing .rf-play-btn { display: none; } .rf-vcard__info { padding: 14px; } .rf-vcard__stars { color: #f59e0b; font-size: 15px; margin-bottom: 6px; } .rf-vcard__text { font-size: 14px; color: #1a1a2e; line-height: 1.55; margin-bottom: 8px; } .rf-vcard__author { font-size: 12px; font-weight: 700; background: #1a1a2e; color: #fff; padding: 3px 10px; border-radius: 20px; display: inline-block; } Real People, Real Results See what our customers are saying ★★★★★ "The silicone tip makes it so comfortable, and my hearing actually improved." Melissa D. ✓ ★★★★★ "I've recommended it to my whole family. Safe, effective, and so easy to use." Maria P. ✓ The Smart Switch Why doctors say stop using cotton buds ❌ Cotton Buds ✗ Push wax deeper into the canal ✗ Risk of eardrum damage ✗ Single-use plastic waste ✗ No control over pressure ✗ Not recommended by GPs ✅ EarFlush™ ✓ Flushes wax out naturally ✓ Safe, controlled water pressure ✓ Reusable — zero waste ✓ Adjustable pressure settings ✓ Doctor-recommended method Is This For You? EarFlush is perfect if you... 😤 Feel like your ears are constantly blocked or muffled Wax buildup is the #1 cause of temporary hearing loss in adults. EarFlush clears it in under a minute. 💸 Are tired of expensive GP or clinic visits just for ear cleaning One device replaces repeated appointments. Use it at home, on your schedule, for free. 👂 Have sensitive ears that react badly to most products The soft silicone tip and gentle pressure make it the safest option for even the most sensitive canals. 🔄 Want a clean, hygienic routine without the mess or waste Fully washable, reusable, and compact. One device, a lifetime of clear hearing. Frequently Asked Questions Quick answers Is it safe to use at home? Yes. EarFlush is designed for safe home use. The soft silicone tip sits at the entrance of the ear canal — it doesn't need to be inserted deeply — and the water pressure is controlled to be gentle on sensitive tissue. If you have a perforated eardrum, grommets, or a history of ear surgery, please consult your GP before use. How often should I use it? For most people, once every 1–2 weeks is sufficient. If you're prone to heavy buildup, up to 2–3 times per week is fine. Avoid daily use — your ears produce wax naturally as a protective mechanism. What liquid should I use? Lukewarm water or saline solution work best. Avoid cold water — it can cause temporary dizziness. Never use hydrogen peroxide or alcohol-based solutions without medical advice. Will it push the wax deeper? No — and this is exactly why it's better than cotton buds. Cotton buds push wax further into the canal, which is why doctors advise against them. EarFlush uses water to flush wax outwards and away from the eardrum. How do I clean the device afterwards? Simply rinse the reservoir and silicone tip with clean water after each use. Allow to air-dry before storing. The device is fully washable and built for repeated use. What if I'm not satisfied? You're fully covered by our 30-day money-back guarantee. Contact us at [email protected] with your order ID and we'll arrange a free, hassle-free return — no questions asked. // FAQ accordion document.querySelectorAll('.rf-faq__q').forEach(function(btn) { btn.addEventListener('click', function() { this.closest('.rf-faq__item').classList.toggle('open'); }); }); // Custom video play function rfPlayVideo(wrap) { var video = wrap.querySelector('video'); if (video.paused) { video.play(); wrap.classList.add('playing'); } else { video.pause(); wrap.classList.remove('playing'); } video.addEventListener('ended', function() { wrap.classList.remove('playing'); }); }