
Xiaomi Smart Air Purifier 4 Pro Filter
/* =============== Xiaomi Smart Air Purifier 4 Pro Filter =============== */ #smart_air_purifier_4_pro_filter { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #smart_air_purifier_4_pro_filter ul, #smart_air_purifier_4_pro_filter ol { list-style: none; padding-left: 0; } #smart_air_purifier_4_pro_filter video, #smart_air_purifier_4_pro_filter img { vertical-align: middle; } #smart_air_purifier_4_pro_filter video { width: 100%; height: auto; } #smart_air_purifier_4_pro_filter.xiaomi_container { max-width: 2560px; } #smart_air_purifier_4_pro_filter .section { line-height: 1.2; } #smart_air_purifier_4_pro_filter .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_air_purifier_4_pro_filter .font-bold { font-weight: 700; } #smart_air_purifier_4_pro_filter .font-light { font-weight: 300; } #smart_air_purifier_4_pro_filter .text-box { text-align: center; color: #191919; padding: 5% 12.5% 2.5%; } #smart_air_purifier_4_pro_filter .text-box.text-box--left { text-align: left; } #smart_air_purifier_4_pro_filter .text-box--white { color: #ffffff; } #smart_air_purifier_4_pro_filter .text-box .title, #smart_air_purifier_4_pro_filter .text-box .desc, #smart_air_purifier_4_pro_filter .text-box .text { display: block; } #smart_air_purifier_4_pro_filter .text-box .title { font-size: 36px; line-height: 1.2; } #smart_air_purifier_4_pro_filter .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #smart_air_purifier_4_pro_filter .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #smart_air_purifier_4_pro_filter .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_air_purifier_4_pro_filter .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_air_purifier_4_pro_filter .video-box, #smart_air_purifier_4_pro_filter .image-box { padding: 0 12.5%; } #smart_air_purifier_4_pro_filter .video-box video { width: 100%; height: auto; } #smart_air_purifier_4_pro_filter .video a, #smart_air_purifier_4_pro_filter .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_air_purifier_4_pro_filter .video a img, #smart_air_purifier_4_pro_filter .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_air_purifier_4_pro_filter .video a:hover img, #smart_air_purifier_4_pro_filter .video .video-link:hover img { transform: scale(1.1); } #smart_air_purifier_4_pro_filter .video a::after, #smart_air_purifier_4_pro_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-air-purifier-4-pro-filter/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .text-box { padding: 5% 5% 2.5%; } #smart_air_purifier_4_pro_filter .text-box .title { font-size: 26px; } #smart_air_purifier_4_pro_filter .text-box .title.title--big { font-size: 36px; } #smart_air_purifier_4_pro_filter .video-box, #smart_air_purifier_4_pro_filter .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .text-box .title { font-size: 22px; } #smart_air_purifier_4_pro_filter .text-box .title.title--big { font-size: 28px; } #smart_air_purifier_4_pro_filter .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_air_purifier_4_pro_filter .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .text-box { padding: 5%; } #smart_air_purifier_4_pro_filter .text-box .title { font-size: 20px; } #smart_air_purifier_4_pro_filter .text-box .title.title--big { font-size: 24px; } #smart_air_purifier_4_pro_filter .text-box .desc { font-size: 16px; } #smart_air_purifier_4_pro_filter .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_air_purifier_4_pro_filter .text-box .text { font-size: 18px; } #smart_air_purifier_4_pro_filter .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #smart_air_purifier_4_pro_filter .section.section-float { position: relative; z-index: 1; height: 560px; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--left { left: 5%; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--right { left: 55%; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section.section-float { height: 480px; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section.section-float { height: 420px; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float { width: 45%; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--left { left: 5%; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--right { left: 50%; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section.section-float { height: 650px; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float { width: 35%; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--left { left: 15%; } } @media (min-width: 1400px) { #smart_air_purifier_4_pro_filter .section .text-box.text-box-float { width: 30%; } #smart_air_purifier_4_pro_filter .section .text-box.text-box-float--right { left: 60%; } } /* =============== Section 01 =============== */ #smart_air_purifier_4_pro_filter .section-01 { padding: 10%; display: flex; flex-wrap: wrap; align-items: center; } #smart_air_purifier_4_pro_filter .section-01 .text-box { flex: 0 0 70%; width: 70%; padding: 0; } #smart_air_purifier_4_pro_filter .section-01 .image-wrapper { flex: 0 0 30%; width: 30%; padding-left: 5%; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title { font-size: 42px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title img { width: 180px; display: inline-block; margin-bottom: 10px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .desc { font-size: 24px; font-weight: normal; } #smart_air_purifier_4_pro_filter .section-01 .text-box .text-label { font-size: 14px; display: inline-block; padding: 6px 25px; color: #577bb9; border: 2px solid #577bb9; border-radius: 4px; margin-top: 60px; margin-bottom: 20px; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-01 .text-box .title img { width: 160px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title { font-size: 36px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .desc { font-size: 18px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .text-label { margin-top: 40px; margin-bottom: 10px; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-01 { padding: 10% 5%; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title img { width: 140px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title { font-size: 28px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .text-label { margin-top: 20px; margin-bottom: 0; } #smart_air_purifier_4_pro_filter .section-01 .text-box .desc { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-01 .text-box, #smart_air_purifier_4_pro_filter .section-01 .image-wrapper { flex: 0 0 100%; width: 100%; padding: 0; } #smart_air_purifier_4_pro_filter .section-01 .text-box { text-align: center; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title { font-size: 22px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title img { width: 130px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .desc { font-size: 15px; } #smart_air_purifier_4_pro_filter .section-01 .image-wrapper { padding: 10% 20% 0; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-01 { padding: 7.5% 12.5%; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title img { width: 200px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .title { font-size: 60px; } #smart_air_purifier_4_pro_filter .section-01 .text-box .desc { font-size: 28px; } } @media (min-width: 1400px) { #smart_air_purifier_4_pro_filter .section-01 { padding: 7.5% 15%; } } /* =============== Section 02 =============== */ #smart_air_purifier_4_pro_filter .section-02 { background-color: #1D2436; } #smart_air_purifier_4_pro_filter .section-02 .image-wrapper { max-width: 980px; width: 90%; margin: 0 auto; position: relative; z-index: 1; } #smart_air_purifier_4_pro_filter .section-02 .list { position: absolute; z-index: 2; top: 80px; left: 22.5%; width: 65%; display: flex; } #smart_air_purifier_4_pro_filter .section-02 .list .item { color: #ffffff; flex: 0 0 33.3333%; width: 33.3333%; padding: 10px 20px; font-size: 14px; text-align: center; opacity: .7; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-02 .image-wrapper { max-width: 760px; } #smart_air_purifier_4_pro_filter .section-02 .list { top: 40px; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-02 .list { top: 20px; } #smart_air_purifier_4_pro_filter .section-02 .list .item { padding: 10px; font-size: 13px; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-02 .image-wrapper { padding-top: 7.5%; } #smart_air_purifier_4_pro_filter .section-02 .list { width: 100%; left: 0; } } @media only screen and (max-width: 363.98px) { #smart_air_purifier_4_pro_filter .section-02 .image-wrapper { padding-top: 12.5%; } #smart_air_purifier_4_pro_filter .section-02 .list .item { padding: 5px; } } /* =============== Section 03 & 04 & 05 =============== */ #smart_air_purifier_4_pro_filter .section-03, #smart_air_purifier_4_pro_filter .section-05 { background-color: #f8f8f8; } #smart_air_purifier_4_pro_filter .section-list { padding: 2.5% 0 7.5%; } #smart_air_purifier_4_pro_filter .section-list .text-box .title { position: relative; z-index: 1; } #smart_air_purifier_4_pro_filter .section-list .text-box .title::before { position: absolute; z-index: 2; content: ''; width: 60px; height: 6px; top: -30px; left: 50%; margin-left: -30px; background-color: #577bb9; } #smart_air_purifier_4_pro_filter .section-list .list { max-width: 860px; margin: 0 auto; width: 80%; display: flex; flex-wrap: wrap; padding-bottom: 40px; justify-content: center; } #smart_air_purifier_4_pro_filter .section-list .list .item { color: #191919; flex: 0 0 20%; width: 20%; text-align: center; padding: 10px; } #smart_air_purifier_4_pro_filter .section-03.section-list .list .item { flex: 0 0 25%; width: 25%; } #smart_air_purifier_4_pro_filter .section-list .list .item img { height: 40px; } #smart_air_purifier_4_pro_filter .section-list .list .item .text { display: block; margin-top: 10px; font-size: 16px; font-weight: 300; } #smart_air_purifier_4_pro_filter .section-list .image-wrapper { max-width: 860px; margin: 0 auto; width: 80%; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-list { padding: 5% 0 7.5%; } #smart_air_purifier_4_pro_filter .section-list .list .item .text { font-size: 14px; } #smart_air_purifier_4_pro_filter .section-list .text-box .title::before { height: 4px; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-list .list { padding-bottom: 20px; } #smart_air_purifier_4_pro_filter .section-list .image-wrapper { width: 90%; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-list { padding: 15% 0 10%; } #smart_air_purifier_4_pro_filter .section-list .list .item { flex: 0 0 33.3333%; width: 33.3333%; } #smart_air_purifier_4_pro_filter .section-03.section-list .list .item { flex: 0 0 25%; width: 25%; } } @media only screen and (max-width: 363.98px) { #smart_air_purifier_4_pro_filter .section-03.section-list .list .item { flex: 0 0 50%; width: 50%; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-list .list .item img { height: 52px; } } /* =============== Section 06 =============== */ #smart_air_purifier_4_pro_filter .section-06 { padding-bottom: 5%; } #smart_air_purifier_4_pro_filter .section-06 .section-content { margin: 0 auto; max-width: 980px; width: 90%; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 30px 0 5%; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item { flex: 0 0 calc(50% - 10px); background-color: #F4F6FA; text-align: center; border-radius: 20px; overflow: hidden; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item.item-2 { background-color: #ECF5FE; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item > img { width: 180px; display: inline-block; margin: 30px 0; } #smart_air_purifier_4_pro_filter .section-06 .text.text--small { text-align: center; opacity: .5; font-size: 15px; padding: 10px 15%; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .title { padding: 20px 10px; font-size: 22px; font-weight: bold; background-color: #D8DADC; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item.item-2 .title { background-color: #ADCAF6; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .text { font-size: 15px; padding: 20px; display: block; font-weight: 300; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .desc { font-size: 18px; font-weight: bold; padding: 20px; background-color: #E9EBEE; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item.item-2 .desc { background-color: #DDEAFD; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .desc img { height: 16px; display: inline-block; margin-right: 10px; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-06 .section-content .item > img { width: 150px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .title { font-size: 18px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .desc { font-size: 16px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .text { font-size: 15px; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-06 .section-content .item > img { width: 130px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .title { font-size: 16px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .desc { font-size: 15px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .text { font-size: 14px; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item .desc img { height: 15px; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-06 { padding-top: 5%; } #smart_air_purifier_4_pro_filter .section-06 .section-content { padding-top: 0; } #smart_air_purifier_4_pro_filter .section-06 .section-content .item { flex: 0 0 100%; margin-top: 20px; } #smart_air_purifier_4_pro_filter .section-06 .text.text--small { font-size: 14px; padding: 10px 5%; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-06 .text-box .title { padding: 0 5%; } } /* =============== Section 07 =============== */ #smart_air_purifier_4_pro_filter .section-07 { background-image: url('https://media.mi-home.pl/products/smart-air-purifier-4-pro-filter/section-07.jpg'); height: 680px; position: relative; z-index: 1; } #smart_air_purifier_4_pro_filter .section-07 .text-box { position: absolute; z-index: 2; padding: 0; width: 35%; left: 15%; top: 50%; transform: translateY(-50%); } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-07 { height: 560px; } #smart_air_purifier_4_pro_filter .section-07 .text-box { width: 40%; left: 10%; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-07 { height: 440px; } #smart_air_purifier_4_pro_filter .section-07 .text-box { width: 45%; left: 5%; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-07 { height: auto; background-position: right bottom; background-size: 150% auto; padding-bottom: 300px; } #smart_air_purifier_4_pro_filter .section-07 .text-box { width: 100%; position: static; transform: none; text-align: center; padding: 10% 5%; background-color: #ffffff; } } @media only screen and (max-width: 363.98px) { #smart_air_purifier_4_pro_filter .section-07 { padding-bottom: 220px; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-07 { height: 740px; } } @media (min-width: 1620px) { #smart_air_purifier_4_pro_filter .section-07 { height: 860px; } } /* =============== Section 08 =============== */ #smart_air_purifier_4_pro_filter .section-08 { background-image: url('https://media.mi-home.pl/products/smart-air-purifier-4-pro-filter/section-08.jpg'); height: 680px; position: relative; z-index: 1; } #smart_air_purifier_4_pro_filter .section-08 .text-box { position: absolute; z-index: 2; padding: 0; width: 35%; left: 15%; top: 50%; transform: translateY(-50%); } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section-08 { height: 560px; } #smart_air_purifier_4_pro_filter .section-08 .text-box { width: 40%; left: 10%; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section-08 { height: 440px; } #smart_air_purifier_4_pro_filter .section-08 .text-box { width: 45%; left: 5%; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section-08 { height: auto; background-position: right bottom; background-size: 150% auto; padding-bottom: 300px; } #smart_air_purifier_4_pro_filter .section-08 .text-box { width: 100%; position: static; transform: none; text-align: center; padding: 10% 5%; background-color: #ffffff; color: #191919; } } @media only screen and (max-width: 363.98px) { #smart_air_purifier_4_pro_filter .section-08 { padding-bottom: 220px; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-08 { height: 740px; } } @media (min-width: 1620px) { #smart_air_purifier_4_pro_filter .section-08 { height: 860px; } } /* =============== Section image box =============== */ #smart_air_purifier_4_pro_filter .section .image-box-wrap { padding: 5% 0; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #smart_air_purifier_4_pro_filter .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #F7F7F7; } #smart_air_purifier_4_pro_filter .section .image-box--reverse { flex-direction: row-reverse; } #smart_air_purifier_4_pro_filter .section .text-wrap, #smart_air_purifier_4_pro_filter .section .image { width: 50%; flex: 0 0 50%; } #smart_air_purifier_4_pro_filter .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; } #smart_air_purifier_4_pro_filter .section .text-wrap .title { font-size: 36px; display: block; margin-bottom: 0; font-weight: bold; } #smart_air_purifier_4_pro_filter .section .text-wrap .text { font-weight: 300; padding-top: 20px; display: block; } @media (max-width: 991.98px) { #smart_air_purifier_4_pro_filter .section .text-wrap .title { font-size: 18px; } #smart_air_purifier_4_pro_filter .section .image-box-wrap { width: 95%; } } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .section .text-wrap { padding: 0 5%; } } @media only screen and (max-width: 575.98px) { #smart_air_purifier_4_pro_filter .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_air_purifier_4_pro_filter .section .text-wrap, #smart_air_purifier_4_pro_filter .section .image { width: 100%; flex: 0 0 100%; } #smart_air_purifier_4_pro_filter .section .text-wrap { padding: 5%; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section .text-wrap { padding: 0 10%; } } /* =============== Section spec =============== */ #smart_air_purifier_4_pro_filter .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_air_purifier_4_pro_filter .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_air_purifier_4_pro_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_air_purifier_4_pro_filter .section-notes { padding: 5%; } #smart_air_purifier_4_pro_filter .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_air_purifier_4_pro_filter .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #smart_air_purifier_4_pro_filter .slick-dots { bottom: 35px; } #smart_air_purifier_4_pro_filter .slick-dots li button::before { font-size: 15px; color: #ffffff; transition: 0.3s ease-in-out opacity; font-family: 'slick'; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #smart_air_purifier_4_pro_filter .slick-dots li.slick-active button::before, #smart_air_purifier_4_pro_filter .slick-dots li:hover button::before { opacity: 1; } #smart_air_purifier_4_pro_filter .slick-dotted.slick-slider { margin-bottom: 0; } #smart_air_purifier_4_pro_filter .slick-slider > .slider-item { display: none; } #smart_air_purifier_4_pro_filter .slick-slider > .slider-item:first-child { display: block; } #smart_air_purifier_4_pro_filter .slick-slider .slick-dots li button { border-radius: 30px; } #smart_air_purifier_4_pro_filter .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #smart_air_purifier_4_pro_filter .slick-slider .slick-dots li.slick-active button, #smart_air_purifier_4_pro_filter .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #smart_air_purifier_4_pro_filter .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #smart_air_purifier_4_pro_filter .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Smart Air Purifier 4 Pro Filter Trójwarstwowa wydajna filtracja dla ochrony Twojego zdrowia Filtracja PM2.5 i pyłków roślinnych | Filtracja sierści zwierząt domowych | Eliminacja zapachów Kompatybilny tylko z Xiaomi Smart Air Purifier 4 Pro Wymiana filtra zalecana jest co 6-12 miesięcy. Wydajny filtr typu "all-in-one" Warstwy oczyszczające zapewniają czyste powietrze Filtr główny, wysokowydajny filtr Xiaomi i wysokiej jakości filtr z węglem aktywnym współpracują ze sobą, aby oczyścić powietrze i utrzymać Cię w pełni zdrowia. Wysokiej jakości węgiel aktywny Filtr Xiaomi o wysokiej wydajności Filtr główny Filtr główny 360° blokowanie dużych cząstek Filtr wstępny zapewnia początkową filtrację, odfiltrowując kurz, włosy, drobne okruchy i inne duże cząstki. Jest odporny na zagniecenia, tłuszcze, kwasy, zasady i inne czynniki, co zapewnia jego długą żywotność. Kurz Drobne okruchy Włosy zwierząt Włókna bawełny Wysokowydajny filtr Xiaomi 99,97% filtracji cząsteczek o wielkości 0,3μm* Wysokowydajny filtr o powierzchni 24000 cm²* usuwa cząsteczki PM2.5, pyłki itp. dla zapewnienia stałej ilości czystego powietrza. 0,1μm 0,3μm PM2.5 Pyłki Sierść zwierząt Wysokiej jakości impregnowany węgiel aktywny Silna adsorpcja zapachów Wysokiej jakości węgiel aktywowany 650000 mg*, o zaawansowanej strukturze porów i równomiernym rozłożeniu, skutecznie usuwa zanieczyszczenia powietrza i nieprzyjemne zapachy, które są szkodliwe w Twoim domu. Zapachy zwierząt Dym papierosowy LZO Opary kuchenne Inne zapachy Różnica między wysokowydajnym filtrem Xiaomi a zwykłym filtrem HEPA Łącząc dwie technologie filtrowania: ładunku elektrostatycznego i filtracji mechanicznej, wysokowydajny filtr Xiaomi może usunąć 99,97% cząstek unoszących się w powietrzu o wielkości 0,3 mikrometra i zatrzymuje kurz, PM2.5, pyłki, sierść zwierząt domowych, dym i drobne cząstki. W porównaniu z konwencjonalnym filtrem HEPA, wysokowydajnym filtrem Xiaomi pozwala oczyszczaczowi powietrza generować mniej hałasu i zużywać mniej energii, pozwalając na większy przepływ powietrza przez filtr przy zachowaniu tej samej skuteczności czyszczenia. Konwencjonalny filtr HEPA Mniej czystego powietrza Filtr HEPA jest wykonany z gęstego włókna szklanego, które zatrzymuje cząsteczki, co oznacza, że mniej czystego powietrza przedostaje się przez filtr. Hałas Duża ilość powietrza jest przepuszczana przez gęsty filtr HEPA, co oznacza, że wymagana jest wyższa prędkość wentylatora, co generuje większy hałas. Wyższe zużycie energii Aby filtr HEPA mógł uwalniać więcej czystego powietrza, silnik musi pracować z większą prędkością, co przekłada się na większe zużycie energii. Wysokowydajny filtr Xiaomi Więcej czystego powietrza Filtr Xiaomi wykorzystuje formowane włókna PP z technologią elektrostatyczną. Dzięki większej przestrzeni pomiędzy włóknami, większa ilość powietrza jest w stanie przejść przez filtr. Cisza Przy mniejszej gęstości włókien, filtr przepuszcza powietrze z dużą prędkością, co powoduje mniejszy hałas. Niższe zużycie energii Przy niższej gęstości włókien, filtr Xiaomi jest w stanie uwolnić taką samą ilość czystego powietrza jak filtr konwencjonalny, ale przy znacznie niższym zużyciu energii. Uwaga: Wydajność wkładów filtracyjnych została sprawdzona przez China Testing & Inspection Institute for Household Electric Appliances (numer raportu: WCv-21-40119). Ze względu na specyfikacje techniczne materiału filtracyjnego, środowisko testowe i parametry mogą się różnić. Jeden filtr wystarcza nawet na rok użytkowania Codzienna świeżość z trwałym filtrem Wkład filtrujący typu "all-in-one" jest trwały, ale jego wydajność będzie się stopniowo zmniejszać wraz z upływem czasu. Zaleca się wymianę wkładu filtracyjnego co 6-12 miesięcy. Łączność z aplikacjami Mi Home/Xiaomi Home Przypomnienie o wymianie filtra w urządzeniach inteligentnych Możesz sprawdzić zużycie filtra w dowolnym momencie za pomocą aplikacji Mi Home/Xiaomi Home. Aplikacja szacuje nawet czas wymiany filtrów wedle zużycia. Uwagi: *Wydajność wkładu filtracyjnego została przetestowana przez China Testing & Inspection Institute for Household Electric Appliances (numer raportu: WCv-21-40115). Ze względu na specyfikacje techniczne wkładu filtracyjnego, środowisko testowe i parametry mogą się różnić. *24 000 cm² wysokowydajny papier filtracyjny: Powierzchnia papieru filtracyjnego zastosowanego w filtrze Xiaomi Smart Air Purifier 4 wynosi 22 000 cm². Dane pochodzą z Smart Mi Lab i mogą się nieznacznie różnić ze względu na różnice pomiędzy poszczególnymi produktami. *Wysokiej jakości węgiel aktywny o zawartości 650 000 mg: Zawartość węgla aktywowanego w filtrze zastosowanym w Xiaomi Smart Air Purifier 4 wynosi 500 000 mg. Dane z Smart Mi Lab mogą się nieznacznie różnić ze względu na różnice między poszczególnymi produktami.
