Description
/* other style */ .vis-overview-choose-swiper-dot1 { top: 35%; left: 56%; } .vis-overview-choose-swiper-dot2 { top: 29.35%; left: 29.51%; } .vis-overview-choose-swiper-dot3 { top: 20.35%; left: 78.51%; } .vis-overview-choose-swiper-dot4 { top: 45%; left: 22.51%; }
6-Stage Filtration
A reliable water filtration system
UV Sterilization
Safeguarding your water
Installation-Free
Use anywhere with just a plug
Customizable Water Volume
Large-Capacity Water Tank
K19-S is Designed For
Healthy Living Suggested Family Size: Drinking Pure Water Should Be Easier! Tap water isn’t clean, purifiers are hard to install, and bottled water is costly and bulky.
Eco-Friendly Water Solution Filters 528 gallons, replacing 4000 bottles (500ml each). Saves $3761 per year and reduces plastic waste!
*At $1 per bottle, 4000 bottles cost $4000. This $239 product saves you $3761 a year.
Installation-Free Design
Place a water filter pitcher anywhere in your home and enjoy pure water with just a plug.
Purer with 6-Stage Filtration Reduces harmful substances such as TDS, Nitrate, Fluoride, Arsenic, Lead, Copper, Turbidity, Chromium-VI, Chlorine, Chloroform, and more.
More Features
UV Sterilization Reduces 99.9% of bacteria.
*Tested by a third-party laboratory.
Customizable Water Volume The water filter pitcher has 4 preset volume options: 4oz, 8oz, 16oz, 32oz. Get the water amount you need easily.
Large Feed Water Tank A 170oz feed water tank can easily meet the drinking water needs of the whole family.
Smart Display Screen Displays the TDS value and reminds you to replace the filter.
Make Your Life Easier Energy-Saving Design Auto-standby in 30s saves energy. Quiet Running Runs quietly, sleep-friendly. Pull-Out Design Easy filter replacement for everyone.
Installation Installation-Free This water filtration system only requires filling the water tank and plugging it in to start using. Sustainability 3:1 Pure to Drain This countertop water filtration system delivers pure water, cuts bottled water costs, and protects the environment.
Compare
K19 Series
| Compare K19 Series |
K19-S
|
K19-H
|
K19-SFK
|
|---|---|---|---|
| Filtration | |||
| Filtration | 6-stage Filtration | 6-stage Filtration | 7-stage Filtration |
| Alkaline Mineralization | |||
| Pure to Drain Rate | × | × | √ |
| Instant Hot | |||
| Instant Hot | × | √ | × |
| Pure to Drain Rate | |||
| Pure to Drain Rate | 3:1 | 3:1 | 3:1 |
| Display | |||
| Display | Filter lifespan & TDS & Water volume | Filter lifespan & TDS & Water volume & Water temperature | Filter lifespan & TDS & Water volume |
| Water Tank Capacity | |||
| Water Tank Capacity | 170 Oz | 170 Oz | 170 Oz |
| Water Capacity Options | |||
| Water Capacity Options | 4 | 5 | 4 |
| Filter lifespan | |||
| Filter lifespan | K19RF-12 Mths | K19RF-12 Mths | K19RF-FK-12 Mths |
| Average annual cost | |||
| Average annual cost | $75 | $75 | $78.99 |
| Warranty | |||
| Warranty | 1 Years | 1 Years | 1 Years |
| Certification | |||
| Certification | NSF/ANSI 42 & 58 & 372 | NSF/ANSI 42 & 58 & 372 | NSF/ANSI 42 & 58 & 372 |
| Dimensions (inch) | |||
| Dimensions (inch) | 13.78 * 7.87 * 16.34 | 13.78 * 7.87 * 16.34 | 13.78 * 7.87 * 16.34 |
| Item Weight | |||
| Item Weight | 16 pounds | 16 pounds | 16 pounds |
FAQ Curious about how the countertop water filter works? Our FAQ section covers everything from filter lifespan to installation tips for clean, pure water every day. Contact Us What are the features of this countertop reverse osmosis system? Our countertop RO system features a 0.0001μm RO membrane and UV sterilization. It reduces TDS, Nitrate, Fluoride, Arsenic, Lead, and more, giving you healthy water. Do I need to refill the water tank frequently? To drink purest water, you may need to LIFT & REFILL feed water tank frequently. Please do as L1 is shown on screen. How often do I need to replace filters? Just once a year! Our 6-in-1 composite filter is designed for easy 3-second replacement, costing less than $0.20/day — much cheaper than bottled water. Is it easy to replace the filter? The pull-out design is simple enough for everyone to replace. Can I really use this anywhere without installation? Yes! The compact, plug-and-play design works on any countertop, such as in the kitchen, office, RV, and more. 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 content_width = $(this).width(); $(this).find(‘.vis-overview-design-top-dot’).css(“left”, content_width – 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 { svg.classList.add(‘active’); }, index * 1000); } }); }) $(window).scroll(function () { var wd_vis_product_targetElement = $(‘.vis-overview-design’); var wd_vis_product_targetOffsetTop = wd_vis_product_targetElement.offset().top; var scrollTop = $(window).scrollTop(); if (scrollTop + $(window).height() >= wd_vis_product_targetOffsetTop – 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 handleList = document.querySelectorAll(“.slider-handle”); const isDragging = new Array(handleList.length).fill(false); handleList.forEach((handle, index) => { const wrapper = handle.closest(“.image-slider-wrapper”); const sliderImage = wrapper.querySelector(“.image-slider-wrapper-img2”); const startDragging = (e) => { e.preventDefault(); isDragging[index] = true; const moveListener = (e) => { if (isDragging[index]) { const clientX = e.touches ? e.touches[0].clientX : e.clientX; const rect = wrapper.getBoundingClientRect(); let newLeft = clientX – rect.left; newLeft = Math.max(0, Math.min(newLeft, rect.width)); handle.style.left = newLeft + “px”; sliderImage.style.width = newLeft + “px”; } }; const stopDragging = () => { isDragging[index] = false; window.removeEventListener(“mousemove”, moveListener); window.removeEventListener(“mouseup”, stopDragging); window.removeEventListener(“touchmove”, moveListener); window.removeEventListener(“touchend”, stopDragging); }; window.addEventListener(“mousemove”, moveListener); window.addEventListener(“mouseup”, stopDragging); window.addEventListener(“touchmove”, moveListener); window.addEventListener(“touchend”, stopDragging); }; handle.addEventListener(“mousedown”, startDragging); handle.addEventListener(“touchstart”, startDragging); }); }); // 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(vis_change_formatTime(time)); if (time >= 8) { clearInterval(interval); $videoDot.find(‘svg’).show(); } }, 1000); $video.play(); setTimeout(function () { $video.pause(); }, 8000); } }); function vis_change_formatTime(seconds) { var hours = Math.floor(seconds / 3600); var minutes = Math.floor((seconds % 3600) / 60); var sec = seconds % 60; return vis_change_pad(hours) + ‘:’ + vis_change_pad(minutes) + ‘:’ + vis_change_pad(sec); } function vis_change_pad(number) { return number 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” }, “<0.3"); } // overview install $('.vis-overview-install-play-btn').click(function () { $(this).parent('.vis-overview-install-mp4').addClass('vis-overview-install-mp4-active') $(this).siblings('video').show()[0].play(); }) $('.vis-overview-install-stop-btn').click(function () { $(this).parent('.vis-overview-install-mp4').removeClass('vis-overview-install-mp4-active') $(this).siblings('video')[0].pause(); }) // overview choose card $('body .vis-overview-block-scene-pc-item-subtitle-click').click(function () { var index = $(this).parent().index() $(this).parent().siblings().find('.vis-overview-block-scene-pc-item-subtitle-click').removeClass('vis-overview-block-scene-pc-item-subtitle-click-active'); $(this).addClass('vis-overview-block-scene-pc-item-subtitle-click-active'); $(this).parent().siblings().find('.vis-overview-block-scene-pc-item-info-click').slideUp(); $(this).siblings('.vis-overview-block-scene-pc-item-info-click').slideDown(); $(this).parents('.vis-overview-block-scene-pc-item-content').find('.vis-overview-block-scene-pc-item-img-item').css('opacity', '0') $(this).parents('.vis-overview-block-scene-pc-item-content').find('.vis-overview-block-scene-pc-item-img-item').eq(index).css('opacity', '1') $(this).parents('.vis-overview-block-scene-pc-item-text-group').siblings().removeClass('vis-overview-block-scene-pc-item-text-group-active'); $(this).parents('.vis-overview-block-scene-pc-item-text-group').addClass('vis-overview-block-scene-pc-item-text-group-active'); $('.tab-active-text').removeClass('active'); $(this).find('.tab-active-text').addClass('active'); })
Explore more from our collection.





Reviews
There are no reviews yet.