
Mi Wireless Charging Stand (20W)
/* =============== Mi Wireless Charging Stand (20W) =============== */ #wireless_charging_stand_20w { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #wireless_charging_stand_20w ul, #wireless_charging_stand_20w ol { list-style: none; padding-left: 0; } #wireless_charging_stand_20w video, #wireless_charging_stand_20w img { vertical-align: middle; } #wireless_charging_stand_20w video { width: 100%; height: auto; } #wireless_charging_stand_20w.xiaomi_container { max-width: 2560px; } #wireless_charging_stand_20w .section { line-height: 1.2; } #wireless_charging_stand_20w .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #wireless_charging_stand_20w .font-bold { font-weight: 700; } #wireless_charging_stand_20w .font-light { font-weight: 300; } #wireless_charging_stand_20w .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #wireless_charging_stand_20w .text-box.text-box--left { text-align: left; } #wireless_charging_stand_20w .text-box--white { color: #ffffff; } #wireless_charging_stand_20w .text-box .title, #wireless_charging_stand_20w .text-box .desc, #wireless_charging_stand_20w .text-box .text { display: block; } #wireless_charging_stand_20w .text-box .title { font-size: 36px; line-height: 1.2; } #wireless_charging_stand_20w .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #wireless_charging_stand_20w .text-box .title--color { margin-bottom: 15px; opacity: .5; } #wireless_charging_stand_20w .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #wireless_charging_stand_20w .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; opacity: .7; } #wireless_charging_stand_20w .text-box--white .text { color: #ffffff; opacity: .8; } #wireless_charging_stand_20w .text-box .text.text--small { font-size: 14px; opacity: .5; } #wireless_charging_stand_20w .video-box, #wireless_charging_stand_20w .image-box { padding: 0 12.5%; } #wireless_charging_stand_20w .video-box video { width: 100%; height: auto; } #wireless_charging_stand_20w .video a, #wireless_charging_stand_20w .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #wireless_charging_stand_20w .video a img, #wireless_charging_stand_20w .video .video-link img { transition: 0.3s ease-in-out transform; } #wireless_charging_stand_20w .video a:hover img, #wireless_charging_stand_20w .video .video-link:hover img { transform: scale(1.1); } #wireless_charging_stand_20w .video a::after, #wireless_charging_stand_20w .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/wireless-charging-stand-20w/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #wireless_charging_stand_20w .text-box { padding: 5%; } #wireless_charging_stand_20w .text-box .title { font-size: 28px; } #wireless_charging_stand_20w .text-box .title.title--big { font-size: 36px; } #wireless_charging_stand_20w .video-box, #wireless_charging_stand_20w .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #wireless_charging_stand_20w .text-box .title { font-size: 24px; } #wireless_charging_stand_20w .text-box .title.title--big { font-size: 28px; } #wireless_charging_stand_20w .text-box .desc { font-size: 18px; margin-top: 10px; } #wireless_charging_stand_20w .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .text-box { padding: 10% 5%; } #wireless_charging_stand_20w .text-box .title { font-size: 20px; } #wireless_charging_stand_20w .text-box .title.title--big { font-size: 24px; } #wireless_charging_stand_20w .text-box .desc { font-size: 16px; } #wireless_charging_stand_20w .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .text-box .text { font-size: 18px; } } @media (min-width: 1620px) { #wireless_charging_stand_20w .text-box .text { padding-left: 10%; padding-right: 10%; } #wireless_charging_stand_20w .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #wireless_charging_stand_20w .section.section-float { position: relative; z-index: 1; height: 540px; } #wireless_charging_stand_20w .section.section-float--big { height: 680px; } #wireless_charging_stand_20w .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #wireless_charging_stand_20w .section .text-box.text-box-float--left { left: 5%; } #wireless_charging_stand_20w .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #wireless_charging_stand_20w .section.section-float { height: 440px; } #wireless_charging_stand_20w .section.section-float--big { height: 560px; } } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 420px; } #wireless_charging_stand_20w .section .text-box.text-box-float, #wireless_charging_stand_20w .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) { #wireless_charging_stand_20w .section.section-float { padding-bottom: 250px; } } @media only screen and (max-width: 363.98px) { #wireless_charging_stand_20w .section.section-float { padding-bottom: 180px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section.section-float { height: 620px; } #wireless_charging_stand_20w .section.section-float--big { height: 820px; } #wireless_charging_stand_20w .section .text-box.text-box-float { width: 35%; } #wireless_charging_stand_20w .section .text-box.text-box-float--right { width: 35%; } #wireless_charging_stand_20w .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1620px) { #wireless_charging_stand_20w .section.section-float { height: 740px; } #wireless_charging_stand_20w .section.section-float--big { height: 980px; } #wireless_charging_stand_20w .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #wireless_charging_stand_20w .section.section-float { height: 960px; } #wireless_charging_stand_20w .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #wireless_charging_stand_20w .section-01 { background-image: url('https://media.mi-home.pl/products/wireless-charging-stand-20w/section-01.jpg'); height: 620px; } #wireless_charging_stand_20w .section-01 .text-box { padding-top: 15%; padding-right: 40%; } #wireless_charging_stand_20w .section-01 .text-box .title { font-size: 36px; } #wireless_charging_stand_20w .section-01 .text-box .desc { font-size: 24px; margin-top: 15px; color: #eddaad; font-weight: 500; } #wireless_charging_stand_20w .section-01 .text-box .text--small { margin-top: 150px; } @media (max-width: 991.98px) { #wireless_charging_stand_20w .section-01 { height: 480px; } #wireless_charging_stand_20w .section-01 .text-box { padding-top: 10%; } #wireless_charging_stand_20w .section-01 .text-box .title { font-size: 36px; } #wireless_charging_stand_20w .section-01 .text-box .text--small { margin-top: 30px; } } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section-01 { height: auto; background-position: right bottom; background-size: 180% auto; background-color: #98B7D6; padding-bottom: 450px; } #wireless_charging_stand_20w .section-01 .text-box { position: static; width: 100%; text-align: center; transform: none; padding: 10% 5%; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .section-01 { padding-bottom: 320px; } #wireless_charging_stand_20w .section-01 .text-box { padding: 15% 5% 10%; } #wireless_charging_stand_20w .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 363.98px) { #wireless_charging_stand_20w .section-01 { padding-bottom: 240px; } #wireless_charging_stand_20w .section-01 .text-box .title { font-size: 24px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section-01 { height: 720px; } #wireless_charging_stand_20w .section-01 .text-box .title { font-size: 42px; } } @media (min-width: 1400px) { #wireless_charging_stand_20w .section-01 .text-box .text--small { margin-top: 200px; } } @media (min-width: 1620px) { #wireless_charging_stand_20w .section-01 { height: 840px; } } @media (min-width: 2080px) { #wireless_charging_stand_20w .section-01 { height: 960px; } } /* =============== Section 02 =============== */ #wireless_charging_stand_20w .section-02 { color: #191919; padding: 5% 0; } #wireless_charging_stand_20w .section-02 .items-list { display: flex; padding: 0 7.5%; flex-wrap: wrap; } #wireless_charging_stand_20w .section-02 .items-list .text-item { flex: 0 0 33.3333%; width: 33.3333%; float: left; padding: 30px 15px; text-align: center; border-right: 1px solid #cccccc; font-size: 14px; color: #4d4c4c; font-weight: 300; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(-n+3) { border-bottom: 1px solid #cccccc; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(3n+3) { border-right: none; } #wireless_charging_stand_20w .section-02 .items-list .text-item strong { display: block; font-size: 19px; font-weight: 700; margin-bottom: 10px; } #wireless_charging_stand_20w .section-02 .text { opacity: .5; font-size: 13px; font-weight: 300; text-align: center; display: block; padding-left: 5%; padding-right: 5%; margin-top: 5%; } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section-02 .items-list .text-item { flex: 0 0 50%; width: 50%; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(-n+4) { border-bottom: 1px solid #cccccc; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(3n+3) { border-right: 1px solid #cccccc; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(2n+2) { border-right: none; } #wireless_charging_stand_20w .section-02 .items-list .text-item strong { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .section-02 .items-list .text-item { flex: 0 0 100%; width: 100%; border-right: none; padding: 25px 0; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(3n+3) { border-right: none; } #wireless_charging_stand_20w .section-02 .items-list .text-item:nth-child(-n+5) { border-bottom: 1px solid #cccccc; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section-02 .items-list { padding: 0 12.5%; } } /* =============== Section 03 =============== */ #wireless_charging_stand_20w .section-03 { background-image: url('https://media.mi-home.pl/products/wireless-charging-stand-20w/section-03.jpg'); height: 780px; } @media (max-width: 991.98px) { #wireless_charging_stand_20w .section-03 { height: 640px; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .section-03 { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #E2E2E2; padding-bottom: 280px; } #wireless_charging_stand_20w .section-03 .text-box { padding: 10% 5%; } } @media only screen and (max-width: 363.98px) { #wireless_charging_stand_20w .section-03 { padding-bottom: 200px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section-03 { height: 840px; } } @media (min-width: 1620px) { #wireless_charging_stand_20w .section-03 { height: 960px; } } @media (min-width: 2080px) { #wireless_charging_stand_20w .section-03 { height: 1080px; } } /* =============== Section 04 =============== */ #wireless_charging_stand_20w .section-04 { padding: 5%; } /* =============== Section 05 =============== */ #wireless_charging_stand_20w .section-05 { background-color: #8EACCA; padding-bottom: 5%; } #wireless_charging_stand_20w .section-05.section .image-box-wrap { width: 90%; } #wireless_charging_stand_20w .section-05.section .image-box-wrap .image-box { background-color: #ffffff; } /* =============== Section 06 =============== */ #wireless_charging_stand_20w .section-06 { background-image: url('https://media.mi-home.pl/products/wireless-charging-stand-20w/section-06.jpg'); } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section-06.section.section-float { background-position: right bottom; } } /* =============== Section 07 =============== */ #wireless_charging_stand_20w .section-07 { background-image: url('https://media.mi-home.pl/products/wireless-charging-stand-20w/section-07.jpg'); padding-bottom: 7.5%; } #wireless_charging_stand_20w .section-07 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; } #wireless_charging_stand_20w .section-07 .list .item { flex: 0 0 20%; width: 20%; padding: 20px; text-align: center; color: #b2c6d8; font-size: 16px; font-weight: 300; } #wireless_charging_stand_20w .section-07 .list .item img { width: 64px; } #wireless_charging_stand_20w .section-07 .list .item .text { display: block; margin-top: 20px; } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section-07 .list .item { flex: 0 0 33.3333%; width: 33.3333%; } #wireless_charging_stand_20w .section-07 .list .item { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .section-07 .list .item { flex: 0 0 50%; width: 50%; } #wireless_charging_stand_20w .section-07 .list .item { font-size: 14px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section-07 .list .item { font-size: 18px; } } /* =============== Section 08 =============== */ #wireless_charging_stand_20w .section-08 { padding: 5% 2.5%; } /* =============== Section image box =============== */ #wireless_charging_stand_20w .section .image-box-wrap { padding: 0; width: 100%; max-width: 2000px; margin: 0 auto; overflow: hidden; border-radius: 30px; } #wireless_charging_stand_20w .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #f8f8f8; } #wireless_charging_stand_20w .section .image-box--reverse { flex-direction: row-reverse; } #wireless_charging_stand_20w .section .text-wrap, #wireless_charging_stand_20w .section .image { width: 50%; flex: 0 0 50%; } #wireless_charging_stand_20w .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #191919; } #wireless_charging_stand_20w .section .text-wrap > div { width: 100%; } #wireless_charging_stand_20w .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 0; font-weight: bold; } #wireless_charging_stand_20w .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 16px; display: block; color: #666; } #wireless_charging_stand_20w .section .text-wrap .text.text--small { font-size: 14px; } @media (max-width: 991.98px) { #wireless_charging_stand_20w .section .text-wrap .title { font-size: 20px; } #wireless_charging_stand_20w .section .text-wrap .text { font-size: 15px; } #wireless_charging_stand_20w .section .text-wrap .text.text--small { font-size: 13px; } } @media (max-width: 767.98px) { #wireless_charging_stand_20w .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #wireless_charging_stand_20w .section .text-wrap, #wireless_charging_stand_20w .section .image { width: 100%; display: block; } #wireless_charging_stand_20w .section .text-wrap { padding: 10% 5%; text-align: center; } #wireless_charging_stand_20w .section .image-box-wrap { border-radius: 20px; } #wireless_charging_stand_20w .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #wireless_charging_stand_20w .section .image-box-wrap { border-radius: 10px; } #wireless_charging_stand_20w .section .text-wrap .title { font-size: 18px; } #wireless_charging_stand_20w .section .text-wrap .text { font-size: 14px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section .text-wrap { padding: 0 10%; } #wireless_charging_stand_20w .section .text-wrap .text { font-size: 18px; } #wireless_charging_stand_20w .section .text-wrap .title { font-size: 28px; } } /* =============== Section spec =============== */ #wireless_charging_stand_20w .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #wireless_charging_stand_20w .section-notes ul { margin: 0; padding: 0; list-style: none; } #wireless_charging_stand_20w .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) { #wireless_charging_stand_20w .section-notes { padding: 5%; } #wireless_charging_stand_20w .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #wireless_charging_stand_20w .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #wireless_charging_stand_20w .slick-dots { bottom: 35px; } #wireless_charging_stand_20w .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; } #wireless_charging_stand_20w .slick-dots li.slick-active button::before, #wireless_charging_stand_20w .slick-dots li:hover button::before { opacity: 1; } #wireless_charging_stand_20w .slick-dotted.slick-slider { margin-bottom: 0; } #wireless_charging_stand_20w .slick-slider > .slider-item { display: none; } #wireless_charging_stand_20w .slick-slider > .slider-item:first-child { display: block; } #wireless_charging_stand_20w .slick-slider .slick-dots li button { border-radius: 30px; } #wireless_charging_stand_20w .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #wireless_charging_stand_20w .slick-slider .slick-dots li.slick-active button, #wireless_charging_stand_20w .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #wireless_charging_stand_20w .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #wireless_charging_stand_20w .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mi Wireless Charging Stand (20W) Ładuje telefony ustawione poziomo lub pionowo, dzięki czemu możesz kontynuować korzystanie z telefonu podczas ładowania. 20W bezprzewodowe, superszybkie ładowanie. *Apple bezprzewodowe szybkie ładowanie: Nie jest kompatybilny z oryginalnym adapterem 5V/1A, który jest dostarczany z telefonami Apple. Zalecamy użycie ładowarki 18W do szybkiego ładowania bezprzewodowego. Nowy sposób ładowania bezprzewodowego Oglądaj film podczas ładowania Pionowa konstrukcja Szybkie indukcyjne ładowanie błyskawiczne 20W Superszybkie ładowanie bezprzewodowe o mocy 20W* Uniwersalne szybkie ładowanie Kompatybilny z większością urządzeń obsługujących ładowanie bezprzewodowe Podwójne cewki Ładowanie telefonu umieszczonego pionowo lub poziomo Ładowanie przez etui Odległość indukcji ≤4 mm *Do maksymalnie 20W mocy bezprzewodowego superszybkiego ładowania w przypadku użycia z oryginalnym Mi 27W lub powyżej 27W z adapterem Bezprzewodowe superszybkie ładowanie o mocy 20W. Naładuj Mi 9 Pro do 50% w 35 minut. Do 20W bezprzewodowego superszybkiego ładowania przy użyciu standardowego adaptera dla Mi 9 Pro. Naładuj Mi 9 Pro do 50% w zaledwie 35 minut*. Podwójne cewki. Umieść swój telefon pionowo lub poziomo i korzystaj z niego podczas ładowania. Dzięki pionowemu wsparciu i podwójnym cewkom, możesz umieścić swój telefon pionowo lub poziomo, aby go naładować. Odblokuj swój telefon poprzez rozpoznawanie twarzy, wejdź na YouTube, obejrzyj film w trybie krajobrazowym lub graj w grę. Baw się dobrze na swoim telefonie, podczas gdy ten się ładuje. Ładuj poziomo Chcesz obejrzeć film, gdy Twój telefon się ładuje? Nie ma problemu. Wystarczy, że położysz telefon poziomo. Ładowanie w pionie Umieść telefon pionowo i wejdź na TikTok'a, aby sprawdzić co porabiają Twoi znajomi, podczas gdy Twój telefon się ładuje. Inteligentna kompatybilność z Apple i Samsung. Możliwość ładowania telefonów w etui. Kompatybilny z szeroką gamą urządzeń obsługujących ładowanie bezprzewodowe. Zapewnia nie tylko 20W superszybkiego ładowania dla m.in. Mi 9 i Mi 9 Pro, ale także 10W szybkiego ładowania dla m.in. Samsunga S10. Bezprzewodowe ładowanie z odległością indukcji do 4 mm pozwala trzymać telefon w etui i nadal cieszyć się superszybkim ładowaniem. Inteligentne wykrywanie obcych obiektów (FOD). Dodatkowa ochrona dla większego bezpieczeństwa. Inteligentne wykrywanie metalu FOD zapobiega uszodzeniom spowodowanym przez klucze, monety i inne metalowe przedmioty przypadkowo umieszczone na ładowarce, przed pobraniem prądu i przegrzaniem. Większa ochrona podczas ładowania urządzeń elektronicznych oznacza większe bezpieczeństwo dla Ciebie na co dzień. Ochrona temperaturowa Ochrona przeciwzwarciowa Ochrona zasilania Wykrywanie obcych obiektów Ochrona przepięciowa Panel ładowania PC Materiały przyjazne środowisku* gwarantujące bezpieczeństwo i trwałość. Antypoślizgowa podkładka silikonowa Stabilna pozycja na biurku i stole. USB-C port Działa każdą stroną, po prostu podłącz go którąkolwiek stroną chcesz. Uwagi: *Uniwersalne szybkie ładowanie 20W: bezprzewodowe szybkie ładowanie 20W jest przeznaczone dla Mi 9, Mi 9 Pro, Mi 10, Mi 10 Pro. Moc szczytowa może się różnić w przypadku innych modeli telefonów ze względu na różnice w wersjach oprogramowania układowego. *Adapter nie jest dołączony. Ładowarka wymaga adaptera 5V/2A lub wyższego. *Szybkość ładowania może się różnić w zależności od użytkowania urządzenia, warunków ładowania i innych czynników. *Ładuj telefony w ich futerałach: Ta ładowarka bezprzewodowa ma pionową odległość indukcji ≤4 mm. Ładowanie bezprzewodowe nie działa, jeśli obudowa telefonu jest grubsza niż odległość indukcji. Ładowanie bezprzewodowe nie działa również w przypadku metalowych obudów telefonów. Telefony z obudowami o nieregularnych kształtach należy umieszczać ostrożnie, aby zapobiec zsunięciu się telefonu z ładowarki podczas ładowania bezprzewodowego. *Materiał przyjazny dla środowiska; raport z badań: Wydany przez Dongguan EMTEK Technology Co., Ltd. Nr raportu badań: ED190807010C. *Jeśli nie zaznaczono inaczej, wszystkie powyższe dane są wartościami zmierzonymi przez laboratoria Zimi. Dane te mogą się jednak różnić w zależności od obiektywnych zmian środowiskowych.
