Instant Hot Countertop RO System - Waterdrop K19

Waterdrop Filter

Instant Hot Countertop RO System - Waterdrop K19

Verified by TheGoodFilter90% avg confidenceWhat's this?

Prices shown at each retailer

TheGoodFilter earns a commission on purchases at no extra cost to you. Disclosure

TheGoodFilter Verification

BPA-Free

Verified by TheGoodFilter

What does BPA-Free mean? →
0.95

Sustainable

Verified by TheGoodFilter

What does Sustainable mean? →
0.85

/* other style */ .vis-overview-choose-swiper-dot1 { top: 37.63%; left: 56.25%; } .vis-overview-choose-swiper-dot2 { top: 51.38%; left: 18.4%; } .vis-overview-choose-swiper-dot3 { top: 24.65%; left: 78.12%; } .vis-overview-choose-swiper-dot4 { top: 33.85%; left: 23.09%; } .vis-overview-choose-swiper-dot5 { top: 43.92%; left: 30.2%; } .vis-overview-block.vis-overview-block-compare { margin-bottom: 0; } .no-capitalize { text-transform: none!important; } .k19-h-container.bottom-text-right { width: 80%; } .pc-video-c1s { display: block!important; } .mobile-video-c1s { display: none!important; } @media screen and (max-width: 1024px) { .vis-overview-block.vis-overview-block-compare { margin-bottom: 0; } .vis-overview-ph.wd-background-word.wd-background-word-item-title { font-size: 24px; } .pc-video-c1s { display: none!important; } .mobile-video-c1s { display: block!important; } } @media screen and (max-width: 767px) { .vis-overview-block.vis-overview-block-compare { margin-bottom: 0; } } 6-Stage Filtration A reliable water filtration system Instant Heating No waiting for hot water Installation-Free Use anywhere with just a plug Customizable Temperature and Volume Large Feed Water Tank K19-H is Designed for Healthy Living Suggested Family Size: Troubles in Getting Pure Hot Water Tap water isn't clean, purifiers are hard to install, and boiling water takes time to cool. Pure Convenient Fast Enjoy Pure Hot Water Instantly The countertop water dispenser features advanced thick-film instant heating with a 360° spiral design, delivering fresh, filtered hot water in just 3s. Customizable Temperature and Volume It offers four preset volume options (8oz, 12oz, 16oz, 20oz) and adjustable temperatures from room temp to 203℉ for your convenience. Purer with 6-Stage Filtration Reduces harmful substances such as TDS, Nitrate*, Fluoride*, Arsenic*, Lead*, Copper*, Turbidity*, Chromium-VI*, Chlorine*, Chloroform*, and more. *Tested by a third-party laboratory. More Features UV Sterilization Reduces 99.9% of bacteria*. *Tested by a third-party laboratory. Customizable Temperature and Volume It offers four preset volume options (8oz, 12oz, 16oz, 20oz) and adjustable temperatures from room temp to 203℉ for your convenience. Large Feed Water Tank A 5L feed water tank can easily meet the drinking water needs of the whole family. Smart Display Screen Displays the TDS level and reminds you to replace the filter. Child Lock Prevents kids and pets from accidental scalds. Make Your Life Easier Installation-Free Design Plug in, enjoy pure water anywhere. Touch-Sensitive Keys Simple and quick to operate. Pull-Out Design Easy filter replacement for everyone. Compact, Fits Anywhere Place a water filter pitcher anywhere in your home and enjoy pure water with just a plug. 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. Certification Certified by NSF/ANSI 372 & 58 & CSA B483.1 Reduced substances Reduces TDS, Nitrate*, Fluoride*, Arsenic*, Lead*, Copper*, Chromium-VI*, Chlorine*, Chloramine*, and Chloroform*. *Tested by a third-party laboratory. System Certified by IAPMO R & T to NSF/ANSI 58 and CSA B483.1 for the reduction of the claims specified on the Performance Data Sheet, and to NSF/ANSI 372 for low lead. View the Report // 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 < 3) { setTimeout(() => { 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 handles = [ document.getElementById("slider-handle1"), document.getElementById("slider-handle2"), document.getElementById("slider-handle3"), ]; const wrappers = [ document.querySelector("#tab1.image-slider-wrapper"), document.querySelector("#tab2.image-slider-wrapper"), document.querySelector("#tab3.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"), ]; 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(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 < 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", }, "

More Verified Products