/* other style start */ .vis-overview-block-banner .vis-overview-block-banner-content-btn { display: none; } /* other style end */
Contaminants in Water


More Refreshing




NSF/ANSI 42, 53, 401 and 372



Compare Countertop | |||
---|---|---|---|
Capacity | |||
Capacity | 15 cups | 14 cups | 27 cups |
Pure Water Wait Time | |||
Pure Water Wait Time | Instant | Instant | Instant |
NSF/ANSI certification | |||
NSF/ANSI certification | NSF/ANSI 401&53&42&372 | NSF/ANSI 401&53&42&372 | NSF/ANSI 401&53&42&372 |
Substances reduced | |||
Substances reduced | Chlorine, Lead, PFOS, PFOA | Chlorine, Lead, PFOS, PFOA | Chlorine, Lead, PFOS, PFOA |
Product Dimensions | |||
Product Dimensions | 6.7″L x 9.5″W x 10.2″H | 10.6”L*4.6”W*10.2”H | 7.1”L×12”W×10.2”H |
1. Take out the water pumping unit, and put a water container under the water pumping unit;
2. Push the filter inwards, pinch buckles on two sides tightly and take out the filter;
3. Remove the outer package of a new filter, and take away the paperboard on the surface;
4. Align the buckles of the filter to notches of the water pumping unit, and insert the new filter. When you hear a slight click sound, it means the new filter is installed in place.
5. Hold the water dispensing key for 3 seconds to complete filter resetting. Then, the filter life indicator will turn blue.
6. After the filter is reset, it is highly recommended you run water for at least 3-4 minutes before use.
var vis_img_text_swiper = new Swiper(“.vis-overview-block-img_text-swiper-mySwiper”, { navigation: { nextEl: “.vis-overview-block-img_text-swiper-button-next”, prevEl: “.vis-overview-block-img_text-swiper-button-prev”, }, on: { slideChange: function () { var item_width1 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(0).width(); var item_width2 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(1).width(); var item_width3 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(2).width(); var item_width4 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(3).width(); var items_width = $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).width(); if (this.activeIndex == 0) { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(0).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: ‘0’ }, 300); } else if (this.activeIndex == 1) { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(1).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); console.log(parseFloat(item_width1) + 60) } else if (this.activeIndex == 2) { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(2).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2) + 60) } else if (this.activeIndex == 3) { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(3).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3) + 60) } else if (this.activeIndex == 4) { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(4).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); console.log(parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60) } else { $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).removeClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(0).addClass(“vis-overview-block-img_text-swiper-mySwiper-item-active”) $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: ‘0’ }, 300); console.log(parseFloat(item_width1) + 60) } } } }); $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).click(function () { var index = $(this).index(); vis_img_text_swiper.slideTo($(this).index()); $(this).siblings().removeClass(‘vis-overview-block-img_text-swiper-mySwiper-item-active’) $(this).addClass(‘vis-overview-block-img_text-swiper-mySwiper-item-active’) var item_width1 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(0).width(); var item_width2 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(1).width(); var item_width3 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(2).width(); var item_width4 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(3).width(); var item_width5 = $(‘.vis-overview-block-img_text-swiper-mySwiper-item’).eq(4).width(); var items_width = $(‘.vis-overview-block-img_text-swiper-mySwiper-text’).width(); if (index == 0) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: ‘0’ }, 300); } else if (index == 1) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } else if (index == 2) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2) + 60 }, 300); } else if (index == 3) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3) + 60 }, 300); } else if (index == 4) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4) + 60 }, 300); } else if (index == 5) { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1 + item_width2 + item_width3 + item_width4 + item_width5) + 60 }, 300); } else { $(this).parents(‘.vis-overview-block-img_text-swiper-mySwiper-text’).animate({ scrollLeft: parseFloat(item_width1) + 60 }, 300); } })
Reviews
There are no reviews yet.