Sale!

Waterdrop K19 Countertop Instant Hot Ro Water System

Original price was: $379.00.Current price is: $94.75.

In stock

Quantity

Description

/* 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; } } play btn play btn Smart touch screen

6-Stage Filtration

A reliable water filtration system 2:1

Instant Heating

No waiting for hot water Composite filter

Installation-Free

Use anywhere with just a plug 30-min Easy Installation

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.


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. Cool Now, Hot Instant

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. VIS product (Copy) 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. Installation-free Design Favorite Mode Setting Smart Control Screen Compact, Fits
Anywhere Place a water filter pitcher anywhere in your home and enjoy pure water with just a plug. Sustainability 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. Sustainability 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 Sustainability // 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 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 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 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"); }); // medium let swiperMedia = new Swiper(".wd-v2-index-media-swiper", { slidesPerView: 4, spaceBetween: 20, centeredSlides: false, slideToClickedSlide: true, loop: true, navigation: { nextEl: ".wd-v2-index-media-swiper-next-btn", prevEl: ".wd-v2-index-media-swiper-prev-btn", }, on: { slideChange: function () { $(".wd-v2-index-media-content") .find("div") .eq(this.realIndex) .show() .siblings("div") .hide(); $(".wd-v2-index-media-swiper-slide img").css({ opacity: "0.1" }); $(".wd-v2-index-media-swiper-slide img") .eq(this.activeIndex) .css({ opacity: "1" }); }, }, pagination: { el: ".swiper-pagination-media", clickable: true, }, breakpoints: { 0: { slidesPerView: "auto", spaceBetween: 8, slidesOffsetBefore: 24, slidesOffsetAfter: 24, }, 390: { slidesPerView: 4, spaceBetween: 30, }, 1025: { slidesPerView: 4, spaceBetween: 20, }, }, });

Explore more from our collection.

Reviews

There are no reviews yet.

Be the first to review “Waterdrop K19 Countertop Instant Hot Ro Water System”

Your email address will not be published. Required fields are marked *