
Xiaomi Smart Pet Fountain Filter
/* =============== Xiaomi Smart Pet Fountain Filter =============== */ #smart_pet_fountain_filter { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #smart_pet_fountain_filter ul, #smart_pet_fountain_filter ol { list-style: none; padding-left: 0; } #smart_pet_fountain_filter video, #smart_pet_fountain_filter img { vertical-align: middle; } #smart_pet_fountain_filter video { width: 100%; height: auto; } #smart_pet_fountain_filter.xiaomi_container { max-width: 2560px; } #smart_pet_fountain_filter .section { line-height: 1.2; } #smart_pet_fountain_filter .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_pet_fountain_filter .font-bold { font-weight: bold; } #smart_pet_fountain_filter .font-light { font-weight: 300; } #smart_pet_fountain_filter .font-color { color: #ffd400; } #smart_pet_fountain_filter .text-box { text-align: center; color: #000000; padding: 5% 12.5%; } #smart_pet_fountain_filter .text-box.text-box--left { text-align: left; } #smart_pet_fountain_filter .text-box--white { color: #ffffff; } #smart_pet_fountain_filter .text-box .title, #smart_pet_fountain_filter .text-box .desc, #smart_pet_fountain_filter .text-box .text { display: block; } #smart_pet_fountain_filter .text-box .title { font-size: 36px; line-height: 1.2; } #smart_pet_fountain_filter .text-box .title.title--big { font-size: 48px; margin-bottom: 20px; } #smart_pet_fountain_filter .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 500; } #smart_pet_fountain_filter .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_pet_fountain_filter .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_pet_fountain_filter .video-box, #smart_pet_fountain_filter .image-box { padding: 0 12.5%; } #smart_pet_fountain_filter .video-box video { width: 100%; height: auto; } #smart_pet_fountain_filter .video a, #smart_pet_fountain_filter .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_pet_fountain_filter .video a img, #smart_pet_fountain_filter .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_pet_fountain_filter .video a:hover img, #smart_pet_fountain_filter .video .video-link:hover img { transform: scale(1.1); } #smart_pet_fountain_filter .video a::after, #smart_pet_fountain_filter .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/smart-pet-fountain-filter/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 5; } @media (max-width: 991.98px) { #smart_pet_fountain_filter .text-box { padding: 5%; } #smart_pet_fountain_filter .text-box .title { font-size: 28px; } #smart_pet_fountain_filter .text-box .title.title--big { font-size: 42px; } #smart_pet_fountain_filter .video-box, #smart_pet_fountain_filter .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_pet_fountain_filter .text-box .title { font-size: 24px; } #smart_pet_fountain_filter .text-box .title.title--big { font-size: 36px; } #smart_pet_fountain_filter .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_pet_fountain_filter .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .text-box { padding: 10% 5%; } #smart_pet_fountain_filter .text-box .title { font-size: 20px; } #smart_pet_fountain_filter .text-box .title.title--big { font-size: 28px; } #smart_pet_fountain_filter .text-box .desc { font-size: 16px; } #smart_pet_fountain_filter .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_pet_fountain_filter .text-box .title.title--big { font-size: 60px; } #smart_pet_fountain_filter .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } @media (min-width: 1620px) { #smart_pet_fountain_filter .text-box .text { font-size: 16px; } } /* =============== Floating text-box =============== */ #smart_pet_fountain_filter .section.section-float { position: relative; z-index: 1; height: 520px; } #smart_pet_fountain_filter .section.section-float--big { height: 680px; } #smart_pet_fountain_filter .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_pet_fountain_filter .section .text-box.text-box-float--left { left: 5%; } #smart_pet_fountain_filter .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #smart_pet_fountain_filter .section.section-float { height: 420px; } #smart_pet_fountain_filter .section.section-float--big { height: 560px; } #smart_pet_fountain_filter .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 550px; } #smart_pet_fountain_filter .section .text-box.text-box-float, #smart_pet_fountain_filter .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section.section-float { padding-bottom: 380px; } } @media only screen and (max-width: 363.98px) { #smart_pet_fountain_filter .section.section-float { padding-bottom: 280px; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .section.section-float { height: 620px; } #smart_pet_fountain_filter .section.section-float--big { height: 820px; } #smart_pet_fountain_filter .section .text-box.text-box-float { width: 35%; } #smart_pet_fountain_filter .section .text-box.text-box-float--left { left: 12.5%; } #smart_pet_fountain_filter .section .text-box.text-box-float--right { width: 35%; left: 55%; } } @media (min-width: 1400px) { #smart_pet_fountain_filter .section .text-box.text-box-float--right { width: 30%; left: 60%; } } @media (min-width: 1620px) { #smart_pet_fountain_filter .section.section-float { height: 820px; } #smart_pet_fountain_filter .section.section-float--big { height: 980px; } #smart_pet_fountain_filter .section .text-box.text-box-float--right { width: 25%; left: 65%; } } @media (min-width: 2080px) { #smart_pet_fountain_filter .section.section-float { height: 1080px; } #smart_pet_fountain_filter .section.section-float--big { height: 1180px; } } /* =============== Add Font =============== */ @font-face { font-display: swap; font-family: 'Xiaomi Brand'; font-style: normal; font-weight: 100 900; src: url(https://i02.appmifile.com/i18n/fonts/Brand/Brand.woff2) format("woff2") } #smart_pet_fountain_filter .xiaomi_product_name { font-family: 'Xiaomi Brand', 'Camphor Pro', sans-serif !important; } /* =============== Section 01 =============== */ #smart_pet_fountain_filter .section-01 { background-image: url('https://media.mi-home.pl/products/smart-pet-fountain-filter/section-01.jpg'); height: 680px; position: relative; z-index: 1; } #smart_pet_fountain_filter .section-01 .text-box { padding-top: 15%; padding-right: 45%; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 42px; font-weight: 600; } #smart_pet_fountain_filter .section-01 .text-box .desc { font-size: 28px; font-weight: 500; } @media (max-width: 991.98px) { #smart_pet_fountain_filter .section-01 { height: 560px; } #smart_pet_fountain_filter .section-01 .text-box { padding-right: 50%; } #smart_pet_fountain_filter .section-01 .text-box .desc { font-size: 22px; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 36px; } } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section-01 { height: auto; background-size: 170% auto; background-position: right bottom; padding-bottom: 550px; background-color: #02203C; } #smart_pet_fountain_filter .section-01 .text-box { padding: 10% 5%; text-align: center; } #smart_pet_fountain_filter .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section-01 { padding-bottom: 350px; } #smart_pet_fountain_filter .section-01 .text-box { padding: 15% 5% 10%; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 28px; } #smart_pet_fountain_filter .section-01 .text-box .desc { font-size: 16px; } #smart_pet_fountain_filter .section-01 .text-box .text { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #smart_pet_fountain_filter .section-01 { padding-bottom: 250px; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 24px; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .section-01 { height: 880px; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 48px; } #smart_pet_fountain_filter .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1600px) { #smart_pet_fountain_filter .section-01 { height: 980px; } #smart_pet_fountain_filter .section-01 .text-box .title { font-size: 60px; } } @media (min-width: 2080px) { #smart_pet_fountain_filter .section-01 { height: 1080px; } } /* =============== Section 02 =============== */ #smart_pet_fountain_filter .section-02 { padding-bottom: 2.5%; } #smart_pet_fountain_filter .section-02 .text-box { padding-bottom: 2.5%; } #smart_pet_fountain_filter .section-02 .list { max-width: 1080px; width: 90%; margin: 0 auto; padding-bottom: 5%; display: flex; flex-wrap: wrap; justify-content: center; } #smart_pet_fountain_filter .section-02 .list .item { flex: 0 0 25%; width: 25%; color: #191919; padding: 20px; text-align: center; font-size: 15px; font-weight: 500; } #smart_pet_fountain_filter .section-02 .list .item img { width: 52px; } #smart_pet_fountain_filter .section-02 .list .item .text { display: block; margin-top: 15px; } #smart_pet_fountain_filter .section-02 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 30px; position: relative; z-index: 1; } #smart_pet_fountain_filter .section-02 .text-wrapper { position: absolute; z-index: 2; right: 10%; width: 25%; top: 11.5%; font-size: 16px; font-weight: 300; } #smart_pet_fountain_filter .section-02 .text-wrapper .item { padding: 12.5% 0; } #smart_pet_fountain_filter .section-02 .text-bottom { padding: 30px 0; max-width: 1080px; width: 90%; margin: 0 auto; font-size: 12px; color: rgba(0, 0, 0, 0.5); text-align: center; } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section-02 .list .item { font-size: 14px; } #smart_pet_fountain_filter .section-02 .image-wrapper { border-radius: 20px; } #smart_pet_fountain_filter .section-02 .text-wrapper { font-size: 15px; } #smart_pet_fountain_filter .section-02 .text-wrapper .item { padding: 7.5% 0; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section-02 .list .item { flex: 0 0 50%; width: 50%; } #smart_pet_fountain_filter .section-02 .image-wrapper { border-radius: 10px; } #smart_pet_fountain_filter .section-02 .text-wrapper { width: 30%; right: 5%; } #smart_pet_fountain_filter .section-02 .text-wrapper .item { padding: 4% 0; font-size: 12px; } } @media only screen and (max-width: 363.98px) { #smart_pet_fountain_filter .section-02 .list .item { font-size: 13px; flex: 0 0 100%; width: 100%; } #smart_pet_fountain_filter .section-02 .text-wrapper .item { padding: 3% 0; font-size: 10px; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .section-02 .text-wrapper .item { padding: 14% 0; } } /* =============== Section 03 =============== */ #smart_pet_fountain_filter .section-03 { position: relative; z-index: 1; background-color: #02203C; } #smart_pet_fountain_filter .section-03 .text-box { position: absolute; z-index: 2; width: 100%; top: 2.5%; left: 0; } #smart_pet_fountain_filter .section-03 .image-wrapper { background-color: #ffffff; padding-bottom: 5%; } #smart_pet_fountain_filter .section-03 .text-bottom { padding: 5% 12.5%; text-align: center; font-size: 14px; line-height: 1.5; } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section-03 { padding-top: 15%; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section-03 { padding-top: 35%; } #smart_pet_fountain_filter .section-03 .text-bottom { font-size: 12px; padding: 5%; } } @media only screen and (max-width: 363.98px) { #smart_pet_fountain_filter .section-03 { padding-top: 75%; } } /* =============== Section 04 =============== */ #smart_pet_fountain_filter .section-04 { background-image: url('https://media.mi-home.pl/products/smart-pet-fountain-filter/section-04.jpg'); } #smart_pet_fountain_filter .section-04 .text-box { padding-left: 55%; padding-top: 20%; padding-bottom: 20%; } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section-04 { background-position: left bottom; background-size: 180% auto; padding-bottom: 650px; } #smart_pet_fountain_filter .section-04 .text-box { padding: 5%; text-align: center; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section-04 { padding-bottom: 450px; } } @media only screen and (max-width: 363.98px) { #smart_pet_fountain_filter .section-04 { padding-bottom: 350px; } } /* =============== Section 05 =============== */ #smart_pet_fountain_filter .section-05 { padding-top: 5%; padding-bottom: 7.5%; } #smart_pet_fountain_filter .section-05 .text-box { padding-bottom: 0; padding-left: 0; padding-right: 0; max-width: 1080px; width: 90%; margin: 0 auto; } #smart_pet_fountain_filter .section-05 .text-box:first-child { padding-bottom: 5%; border-bottom: 1px solid #f1f1f1; padding-left: 5%; padding-right: 5%; } #smart_pet_fountain_filter .section-05 .text-box .desc { font-weight: bold; } #smart_pet_fountain_filter .section-05 .text-box .text { margin-top: 10px; margin-bottom: 30px; } #smart_pet_fountain_filter .section-05 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } #smart_pet_fountain_filter .section-05 .image-wrapper:last-child { max-width: 680px; } #smart_pet_fountain_filter .section-05 .image-info { margin-bottom: 30px; display: flex; flex-wrap: wrap; } #smart_pet_fountain_filter .section-05 .image-info .item { flex: 0 0 50%; width: 50%; padding: 20px; text-align: center; line-height: 1.5; font-size: 15px; font-weight: 300; } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section-05 .image-info .item { font-size: 14px; padding: 10px 0; text-align: left; flex: 0 0 100%; width: 100%; } } /* =============== Section 06 =============== */ #smart_pet_fountain_filter .section-06 { background-color: #f9f9f9; margin-top: 0; } /* =============== Section image box =============== */ #smart_pet_fountain_filter .section .image-box-wrap { padding: 0; width: 100%; max-width: 2560px; margin: 0 auto; overflow: hidden; border-radius: 0; } #smart_pet_fountain_filter .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #A2A2A2; } #smart_pet_fountain_filter .section .image-box--reverse { flex-direction: row-reverse; } #smart_pet_fountain_filter .section .text-wrap, #smart_pet_fountain_filter .section .image { width: 50%; flex: 0 0 50%; } #smart_pet_fountain_filter .section .image { background-color: #A2A2A2; } #smart_pet_fountain_filter .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #ffffff; } #smart_pet_fountain_filter .section .text-wrap .title { font-size: 28px; display: block; margin-bottom: 5px; font-weight: bold; } #smart_pet_fountain_filter .section .text-wrap .text { font-weight: 500; font-size: 16px; padding-top: 10px; display: block; } @media (max-width: 991.98px) { #smart_pet_fountain_filter .section .text-wrap .title { font-size: 24px; } #smart_pet_fountain_filter .section .image-box-wrap { width: 100%; border-radius: 0; } #smart_pet_fountain_filter .section .text-wrap .text { padding-top: 10px; font-size: 14px; } } @media (max-width: 767.98px) { #smart_pet_fountain_filter .section .text-wrap { padding: 7.5% 5%; text-align: center; } #smart_pet_fountain_filter .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_pet_fountain_filter .section .text-wrap .title { font-size: 18px; } #smart_pet_fountain_filter .section .text-wrap, #smart_pet_fountain_filter .section .text-wrap div, #smart_pet_fountain_filter .section .image { width: 100%; flex: 0 0 100%; } } @media only screen and (max-width: 575.98px) { #smart_pet_fountain_filter .section .image-box-wrap { border-radius: 0; } #smart_pet_fountain_filter .section .text-wrap { padding: 10% 5%; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .section .text-wrap { padding: 0 10%; } #smart_pet_fountain_filter .section .text-wrap .title { font-size: 36px; margin-bottom: 10px; } } /* =============== Section spec =============== */ #smart_pet_fountain_filter .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_pet_fountain_filter .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_pet_fountain_filter .section-notes ul li { color: #191919; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #smart_pet_fountain_filter .section-notes { padding: 5%; } #smart_pet_fountain_filter .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_pet_fountain_filter .section-notes { padding: 3.5% 0; max-width: 1164px; } } require( ['aos', 'jquery'], function (AOS, $) { $(window).on('load scroll',function(){ AOS.init({ once:true }); }); } ); Xiaomi Smart Pet Fountain Filter Wydajna filtracja w smukłej obudowie Wielowarstwowa filtracja | Czysta, miękka woda Bezpieczne materiały Czterostopniowa głęboka filtracja. Woda, której smak uwielbiają zwierzęta. Dzięki czterostopniowej, wydajnej, dogłębnej filtracji, drobne cząsteczki, włosy i resztki chloru, w tym jony Ca i Mg, są skutecznie przechwytywane i filtrowane, poprawiając smak wody, a jednocześnie zmiękczając ją i oczyszczając, aby zapewnić zdrowie układu moczowego zwierzęcia. Membrana PP o strukturze mikroporowatej Bawełna PET Granulat węgla aktywnego Żywica jonowymienna Włosy i resztki Osad i zanieczyszczenia Pozostałości chloru i zapachów Jony Ca lub Mg (mogą powodować powstawanie kamieni nerkowych) Zaleca się wymianę wkładu filtracyjnego raz w miesiącu. Przed użyciem wyczyść filtr czystą wodą przez dwie minuty, aby usunąć węgiel aktywny, który mógł się poluzować podczas transportu. Wyselekcjonowane bezpieczne surowce. Czysta, zdrowa woda dla domowych pupili. Pozyskiwanie wszystkich materiałów filtracyjnych na skalę globalną w celu zapewnienia jak najlepszej jakości wody dla zwierząt domowych. Rama filtra i membrana PP spełniają wymagania klasy spożywczej, zapewniając bezpieczeństwo wody dla zwierząt. *Rama filtra i membrana PP są zgodne z przepisami FDA dotyczącymi materiałów przeznaczonych do kontaktu z żywnością: kod raportu z inspekcji: Nr SHAEC2200181902; Organizacja badająca: SGS. Inteligentne przypomnienia o upływie ważności filtra ustawiane za pomocą aplikacji. Zaleca się wymianę filtra i zespołu filtrów raz w miesiącu, aby uzyskać lepsze wyniki filtrowania. Sparuj z aplikacją Mi Home/Xiaomi Home, aby uzyskać terminowe przypomnienia o wymianie filtra. Instrukcja Wymiana filtra 1. Umyj filtr czystą wodą przez dwie minuty, aby usunąć węgiel aktywny, który poluzował się podczas transportu. 2. Zainstaluj filtr w szczelinie filtra. 3. Załóż z powrotem pokrywę na zbiornik wody. 4. Naciśnij i przytrzymaj przez dwie sekundy przycisk resetowania filtra znajdujący się w dolnej części urządzenia. Wskaźnik trybu pracy zmieni kolor na biały, a licznik czasu pracy filtra zostanie zresetowany. Wymiana zespołu filtra pompy wodnej Jak pokazano na rysunku, zespół filtra pompy wody może być zainstalowany na pompie wody. Wymiana rury wodnej Jak pokazano na rysunku, zamontuj i podłącz rurę wodną pomiędzy pompą wodną a pokrywą. Uwagi: *Zaleca się wymianę filtra i zespołu filtra pompy wodnej co miesiąc. *Zaleca się wymianę rury wodnej co 2 miesiące.
