/* other style */ .vis-overview-choose-swiper-dot1 { top: 67.35%; left: 81.51%; } .vis-overview-choose-swiper-dot2 { top: 27.35%; left: 12.51%; } .vis-overview-choose-swiper-dot3 { top: 13.35%; left: 31.51%; } G2P600 is Designed For Convenient Living Suggested Family Size: Hidden PFOA & PFOS Risks in Your Drinking Water 2,858 locations across 50 states are known to be contaminated. Liver Damage Cancer Immune Disorder Nausea Installation Easy to Install and Replace You can install the Waterdrop G2P600 RO system in 30 minutes and replace the filter in seconds, no tools required. Sustainability 8× Water Savings Enjoy more pure water with less waste. Our 2:1 pure to drain ratio ensures efficient filtration, giving you cleaner water with minimal waste. Compare G Series Compare G Series G2P600 Add to Cart G3P600 Add to Cart G5P500 Add to Cart Flow Rate Flow Rate 600 GPD 600 GPD 500 GPD Alkaline Mineralization Alkaline Mineralization × × × Pure to Drain Rate Pure to Drain Rate 2:1 2:1 2:1 Filtration Stages Filtration Stages 7 Stages 8 Stages 7 Stages Faucet Faucet Mechanical Faucet Smart Display Faucet TDS & Filter Life Monitor Mechanical Faucet Filter lifespan Filter lifespan G2CF 6 Mths G2MRO 12 Mths CF 6 Mths CB 12 Mths G3P600-RO 24 Mths G5P500-CF 6 Mths G5P500-RO 12 Mths Average annual cost Average annual cost $104.98 $144.97 $104.98 Warranty Warranty 1 Years 1 Years 1 Years Certification Certification NSF/ANSI 372 NSF/ANSI 42 & 58 & 372 NSF/ANSI 372 Dimensions (inch) Dimensions (inch) 17.33 x 5. .98 18.11*5.67*17.73 18.31 * 8.43 * 18.82 Item Weight Item Weight 25.35 Pounds 32.4 Pounds 24.8 Pounds 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 What is the flow rate of the G2P600 system? The G2P600 system has a fast water flow rate of 0.42 gallons per minute (GPM), allowing it to fill an 8oz cup in just 8 seconds. How much water does the G2P600 save compared to traditional RO systems? The G2P600 saves up to 8 times more water than traditional RO systems, thanks to its 2:1 pure-to-drain ratio. What contaminants does the 7-stage filtration system reduce from tap water? The 7-stage filtration system effectively reduces a wide range of contaminants, including PFOA, PFOS, rust, sediment, chlorine, lead, TDS, salt, odors, large particles, selenium, barium, fluoride, arsenic, chromium VI, turbidity, nitrates, cadmium, and more impurities. // 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(); 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 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 $(‘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 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(); })
Shop Here: Click Here to Buy / View Offer




