Watersprint ArrowMAX Explore 2
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap'); .cd-ws-wrapper { font-family: 'Lato', sans-serif; line-height: 1.4; color: #334155; widt h: 100%; max-width: 1200px; margin: 0 auto; padding: 0; box-sizing: border-box; } .cd-ws-wrapper ::selection { background: #bae6fd; color: #0c4a6e; } /* Watersprint Brand Palette */ .cd-origin-badge { text-align: center; text-transform: uppercase; font-weight: 800; letter-spacing: 2px; margin-bottom: 4px; display: block; color: #00b4d8; } .cd-ws-wrapper h1 { text-align: center; margin-bottom: 10px; font-weight: 900; text-transform: uppercase; color: #0f172a; } /* --- Model Toggle --- */ .cd-model-selector { display: flex; justify-content: center; gap: 8px; margin-bottom: 15px; } .cd-model-btn { text-decoration: none !important; padding: 10px 12px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 11.2px; transition: all 0.2s; text-align: center; display: flex; align-items: center; justify-content: center; flex: 1; max-width: 200px; } .cd-model-btn.active { background: #0264a2; color: white !important; } .cd-model-btn.inactive { background: #f1f5f9; color: #64748b !important; border: 1px solid #e2e8f0; } .cd-model-btn.inactive:hover { background: #e2e8f0; } /* --- Price Math Section --- */ .cd-price-box { background: #f0f9ff; border: 2px solid #e0f2fe; border-radius: 16px; padding: 15px; text-align: center; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(2, 100, 162, 0.05); } .cd-price-val { font-weight: 900; color: #0264a2; display: block; line-height: 1.2; font-size: 22.4px; } .cd-price-sub { color: #0369a1; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 13.6px; } /* --- Brand Header (Forced Horizontal) --- */ .cd-brand-header { display: flex; align-items: center; gap: 20px; margin-bottom: 15px; flex-wrap: nowrap; } .cd-brand-logo-reigned { flex: 0 0 140px; max-width: 140px; } .cd-brand-logo-reigned img { width: 100%; height: auto; display: block; } .cd-split-text { flex: 1; } .cd-split-text h2 { color: #0f172a; font-weight: 900; text-transform: uppercase; margin-top: 0; margin-bottom: 6px; font-size: 19.2px; } .cd-split-text p { margin: 0; font-size: 15.2px; } .cd-packaging-note { margin-bottom: 12px; font-size: 13.6px; color: #475569; background: #f1f5f9; padding: 8px 12px; border-left: 4px solid #00b4d8; border-radius: 4px; line-height: 1.4; } /* --- Feature Grid --- */ .cd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; } .cd-feature-card { background: #ffffff; padding: 12px; border-radius: 12px; border: 1px solid #e2e8f0; border-top: 4px solid #00b4d8; text-align: center; } .cd-feature-card strong { display: block; margin-bottom: 4px; text-transform: uppercase; font-weight: 900; color: #0264a2; font-size: 13.6px; } .cd-feature-card p { margin: 0; color: #475569; line-height: 1.3; font-size: 13.6px; } /* --- Dense "How it Works" --- */ .cd-how-section { background: #f8fafc; border-radius: 20px; padding: 20px; margin: 20px 0; text-align: center; } .cd-how-section h2 { text-transform: uppercase; font-weight: 900; color: #0f172a; margin-bottom: 6px; font-size: 19.2px; } .cd-how-intro-text { max-width: 900px; margin: 0 auto 15px auto; font-size: 15.2px; color: #475569; } .cd-dense-grid-stacked { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 900px; margin: 0 auto; } .cd-video-full { grid-column: span 2; background: #000; border-radius: 12px; padding: 4px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .cd-video-full video { width: 100%; border-radius: 6px; display: block; } .cd-overlay-card { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; cursor: help; aspect-ratio: 16 / 9; } .cd-overlay-card img { width: 100%; height: 100%; object-fit: cover; display: block; } .cd-text-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 16px; background: rgba(15, 23, 42, 0.95); color: #ffffff; font-size: 15px; line-height: 1.4; text-align: left; display: flex; align-items: center; opacity: 0; transition: opacity 0.3s ease; } .cd-overlay-card:hover .cd-text-overlay { opacity: 1; } /* --- Technical Specs --- */ .cd-spec-title { text-align: center; color: #0f172a; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; font-size: 19.2px; } .cd-spec-container { margin: 12px auto; max-width: 650px; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; background: #ffffff; } .cd-spec-header { background-color: #023e8a; color: #ffffff; padding: 10px 15px; font-weight: 900; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: 1px; font-size: 14.4px; } .cd-spec-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #f1f5f9; font-size: 13.6px; } .cd-spec-row:nth-child(even) { background: #f0f9ff; } .cd-spec-label { font-weight: bold; flex: 1; color: #475563; text-transform: uppercase; } .cd-spec-value { flex: 1; text-align: right; color: #0264a2; font-weight: 900; background: #e0f2fe; padding: 2px 8px; border-radius: 4px; } /* --- Support Box --- */ .cd-support-box { max-width: 900px; margin: 20px auto 10px auto; padding: 15px; border: 1px dashed #0264a2; border-radius: 16px; background: #f0f9ff; display: flex; align-items: center; gap: 15px; } .cd-support-badge-img { width: 55px; height: auto; border-radius: 50%; border: 2px solid #ffffff; } .cd-support-content { text-align: left; flex: 1; } .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0264a2; font-size: 16px; } .cd-support-content p { margin: 0 0 10px 0; color: #475569; font-size: 14.4px; } .cd-support-btn-grid { display: flex; flex-wrap: wrap; gap: 8px; } .cd-support-link { text-decoration: none !important; padding: 8px 15px; background: #0264a2; color: #ffffff !important; border-radius: 8px; font-weight: 800; text-transform: uppercase; transition: all 0.2s; font-size: 12px; } .cd-support-link:hover { background: #0f172a; transform: translateY(-1px); } .cd-footer-tagline { text-align: center; font-style: italic; margin-top: 15px; color: #94a3b8; border-top: 1px solid #f1f5f9; padding-top: 10px; font-size: 13.6px; } @media screen and (max-width: 768px) { .cd-feature-grid { grid-template-columns: 1fr; } .cd-brand-logo-reigned { flex: 0 0 100px; max-width: 100px; } .cd-support-box { flex-direction: column; text-align: center; } .cd-overlay-card { height: auto; aspect-ratio: 16 / 9; } .cd-support-content { text-align: center; } .cd-support-btn-grid { justify-content: center; } .cd-model-btn { font-size: 8.8px; padding: 8px 4px; } .cd-text-overlay { opacity: 1; background: rgba(15, 23, 42, 0.85); font-size: 13px; } } RV & Marine Specialist | Point of Use Watersprint ArrowMAX™ Explore 2 SHOP CORE WHOLE HOUSE SHOP SOLO NAUTIC ARROWMAX EXPLORE (SMART) Safe Water, Anytime, Anywhere. Smart All-in-One Purification with LED Faucet Feedback Please note: This system features a black finish. Instant Access to Pure Water Travel with confidence using the Watersprint ArrowMAX™ Explore 2. Engineered specifically for the nomadic life of RVers and sailors, this compact system delivers hospital-grade UVC LED disinfection combined with elite 1-micron carbon block filtration. It provides a reliable barrier against bacteria, viruses, lead, and cysts directly from your onboard supply. Smart Faucet Included Features a built-in LED indicator that glows blue when the system is actively purifying your water. 1-Micron Defense Advanced block filtration goes beyond taste, removing lead, cysts, and VOCs for pure drinking water. IntenseBeam™ Tech Patented optical lensing focuses a lethal beam of germ-killing UVC light for elite disinfection. How it Works Water goes in, Watersprint's precise UVC light goes through it, and the DNA of any lingering germs is scrambled. The result is safe, fresh water without the use of a single drop of chemicals. Watersprint's reflective chamber works like a hall of mirrors, bouncing the light into every corner to ensure no drop is missed as it flows through. Watersprint's technology uses a specific germ-killing wavelength that is lethal to microbes while remaining safe for people and plumbing. Homeowner Technical Highlights Capabilities Quick Facts Primary Use RVs, Boats, Off-Grid Kitchens Max Flow Rate 2 Liters Per Minute Power Requirement 12V DC (Solar Friendly) Filtration Rating 1 Micron Elite Carbon Block System Output Purifies Up To 120,000 Liters Certifications NSF 55 Class B & NSF 372 Off-Grid System Experts Need help with your RV or boat water setup? Call us toll-free +1 (844) 603-4743 or contact us below. General Inquiries Intelligent Water Purification for the Great Indoors & Out. The Cabin Depot®