Description
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘DM Sans’, Arial, sans-serif; color: #071a2b; line-height: 1.55; background: #fff; } img { display: block; max-width: 100%; height: auto; } /* HERO */ .hero { background: linear-gradient(180deg, #e9f7ff 0%, #ffffff 70%); padding: 70px 16px 34px; } .hero-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; } .hero-copy { flex: 1 1 560px; min-width: 280px; } .hero-badge { display: inline-block; padding: 8px 14px; border-radius: 999px; background: #dff2ff; border: 1px solid #c6e7ff; color: #0a4f7a; font-size: 12px; font-weight: 700; letter-spacing: 0.3px; margin-bottom: 14px; } .hero-sku { font-size: 12px; font-weight: 700; color: #5a768f; letter-spacing: 0.5px; margin-bottom: 8px; } .hero-title { font-size: clamp(26px, 3.2vw, 46px); font-weight: 800; letter-spacing: -0.6px; line-height: 1.05; color: #061a2c; margin-bottom: 10px; } .hero-subtitle { font-size: clamp(16px, 2vw, 22px); font-weight: 700; color: #0a4f7a; letter-spacing: -0.2px; margin-bottom: 16px; } .hero-desc { font-size: 16px; color: #12324b; max-width: 620px; margin-bottom: 22px; } .hero-pills { display: flex; gap: 10px; flex-wrap: wrap; } .hero-pill { padding: 10px 12px; border-radius: 14px; background: #fff; border: 1px solid #d7ebff; box-shadow: 0 10px 18px rgba(7,26,43,.06); } .hero-pill-title { font-size: 12px; font-weight: 800; color: #0a4f7a; } .hero-pill-body { font-size: 14px; color: #12324b; margin-top: 4px; } .hero-image { flex: 1 1 620px; min-width: 280px; display: flex; justify-content: center; align-items: center; } .hero-image img { width: 100%; max-width: 820px; border-radius: 18px; border: 1px solid #d7ebff; box-shadow: 0 22px 44px rgba(7,26,43,.14); } /* STAT BAR */ .stat-bar { background: #fff; padding: 34px 16px 70px; } .stat-bar-inner { max-width: 1320px; margin: 0 auto; border-radius: 22px; background: linear-gradient(90deg, #0a79c6 0%, #19a6db 55%, #5ad6ff 100%); padding: 34px 18px; box-shadow: 0 18px 40px rgba(7,26,43,.12); text-align: center; color: #fff; } .stat-number { font-size: clamp(36px, 6vw, 56px); font-weight: 900; letter-spacing: -1px; line-height: 1.0; } .stat-label { font-size: clamp(16px, 2vw, 20px); font-weight: 700; letter-spacing: -0.2px; opacity: .95; margin-top: 10px; } .stat-source { font-size: 14px; opacity: .92; margin-top: 14px; } /* ICON BENEFITS SECTION */ .section-icons { background: linear-gradient(180deg, #f3fbff 0%, #fff 85%); padding: 74px 16px; } .icons-inner { max-width: 1320px; margin: 0 auto; } .icons-header { text-align: center; margin-bottom: 44px; } .icons-grid { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .icon-card { flex: 1 1 180px; max-width: 220px; min-width: 160px; background: #fff; border: 1px solid #d7ebff; border-radius: 22px; padding: 28px 18px 22px; text-align: center; box-shadow: 0 8px 22px rgba(7,26,43,.06); transition: box-shadow 0.2s; } .icon-card:hover { box-shadow: 0 16px 36px rgba(7,26,43,.12); } .icon-circle { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #dff2ff 0%, #b8e4ff 100%); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; } .icon-circle svg { width: 30px; height: 30px; } .icon-title { font-size: 14px; font-weight: 800; color: #061a2c; line-height: 1.3; margin-bottom: 6px; } .icon-body { font-size: 12px; color: #5a768f; line-height: 1.5; } /* SECTIONS */ .section-alt { background: linear-gradient(180deg, #f3fbff 0%, #fff 85%); padding: 74px 16px; } .section-white { background: #fff; padding: 74px 16px; } .two-col { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap; } .two-col-copy { flex: 1 1 560px; min-width: 280px; } .two-col-image { flex: 1 1 620px; min-width: 280px; display: flex; justify-content: center; } .two-col-image img { width: 100%; max-width: 700px; border-radius: 18px; border: 1px solid #d7ebff; box-shadow: 0 18px 40px rgba(7,26,43,.12); } .section-h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 900; letter-spacing: -0.8px; line-height: 1.06; margin-bottom: 12px; } .section-p { font-size: 18px; color: #12324b; max-width: 540px; } .card-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; } .card { flex: 1 1 220px; min-width: 220px; background: #fff; border: 1px solid #d7ebff; border-radius: 18px; padding: 16px 14px; } .card-tag { font-size: 12px; font-weight: 900; color: #0a4f7a; letter-spacing: 0.4px; } .card-title { font-size: 16px; font-weight: 800; margin-top: 6px; } .card-body { font-size: 14px; color: #12324b; margin-top: 6px; } .highlight-box { background: linear-gradient(90deg, #e9f7ff 0%, #fff 100%); border: 1px solid #d7ebff; border-radius: 20px; padding: 18px 16px; max-width: 560px; margin-top: 18px; } .highlight-box .hl-tag { font-size: 14px; font-weight: 900; color: #0a4f7a; letter-spacing: 0.3px; margin-bottom: 8px; } .highlight-box .hl-title { font-size: 16px; font-weight: 800; } .highlight-box .hl-body { font-size: 14px; color: #12324b; margin-top: 6px; } /* DARK SECTION */ .section-dark { background: linear-gradient(180deg, #071a2b 0%, #0a2a45 70%, #071a2b 100%); padding: 82px 16px; color: #fff; } .section-center { text-align: center; } .dark-grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; } .dark-col { flex: 1 1 360px; min-width: 260px; display: flex; flex-direction: column; gap: 12px; } .dark-col-center { flex: 0 1 560px; min-width: 280px; display: flex; justify-content: center; } .dark-col-center img { width: 100%; max-width: 700px; border-radius: 20px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 46px rgba(0,0,0,.35); } .dark-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 18px 16px; } .dark-card-tag { font-size: 12px; font-weight: 900; letter-spacing: 0.4px; color: #a8e3ff; margin-bottom: 8px; } .dark-card-title { font-size: 18px; font-weight: 800; } .dark-card-body { font-size: 14px; opacity: .9; margin-top: 6px; } /* SPECS TABLE */ .section-specs { background: linear-gradient(180deg, #f3fbff 0%, #fff 100%); padding: 74px 16px; } .specs-inner { max-width: 980px; margin: 0 auto; } .specs-table { width: 100%; border-collapse: collapse; margin-top: 28px; } .specs-table th { background: #0a79c6; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 0.4px; padding: 14px 18px; text-align: left; } .specs-table th:first-child { border-radius: 12px 0 0 0; } .specs-table th:last-child { border-radius: 0 12px 0 0; } .specs-table td { font-size: 14px; color: #12324b; padding: 13px 18px; border-bottom: 1px solid #e4f2ff; } .specs-table tr:nth-child(even) td { background: #f3fbff; } .specs-table tr:last-child td { border-bottom: none; } .specs-table tr:last-child td:first-child { border-radius: 0 0 0 12px; } .specs-table tr:last-child td:last-child { border-radius: 0 0 12px 0; } .specs-label { font-weight: 800; color: #061a2c; } /* HIGHLIGHTS */ .highlights-grid { display: flex; flex-direction: column; gap: 12px; } .highlight-card { background: #fff; border: 1px solid #d7ebff; border-radius: 18px; padding: 16px 14px; } .highlight-card-tag { font-size: 12px; font-weight: 900; color: #0a4f7a; letter-spacing: 0.4px; } .highlight-card-body { font-size: 15px; color: #12324b; margin-top: 6px; } /* DETAILS */ .section-details { background: #fff; padding: 44px 16px 10px; } .details-inner { max-width: 980px; margin: 0 auto; border-top: 1px solid #d7ebff; padding-top: 28px; } .details-inner h2 { font-size: 26px; line-height: 1.2; letter-spacing: -0.4px; color: #061a2c; margin-bottom: 10px; } .details-inner h3 { font-size: 18px; color: #0a4f7a; margin: 12px 0 8px; } .details-inner p { font-size: 15px; color: #12324b; } AOP Spa Sanitation SystemMODEL: CCW50 · INGROUND SPA SYSTEMS
Clear Comfort AOP System with Installation Kit for Inground Spas
Hydroxyl-based advanced oxidation — clean spa water with up to 90% less chlorine
The Clear Comfort CCW50 uses hydroxyl-based AOP technology to break down contaminants directly in circulating water — reducing chlorine demand to approximately 1 ppm, minimizing harmful by-products, and delivering softer, more comfortable spa water.
~1 ppm chlorine demandHydroxyl-based AOP sanitationAnnual cartridge changeSimple low-maintenance systemComplete install kitManifold, tubing & accessories
~1 ppmchlorine demand — hydroxyl-based AOP technology maintains clean, clear spa water with a fraction of the chemicals120V · 10W low energy operation · up to 35 GPM flow rate · annual cartridge maintenance
Why Clear Comfort AOP?
Six ways hydroxyl-based advanced oxidation delivers a better spa experience — for water, skin, and equipment.
Low Chemical OperationReduces chlorine demand to approximately 1 ppm Reduced Skin & Eye IrritationMinimizes irritation from harsh chemical levels Clear, Balanced WaterMaintains sanitized, comfortable spa water Non-Corrosive TreatmentProtects spa components and plumbing Low Energy Use120V operation at only ~10 watts Annual MaintenanceOne cartridge replacement per year
Nature-inspired sanitation technology.
Inspired by natural purification processes, the CCW50 generates hydroxyl radicals and injects them directly into circulating water — where they rapidly oxidize oils, organic debris, and microorganisms without the harsh by-products of traditional chlorine sanitation.
HYDROXYL-BASED AOPPowerful oxidationHydroxyl radicals break down contaminants and organic waste directly in the water stream for effective sanitation.DIRECT INJECTIONTargeted deliveryHydroxyl radicals are delivered directly into circulating water for improved sanitation efficiency throughout the system.
Softer water. Less irritation.
By dramatically reducing chlorine demand, the Clear Comfort system helps eliminate strong chemical odors and the eye and skin irritation commonly associated with elevated sanitizer levels — delivering a noticeably more comfortable spa experience.
IMPROVED WATER COMFORTSofter, fresher-feeling spa waterReduced chemical levels support softer water and help minimize the harsh odors and sensations typical of conventionally sanitized spas.FEWER HARMFUL BY-PRODUCTSCleaner chemistryHydroxyl-based AOP helps minimize the formation of chloramines and other harmful by-products associated with standard chlorine sanitation.
Simple install. Low maintenance. Long-term reliability.
The CCW50 is designed for straightforward plumbing installation with a complete kit included — and needs only a cartridge replacement once a year to keep running.
INSTALLATION11-inch plumbing sectionManifold assembly installs directly into an 11-inch section of existing spa plumbing — complete kit included.WHAT’S INCLUDEDComplete installation kitManifold with air check valve, air tubing, flow meter kit, conduit components, and all installation accessories.MAINTENANCEOnce per yearOnly a quick cartridge replacement is required annually — no complex servicing or ongoing chemical management.
POWER120V · ~10 wattsLow energy operation on standard 120V power — minimal draw on spa electrical systems.FLOW RATEUp to 35 GPMSupports water flow rates up to 35 gallons per minute for effective whole-system treatment.MONEY-BACK GUARANTEEEligible when registeredEligible customers may access the Clear Comfort money-back guarantee when purchased through authorized dealers and registered before installation.
Operating specifications.
Technical specifications for the Clear Comfort CCW50 AOP system.
| Specification | Value |
|---|---|
| Power Supply | 120V or 230V receptacle, approximately 10 watts |
| Ballast | 120V or 230V |
| Electrical Requirements | 120V, 60Hz |
| Electrical Rating | 120V, 60Hz, 1.0A or 230V, 60Hz, 0.5A |
| Maximum Flow Rate | Up to 35 gallons per minute |
| Installation Requirement | 11-inch section of plumbing |
| Maintenance Interval | Annual cartridge replacement |
| Chlorine Demand | Approximately 1 ppm |
| Application | Inground spas and hot tub systems |
Clear Comfort AOP System with Installation Kit for Inground Spas | CCW50 details
The Clear Comfort CCW50 Advanced Oxidation Process AOP System is designed to simplify sanitation for spas and hot tubs while significantly reducing reliance on traditional chemicals. Using hydroxyl-based advanced oxidation technology, the system injects hydroxyl radicals directly into circulating water to oxidize contaminants, minimize harmful by-products, and maintain clear, balanced spa water.
How it works
Hydroxyl-based AOP sanitation generates hydroxyl radicals via direct injection technology. These radicals rapidly oxidize oils, organic debris, and microorganisms in the circulating water stream, reducing chlorine demand to approximately 1 ppm while minimizing the formation of chloramines and other harsh by-products.
Installation & maintenance
The manifold assembly installs directly into an 11-inch section of existing spa plumbing. A complete installation kit is included: manifold with air check valve, air tubing, flow meter kit, conduit components, and all installation accessories. Annual maintenance requires only a quick cartridge replacement.
Operating specifications
120V or 230V operation at approximately 10 watts. Electrical rating: 120V, 60Hz, 1.0A or 230V, 60Hz, 0.5A. Supports flow rates up to 35 gallons per minute. Money-back guarantee available for eligible customers when purchased through authorized dealers and registered before installation.
Installation Note Electrical
Straightforward 3-wire connection. The auto-ranging controller automatically recognizes 120V or 240V — no manual configuration required.
Plumbing
Typically simple, but can be more challenging if there are multiple features on the return side of your equipment.
Explore more from our collection.





Reviews
There are no reviews yet.