
Xiaomi Mi Band 8 Active — Pink
/* =============== Xiaomi Smart Band 8 Active =============== */ #smart_band_8_active { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: 'Camphor Pro'; } #smart_band_8_active ul, #smart_band_8_active ol { list-style: none; padding-left: 0; } #smart_band_8_active video, #smart_band_8_active img { vertical-align: middle; } #smart_band_8_active video { width: 100%; height: auto; } #smart_band_8_active.xiaomi_container { max-width: 2560px; } #smart_band_8_active .section { line-height: 1.2; } #smart_band_8_active .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_band_8_active .font-bold { font-weight: bold; } #smart_band_8_active .font-light { font-weight: 300; } #smart_band_8_active .font-color { color: #ff9338; } #smart_band_8_active .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #smart_band_8_active .text-box.text-box--left { text-align: left; } #smart_band_8_active .text-box--white { color: #999999; } #smart_band_8_active .text-box--white .title { color: #ffffff; } #smart_band_8_active .text-box .title, #smart_band_8_active .text-box .desc, #smart_band_8_active .text-box .text { display: block; } #smart_band_8_active .text-box .title { font-size: 36px; line-height: 1.2; } #smart_band_8_active .text-box .title.title--big { font-size: 48px; margin-bottom: 20px; } #smart_band_8_active .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 500; } #smart_band_8_active .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; color: #737373; } #smart_band_8_active .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_band_8_active .video-box, #smart_band_8_active .image-box { padding: 0 12.5%; } #smart_band_8_active .video-box video { width: 100%; height: auto; } #smart_band_8_active .video a, #smart_band_8_active .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_band_8_active .video a img, #smart_band_8_active .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_band_8_active .video a:hover img, #smart_band_8_active .video .video-link:hover img { transform: scale(1.1); } #smart_band_8_active .video a::after, #smart_band_8_active .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-band-8-active/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 5; } @media (max-width: 991.98px) { #smart_band_8_active .text-box { padding: 5%; } #smart_band_8_active .text-box .title { font-size: 28px; } #smart_band_8_active .text-box .title.title--big { font-size: 42px; } #smart_band_8_active .video-box, #smart_band_8_active .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_band_8_active .text-box .title { font-size: 24px; } #smart_band_8_active .text-box .title.title--big { font-size: 36px; } #smart_band_8_active .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_band_8_active .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .text-box { padding: 10% 5%; } #smart_band_8_active .text-box .title { font-size: 20px; } #smart_band_8_active .text-box .title.title--big { font-size: 28px; } #smart_band_8_active .text-box .desc { font-size: 16px; } #smart_band_8_active .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_band_8_active .text-box .text { padding-left: 10%; padding-right: 10%; font-size: 16px; } #smart_band_8_active .text-box .title.title--big { font-size: 60px; } #smart_band_8_active .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } @media (min-width: 1620px) { #smart_band_8_active .text-box .text { font-size: 16px; } } /* =============== 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_band_8_active .xiaomi_product_name { font-family: 'Xiaomi Brand', 'Camphor Pro', sans-serif !important; } /* =============== Custom =============== */ #smart_band_8_active .section .text-bottom { width: 90%; margin: 0 auto; text-align: center; font-size: 13px; font-weight: 300; padding: 20px; color: rgba(0, 0, 0, .5); } @media (min-width: 1200px) { #smart_band_8_active .section .text-bottom { width: 75%; } } /* =============== Section 01 =============== */ #smart_band_8_active .section-01 { background-image: url('https://media.mi-home.pl/products/smart-band-8-active/section-01.jpg'); height: 640px; position: relative; z-index: 1; } #smart_band_8_active .section-01 .text-box { padding-top: 20%; padding-right: 50%; } #smart_band_8_active .section-01 .text-box .title { font-size: 42px; font-weight: bold; } #smart_band_8_active .section-01 .text-box .title span { white-space: nowrap; } #smart_band_8_active .section-01 .text-box img { max-height: 36px; display: inline-block; margin-top: 15px; } #smart_band_8_active .section-01 .text-box .desc { font-size: 22px; font-weight: 500; margin-top: 10px; color: #191919; } @media (max-width: 991.98px) { #smart_band_8_active .section-01 { height: 560px; } #smart_band_8_active .section-01 .text-box .desc { font-size: 20px; } #smart_band_8_active .section-01 .text-box .title { font-size: 36px; } } @media (max-width: 767.98px) { #smart_band_8_active .section-01 { height: auto; background-size: 150% auto; background-position: right bottom; padding-bottom: 550px; background-color: #ffffff; } #smart_band_8_active .section-01 .text-box { padding: 10% 5%; text-align: center; } #smart_band_8_active .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-01 { padding-bottom: 380px; } #smart_band_8_active .section-01 .text-box { padding: 15% 5% 10%; } #smart_band_8_active .section-01 .text-box .title { font-size: 32px; } #smart_band_8_active .section-01 .text-box .title img { max-height: 32px; } #smart_band_8_active .section-01 .text-box .desc { font-size: 16px; } #smart_band_8_active .section-01 .text-box .text { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-01 { padding-bottom: 280px; } #smart_band_8_active .section-01 .text-box .title { font-size: 28px; } } @media (min-width: 1200px) { #smart_band_8_active .section-01 { height: 860px; } #smart_band_8_active .section-01 .text-box .title { font-size: 54px; } #smart_band_8_active .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1600px) { #smart_band_8_active .section-01 { height: 980px; } #smart_band_8_active .section-01 .text-box .title { font-size: 60px; } } @media (min-width: 2080px) { #smart_band_8_active .section-01 { height: 1080px; } } /* =============== Section 02 =============== */ #smart_band_8_active .section-02 { padding: 7.5% 0; } #smart_band_8_active .section-02 .section-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } #smart_band_8_active .section-02 .section-wrapper .item-wrapper, #smart_band_8_active .section-02 .section-wrapper .column { display: flex; flex-wrap: wrap; justify-content: space-between; } #smart_band_8_active .section-02 .section-wrapper .item-1 { flex: 0 0 calc(36% - 10px); width: calc(36% - 10px); } #smart_band_8_active .section-02 .section-wrapper .item-wrapper { flex: 0 0 calc(64% - 10px); width: calc(64% - 10px); } #smart_band_8_active .section-02 .section-wrapper .item-2 { flex: 0 0 100%; width: 100%; } #smart_band_8_active .section-02 .section-wrapper .item-3 { flex: 0 0 calc(52% - 10px); width: calc(52% - 10px); margin-top: 20px; } #smart_band_8_active .section-02 .section-wrapper .item-4 { flex: 0 0 calc(48% - 10px); width: calc(48% - 10px); margin-top: 20px; } #smart_band_8_active .section-02 .section-wrapper .item { position: relative; z-index: 1; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper { position: absolute; z-index: 2; font-size: 15px; font-weight: 300; padding: 5%; width: 100%; line-height: 1.2; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .title { margin-bottom: 10px; font-weight: bold; font-size: 21px; } #smart_band_8_active .section-02 .section-wrapper .item-1 .text-wrapper .title, #smart_band_8_active .section-02 .section-wrapper .item-5 .text-wrapper .title { font-size: 28px; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .desc { font-size: 18px; font-weight: 500; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .text { color: #737373; } #smart_band_8_active .section-02 .section-wrapper .column-2 .item { flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); margin-top: 20px; } #smart_band_8_active .section-02 .section-wrapper .item-2 .text-wrapper { padding-right: 65%; } #smart_band_8_active .section-02 .section-wrapper .item-5 .text-wrapper, #smart_band_8_active .section-02 .section-wrapper .item-6 .text-wrapper { padding-right: 65%; } @media (max-width: 991.98px) { #smart_band_8_active .section-02 .section-wrapper .text-wrapper .title { font-size: 18px; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .desc { font-size: 16px; } } @media (max-width: 767.98px) { #smart_band_8_active .section-02 .section-wrapper .text-wrapper .title { font-size: 16px; margin-bottom: 5px; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper { font-size: 14px; } #smart_band_8_active .section-02 .section-wrapper .item-1 { margin-bottom: 20px; } #smart_band_8_active .section-02 .section-wrapper .item-1, #smart_band_8_active .section-02 .section-wrapper .item-wrapper, #smart_band_8_active .section-02 .section-wrapper .column-2 .item { flex: 0 0 100%; width: 100%; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-02 .section-wrapper .item-3, #smart_band_8_active .section-02 .section-wrapper .item-4, #smart_band_8_active .section-02 .section-wrapper .column-2 .item { flex: 0 0 100%; width: 100%; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-02 .section-wrapper .text-wrapper .title { font-size: 15px; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .desc { font-size: 15px; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper { font-size: 13px; } #smart_band_8_active .section-02 .section-wrapper .item-2 .text-wrapper { padding-right: 60%; } } @media (min-width: 1200px) { #smart_band_8_active .section-02 .section-wrapper .text-wrapper { padding: 10%; } #smart_band_8_active .section-02 .section-wrapper .text-wrapper .title { font-size: 24px; } #smart_band_8_active .section-02 .section-wrapper .item-1 .text-wrapper .title, #smart_band_8_active .section-02 .section-wrapper .item-5 .text-wrapper .title { font-size: 36px; } } /* =============== Section 03 =============== */ #smart_band_8_active .section-03 { background-image: url('https://media.mi-home.pl/products/smart-band-8-active/section-03.jpg'); } #smart_band_8_active .section-03 .text-box { padding-left: 55%; padding-top: 10%; padding-bottom: 10%; } #smart_band_8_active .section-03 .text-box .text-wrapper { margin-top: 30px; } #smart_band_8_active .section-03 .text-box .text-wrapper .text:nth-child(2) { margin-top: 0; } @media (max-width: 767.98px) { #smart_band_8_active .section-03 .text-box { padding-top: 5%; padding-bottom: 5%; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-03 { background-size: 160% auto; background-position: left bottom; background-color: #F3F3F3; padding-bottom: 350px; } #smart_band_8_active .section-03 .text-box { padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-03 { padding-bottom: 250px; } } @media (min-width: 1620px) { #smart_band_8_active .section-03 .text-box { padding-top: 15%; padding-bottom: 15%; } } /* =============== Section 04 =============== */ #smart_band_8_active .section-04 { background-image: url('https://media.mi-home.pl/products/smart-band-8-active/section-04.jpg'); } #smart_band_8_active .section-04 .text-box { padding-right: 60%; padding-top: 12.5%; padding-bottom: 12.5%; } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-04 { background-size: 160% auto; background-position: right bottom; background-color: #F3F0E9; padding-bottom: 300px; } #smart_band_8_active .section-04 .text-box { padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-04 { padding-bottom: 220px; } } /* =============== Section 05 =============== */ #smart_band_8_active .section-05 { padding: 10% 0 5% 0; } #smart_band_8_active .section-05 .section-wrapper { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: center; background-color: #F7F7F7; overflow: hidden; border-radius: 30px; } #smart_band_8_active .section-05 .section-wrapper > * { flex: 0 0 50%; width: 50%; } #smart_band_8_active .section-05 .text-box { padding: 5% 10%; } @media (max-width: 991.98px) { #smart_band_8_active .section-05 .section-wrapper { border-radius: 20px; } #smart_band_8_active .section-05 .text-box { padding: 5%; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-05 .section-wrapper > * { flex: 0 0 100%; width: 100%; } #smart_band_8_active .section-05 .text-box { padding: 10% 5%; text-align: center; } } /* =============== Section 06 =============== */ #smart_band_8_active .section-06 { padding-top: 2.5%; padding-bottom: 7.5%; } #smart_band_8_active .section-06 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } /* =============== Section 07 =============== */ #smart_band_8_active .section-07 { padding-top: 2.5%; padding-bottom: 7.5%; } /* =============== Section 08 =============== */ #smart_band_8_active .section-08 { padding-top: 2.5%; padding-bottom: 7.5%; background-color: #FAF6F3; } #smart_band_8_active .section-08 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } /* =============== Section 09 =============== */ #smart_band_8_active .section-09 { padding-top: 2.5%; background-color: #F1FAFF; } #smart_band_8_active .section-09 .text-box { padding-bottom: 0; } /* =============== Section 10 =============== */ #smart_band_8_active .section-10 { padding: 7.5% 0 0; } #smart_band_8_active .section-10 .section-wrapper { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: center; } #smart_band_8_active .section-10 .section-wrapper > * { flex: 0 0 50%; width: 50%; } #smart_band_8_active .section-10 .text-box { padding: 5% 5% 5% 10%; } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-10 .section-wrapper > * { flex: 0 0 100%; width: 100%; } #smart_band_8_active .section-10 .text-box { padding: 10% 5%; text-align: center; } } /* =============== Section 11 =============== */ #smart_band_8_active .section-11 { padding: 7.5% 0; } #smart_band_8_active .section-11 .section-wrapper { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } #smart_band_8_active .section-11 .section-wrapper > * { flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); position: relative; z-index: 1; } #smart_band_8_active .section-11 .text-box { padding: 5%; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; } #smart_band_8_active .section-11 .text-box .title { font-size: 28px; } @media (max-width: 991.98px) { #smart_band_8_active .section-11 .text-box .title { font-size: 24px; } } @media (max-width: 767.98px) { #smart_band_8_active .section-11 .text-box .title { font-size: 18px; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-11 .section-wrapper > * { flex: 0 0 100%; width: 100%; margin: 10px 0; } } @media (min-width: 1200px) { #smart_band_8_active .section-11 .text-box { padding: 10%; } } /* =============== Section 12 =============== */ #smart_band_8_active .section-12 { padding: 7.5% 0; background-color: #EAEAEA; } #smart_band_8_active .section-12 .section-wrapper { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } #smart_band_8_active .section-12 .section-wrapper > * { flex: 0 0 calc(50% - 10px); width: calc(50% - 10px); position: relative; z-index: 1; background-color: #ffffff; border-radius: 20px; display: flex; align-items: center; padding: 5%; justify-content: space-between; } #smart_band_8_active .section-12 .text-box { padding: 5%; } #smart_band_8_active .section-12 .image-wrapper { flex: 0 0 140px; width: 140px; } #smart_band_8_active .section-12 .text-box .desc { margin-top: 0; } @media (max-width: 991.98px) { #smart_band_8_active .section-12 .section-wrapper > * { flex: 0 0 100%; width: 100%; margin-bottom: 20px; } #smart_band_8_active .section-12 .section-wrapper > *:last-child { margin-bottom: 0; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-12 .section-wrapper .item { flex-wrap: wrap; } #smart_band_8_active .section-12 .section-wrapper .item > * { flex: 0 0 100%; width: 100%; text-align: center; } #smart_band_8_active .section-12 .section-wrapper .item img { width: 120px; } } /* =============== Section 13 =============== */ #smart_band_8_active .section-13 { background-image: url('https://media.mi-home.pl/products/smart-band-8-active/section-13.jpg'); } #smart_band_8_active .section-13 .text-box { padding-right: 55%; padding-top: 15%; padding-bottom: 15%; } #smart_band_8_active .section-13 .text-box .text-wrapper .title { margin-top: 30px; } #smart_band_8_active .section-13 .text-box .text-wrapper .text { margin-top: 0; } @media (max-width: 767.98px) { #smart_band_8_active .section-13 .text-box { padding-right: 50%; padding-top: 10%; padding-bottom: 10%; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-13 { background-size: 160% auto; background-position: right bottom; background-color: #fff; padding-bottom: 350px; } #smart_band_8_active .section-13 .text-box { padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-13 { padding-bottom: 250px; } } /* =============== Section 14 =============== */ #smart_band_8_active .section-14 { background-image: url('https://media.mi-home.pl/products/smart-band-8-active/section-14.jpg'); } #smart_band_8_active .section-14 .text-box { padding-left: 55%; padding-top: 10%; padding-bottom: 10%; } #smart_band_8_active .section-14 .text-box img { height: 36px; display: inline-block; margin-top: 30px; } @media (max-width: 991.98px) { #smart_band_8_active .section-14 .text-box { padding-left: 50%; padding-top: 7.5%; padding-bottom: 7.5%; } } @media (max-width: 767.98px) { #smart_band_8_active .section-14 .text-box { padding-left: 45%; padding-top: 5%; padding-bottom: 5%; } } @media only screen and (max-width: 575.98px) { #smart_band_8_active .section-14 { background-size: 180% auto; background-position: left bottom; background-color: #EAEAEA; padding-bottom: 350px; } #smart_band_8_active .section-14 .text-box { padding: 10% 5%; text-align: center; } } @media only screen and (max-width: 363.98px) { #smart_band_8_active .section-14 { padding-bottom: 250px; } } @media (min-width: 1200px) { #smart_band_8_active .section-14 .text-box { padding-top: 15%; padding-bottom: 15%; } } /* =============== Section spec =============== */ #smart_band_8_active .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_band_8_active .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_band_8_active .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_band_8_active .section-notes { padding: 5%; } #smart_band_8_active .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_band_8_active .section-notes { padding: 3.5% 0; max-width: 1164px; } } Xiaomi Smart Band 8 Active Aktywuj swój dzień 1.47" Ekran LCD | Duży, wyraźny i jasny Bądź aktywny z Ponad 50 trybami sportu Całodzienne monitorowanie snu, tętna i SpO2* Smukła obudowa o grubości 9,99 mm zapewnia optymalny komfort* 100+ tarcz pasujących do każdego stylu* Do 14 dni pracy na baterii, wodoodporność 5ATM* Zobacz wszystko wyraźniej. Bardzo duży wyświetlacz 1.47". Większy rozmiar zapewnia większą funkcjonalność i bardziej przyciągające wzrok informacje i treści. Możesz sprawdzić swoje tętno podczas ćwiczeń lub rzucić okiem na wiadomości podczas dojazdów do pracy, a wszystko to za jednym ruchem nadgarstka. +10.5%* Obszar wyświetlania *Wyświetlacz Xiaomi Smart Band 8 Active jest o około 10,5% większy niż wyświetlacz Xiaomi Smart Band 8. Lekki i smukły. Korpus 9,99 mm*. Smukła i wyrafinowana konstrukcja sprawia, że jest niewyczuwalny bez względu na to, czy pracujesz, ćwiczysz czy śpisz. Kompletnie komfortowa współpraca. *Grubość 9,99 mm, z wyłączeniem czujnika tętna. Konkretne dane pomiarowe mogą różnić się od danych laboratoryjnych ze względu na różne narzędzia pomiarowe. Wyśmienity design. Zupełnie nowa konstrukcja klamry. Rozkosznie wygodna w noszeniu, piękna i stylowa. Kolorowy pasek przyjazny dla skóry*. Przyjazny dla skóry materiał TPU jest miękki, gładki i bardziej wodoodporny, umożliwiając swobodne ćwiczenia. Pełne spektrum kombinacji kolorystycznych pozwala pokazać swoją wyjątkową osobowość. *Xiaomi Smart Band 8 Active jest dostarczany z czarnym lub różowym paskiem. Paski w innych kolorach należy zakupić osobno. Niestandardowe tarcze zegarka. Swobodna personalizacja. Zupełnie nowy interfejs i ponad 100 tarcz zegarka do wyboru pozwalają dopasować tarcze i paski zgodnie z osobistymi preferencjami i stylem. Ponad 50 trybów sportowych. Obsługuje ponad 50 trybów sportowych, obejmujących prawie wszystkie rodzaje sportów. Dokładne śledzenie czasu trwania ćwiczeń i spalanych kalorii, Twoje ćwiczenia staną się bardziej satysfakcjonujące. Wodoodporność do 50 metrów. Dzięki wodoodporności 5ATM* nie ma potrzeby zdejmowania go podczas pływania. Całodobowe monitorowanie stężenia tlenu we krwi. Ulepszone monitorowanie tlenu we krwi nie tylko działa przez cały dzień, ale także wysyła powiadomienia o niskim nasyceniu krwi tlenem*. Całodobowe monitorowanie tętna Tętno może być monitorowane 24 godziny na dobę. Powiadomienia mogą być również wysyłane, gdy tętno jest zbyt wysokie lub zbyt niskie*, umożliwiając monitorowanie pracy serca w każdym momencie. Naukowe monitorowanie snu Dokładnie śledzi stan snu na różnych etapach i zapewnia odpowiednie sugestie dotyczące snu, aby pomóc zoptymalizować jego jakość. Zarządzanie zdrowiem kobiety Bądź na bieżąco ze swoim cyklem dzięki funkcji śledzenia owulacji. Powiadomienie z wyprzedzeniem zapewnia miesiąc bez zmartwień*. Pomiar poziomu stresu Zrób sobie przerwę, gdy podskoczy Ci ciśnienie. Ładowanie magnetyczne. 14-dniowy czas pracy baterii. Wygodne i szybkie ładowanie magnetyczne. Pełne naładowanie pozwala na pracę do 14 dni*. 14 dni Typowej pracy* 6 dni Duże obciążenie* Mi Fitness app. Codzienne dane zdrowotne na wyciągnięcie ręki. Codzienne statystyki zdrowotne, takie jak tętno, kondycja i sen, są wyświetlane szczegółowo, aby zapewnić jasny obraz stanu zdrowia. Możliwość synchronizacji danych z aplikacjami Strava i Apple Health. *Urządzenia nie mogą być bezpośrednio powiązane z aplikacją Strava. Uwagi: *Wymiary ciała nie obejmują czujnika tętna. Dane zostały uzyskane z wewnętrznego laboratorium Xiaomi. *Niniejszy produkt i jego funkcje nie są przeznaczone do celów medycznych ani do przewidywania, diagnozowania, zapobiegania lub leczenia jakichkolwiek chorób. *Tarcze zegarka dostępne za pośrednictwem aplikacji Mi Fitness. *Dane pochodzą z wewnętrznego laboratorium Xiaomi. Rzeczywiste wyniki mogą się różnić. *Klasa wodoodporności 5ATM jest oparta na normie ISO 22810:2010. *O ile nie określono inaczej, dane testowe dla tego produktu zostały uzyskane z wewnętrznego laboratorium Xiaomi. *Wodoodporność na poziomie 5ATM oznacza, że opaskę można nosić na basenach, w płytkiej wodzie i podczas uprawiania innych sportów wodnych. Nie nadaje się do gorących pryszniców, sauny i nurkowania. Nie należy wystawiać opaski na działanie wody o dużej prędkości. Wodoodporność nie jest trwała i może z czasem ulec zmniejszeniu. *Powiadomienie o menstruacji należy włączyć ręcznie. *Warunki testowe trybu intensywnego użytkowania: Pełne naładowanie, domyślne ustawienia fabryczne, statyczny wyświetlacz, monitorowanie tętna co 1 minutę, włączone precyzyjne monitorowanie snu, włączona jasność ekranu reagująca na ruch. Wszystkie pozostałe ustawienia były ustawieniami domyślnymi. 200 powiadomień dziennie, 15 powiadomień o połączeniach, 10 sekund wibracji. Nadgarstek uniesiony w celu włączenia ekranu 500 razy dziennie, dane aplikacji synchronizowane raz dziennie, ręczny pomiar tlenu we krwi dwa razy dziennie, 90 minut ćwiczeń tygodniowo. *Typowe warunki testowe trybu użytkowania: Pełne naładowanie, domyślne ustawienia fabryczne, statyczny wyświetlacz, monitorowanie tętna co 30 minut, wyłączone precyzyjne monitorowanie snu, włączona jasność ekranu reagująca na ruch, włączone powiadomienia o wiadomościach. Wszystkie pozostałe ustawienia były ustawieniami fabrycznymi. 100 otrzymanych powiadomień dziennie, 10 powiadomień o połączeniach, 10 sekund wibracji. Nadgarstek uniesiony w celu włączenia ekranu 200 razy dziennie, dane aplikacji synchronizowane raz dziennie, ręczny pomiar tlenu we krwi dwa razy dziennie, 60 minut ćwiczeń tygodniowo. *Tryb całodziennego monitorowania tlenu we krwi musi zostać włączony ręcznie. Monitorowanie jest ustawione na raz na 10 minut. Ten produkt nie jest urządzeniem medycznym. Dane pomiarowe i wyniki służą wyłącznie celom informacyjnym i nie stanowią podstawy do diagnozy medycznej ani leczenia. *Alerty dotyczące wysokiego tętna należy włączyć ręcznie.
