

$269.00
/ other style / .vis-overview-choose-swiper-dot1 { top: 21.35%; left: 27.51%; } .vis-overview-choose-swiper-dot2 { top: 24.35%; left: 60.51%; } .vis-overview-choose-swiper-dot3 { top: 38.35%; left: 20.51%; } .vis-overview-choose-swiper-dot4 { top: 62.35%; left: 80.51%; } .vis-overview-ph.wd-progress-bar { background: linear-gradient(90deg, #036aff, #EEE 51.5%, #EEE); } Installation-free Compact to fit everywhere 3:1 Pure Water Ratio Save 1200% water 7-stage Filtration 0.0001μm RO filtration Alkaline Minerals Smart touch control C1SL is Designed For Healthy Living Suggested Family Size: Still Struggle with Poor Water A countertop water filter to meet the needs of healthy drinking water for families. HealthyCompactProtableCost & Eco Instant to Get Pure Water The ro water system offers instant filtration and fresh drinking water with no installation required. Simply plug it in and enjoy clean water anytime at home. Click to fill the cup 00:00:00 Healthy Alkaline Water Waterdrop reverse osmosis water filter adds beneficial minerals such as K, Ca, Na, Mg and adjusts your waters pH to an optimal 7.5± to make your water clean and healthy. PH7.5+ 0 4 7 10 14 Advanced 7-stage Filtration This water purification system features 0.0001μm ro membrane to reduce TDS, PFOA, PFOS, Chlorine, Salt, Sediment, Lead, Odor, and more in your tap water. More Features Composite Filter 7-in-1 filter is up to 12 months lifespan, greatly reducing your cost and replacement frequency. And you can easily replace in 3s. Large Water Tank 110oz high-capacity tank can meet your drinking needs throughout the day without having to replace them frequently. Smart Touch Screen You can easily choose from 6 water volume options for you, while the filter life reminder and Filter Liftspan monitor ensure water quality. Pure Water Tank 32oz capacity can meet your daily water needs anywhere in the kitchen, bedroom, office, or even RV! You can also put it in the fridge to get cold water as you like! Portable Pure Water Pithcer Fits Refrigerator Enjoy cold water as you like Hydration at work 32oz capacity to meet your needs Daily Using Portable to use in everywhere Installation Just Power On Fits any countertop without installation Sustainability Save 1200% Water The countertop water filter features a 3:1 pure water ratio, efficiently saving 4000+bottled water per year for less water and plastic waste. Compare CoreRO Compare CoreRO C1SL Add to Cart C1S Add to Cart C1H Add to Cart Additional Features Additional Features Alkaline minerals and purification Purification Heating and purification Pure Water Ratio Pure Water Ratio 3:1 3:1 3:1 Water Tank Capacity Water Tank Capacity 110oz+34oz (Pure Water Tank) 110oz+34oz (Pure Water Tank) 110oz+34oz (Pure Water Tank) Pure Water Tank Pure Water Tank Portable Portable Portable Display Display Filter Liftspan & Water Volume Filter Liftspan & Water Volume Temperature & Water Volume Filter Lifespan Filter Lifespan C1RFG - 12 Months C1RF - 12 Months C1RF - 12 Months Dimensions (inch) Dimensions (inch) 11.7 x 8.3 x 13.7 11.7 x 8.3 x 13.7 11.7 x 8.3 x 13.7 Alkaline minerals Alkaline minerals √ × × Instant Hot Water Dispenser Instant Hot Water Dispenser Room Temp Room Temp Hot Water FAQ Curious about how the RO filter works? Our FAQ section covers everything from filter lifespan to installation tips for clean, pure water every day. Contact Us Does this countertop RO water system need to be drilled? No! You can use water filtration right away without needing to install it. Just plug it into a power outlet and its ready to make clean water. Is this water filter big? I have limited countertop space. No, its designed to be compact and small. It fits easily on your counter without taking up much room. What is the alkaline mineralization function? The mineralization function adds healthy minerals to your water, so you get beneficial elements like calcium, magnesium and more. Does this purifier waste a lot of water? No, it has a high 3:1 pure water ratio. Its efficient and wastes less water compared to other RO systems. How often do I need to change the filters? The filters last 12 months, so you wont need to change them often. This saves you money in the long run. MORE CLOSE // overview sale $(.vis-overview-sale-item-video-play-btn).click(function () { $(this).parents(.vis-overview-sale-item-video).addClass(vis-overview-sale-item-video-active) $(this).siblings(video).show()[0].play(); }) $(.vis-overview-sale-item-video-stop-btn).click(function () { $(this).parents(.vis-overview-sale-item-video).removeClass(vis-overview-sale-item-video-active) $(this).siblings(video)[0].pause(); }) // overview design $(.vis-overview-design-top-content).click(function () { let contentwidth = $(this).width(); $(this).find(.vis-overview-design-top-dot).css(left, contentwidth - 70) $(this).find(.vis-overview-design-top-img).css(opacity, 1) const svgs = document.querySelectorAll(.vis-overview-design-bottom-num.svg-icon); svgs.forEach((svg, index) => { if (index < 3) { setTimeout(() => { svg.classList.add(active); } , index * 1000); } }); }) $(window).scroll(function () { var wdvisproducttargetElement = $(.vis-overview-design); var wdvisproducttargetOffsetTop = wdvisproducttargetElement.offset().top; var scrollTop = $(window).scrollTop(); if (scrollTop + $(window).height() >= wdvisproducttargetOffsetTop - 300) { $(.vis-overview-design-top-content).click(); } }); // overview compare $(.vis-overview-compare-content.tab-button).click(function () { var index = $(this).index(); $(this).siblings().removeClass(active); $(this).addClass(active); $(this).parents(.vis-overview-compare-content).siblings(.vis-overview-compare-img).removeClass(active); $(this).parents(.vis-overview-compare-content).siblings(.vis-overview-compare-img).eq(index).addClass(active); }) $(document).ready(function () { document.querySelector(.tab-button).click(); }); $(document).ready(function () { const handles = [document.getElementById(slider-handle1), document.getElementById(slider-handle2), document.getElementById(slider-handle3), document.getElementById(slider-handle4)]; const wrappers = [document.querySelector(#tab1.image-slider-wrapper), document.querySelector(#tab2.image-slider-wrapper), document.querySelector(#tab3.image-slider-wrapper), document.querySelector(#tab4.image-slider-wrapper)]; const sliderImages = [document.querySelector(#tab1.image-slider-wrapper-img2), document.querySelector(#tab2.image-slider-wrapper-img2), document.querySelector(#tab3.image-slider-wrapper-img2), document.querySelector(#tab4.image-slider-wrapper-img2)]; let isDragging = [false, false, false, false]; let currentHandleIndex = -1; const startDragging = function (e, index) { e.preventDefault(); isDragging[index] = true; currentHandleIndex = index; window.addEventListener(mousemove, (e) => startMoving(e, index)); window.addEventListener(mouseup, () => stopDragging(index)); window.addEventListener(touchmove, (e) => startMoving(e, index)); window.addEventListener(touchend, () => stopDragging(index)); } ; const startMoving = function (e, index) { if (isDragging[index]) { const clientX = e.touches ? e.touches[0].clientX: e.clientX; const rect = wrappers[index].getBoundingClientRect(); let newLeft = clientX - rect.left; if (newLeft < 0) newLeft = 0; else if (newLeft > rect.width) newLeft = rect.width; handles[index].style.left = newLeft + px; sliderImages[index].style.width = newLeft + px; } } ; const stopDragging = function (index) { window.removeEventListener(mousemove, startMoving); window.removeEventListener(mouseup, stopDragging); window.removeEventListener(touchmove, startMoving); window.removeEventListener(touchend, stopDragging); isDragging[index] = false; } ; handles.forEach((handle, index) => { handle.addEventListener(mousedown, (e) => startDragging(e, index)); handle.addEventListener(touchstart, (e) => startDragging(e, index)); }); }); // overview change $(.wd-video-change-video-btn).on(click, function () { var $videoBtn = $(this); var $video = $videoBtn.parents(.wd-video-change).find(#cold-hot-videos)[0]; var $videoDot = $(.wd-video-change-video-dot); var $btnBefore = $(.wd-video-change-video-btn-before); var $btnAfter = $(.wd-video-change-video-btn-after); if (!$videoBtn.hasClass(wd-video-change-video-btn-active)) { $videoBtn.addClass(wd-video-change-video-btn-active); var btnWidth = $videoBtn.outerWidth(); $videoDot.css(left, btnWidth - 70); $btnBefore.hide(); $btnAfter.css(display, flex); var time = 0; var interval = setInterval(function () { time++; $btnAfter.text(vischangeformatTime(time)); if (time >= 8) { clearInterval(interval); $videoDot.find(svg).show(); } } , 1000); $video.play(); setTimeout(function () { $video.pause(); } , 8000); } }); function vischangeformatTime(seconds) { var hours = Math.floor(seconds / 3600); var minutes = Math.floor((seconds % 3600) / 60); var sec = seconds % 60; return vischangepad(hours) + : + vischangepad(minutes) + : + vischangepad(sec); } function vischangepad(number) { return number < 10 ? 0 + number: number; } $(body.wd-video-change-text-popup-content-title).hover(function () { $(this).siblings(.wd-video-change-text-popup).css(display, block) } , function () { $(this).siblings(.wd-video-change-text-popup).css(display, none) }); // overview ph let gaspPageWidth = $(window).width(); //gsap gsap.registerPlugin(ScrollTrigger); gsap.registerPlugin(Observer); ScrollTrigger.config({ ignoreMobileResize: true }); if (gaspPageWidth > 1024) { gsap.timeline({ scrollTrigger: { trigger: .wd-background-video, start: top top, end: +=250%, pin: true, scrub: 1, // markers: true } }).to(.wd-background-video-img, { height: 1000%, opacity: 1, duration: 3, ease: power2.inOut }).to(.wd-background-word, { height: auto, opacity: 1, duration: 1, ease: power2.inOut } ,

$236.99