
Mi Handheld Vacuum Cleaner G10/G9 Extended Battery Pack
/* =============== Mi Handheld Vacuum Cleaner G10/G9 Extended Battery Pack =============== */ #handheld_vc_g10_g9_ebp { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #handheld_vc_g10_g9_ebp ul, #handheld_vc_g10_g9_ebp ol { list-style: none; padding-left: 0; } #handheld_vc_g10_g9_ebp video, #handheld_vc_g10_g9_ebp img { vertical-align: middle; } #handheld_vc_g10_g9_ebp video { width: 100%; height: auto; } #handheld_vc_g10_g9_ebp.xiaomi_container { max-width: 2560px; } #handheld_vc_g10_g9_ebp .section { line-height: 1.2; } #handheld_vc_g10_g9_ebp .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #handheld_vc_g10_g9_ebp .font-bold { font-weight: 700; } #handheld_vc_g10_g9_ebp .font-light { font-weight: 300; } #handheld_vc_g10_g9_ebp .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #handheld_vc_g10_g9_ebp .text-box.text-box--left { text-align: left; } #handheld_vc_g10_g9_ebp .text-box--white { color: #ffffff; } #handheld_vc_g10_g9_ebp .text-box .title, #handheld_vc_g10_g9_ebp .text-box .desc, #handheld_vc_g10_g9_ebp .text-box .text { display: block; } #handheld_vc_g10_g9_ebp .text-box .title { font-size: 36px; line-height: 1.2; } #handheld_vc_g10_g9_ebp .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #handheld_vc_g10_g9_ebp .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #handheld_vc_g10_g9_ebp .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 15px; font-weight: 300; color: #666; } #handheld_vc_g10_g9_ebp .video-box, #handheld_vc_g10_g9_ebp .image-box { padding: 0 12.5%; } #handheld_vc_g10_g9_ebp .video-box video { width: 100%; height: auto; } #handheld_vc_g10_g9_ebp .video a, #handheld_vc_g10_g9_ebp .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #handheld_vc_g10_g9_ebp .video a img, #handheld_vc_g10_g9_ebp .video .video-link img { transition: 0.3s ease-in-out transform; } #handheld_vc_g10_g9_ebp .video a:hover img, #handheld_vc_g10_g9_ebp .video .video-link:hover img { transform: scale(1.1); } #handheld_vc_g10_g9_ebp .video a::after, #handheld_vc_g10_g9_ebp .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/handheld-vc-g10-g9-ebp/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #handheld_vc_g10_g9_ebp .text-box { padding: 5%; } #handheld_vc_g10_g9_ebp .text-box .title { font-size: 26px; } #handheld_vc_g10_g9_ebp .text-box .title.title--big { font-size: 36px; } #handheld_vc_g10_g9_ebp .video-box, #handheld_vc_g10_g9_ebp .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .text-box .title { font-size: 22px; } #handheld_vc_g10_g9_ebp .text-box .title.title--big { font-size: 28px; } #handheld_vc_g10_g9_ebp .text-box .desc { font-size: 18px; margin-top: 10px; } #handheld_vc_g10_g9_ebp .text-box .text { margin-top: 10px; } } @media only screen and (max-width: 575.98px) { #handheld_vc_g10_g9_ebp .text-box { padding: 10% 5%; } #handheld_vc_g10_g9_ebp .text-box .title { font-size: 20px; } #handheld_vc_g10_g9_ebp .text-box .title.title--big { font-size: 24px; } #handheld_vc_g10_g9_ebp .text-box .desc { font-size: 16px; } #handheld_vc_g10_g9_ebp .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #handheld_vc_g10_g9_ebp .text-box .text { padding-left: 10%; padding-right: 10%; } #handheld_vc_g10_g9_ebp .text-box .text { font-size: 18px; } #handheld_vc_g10_g9_ebp .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #handheld_vc_g10_g9_ebp .section.section-float { position: relative; z-index: 1; height: 620px; } #handheld_vc_g10_g9_ebp .section.section-float--big { height: 680px; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--left { left: 10%; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--right { left: 60%; width: 35%; } @media (max-width: 991.98px) { #handheld_vc_g10_g9_ebp .section.section-float { height: 560px; } #handheld_vc_g10_g9_ebp .section.section-float--big { height: 560px; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--left { left: 5%; } } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 450px; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float, #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; color: #191919; } } @media only screen and (max-width: 575.98px) { #handheld_vc_g10_g9_ebp .section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #handheld_vc_g10_g9_ebp .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #handheld_vc_g10_g9_ebp .section.section-float { height: 720px; } #handheld_vc_g10_g9_ebp .section.section-float--big { height: 820px; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float { width: 30%; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--right { width: 35%; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1400px) { #handheld_vc_g10_g9_ebp .section .text-box.text-box-float--right { width: 30%; } } @media (min-width: 1620px) { #handheld_vc_g10_g9_ebp .section.section-float { height: 880px; } #handheld_vc_g10_g9_ebp .section.section-float--big { height: 980px; } #handheld_vc_g10_g9_ebp .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #handheld_vc_g10_g9_ebp .section.section-float { height: 1080px; } #handheld_vc_g10_g9_ebp .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #handheld_vc_g10_g9_ebp .section-01 { background-image: url('https://media.mi-home.pl/products/handheld-vc-g10-g9-ebp/section-01.jpg'); height: 560px; } #handheld_vc_g10_g9_ebp .section-01 .text-box { padding-top: 15%; padding-left: 50%; } #handheld_vc_g10_g9_ebp .section-01 .text-box .desc { font-weight: normal; color: #666; } @media (max-width: 991.98px) { #handheld_vc_g10_g9_ebp .section-01 { height: 480px; } } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section-01 { height: auto; background-position: bottom left; background-size: 160% auto; padding-bottom: 450px; background-color: #ffffff; } #handheld_vc_g10_g9_ebp .section-01 .text-box { padding: 15% 5% 10%; text-align: center; } #handheld_vc_g10_g9_ebp .section-01 .text-box .title { font-size: 28px; } #handheld_vc_g10_g9_ebp .section-01 .text-box .desc { font-size: 18px; } } @media only screen and (max-width: 575.98px) { #handheld_vc_g10_g9_ebp .section-01 { padding-bottom: 350px; } } @media only screen and (max-width: 363.98px) { #handheld_vc_g10_g9_ebp .section-01 { padding-bottom: 250px; } #handheld_vc_g10_g9_ebp .section-01 .text-box .title { font-size: 24px; } } @media (min-width: 1200px) { #handheld_vc_g10_g9_ebp .section-01 { height: 760px; } } @media (min-width: 1620px) { #handheld_vc_g10_g9_ebp .section-01 { height: 860px; } } @media (min-width: 2080px) { #handheld_vc_g10_g9_ebp .section-01 { height: 960px; } } /* =============== Section 02 =============== */ #handheld_vc_g10_g9_ebp .section-02 { background-image: url('https://media.mi-home.pl/products/handheld-vc-g10-g9-ebp/section-02.jpg'); } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section-02.section.section-float { background-position: right bottom; background-color: #F5F5F5; } } /* =============== Section 03 =============== */ #handheld_vc_g10_g9_ebp .section-03 { background-image: url('https://media.mi-home.pl/products/handheld-vc-g10-g9-ebp/section-03.jpg'); } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section-03.section.section-float { background-position: left bottom; background-color: #F5F5F5; } } /* =============== Section 04 =============== */ #handheld_vc_g10_g9_ebp .section-04 { background-image: url('https://media.mi-home.pl/products/handheld-vc-g10-g9-ebp/section-04.jpg'); } #handheld_vc_g10_g9_ebp .section-04 .text-box .text { color: #191919; } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section-04.section.section-float { background-position: right bottom; background-color: #F5F5F5; } } /* =============== Section 05 =============== */ #handheld_vc_g10_g9_ebp .section-05 { background-color: #F0F0F2; padding-bottom: 7.5%; } #handheld_vc_g10_g9_ebp .section-05 .list { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1160px; width: 90%; margin: 0 auto; } #handheld_vc_g10_g9_ebp .section-05 .list .item { color: #666; text-align: center; padding: 20px; flex: 0 0 33.3333%; width: 33.3333%; } #handheld_vc_g10_g9_ebp .section-05 .list .item img { display: inline-block; width: 300px; } #handheld_vc_g10_g9_ebp .section-05 .list .item .text { font-size: 16px; display: block; margin-top: 15px; font-weight: 300; line-height: 1.5; } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .section-05 .list .item { flex: 0 0 80%; width: 80%; } #handheld_vc_g10_g9_ebp .section-05 .list .item .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #handheld_vc_g10_g9_ebp .section-05 .list .item { flex: 0 0 100%; width: 100%; } #handheld_vc_g10_g9_ebp .section-05 .list .item .text { font-size: 14px; } } /* =============== Section spec =============== */ #handheld_vc_g10_g9_ebp .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #handheld_vc_g10_g9_ebp .section-notes ul { margin: 0; padding: 0; list-style: none; } #handheld_vc_g10_g9_ebp .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) { #handheld_vc_g10_g9_ebp .section-notes { padding: 5%; } #handheld_vc_g10_g9_ebp .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #handheld_vc_g10_g9_ebp .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #handheld_vc_g10_g9_ebp .slick-dots { bottom: 35px; } #handheld_vc_g10_g9_ebp .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; } #handheld_vc_g10_g9_ebp .slick-dots li.slick-active button::before, #handheld_vc_g10_g9_ebp .slick-dots li:hover button::before { opacity: 1; } #handheld_vc_g10_g9_ebp .slick-dotted.slick-slider { margin-bottom: 0; } #handheld_vc_g10_g9_ebp .slick-slider > .slider-item { display: none; } #handheld_vc_g10_g9_ebp .slick-slider > .slider-item:first-child { display: block; } #handheld_vc_g10_g9_ebp .slick-slider .slick-dots li button { border-radius: 30px; } #handheld_vc_g10_g9_ebp .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #handheld_vc_g10_g9_ebp .slick-slider .slick-dots li.slick-active button, #handheld_vc_g10_g9_ebp .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #handheld_vc_g10_g9_ebp .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #handheld_vc_g10_g9_ebp .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mijia Wireless Vacuum Cleaner G10/G9 Extended Range Battery Nie martw się o niski poziom baterii, nie czekaj na ładowanie. (w zestawie: 1x zestaw baterii + 1x podstawa adaptera ładującego) Podwójna moc czyszczenia i dodatkowe 65 minut wyjątkowo długiego czasu pracy baterii*. Zestaw baterii składa się z 7 baterii litowych o pojemności 3000 mAh, zapewniających długi czas pracy baterii, który nie jest krótszy niż 65 minut w trybie standardowym. Z łatwością poradzisz sobie z codziennym sprzątaniem dużej powierzchni. Zintegrowana konstrukcja instalacji. Łatwa w przechowywaniu. Chwyć go i użyj w dowolnym momencie. Podstawa ładowarki może być używana do przechowywania baterii. Może też być bezpośrednio podłączona do uchwytu odkurzacza, dzięki czemu nie musisz się martwić o szukanie zapasowych baterii. Obie baterie są ładowane w tym samym czasie i pozostają w pełni naładowane przez cały czas. Jednostka główna i akumulator z rozszerzonym programem mogą być ładowane jednocześnie za pomocą ładowarki sieciowej, co pozwoli Ci pożegnać się z problemem zapominania o ładowaniu. Instrukcja ładowania stacji dokującej. 1. Zdejmij górną pokrywę podstawki ładującej, która jest dostarczana z odkurzaczem. 2. Włóż podstawę ładowarki do gniazda ładowania, jak pokazano na rysunku. 3. Włóż akumulator do podstawy adaptera i podłącz do źródła zasilania w celu naładowania. Uwagi: * Po zainstalowaniu przedłużonej baterii, czas pracy baterii Mijia Wireless Vacuum Cleaner G10 w trybie standardowym wynosi 65 minut, a czas pracy baterii Mijia Wireless Vacuum Cleaner G9 w trybie standardowym wynosi 70 minut.
