.blocks-box-overview-info { font-family: ‘Poppins-Regular’; font-weight: 400; font-size: 16px; line-height: 150%; color: #666666; margin-bottom: 24px; } .blocks-box-overview-info:last-child { margin-bottom: 0 } .blocks-box-overview-h1 { font-family: ‘Poppins-SemiBold’; font-weight: 600; font-size: 24px; line-height: 150%; color: #111111; margin-bottom: 24px; } .blocks-box-overview-h2 { font-family: ‘Poppins-SemiBold’; font-weight: 600; font-size: 22px; line-height: 150%; color: #111111; margin-bottom: 4px; } .blocks-box-overview-text a { color: #00549c; } @media screen and (max-width:767px) { .blocks-box-overview-text { padding: 0 0 30px; } }



//banner video show $(“.blocks-video-item”).eq(0).click(function () { $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background iframe”) .prop(“src”, “https://www.youtube.com/embed/HHjSxI9XAWQ”); $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background”) .fadeIn(200); $(this).parents(“html”).css(“overflow”, “hidden”); }); $(“.blocks-video-item”).eq(1).click(function () { $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background iframe”) .prop(“src”, “https://www.youtube.com/embed/enfJYchbNZg”); $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background”) .fadeIn(200); $(this).parents(“html”).css(“overflow”, “hidden”); }); $(“.blocks-video-item”).eq(2).click(function () { $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background iframe”) .prop(“src”, “https://www.youtube.com/embed/ODNQC9g-CX0”); $(this) .parents(“.blocks-video-content”) .find(“.blocks-video-content-background”) .fadeIn(200); $(this).parents(“html”).css(“overflow”, “hidden”); }); $(“.blocks-video-content-background-btn”).click(function () { $(this).parents(“.blocks-video-content-background”).fadeOut(200); $(this) .parents(“.blocks-video-content-background”) .find(“iframe”) .prop(“src”, “”); $(this).parents(“html”).css(“overflow”, “auto”); }); $(“.blocks-video-content-background”).click(function () { $(this).fadeOut(200); $(this) .find(“iframe”) .prop(“src”, “”); $(this).parents(“html”).css(“overflow”, “auto”); });


.overview-item-wide-swiper { position: relative; z-index: 0; display: flex; flex-direction: column; } .overview-item-wide-swiper-menu { width: 100%; } .overview-item-wide-swiper-menu::-webkit-scrollbar { display: none; } .overview-item-wide-swiper-menu-items { width: auto; display: flex; column-gap: 20px; justify-content: center; padding-bottom: 24px; } .overview-item-wide-swiper-menu-item { font-family: ‘Poppins-Regular’; font-weight: 400; font-size: 15px; line-height: 150%; color: #999999; position: relative; z-index: 1; cursor: pointer; padding: 15px; height: 48px; } .overview-item-wide-swiper-menu-item-active { color: #fff; background-color: #111111; border-radius: 48px; } .wd-product-swiper-button-next, .wd-product-swiper-button-prev { position: absolute; top: calc(50% + 12px); z-index: 1; } .wd-product-swiper-button-next { right: 103px; } .wd-product-swiper-button-prev { left: 103px; } @media screen and (max-width:1150px) { .overview-item-wide-swiper-menu-items { column-gap: 0; } .overview-item-wide-swiper-menu-item { padding: 12px; } } @media screen and (max-width:1024px) { .overview-item-wide-swiper { flex-direction: column-reverse; } .overview-item-wide-swiper-menu-items { flex-direction: column; row-gap: 10px; align-items: center; } .overview-item-wide-swiper-menu-item { width: calc(100% – 100px); text-align: center; } .overview-item-wide-swiper-menu { padding: 20px; } .wd-product-swiper-button-next, .wd-product-swiper-button-prev { top: calc(50% – 198px); } .wd-product-swiper-button-next { right: calc(5.33% + 30px); } .wd-product-swiper-button-prev { left: calc(5.33% + 30px); } } @media screen and (max-width:768px) { .wd-product-swiper-button-next svg, .wd-product-swiper-button-prev svg { width: 17px; display: block; height: 26px; } .wd-product-swiper-button-next { right: 26px; } .wd-product-swiper-button-prev { left: 26px; } .overview-item-wide-swiper { flex-direction: column-reverse; } .overview-item-wide-swiper-menu { top: 0.66vw; } .overview-item-wide-swiper-menu-item { font-size: 13px; display: flex; align-items: center; justify-content: center; } }
var wd_product_swiper = new Swiper(“.wd-product-background-swiper”, { loop: true, navigation: { nextEl: “.wd-product-swiper-button-next”, prevEl: “.wd-product-swiper-button-prev”, }, pagination: { clickable: true, }, on: { slideChange: function () { console.log(this.activeIndex) if (this.activeIndex == 1) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(0).addClass(“overview-item-wide-swiper-menu-item-active”) } else if (this.activeIndex == 2) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(1).addClass(“overview-item-wide-swiper-menu-item-active”) } else if (this.activeIndex == 3) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(2).addClass(“overview-item-wide-swiper-menu-item-active”) } else if (this.activeIndex == 4) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(3).addClass(“overview-item-wide-swiper-menu-item-active”) } else if (this.activeIndex == 5) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(4).addClass(“overview-item-wide-swiper-menu-item-active”) } else if (this.activeIndex == 0) { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(4).addClass(“overview-item-wide-swiper-menu-item-active”) } else { $(‘.overview-item-wide-swiper-menu-item’).removeClass(“overview-item-wide-swiper-menu-item-active”) $(‘.overview-item-wide-swiper-menu-item’).eq(0).addClass(“overview-item-wide-swiper-menu-item-active”) } } } }); $(‘.overview-item-wide-swiper-menu-item’).click(function () { wd_product_swiper.slideTo($(this).index() + 1); $(this).siblings().removeClass(‘overview-item-wide-swiper-menu-item-active’) $(this).addClass(‘overview-item-wide-swiper-menu-item-active’) })
















![]() | ![]() G3P800 RO Filtration System
| ![]() K6 Instant Hot RO System
| ![]() D6 RO Filtration System
| ![]() G2P600 RO Filtration System
| ![]() K19 Countertop RO System
| |
Need Installation | √ | √ | √ | √ | √ | × |
---|---|---|---|---|---|---|
Flow Rate | 600 GPD | 800 GPD | 600 GPD | 600 GPD | 600 GPD | 75 GPD |
Pure to Drain Rate![]() Drain ratio stands for the ratio of wastewater and purified water dispensed by a RO system. For example, the 3:1 drain ratio means it uses up a gallon of wastewater for every 3 gallons of pure water you get. | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
Faucet | Smart faucet | Smart faucet | Smart faucet | Smart faucet | Ordinary faucet | / |
Display | Filter lifespan & TDS | Filter lifespan & TDS | Filter lifespan & TDS & Temperature adjustment | Filter lifespan & TDS | Filter lifespan | Filter lifespan & TDS |
Self-clean | √ | √ | √ | √ | × | √ |
Holiday mode | √ | √ | √ | √ | × | √ |
Electricity Required | √ | √ | √ | √ | √ | √ |
Filter Cartridges | WD-G3-N1CF | WD-G3-N1CF | WD-KJF | WD-D6RF | WD-G2CF | WD-K19RF |
Filter Lifespan | CF-6 Mths CB-12 Mths RO-24 Mths | CF-6 Mths CB-12 Mths RO-24 Mths | 12 Mths | 12 Mths | CF-12 Mths P6MRO-24 Mths | 12 Mths |
Dimensions (inch) | 18.11*5.67*17.73 | 18.06*5.65*17.75 | 6.7*17.5*16.6 | 15.98*5.98*11.97 | 17.32*5.91*13.9 | 13.8*7.9*16.3 |

X 1 Set

(CB:WD-G3-N3CB)
X 1

carbon block filter
(CF:WD-G3-N1CF)
X 1

Membrane filter
(RO:WD-G3P800-N2RO)
X 1

X 1 set

X 1 set

3/8”-1/2”
X 1 set

X 60”

X 5

X 1

X 1 set

X 60”

X 60”

X 1 Set
What kind of harmful substances does the Waterdrop G3P800 water filter remove?
Is UV sterilize necessary for reverse osmosis system?
Do I need to replace the UV lamp regularly?
Dose Waterdrop G3P800 RO system waste a lot of water?
Can Waterdrop G3P800 RO system be used for commercial?
Is the Waterdrop G3P800 reverse osmosis pump noisy?
Do I need plumbing services to install the reverse osmosis system?
Is this reverse osmosis water filter system unit suitable for well water?
Can I use our own faucet?

- Pre-sediment and carbon block. Superior 3-in-1 composite filter.
- Provides up to 6 months or 550 gallons of clean water.
- Simple replacement: Takes only 3 seconds and just a twist to change the filter.

- Superior coconut shell activated carbon block with a smaller pore size.
- Provides up to 12 months or 1,100 gallons of clean water.
- 3-second replacement: Takes only a twist to change the filter.

- Breakthrough water-saving technology achieves 3:1 low drain ratio.
- Replace filter in 3 seconds only, saving time and effort.
- The recommended replacement cycle is no more than 24 months.

- An excellent add-on Remineralization filter adopts 18 natural materials to restore minerals.
- Saves 8300 single-used bottles and $12600 spent on bottled mineral water.
- Compatible with RO water system, undersink filtration systems and refrigerator.

- Waterdrop WD-G3P800-W Replacement Filters 1-Year Combo.
- Pack of 2 WD-G3-N1CF Filters and 1 WD-G3-N3CB Filter.
- It could help you save money by purchasing two CF filters and one CB filter in one kit together rather than individually.

- The water filter kit provides up to 1-year of clean water for your family.
- Pack of 2 CF Filters, 1 CB Filter, and 1 Remineralization Filter.
- It could help you save money by purchasing 1-Year Combo Replacement Filters in one kit together rather than individually.
$(‘.wd-product-replacement-total-num’).blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_num); }) $(‘.plus-btn’).click(function () { var total_num = $(this).siblings(‘.wd-product-replacement-total-num’).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_num); }) $(‘.minus-btn’).click(function () { var total_num = $(this).siblings(‘.wd-product-replacement-total-num’).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price_sub = total_num * unit_price – unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_sub_num); if (total_num <= 1) { $(this).parents('.replacement-filter-cart').find('.replacement-filter-price').text(unit_price); } }) // // $(document).ready(function () { $(‘.input_variant’).attr(“name”, “id”) }); $(‘.wd-product-replacement-total-num’).blur(function () { var total_num = $(this).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price = total_num * 1 * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_num); }) $(‘.plus-btn’).click(function () { var total_num = $(this).siblings(‘.wd-product-replacement-total-num’).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price = (total_num * 1 + 1 * 1) * unit_price; var total_price_num = total_price.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_num); }) $(‘.minus-btn’).click(function () { var total_num = $(this).siblings(‘.wd-product-replacement-total-num’).val(); var unit_price = $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price-unit’) .text(); var total_price_sub = total_num * unit_price – unit_price; var total_price_sub_num = total_price_sub.toFixed(2); $(this).parents(‘.replacement-filter-cart’).find(‘.replacement-filter-price’).text(total_price_sub_num); if (total_num <= 1) { $(this).parents('.replacement-filter-cart').find('.replacement-filter-price').text(unit_price); } }) $(document).on('click', '.btn-addtocart', function () { var ID = $(this).parents('.wd-productreplacement-filter-form').find(".input_variant").val(); var Num = $(this).parents('.wd-productreplacement-filter-form').find(".wd-product-replacement-total-num").val(); $.ajax({ type: 'POST', url: '/cart/add.js', data: { quantity: Num, id: ID }, dataType: 'json', success: function (data) { Shopify.onItemAdded(data); } }); })
Reviews
There are no reviews yet.