Waterdrop A2 Reverse Osmosis Hot Cold Water Dispenser with Replacement Pitcher Combo

Waterdrop A2 Reverse Osmosis Hot Cold Water Dispenser with Replacement Pitcher Combo

$528.99

/* other style */ .vis-overview-choose-swiper-dot1 { top: 10%; left: 47%; } .vis-overview-choose-swiper-dot2 { top: 75%; left: 67%; } .vis-overview-choose-swiper-dot3 { top: 55%; left: 44%; } .vis-overview-choose-swiper-dot4 { top: 39%; left: 72%; } .vis-overview-choose-swiper-dot5 { top: 41%; left: 27%; } .vis-overview-ph .wd-word-temp p.red { color: #D83D3D; } Smart touch screen TDS & filter life at a glance 3:1 Pure to Drain Save 1200% water Composite Filter Long-lasting & easy to replace Portable Pure Water Tank Large Capacity Water Tank A2 Is Designed For Healthy Living Suggested Family Size: Cool to Hot in One Touch Get your desired temp in seconds for any drink. Perfect for families seeking convenient access to water at different temperatures. Cold Water Hot Water Cool Now, Hot Instant Its temperature adjustment range of 50℉-203℉ also makes it an excellent choice for making tea, coffee, or other beverages. 50℉ To 203℉ Cooling Heating 5-stage Filtration for Healthy Water Reduces TDS, PFOA, PFOS, Chlorine, Salt, Sediment,Lead, Odor, and more. More Features 4-in-1 Composite Filter This reverse osmosis replacement water filte saves 4000+ plastic bottled water per year and only cost as little as $0.2 per day. Faster Cooling,Lower Noise Experience rapid cooling with this hot & cold water dispenser to get cold refreshment efficiently with lower noise. Portable Water Pitcher This 40oz portable pure water tank makes your hydration simple and convenient wherever you need. Large Capacity Water Tank 159oz large capacity water tank saves frequent water changes issue and can meet your whole day water needs. Smart Control Screen You can choose from adjustable 6 temperature options and 5 water volumes with simplicity at your fingertips. Make Your Life Easier Installation-free Design Enjoy pure water everywhere Favorite Mode Setting Remember your drinking habit Smart Control Screen Adjustable to meet your needs Installation Compact to Fit Everywhere Easier to get pure water by installation-free design, from the kitchen, and living room to the office, or even RVs. Sustainability Efficient Purifier, Greener Tomorrow 3:1 Pure Water Ratio Save 4000+ bottled water/year Save 1200% water compared with traditional RO system Compare Countertop Compare Countertop A2   Add to Cart A1   Add to Cart C1H   Add to Cart Additional Features Additional Features Cooling, heating, and purification Cooling, heating, and purification Heating and purification Pure Water Ratio Pure Water Ratio 3:1 2:1 3:1 Water Tank Capacity Water Tank Capacity 159oz 200oz 110oz Pure Water Tank Pure Water Tank Portable Inside Portable Display Display Favorite mode setting & Temperature & Filter life TDS & Temperature & Filter life Favorite mode setting & Temperature & Filter life Filter Lifespan Filter Lifespan A2RF - 12 Months CF - 6 Months, RO - 12 Months C1RF - 12 Months Dimensions (inch) Dimensions (inch) 15.9*8.2*15.7 18.3*7.8*17.1 11.7*8.3*13.7 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 Why choose a hot and cold water dispenser with a filtration system? This Waterdrop Reverse Osmosis Water Cooler Dispenser with the RO filtration system provides instant hot or cold water that is thoroughly filtered. It is a perfect choice for families with various drinking water demands. What does this system improve my water quality? This countertop RO water filter has a 5-stage filtration including a 0.0001μm RO membrane & LED function. Effectively reduce TDS, PFOA, PFOS, Chlorine, Fluoride, Lead, Sediment, Salt and large particles from your tap water, delivering fresh, clean drinking water. NOTE: This data is from a third-party lab. Can I adjust the filtered water temperature or water volumes? Yes, you can. This dispenser comes with 6 temperature options and 5 water volumes. And you can choose between a temperature range of 50℉-203℉. Is this dispenser easy to maintain? Yes, this dispenser adopts a plug-and-play design and requires no installation. Its composite filter only needs to be replaced once a year by a 3s simple replacement operation. NOTE: The actual service life may vary based on water consumption and local water quality. Is this dispenser equipped with a child lock? Yes, this dispenser features a child lock that effectively prevents accidental operation by children and potential safety hazards like scalding during use. How can I use its pure water pitcher? The 40oz capacity pure water tank is portable to meet your daily water needs so that you can enjoy pure water more conveniently anywhere. 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 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 ? 'https://cdn.shopify.com/videos/c/o/v/dbff24a39645416b86217dcf5ae83b3b.mp4' : 'https://cdn.shopify.com/videos/c/o/v/2f20e8f38df84e7da52f422138938b80.mp4'; } else { video.src = gaspPageWidth > 1024 ? 'https://cdn.shopify.com/videos/c/o/v/2d1d2bdbfffa40129ff5e8a78fd7379f.mp4' : 'https://cdn.shopify.com/videos/c/o/v/502084148e4948a783e3c957fbd25f99.mp4'; } video.onloadedmetadata = function () { $(this).parents('.wd-video-change').find('#cold-hot-videos').css('opacity', 1); video.play(); }; video.onended = function () { video.pause(); video.currentTime = 0; }; }); // 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" } , "

Show More Show Less