Xiaomi Smart Blender
/* =============== Xiaomi Smart Blender =============== */ #smart_blender { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #smart_blender ul, #smart_blender ol { list-style: none; padding-left: 0; } #smart_blender video, #smart_blender img { vertical-align: middle; } #smart_blender video { width: 100%; height: auto; } #smart_blender.xiaomi_container { max-width: 2560px; } #smart_blender .section { line-height: 1.2; } #smart_blender .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_blender .font-bold { font-weight: bold; } #smart_blender .font-light { font-weight: 300; } #smart_blender .font-color { color: #ffd400; } #smart_blender .text-box { text-align: center; color: #000000; padding: 5% 12.5%; } #smart_blender .text-box.text-box--left { text-align: left; } #smart_blender .text-box--white { color: #ffffff; } #smart_blender .text-box .title, #smart_blender .text-box .desc, #smart_blender .text-box .text { display: block; } #smart_blender .text-box .title { font-size: 36px; line-height: 1.2; } #smart_blender .text-box .title.title--big { font-size: 48px; margin-bottom: 20px; } #smart_blender .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 500; } #smart_blender .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_blender .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_blender .video-box, #smart_blender .image-box { padding: 0 12.5%; } #smart_blender .video-box video { width: 100%; height: auto; } #smart_blender .video a, #smart_blender .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_blender .video a img, #smart_blender .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_blender .video a:hover img, #smart_blender .video .video-link:hover img { transform: scale(1.1); } #smart_blender .video a::after, #smart_blender .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-blender/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 5; } @media (max-width: 991.98px) { #smart_blender .text-box { padding: 5%; } #smart_blender .text-box .title { font-size: 28px; } #smart_blender .text-box .title.title--big { font-size: 42px; } #smart_blender .video-box, #smart_blender .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_blender .text-box .title { font-size: 24px; } #smart_blender .text-box .title.title--big { font-size: 36px; } #smart_blender .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_blender .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_blender .text-box { padding: 10% 5%; } #smart_blender .text-box .title { font-size: 20px; } #smart_blender .text-box .title.title--big { font-size: 28px; } #smart_blender .text-box .desc { font-size: 16px; } #smart_blender .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_blender .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_blender .text-box .title.title--big { font-size: 60px; } #smart_blender .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } @media (min-width: 1620px) { #smart_blender .text-box .text { font-size: 16px; } } /* =============== Floating text-box =============== */ #smart_blender .section.section-float { position: relative; z-index: 1; height: 520px; } #smart_blender .section.section-float--big { height: 680px; } #smart_blender .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_blender .section .text-box.text-box-float--left { left: 5%; } #smart_blender .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #smart_blender .section.section-float { height: 420px; } #smart_blender .section.section-float--big { height: 560px; } #smart_blender .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #smart_blender .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 550px; } #smart_blender .section .text-box.text-box-float, #smart_blender .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_blender .section.section-float { padding-bottom: 380px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section.section-float { padding-bottom: 280px; } } @media (min-width: 1200px) { #smart_blender .section.section-float { height: 620px; } #smart_blender .section.section-float--big { height: 820px; } #smart_blender .section .text-box.text-box-float { width: 35%; } #smart_blender .section .text-box.text-box-float--left { left: 12.5%; } #smart_blender .section .text-box.text-box-float--right { width: 35%; left: 55%; } } @media (min-width: 1400px) { #smart_blender .section .text-box.text-box-float--right { width: 30%; left: 60%; } } @media (min-width: 1620px) { #smart_blender .section.section-float { height: 820px; } #smart_blender .section.section-float--big { height: 980px; } #smart_blender .section .text-box.text-box-float--right { width: 25%; left: 65%; } } @media (min-width: 2080px) { #smart_blender .section.section-float { height: 1080px; } #smart_blender .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_blender .xiaomi_product_name { font-family: 'Xiaomi Brand', 'Camphor Pro', sans-serif !important; } /* =============== Section 01 =============== */ #smart_blender .section-01 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-01.jpg'); height: 680px; position: relative; z-index: 1; } #smart_blender .section-01 .text-box { padding-top: 10%; padding-right: 50%; } #smart_blender .section-01 .text-box .title { font-size: 42px; font-weight: 600; white-space: nowrap; } #smart_blender .section-01 .text-box .desc { font-size: 24px; font-weight: 500; } @media (max-width: 991.98px) { #smart_blender .section-01 { height: 520px; } #smart_blender .section-01 .text-box .desc { font-size: 22px; } #smart_blender .section-01 .text-box .title { font-size: 36px; } } @media (max-width: 767.98px) { #smart_blender .section-01 { height: auto; background-size: 140% auto; background-position: right bottom; padding-bottom: 480px; background-color: #D1DAC4; } #smart_blender .section-01 .text-box { padding: 10% 5%; text-align: center; } #smart_blender .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-01 { padding-bottom: 340px; } #smart_blender .section-01 .text-box { padding: 15% 5% 10%; } #smart_blender .section-01 .text-box .title { font-size: 28px; } #smart_blender .section-01 .text-box .desc { font-size: 16px; } #smart_blender .section-01 .text-box .text { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-01 { padding-bottom: 250px; } #smart_blender .section-01 .text-box .title { font-size: 24px; } } @media (min-width: 1200px) { #smart_blender .section-01 { height: 840px; } #smart_blender .section-01 .text-box .title { font-size: 48px; } #smart_blender .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1600px) { #smart_blender .section-01 { height: 940px; } #smart_blender .section-01 .text-box .title { font-size: 60px; } } @media (min-width: 2080px) { #smart_blender .section-01 { height: 1040px; } } /* =============== Section 02 =============== */ #smart_blender .section-02 { padding: 7.5% 0; } #smart_blender .section-02 .list { max-width: 1280px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #smart_blender .section-02 .list .item { flex: 0 0 25%; width: 25%; padding: 30px 20px; color: #191919; font-size: 15px; font-weight: 300; line-height: 1.5; text-align: center; border-right: 1px solid #ebebeb; } #smart_blender .section-02 .list .item .title { font-weight: bold; font-size: 16px; margin-bottom: 5px; } #smart_blender .section-02 .list .item:nth-child(-n+4) { border-bottom: 1px solid #ebebeb; } #smart_blender .section-02 .list .item:nth-child(4n+4) { border-right: none; } @media (max-width: 991.98px) { #smart_blender .section-02 .list .item { padding: 20px 10px; } } @media (max-width: 767.98px) { #smart_blender .section-02 .list .item { flex: 0 0 50%; width: 50%; font-size: 15px; } #smart_blender .section-02 .list .item:nth-child(4n+4) { border-right: 1px solid #ebebeb; } #smart_blender .section-02 .list .item:nth-child(2n+2) { border-right: none; } #smart_blender .section-02 .list .item:nth-child(-n+6) { border-bottom: 1px solid #ebebeb; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-02 .list .item { flex: 0 0 100%; width: 100%; font-size: 14px; border-right: none; } #smart_blender .section-02 .list .item .title { font-size: 14px; } #smart_blender .section-02 .list .item:nth-child(3n+3) { border-right: none; } #smart_blender .section-02 .list .item:nth-child(-n+7) { border-bottom: 1px solid #ebebeb; } } /* =============== Section 03 =============== */ #smart_blender .section-03 { background-color: #f6f6f6; padding-top: 2.5%; padding-bottom: 7.5%; } #smart_blender .section-03 .image-wrapper { display: flex; flex-wrap: wrap; width: 90%; max-width: 2400px; margin: 0 auto; } #smart_blender .section-03 .image-wrapper .item { flex: 0 0 50%; width: 50%; padding: 10px; } #smart_blender .section-03 .image-wrapper .item img { display: inline-block; overflow: hidden; border-radius: 15px; } @media only screen and (max-width: 575.98px) { #smart_blender .section-03 .image-wrapper .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 04 =============== */ #smart_blender .section-04 { position: relative; z-index: 1; } #smart_blender .section-04 .text-box { position: absolute; z-index: 2; width: 100%; top: 0; left: 0; } @media (max-width: 991.98px) { #smart_blender .section-04 .text-box { position: static; } } /* =============== Section 05 =============== */ #smart_blender .section-05 { padding-top: 2.5%; padding-bottom: 7.5%; } #smart_blender .section-05 .image-wrapper { display: flex; flex-wrap: wrap; width: 90%; max-width: 1800px; margin: 0 auto; overflow: hidden; border-radius: 15px; background-color: #E9E9EB; padding-bottom: 5%; } #smart_blender .section-05 .image-wrapper .list { max-width: 960px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #smart_blender .section-05 .image-wrapper .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 30px; text-align: center; } @media (max-width: 767.98px) { #smart_blender .section-05 .image-wrapper .list .item { padding: 15px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-05 .image-wrapper .list .item { flex: 0 0 100%; width: 100%; } #smart_blender .section-05 .image-wrapper .list .item img { width: 200px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-05 .image-wrapper .list .item img { width: 150px; } } /* =============== Section 06 =============== */ #smart_blender .section-06 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-06.jpg'); } #smart_blender .section-06 .text-box { padding-right: 55%; padding-top: 15%; padding-bottom: 30%; } @media (max-width: 767.98px) { #smart_blender .section-06 { background-position: right bottom; background-size: 140% auto; padding-bottom: 600px; background-color: #E8D8BC; } #smart_blender .section-06 .text-box { padding: 5%; text-align: center; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-06 { padding-bottom: 450px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-06 { padding-bottom: 350px; } } /* =============== Section 07 =============== */ #smart_blender .section-07 { padding: 2.5%; } #smart_blender .section-07 .section-wrapper { background-color: #E8E8E8; overflow: hidden; border-radius: 15px; padding-top: 2.65%; padding-bottom: 5%; } #smart_blender .section-07 .list { max-width: 1280px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; } #smart_blender .section-07 .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 30px; text-align: center; color: #191919; font-size: 15px; line-height: 1.5; font-weight: 300; } #smart_blender .section-07 .list .item .title { display: inline-block; margin-bottom: 20px; font-weight: bold; font-size: 18px; color: #9bb15d; border: 1px solid #9bb15d; border-radius: 30px; padding: 2px 30px; } #smart_blender .section-07 .list .item .text { padding: 0 30px; } @media (max-width: 991.98px) { #smart_blender .section-07 .list .item { padding: 15px; } #smart_blender .section-07 .list .item .text { padding: 0; } } @media (max-width: 767.98px) { #smart_blender .section-07 .list .item { flex: 0 0 50%; width: 50%; } #smart_blender .section-07 .list .item .title { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-07 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 08 =============== */ #smart_blender .section-08 { padding-top: 2.5%; padding-bottom: 5%; } /* =============== Section 09 =============== */ #smart_blender .section-09 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-09.jpg'); } @media (max-width: 767.98px) { #smart_blender .section-09.section.section-float { background-position: left bottom; background-color: #EAEAEA; } } /* =============== Section 10 =============== */ #smart_blender .section-10 { padding: 2.5%; } #smart_blender .section-10 .section-wrapper { overflow: hidden; border-radius: 15px; position: relative; z-index: 1; } #smart_blender .section-10 .text-box { position: absolute; z-index: 2; width: 100%; top: 0; left: 0; } @media (max-width: 767.98px) { #smart_blender .section-10 .text-box { position: static; } } /* =============== Section 11 =============== */ #smart_blender .section-11 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-11.jpg'); background-position: bottom right; background-color: #EAEAEA; background-size: 100% auto; padding-top: 2.5%; padding-bottom: 10%; } #smart_blender .section-11 .list { padding-left: 12.5%; padding-top: 10%; padding-bottom: 10%; } #smart_blender .section-11 .list .item { font-size: 15px; font-weight: 300; line-height: 1.5; color: #191919; padding: 20px 0; } #smart_blender .section-11 .list .item .title { color: #9bb15d; font-weight: bold; font-size: 28px; } @media (max-width: 991.98px) { #smart_blender .section-11 .list { padding-left: 5%; padding-top: 5%; padding-bottom: 5%; } #smart_blender .section-11 .list .item .title { font-size: 24px; } } @media (max-width: 767.98px) { #smart_blender .section-11 .list .item { padding: 10px 0; } #smart_blender .section-11 .list .item .title { font-size: 20px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-11 { padding-bottom: 350px; background-size: 150% auto; } #smart_blender .section-11 .list { padding-left: 0; padding-top: 0; } #smart_blender .section-11 .list .item { text-align: center; } #smart_blender .section-11 .list .item .title { font-size: 18px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-11 { padding-bottom: 250px; } } /* =============== Section 12 =============== */ #smart_blender .section-12 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-12.jpg'); } @media (max-width: 767.98px) { #smart_blender .section-12.section.section-float { background-position: left bottom; background-color: #303030; } } /* =============== Section 13 =============== */ #smart_blender .section-13 { padding: 2.5%; } /* =============== Section 14 =============== */ #smart_blender .section-14 { background-image: url('https://media.mi-home.pl/products/smart-blender/section-14.jpg'); } @media (max-width: 767.98px) { #smart_blender .section-14.section.section-float { background-position: right bottom; background-color: #E2E2E2; } } /* =============== Section 15 =============== */ #smart_blender .section-15 { position: relative; z-index: 1; } #smart_blender .section-15 .text-box { position: absolute; z-index: 2; width: 100%; top: 0; left: 0; } #smart_blender .section-15 .img-info .item { position: absolute; z-index: 2; top: 35%; font-size: 21px; font-weight: bold; width: 250px; color: #333333; border: 1px solid #333333; border-radius: 20px; padding: 30px; text-align: center; } #smart_blender .section-15 .img-info .item-1 { left: 10%; } #smart_blender .section-15 .img-info .item-2 { right: 10%; } @media (max-width: 991.98px) { #smart_blender .section-15 .text-box { position: static; } #smart_blender .section-15 .img-info .item { font-size: 18px; width: 200px; padding: 20px; } #smart_blender .section-15 .img-info .item-1 { left: 5%; } #smart_blender .section-15 .img-info .item-2 { right: 5%; } } @media (max-width: 767.98px) { #smart_blender .section-15 .img-info .item { font-size: 16px; width: 180px; padding: 10px 20px; top: 40%; border-radius: 10px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-15 .img-info .item { font-size: 15px; width: 160px; padding: 10px 15px; top: 50%; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-15 .img-info .item { font-size: 12px; width: 120px; padding: 5px 10px; top: 60%; } } /* =============== Section 16 =============== */ #smart_blender .section-16 { padding: 2.5%; } #smart_blender .section-16 .section-wrapper { overflow: hidden; border-radius: 15px; background-image: url('https://media.mi-home.pl/products/smart-blender/section-16.jpg'); background-size: cover; background-position: right bottom; background-repeat: no-repeat; background-color: #E4E4E3; } #smart_blender .section-16 .text-box { padding-top: 20%; padding-right: 55%; padding-bottom: 20%; } @media (max-width: 767.98px) { #smart_blender .section-16 .section-wrapper { padding-bottom: 550px; background-size: 170% auto; } #smart_blender .section-16 .text-box { padding: 5%; text-align: center; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-16 .section-wrapper { padding-bottom: 400px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-16 .section-wrapper { padding-bottom: 300px; } } /* =============== Section 17 =============== */ #smart_blender .section-17 { padding-top: 2.5%; background-color: #F4F4F4; } #smart_blender .section-17 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; padding-bottom: 5%; } #smart_blender .section-17 .list .item { flex: 0 0 25%; width: 25%; padding: 20px; color: #191919; font-size: 15px; font-weight: 300; line-height: 1.5; text-align: center; padding-bottom: 5%; } #smart_blender .section-17 .list .item img { display: inline-block; margin-bottom: 15px; width: 110px; } @media (max-width: 991.98px) { #smart_blender .section-17 .list .item img { width: 86px; } } @media (max-width: 767.98px) { #smart_blender .section-17 .list .item { flex: 0 0 50%; width: 50%; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-17 .list .item { padding-bottom: 10%; font-size: 14px; padding: 10px; } #smart_blender .section-17 .list .item img { width: 64px; } } @media only screen and (max-width: 363.98px) { #smart_blender .section-17 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 19 =============== */ #smart_blender .section-19 { padding: 7.5% 0; } #smart_blender .section-19 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } #smart_blender .section-19 .list .item { flex: 0 0 calc(33.3333% - 10px); width: calc(33.3333% - 10px); font-weight: 300; font-size: 15px; color: #191919; line-height: 1.5; text-align: center; border-radius: 0 0 15px 15px; background-color: #f9f9f9; } #smart_blender .section-19 .list .item .title { font-weight: bold; font-size: 18px; padding: 20px 20px 10px; } #smart_blender .section-19 .list .item .text { padding: 0 20px 20px; } @media (max-width: 991.98px) { #smart_blender .section-19 .list .item .title { font-size: 16px; } } @media (max-width: 767.98px) { #smart_blender .section-19 .list { justify-content: center; } #smart_blender .section-19 .list .item { flex: 0 0 100%; width: 100%; max-width: 460px; margin-bottom: 20px; } } @media only screen and (max-width: 575.98px) { #smart_blender .section-19 .list .item { font-size: 14px; } #smart_blender .section-19 .list .item .title { font-size: 15px; } } /* =============== Section 20 =============== */ #smart_blender .section-20 { background-color: #f9f9f9; } /* =============== Section image box =============== */ #smart_blender .section .image-box-wrap { padding: 0; width: 100%; max-width: 2560px; margin: 0 auto; overflow: hidden; border-radius: 0; } #smart_blender .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #A2A2A2; } #smart_blender .section .image-box--reverse { flex-direction: row-reverse; } #smart_blender .section .text-wrap, #smart_blender .section .image { width: 50%; flex: 0 0 50%; } #smart_blender .section .image { background-color: #A2A2A2; } #smart_blender .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #ffffff; } #smart_blender .section .text-wrap .title { font-size: 28px; display: block; margin-bottom: 5px; font-weight: bold; } #smart_blender .section .text-wrap .text { font-weight: 500; font-size: 16px; padding-top: 10px; display: block; } @media (max-width: 991.98px) { #smart_blender .section .text-wrap .title { font-size: 24px; } #smart_blender .section .image-box-wrap { width: 100%; border-radius: 0; } #smart_blender .section .text-wrap .text { padding-top: 10px; font-size: 14px; } } @media (max-width: 767.98px) { #smart_blender .section .text-wrap { padding: 7.5% 5%; text-align: center; } #smart_blender .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_blender .section .text-wrap .title { font-size: 18px; } #smart_blender .section .text-wrap, #smart_blender .section .text-wrap div, #smart_blender .section .image { width: 100%; flex: 0 0 100%; } } @media only screen and (max-width: 575.98px) { #smart_blender .section .image-box-wrap { border-radius: 0; } #smart_blender .section .text-wrap { padding: 10% 5%; } } @media (min-width: 1200px) { #smart_blender .section .text-wrap { padding: 0 10%; } #smart_blender .section .text-wrap .title { font-size: 36px; margin-bottom: 10px; } } /* =============== Section spec =============== */ #smart_blender .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_blender .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_blender .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_blender .section-notes { padding: 5%; } #smart_blender .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_blender .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 Blender 9 poziomów prędkości blendowania dla zachowania delikatnego smaku i bogactwa wartości odżywczych 8 ostrzy siekających pod różnymi kątami | Miksowanie w dwóch trybach - na ciepło i na zimno | 9 ustawień prędkości | Nawet 4-godzinna izolacja w trybie Keep Warm | Przepisy on-line Blendowanie w trybie Dual-Mode na ciepło i zimno Przygotowywanie gorących i zimnych napojów przy pomocy jednego urządzenia. Silnik o dużej mocy i zmiennej częstotliwości pracy Dodatkowa moc dla szybkiego i precyzyjnego blendowania. Inteligentne sterowanie za pomocą aplikacji Dotknij, aby wysłać przepis. Możliwość planowania do nawet 12 godzin naprzód* Do 4 godzin długotrwałej izolacji*. Wysoki słoik ze szkła borokrzemowego Blenduj na gorąco lub na zimno, tak jak lubisz. Sterowanie pokrętłem z wyświetlaczem OLED Dodatkowe przyciski dotykowe. 8 ostrzy ze stali nierdzewnej Blendowanie pod wieloma kątami. Wiele funkcji zabezpieczających Inteligentne czyszczenie. Miksowanie, przygotowywanie soków, blendowanie w dwóch trybach (na ciepło i zimno) oraz możliwość kruszenia lodu. Zblenduj gorące lub zimne napoje według uznania - nawet do 1200ml gorących lub 1600ml zimnych napojów naraz. Przygotuj z łatwością zdrowe smoothie, świeży sok lub pokrusz lód.* Dzięki ośmiu trybom do wyboru, za pomocą jednego urządzenia możesz przygotować mnóstwo pożywnych i pysznych smakołyków. Xiaomi Smart Blender daje Ci możliwość łatwego przygotowywania różnorodnych specjałów, takich jak orzeźwiające smoothie, świeże soki czy smaczne zupy. Obsługa poprzez obracanie i przyciskanie pokrętła z wyświetlaczem OLED oraz 2 dodatkowe przyciski dotykowe. Pokrętło OLED służy zarówno wyborowi trybu pracy, jak i pełni funkcję wyświetlacza. Dodatkowe przyciski dotykowe Schedule i Cancel pozwolą zaoszczędzić Ci kłopotów, dzięki obsłudze za pomocą jednego dotknięcia. Łatwy w użyciu tryb ręczny dla wygodnej regulacji prędkości podczas blendowania. W trybie ręcznym można dostosować ustawienie prędkości do swoich potrzeb podczas miksowania. Obróć pokrętło, aby szybko zwiększyć lub zmniejszyć prędkość w celu skutecznego zblendowania składników. Wybierz spośród 9 ustawień prędkości, aby zmiksować miękkie lub twarde składniki*. Prędkości 1-3 Zmiksuj awokado, banana i jogurt. Prędkości 4–6 Zmiksuj miękkie składniki na świeże soki owocowe lub warzywne. Prędkości 7–9 Zmiksuj składniki o średniej i twardej konsystencji na np. masło orzechowe. Inteligentne sterowanie za pomocą aplikacji. Połącz się z aplikacją Mi Home/Xiaomi Home, aby zaplanować lub rozpocząć blendowanie zdalnie. Wyślij przepisy z chmury i odkryj świat pełen pożywnych i pysznych smakołyków. Gotuj swobodnie dla uzyskania doskonałego smaku i bez zbędnych przerw. Silnik o dużej mocy. Dodatkowa siła dla zapewnia doskonałego smaku. Silnik o dużej mocy zapewnia dodatkowy moment obrotowy, aby dokładnie zmiksować i uwolnić wszystkie składniki odżywcze oraz wydobyć prawdziwy smak. Stabilna prędkość obrotowa bez względu na obciążenia, zapewnia niezmienne efekty blendowania. Silnik o zmiennej częstotliwości jest wyposażony w czujnik Halla, aby monitorować prędkość w czasie rzeczywistym. Moc może być automatycznie regulowana w zależności od obciążenia, tak aby zapobiec spowolnieniu przy dużym obciążeniu i zapewnić dokładne zmiksowanie składników. 8 ostrzy ze stali nierdzewnej zapewniających siekanie pod wieloma kątami i dokładne mieszanie. Grube, ostre i ząbkowane ostrza ze stali nierdzewnej, dla możliwości zmiksowania nawet najtrwardszych składników.* Górna warstwa Rozdrabnianie dużych kawałków. Środkowa warstwa Blendowanie małych kawałków. Dolna warstwa Przetwarzanie składników na dnie. Wbudowany w dolną płytę grzewczą mechanizm ułatwia podgrzewanie i gotowanie. Dzięki mocy grzewczej 800-950W możesz przygotować gorące napoje, aby się rozgrzać i cieszyć się lekkostrawnymi smakołykami. Wysoki słoik ze szkła borokrzemowego do stosowania na gorąco i na zimno. Wytrzymałe szkło z łatwością radzi sobie z szybkim schładzaniem i podgrzewaniem. Wytrzymały słoik o pojemności 1600ml wytrzymuje szybkie schładzanie i podgrzewanie bez pęknięć. Wyposażony w cztery przegrody żebrowe, które przerywają wir tworzący się podczas użytkowania i zapewniają dokładne wymieszanie składników. Zaplanuj pracę blendera do nawet 12 godzin wcześniej. Przygotuj poranne mleko sojowe jeszcze przed pójściem spać: dodaj ziarna soi według uznania, następnie dodaj wodę i inne składniki oraz zaplanuj czas rozpoczęcia. Świeże mleko sojowe będzie na Ciebie czekać, gdy się obudzisz. Automatycznie utrzymywanie ciepła posiłków do nawet 4 godzin, dzięki czemu Twoje smakołyki zawsze będą w sam raz do spożycia.* Przed snem Po przebudzeniu się rano Tryb czyszczenia. Wystarczy dodać wody, aby rozpocząć czyszczenie, oszczędzając czas i wysiłek. Magnetyczny system ochrony indukcyjnej, dzięki któremu produkt jest bezpieczniejszy w użyciu. Indukcja magnetyczna Automatyczne zatrzymanie po otwarciu pokrywy Zabezpieczenie przed przegrzaniem* Zabezpieczenie przed podniesieniem słoika Wbudowany uchwyt antypoślizgowy Zaokrąglone krawędzie wewnętrzne zapewniają komfort podczas podnoszenia. Odporny na ciepło i zimno słoik ze szkła borokrzemowego Dobrze widoczne znaki pomiarowe. Możliwość otwarcia pokrywy w celu dodania składników Dodawanie składników w dowolnym momencie bez konieczności zdejmowania głównej pokrywy słoika. Uwagi: *Nie umieszczaj blendera na niestabilnych lub mokrych powierzchniach. Przechowuj w odległości co najmniej 30cm od ognia lub źródeł ciepła (jak np. kuchenki). *Nie należy używać urządzenia do podgrzewania gęstych płynów, takich jak mleko i mleko sojowe, ponieważ mogą one ulec przypaleniu, pozostawiając zwęglenia na dnie pojemnika i wytwarzając nieprzyjemne zapachy. *Nie należy używać twardych materiałów, takich jak wełna stalowa, do czyszczenia lub wycierania płyty grzewczej. *Nie należy napełniać blendera ponad wskazany maksymalny poziom. Może to spowodować przelanie lub rozprysk cieczy, stwarzając ryzyko poparzenia. *Nie należy obsługiwać blendera, gdy jest pusty lub przeciążony. Aby uniknąć przypadkowych obrażeń, nie należy przenosić blendera ani dotykać ruchomych części podczas użytkowania. *Nie podgrzewać, gdy słoik jest pusty. Nie należy przesuwać pokrywki lub zatyczki pokrywki podczas pracy blendera. *Powyższe ilustracje produktów, akcesoriów oraz interfejsu użytkownika służą wyłącznie celom poglądowym. Rzeczywisty produkt i funkcje mogą się różnić ze względu na ulepszenia produktu. *Przed czyszczeniem należy odczekać, aż słoik ostygnie. Zawsze odłączaj blender od prądu przed czyszczeniem, montażem lub demontażem, a także po użyciu. Nie należy zanurzać blendera w wodzie ani chlapać go wodą. *Upewnij się, że jedzenie, które wkładasz do Xiaomi Smart Blender jest mniejsze niż kostka, o bokach do 3cm długości (kostka lodu powinna być mniejsza niż kostka o bokach mających 2cm długości). *Tryby Soybean Milk/Keep warm nie są preinstalowane w Xiaomi Smart Blender. Tryby Soybean Milk/Keep warm są dostępne w aplikacji Mi Home/Xiaomi Home i można zsynchronizować je z Xiaomi Smart Blender w celu rozszerzonej pracy. *Tylko receptury gorących napojów mogą być zaplanowane z wyprzedzeniem. *Ochrona przed przegrzaniem włączy się, gdy temperatura płyty grzewczej przekroczy 135°C.
Mi-home