ClearCanal™ — Crystal clear EarWax Removal
ClearCanal™ – EarWax Removal Kit * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', sans-serif; background: #ffffff; color: #111111; } .listing { max -width: 480px; margin: 0 auto; padding: 24px 16px 40px; } /* ── BADGES ── */ .badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; } .badge { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 11px; border-radius: 20px; } .badge-gold { background: #FFF3CC; color: #7A5600; } .badge-teal { background: #D8F5EC; color: #0A5E45; } .badge-blue { background: #E0EEFF; color: #1040A0; } .badge-cyan { background: #E0F7FA; color: #006064; } /* ── HEADLINE ── */ .headline-section { margin-bottom: 28px; } .brand-name { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0891B2; margin-bottom: 10px; display: block; } .main-headline { font-size: 34px; font-weight: 900; line-height: 1.08; letter-spacing: -0.5px; color: #111111; margin-bottom: 10px; } .main-headline span { color: #0891B2; } .sub-headline { font-size: 14px; color: #555555; line-height: 1.65; font-weight: 400; } /* ── PROBLEM STRIP ── */ .problem-strip { background: #FFF7ED; border-left: 3px solid #F97316; border-radius: 0 10px 10px 0; padding: 16px 18px; margin-bottom: 20px; } .problem-strip p { font-size: 11px; font-weight: 700; color: #9A3412; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.08em; } .problem-list { list-style: none; display: flex; flex-direction: column; gap: 7px; } .problem-list li { font-size: 13px; color: #7C2D12; display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; } .problem-list li::before { content: "✗"; color: #EF4444; font-weight: 700; flex-shrink: 0; margin-top: 1px; } /* ── SWAB WARNING ── */ .swab-warning { background: #FFF1F2; border: 1px solid #FECDD3; border-radius: 12px; padding: 16px 18px; margin-bottom: 24px; display: flex; gap: 12px; align-items: flex-start; } .sw-icon { font-size: 24px; flex-shrink: 0; margin-top: 1px; } .sw-text h4 { font-size: 13px; font-weight: 700; color: #9F1239; margin-bottom: 5px; } .sw-text p { font-size: 12px; color: #BE123C; line-height: 1.55; } /* ── STAT GRID ── */ .stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0 28px; } .stat-card { background: #ECFEFF; border-radius: 12px; padding: 14px 10px; text-align: center; border: 1px solid #A5F3FC; } .stat-num { font-size: 22px; font-weight: 900; color: #0891B2; display: block; line-height: 1; margin-bottom: 5px; } .stat-label { font-size: 10px; color: #155E75; font-weight: 600; line-height: 1.3; } /* ── HERO INTRO ── */ .hero-intro { margin-bottom: 28px; } .section-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0891B2; margin-bottom: 8px; display: block; } .section-title { font-size: 20px; font-weight: 800; line-height: 1.3; margin-bottom: 10px; color: #111111; } .section-subtitle { font-size: 13px; color: #555555; margin-bottom: 18px; line-height: 1.6; } .hero-intro p { font-size: 14px; line-height: 1.7; color: #444444; } /* ── VIDEO BLOCK ── */ .video-block { background: #061A20; border-radius: 14px; height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 28px; position: relative; overflow: hidden; } .video-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(8,145,178,0.25) 0%, transparent 70%); } .play-btn { width: 54px; height: 54px; background: rgba(255,255,255,0.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; z-index: 1; } .play-btn::after { content: ''; width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 17px solid #061A20; margin-left: 5px; } .video-label { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500; letter-spacing: 0.06em; position: relative; z-index: 1; } /* ── DIVIDER ── */ .section-divider { border: none; border-top: 1px solid #EBEBEB; margin: 28px 0; } /* ── FEATURES ── */ .features-section { margin-bottom: 28px; } .feature-card { border: 1px solid #EBEBEB; border-radius: 12px; padding: 16px; margin-bottom: 10px; display: flex; gap: 14px; align-items: flex-start; background: #FFFFFF; } .feature-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 22px; } .icon-cyan { background: #ECFEFF; } .icon-teal { background: #D8F5EC; } .icon-amber { background: #FFF3CC; } .icon-blue { background: #E0EEFF; } .icon-coral { background: #FEE8E8; } .icon-slate { background: #F1F5F9; } .feature-text h4 { font-size: 14px; font-weight: 700; margin-bottom: 5px; color: #111111; } .feature-text p { font-size: 12px; color: #555555; line-height: 1.55; } /* ── DATA STRIP ── */ .data-strip { margin-bottom: 28px; } .data-row { border-bottom: 1px solid #E0F7FA; padding: 13px 0; display: flex; align-items: center; gap: 14px; } .data-row:last-child { border-bottom: none; } .data-pct { font-size: 22px; font-weight: 900; color: #0891B2; flex-shrink: 0; width: 58px; } .data-desc { font-size: 12px; color: #444444; line-height: 1.5; } .data-bar-wrap { flex: 1; height: 5px; background: #E0F7FA; border-radius: 3px; overflow: hidden; } .data-bar { height: 100%; background: #0891B2; border-radius: 3px; } /* ── HOW TO USE ── */ .how-section { margin-bottom: 28px; } .step-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; } .step-num { width: 32px; height: 32px; border-radius: 50%; background: #0891B2; color: #FFFFFF; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .step-content h4 { font-size: 14px; font-weight: 700; color: #111111; margin-bottom: 4px; } .step-content p { font-size: 12px; color: #555555; line-height: 1.55; } /* ── DOCTOR CALLOUT ── */ .doctor-callout { background: linear-gradient(135deg, #061A20 0%, #0C3040 100%); border-radius: 14px; padding: 22px 18px; margin-bottom: 28px; position: relative; overflow: hidden; } .doctor-callout::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(8,145,178,0.2) 0%, transparent 60%); } .doctor-callout h3 { font-size: 16px; font-weight: 800; color: #FFFFFF; margin-bottom: 8px; position: relative; z-index: 1; } .doctor-callout p { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.6; position: relative; z-index: 1; margin-bottom: 12px; } .doctor-list { list-style: none; display: flex; flex-direction: column; gap: 7px; position: relative; z-index: 1; } .doctor-list li { font-size: 12px; color: rgba(255,255,255,0.85); display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; } .doctor-list li::before { content: "✓"; color: #67E8F9; font-weight: 700; flex-shrink: 0; } /* ── TRUST ROW ── */ .trust-row { display: flex; gap: 8px; justify-content: space-between; margin-bottom: 28px; } .trust-chip { flex: 1; background: #F7F7F5; border: 1px solid #EBEBEB; border-radius: 10px; padding: 12px 6px; text-align: center; } .trust-chip .chip-icon { font-size: 20px; display: block; margin-bottom: 5px; } .trust-chip .chip-label { font-size: 10px; font-weight: 600; color: #666666; line-height: 1.3; } /* ── REVIEWS ── */ .review-strip { background: #ECFEFF; border-radius: 12px; padding: 18px; margin-bottom: 12px; border: 1px solid #A5F3FC; } .stars { color: #F59E0B; font-size: 17px; margin-bottom: 8px; } .review-text { font-size: 13px; color: #0C4A6E; font-style: italic; line-height: 1.65; margin-bottom: 8px; } .reviewer { font-size: 11px; font-weight: 700; color: #0891B2; text-transform: uppercase; letter-spacing: 0.07em; } /* ── FAQ ── */ .faq-section { margin-bottom: 28px; } .faq-item { border-bottom: 1px solid #EBEBEB; padding: 14px 0; } .faq-item:last-child { border-bottom: none; } .faq-q { font-size: 13px; font-weight: 700; color: #111111; margin-bottom: 6px; } .faq-a { font-size: 12px; color: #555555; line-height: 1.6; } /* ── SPECS ── */ .specs-section { margin-bottom: 28px; } .specs-table { width: 100%; border-collapse: collapse; } .specs-table tr { border-bottom: 1px solid #EBEBEB; } .specs-table tr:last-child { border-bottom: none; } .specs-table td { padding: 11px 0; font-size: 13px; line-height: 1.4; } .specs-table td:first-child { color: #777777; font-weight: 500; width: 46%; padding-right: 12px; } .specs-table td:last-child { color: #111111; font-weight: 600; } /* ── CTA ── */ .cta-block { background: #061A20; border-radius: 14px; padding: 26px 20px; text-align: center; position: relative; overflow: hidden; } .cta-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(8,145,178,0.25) 0%, transparent 60%); } .cta-block h3 { font-size: 20px; font-weight: 900; color: #FFFFFF; margin-bottom: 8px; line-height: 1.2; position: relative; z-index: 1; } .cta-block p { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 18px; position: relative; z-index: 1; } .cta-btn { display: block; background: #0891B2; color: #FFFFFF; font-size: 15px; font-weight: 700; padding: 15px 32px; border-radius: 10px; letter-spacing: 0.02em; cursor: pointer; width: 100%; border: none; position: relative; z-index: 1; } .urgency-note { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 12px; display: block; position: relative; z-index: 1; } ★ 100,000+ Reviews IPX7 Waterproof 3 Pressure Modes ClearCanal™ Hear the WorldClearly Again.At Home. The professional-grade earwax removal kit that clears years of buildup in one 3-minute session — no cotton swabs, no clinic visits, no discomfort. Just crystal-clear hearing, instantly. ⚠️ Cotton swabs are making your problem worse — not better Every swab acts like a piston, compacting wax deeper into your ear canal. Over time this creates hard, impacted buildup that causes muffled hearing, pain, and tinnitus. ENTs warn against them — yet millions still use them daily. The Solution Clinic-level clean. Living room convenience. ClearCanal™ is the at-home earwax removal kit trusted by 100,000+ people who were tired of muffled hearing, uncomfortable swabs, and expensive ENT visits. Its precision gentle hydro-pressure system safely flushes earwax out — not deeper in — leaving your ear canal completely clear in a single session. See what comes out in the transparent reservoir. Feel the difference the moment it's done. Why ClearCanal™ Wins Engineered for ears. Built for home. Every feature designed around one thing — the safest, most effective earwax removal you can do without leaving the house. How It Works 3 minutes. 3 steps. Total clarity. No technique to learn. No mess. Just fill, insert, press — and hear the difference immediately. Specifications What's inside ClearCanal™ Cleaning Method Precision gentle hydro-pressure irrigation Pressure Modes 3 — Low, Pulse, High Tip Material ENT-safe soft medical-grade silicone Reservoir Transparent BPA-free water tank Water Capacity 100ml per fill (enough for both ears) Session Time 60–90 seconds per ear Battery Built-in rechargeable lithium-ion Battery Life 30+ sessions per charge Charging USB-C rechargeable (cable included) Water Resistance IPX7 fully waterproof In the Box ClearCanal™ device, 3 silicone tips (S/M/L), USB-C cable, travel pouch, manual Recommended Use Every 2–4 weeks for ear hygiene maintenance Safe For Adults, elderly, frequent earbud users, high-wax producers Warranty 1 Year 🩺 Why doctors stopped recommending cotton swabs Every major ENT association advises against cotton swabs for earwax removal. ClearCanal™ follows the exact principles they recommend instead. Flushes wax outward — never compacts it deeper into the canal Warm water hydration softens even hardened, impacted earwax Gentle hydro-pressure matches clinic-grade ear irrigation technique No rigid tools near the eardrum — zero perforation risk Safe for recurring use every 2–4 weeks as part of ear hygiene routine
More you might like
Related
ClearCanal Earwax Softener Drops
Related
ClearCanal Earwax Softener Drops 2 Pack
Related
EARWAX SOFTENER, DROP CLEARCANAL 0.5OZ
Related