
HOTO Smart Kitchen Scale
/* =============== HOTO Smart Kitchen Scale =============== */ #hoto_smart_kitchen_scale { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #hoto_smart_kitchen_scale ul, #hoto_smart_kitchen_scale ol { list-style: none; padding-left: 0; } #hoto_smart_kitchen_scale video, #hoto_smart_kitchen_scale img { vertical-align: middle; } #hoto_smart_kitchen_scale video { width: 100%; height: auto; } #hoto_smart_kitchen_scale.xiaomi_container { max-width: 2560px; } #hoto_smart_kitchen_scale .section { line-height: 1.2; } #hoto_smart_kitchen_scale .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #hoto_smart_kitchen_scale .font-bold { font-weight: 700; } #hoto_smart_kitchen_scale .font-light { font-weight: 300; } #hoto_smart_kitchen_scale .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #hoto_smart_kitchen_scale .text-box.text-box--left { text-align: left; } #hoto_smart_kitchen_scale .text-box--white { color: #ffffff; } #hoto_smart_kitchen_scale .text-box .title, #hoto_smart_kitchen_scale .text-box .desc, #hoto_smart_kitchen_scale .text-box .text { display: block; } #hoto_smart_kitchen_scale .text-box .title { font-size: 28px; line-height: 1.2; } #hoto_smart_kitchen_scale .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #hoto_smart_kitchen_scale .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #hoto_smart_kitchen_scale .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #hoto_smart_kitchen_scale .text-box .text.text--small { font-size: 14px; opacity: .5; } #hoto_smart_kitchen_scale .video-box, #hoto_smart_kitchen_scale .image-box { padding: 0 12.5%; } #hoto_smart_kitchen_scale .video-box video { width: 100%; height: auto; } #hoto_smart_kitchen_scale .video a, #hoto_smart_kitchen_scale .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #hoto_smart_kitchen_scale .video a img, #hoto_smart_kitchen_scale .video .video-link img { transition: 0.3s ease-in-out transform; } #hoto_smart_kitchen_scale .video a:hover img, #hoto_smart_kitchen_scale .video .video-link:hover img { transform: scale(1.1); } #hoto_smart_kitchen_scale .video a::after, #hoto_smart_kitchen_scale .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/hoto-smart-kitchen-scale/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #hoto_smart_kitchen_scale .text-box { padding: 5%; } #hoto_smart_kitchen_scale .text-box .title { font-size: 26px; } #hoto_smart_kitchen_scale .text-box .title.title--big { font-size: 36px; } #hoto_smart_kitchen_scale .video-box, #hoto_smart_kitchen_scale .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .text-box .title { font-size: 22px; } #hoto_smart_kitchen_scale .text-box .title.title--big { font-size: 28px; } #hoto_smart_kitchen_scale .text-box .desc { font-size: 18px; margin-top: 10px; } #hoto_smart_kitchen_scale .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .text-box { padding: 10% 5%; } #hoto_smart_kitchen_scale .text-box .title { font-size: 20px; } #hoto_smart_kitchen_scale .text-box .title.title--big { font-size: 24px; } #hoto_smart_kitchen_scale .text-box .desc { font-size: 16px; } #hoto_smart_kitchen_scale .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #hoto_smart_kitchen_scale .text-box .title { font-size: 36px; } } @media (min-width: 1620px) { #hoto_smart_kitchen_scale .text-box .text { padding-left: 10%; padding-right: 10%; } #hoto_smart_kitchen_scale .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #hoto_smart_kitchen_scale .section.section-float { position: relative; z-index: 1; height: 520px; } #hoto_smart_kitchen_scale .section.section-float--big { height: 680px; } #hoto_smart_kitchen_scale .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #hoto_smart_kitchen_scale .section .text-box.text-box-float--left { left: 5%; } #hoto_smart_kitchen_scale .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #hoto_smart_kitchen_scale .section.section-float { height: 420px; } #hoto_smart_kitchen_scale .section.section-float--big { height: 560px; } #hoto_smart_kitchen_scale .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 450px; } #hoto_smart_kitchen_scale .section .text-box.text-box-float, #hoto_smart_kitchen_scale .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) { #hoto_smart_kitchen_scale .section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #hoto_smart_kitchen_scale .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #hoto_smart_kitchen_scale .section.section-float { height: 620px; } #hoto_smart_kitchen_scale .section.section-float--big { height: 820px; } #hoto_smart_kitchen_scale .section .text-box.text-box-float { width: 40%; } #hoto_smart_kitchen_scale .section .text-box.text-box-float--left { left: 12.5%; } #hoto_smart_kitchen_scale .section .text-box.text-box-float--right { width: 35%; } } @media (min-width: 1620px) { #hoto_smart_kitchen_scale .section.section-float { height: 820px; } #hoto_smart_kitchen_scale .section.section-float--big { height: 980px; } #hoto_smart_kitchen_scale .section .text-box.text-box-float { width: 35%; } #hoto_smart_kitchen_scale .section .text-box.text-box-float--right { left: 55%; } } @media (min-width: 2080px) { #hoto_smart_kitchen_scale .section.section-float { height: 1080px; } #hoto_smart_kitchen_scale .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #hoto_smart_kitchen_scale .section-01 { padding-bottom: 7.5%; background-color: #fff4ef; } #hoto_smart_kitchen_scale .section-01 .text-box .title { font-size: 36px; } #hoto_smart_kitchen_scale .section-01 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 363.98px) { #hoto_smart_kitchen_scale .section-01 .text-box .title { font-size: 22px; } } @media (min-width: 1200px) { #hoto_smart_kitchen_scale .section-01 .text-box .title { font-size: 42px; } } /* =============== Section 02 =============== */ #hoto_smart_kitchen_scale .section-02 { padding: 5% 0; background-color: #EDEDED; } #hoto_smart_kitchen_scale .section-02 .list { max-width: 960px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #hoto_smart_kitchen_scale .section-02 .list .item { color: #191919; flex: 0 0 25%; width: 25%; padding: 20px; font-size: 15px; font-weight: 400; text-align: center; } #hoto_smart_kitchen_scale .section-02 .list .item img { width: 150px; } #hoto_smart_kitchen_scale .section-02 .list .item .text { display: block; margin-top: 10px; } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-02 .list .item { flex: 0 0 50%; width: 50%; } #hoto_smart_kitchen_scale .section-02 .list .item img { width: 120px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section-02 .list .item { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #hoto_smart_kitchen_scale .section-02 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 03 =============== */ #hoto_smart_kitchen_scale .section-03 { padding: 7.5% 0; } #hoto_smart_kitchen_scale .section-03 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } /* =============== Section 04 =============== */ #hoto_smart_kitchen_scale .section-04 { padding: 2.5% 0 7.5%; background-color: #21170D; } #hoto_smart_kitchen_scale .section-04 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } /* =============== Section 05 =============== */ #hoto_smart_kitchen_scale .section-05 { padding: 2.5% 0 7.5%; background-color: #EDEDED; } #hoto_smart_kitchen_scale .section-05 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #hoto_smart_kitchen_scale .section-05 .list { max-width: 960px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; } #hoto_smart_kitchen_scale .section-05 .list .item { color: #191919; flex: 0 0 33.3333%; width: 33.3333%; padding: 20px; font-size: 15px; font-weight: 400; text-align: center; } #hoto_smart_kitchen_scale .section-05 .list .item img { width: 220px; } #hoto_smart_kitchen_scale .section-05 .list .item .text { display: block; margin-top: 10px; } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-05 .list .item img { width: 180px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section-05 .list .item { flex: 0 0 50%; width: 50%; font-size: 14px; } #hoto_smart_kitchen_scale .section-05 .list .item img { width: 140px; } } @media only screen and (max-width: 363.98px) { #hoto_smart_kitchen_scale .section-05 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 06 & & 08 10 =============== */ #hoto_smart_kitchen_scale .section-06 { padding: 2.5% 0 7.5%; background-color: #7C564D; } #hoto_smart_kitchen_scale .section-08 { padding: 2.5% 0 7.5%; background-color: #656565; } #hoto_smart_kitchen_scale .section-10 { padding: 2.5% 0 7.5%; background-color: #4C4D4F; } #hoto_smart_kitchen_scale .section-06 .image-wrapper, #hoto_smart_kitchen_scale .section-08 .image-wrapper, #hoto_smart_kitchen_scale .section-10 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } /* =============== Section 07 =============== */ #hoto_smart_kitchen_scale .section-07 { padding: 2.5% 0 7.5%; background-color: #F6D7BA; } #hoto_smart_kitchen_scale .section-07 .image-wrapper { max-width: 860px; width: 95%; margin: 0 auto; overflow: hidden; border-radius: 20px; position: relative; z-index: 1; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item { position: absolute; z-index: 2; font-size: 15px; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-1 { top: 10%; left: 10%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-2 { top: 41.5%; right: 10%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-3 { top: 50%; right: 10%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-4 { top: 57%; left: 10%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-5 { top: 59.5%; right: 10%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-6 { top: 70%; left: 10%; } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-07 .image-wrapper .item { font-size: 14px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section-07 .image-wrapper .item { font-size: 13px; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-1 { top: 8%; } #hoto_smart_kitchen_scale .section-07 .image-wrapper .item-3 { width: 100px; text-align: right } } /* =============== Section 09 =============== */ #hoto_smart_kitchen_scale .section-09 { padding: 2.5% 0 7.5%; background-color: #F5F5F5; } #hoto_smart_kitchen_scale .section-09 .list { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center } #hoto_smart_kitchen_scale .section-09 .list .item { color: #191919; flex: 0 0 33.3333%; width: 33.3333%; padding: 30px 20px; font-size: 18px; font-weight: 500; text-align: center; } #hoto_smart_kitchen_scale .section-09 .list .item img { display: inline-block; overflow: hidden; border-radius: 20px; } #hoto_smart_kitchen_scale .section-09 .list .item .text { display: block; margin-bottom: 20px; } @media (max-width: 991.98px) { #hoto_smart_kitchen_scale .section-09 .list .item { font-size: 16px; } } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-09 .list .item { flex: 0 0 50%; width: 50%; font-size: 15px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section-09 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section 11 =============== */ #hoto_smart_kitchen_scale .section-11 { padding: 2.5% 0 7.5%; background-color: #F9F9F9; } #hoto_smart_kitchen_scale .section-11 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #hoto_smart_kitchen_scale .section-11 .image-wrapper img { margin-top: -450px; } @media (max-width: 991.98px) { #hoto_smart_kitchen_scale .section-11 .image-wrapper img { margin-top: -375px; } } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section-11 .image-wrapper img { margin-top: -300px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section-11 .image-wrapper img { margin-top: -200px; } } @media only screen and (max-width: 363.98px) { #hoto_smart_kitchen_scale .section-11 .image-wrapper img { margin-top: -150px; } } /* =============== Section 12 =============== */ #hoto_smart_kitchen_scale .section-12 { padding: 5% 0; } #hoto_smart_kitchen_scale .section-12 .image-wrapper { max-width: 860px; width: 90%; margin: 0 auto; } /* =============== Section 13 =============== */ #hoto_smart_kitchen_scale .section-13 { background-color: #f9f9f9; } /* =============== Section image box =============== */ #hoto_smart_kitchen_scale .section .image-box-wrap { padding: 0; width: 90%; max-width: 1024px; margin: 0 auto; overflow: hidden; border-radius: 0; } #hoto_smart_kitchen_scale .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #8EAB7D; } #hoto_smart_kitchen_scale .section .image-box--reverse { flex-direction: row-reverse; } #hoto_smart_kitchen_scale .section .text-wrap, #hoto_smart_kitchen_scale .section .image { width: 50%; flex: 0 0 50%; } #hoto_smart_kitchen_scale .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #ffffff; } #hoto_smart_kitchen_scale .section .text-wrap > div { width: 100%; } #hoto_smart_kitchen_scale .section .text-wrap .title { font-size: 22px; display: block; margin-bottom: 0; font-weight: bold; } #hoto_smart_kitchen_scale .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 15px; display: block; } @media (max-width: 991.98px) { #hoto_smart_kitchen_scale .section .text-wrap .title { font-size: 18px; } #hoto_smart_kitchen_scale .section .text-wrap .text { font-size: 14px; } } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .section .text-wrap { padding: 0 5%; } #hoto_smart_kitchen_scale .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #hoto_smart_kitchen_scale .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #hoto_smart_kitchen_scale .section .text-wrap, #hoto_smart_kitchen_scale .section .image { width: 100%; display: block; } #hoto_smart_kitchen_scale .section .text-wrap { padding: 10% 5%; text-align: center; } } @media (min-width: 1200px) { #hoto_smart_kitchen_scale .section .text-wrap { padding: 0 10%; } } /* =============== Section spec =============== */ #hoto_smart_kitchen_scale .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #hoto_smart_kitchen_scale .section-notes ul { margin: 0; padding: 0; list-style: none; } #hoto_smart_kitchen_scale .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) { #hoto_smart_kitchen_scale .section-notes { padding: 5%; } #hoto_smart_kitchen_scale .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #hoto_smart_kitchen_scale .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #hoto_smart_kitchen_scale .slick-dots { bottom: 35px; } #hoto_smart_kitchen_scale .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; } #hoto_smart_kitchen_scale .slick-dots li.slick-active button::before, #hoto_smart_kitchen_scale .slick-dots li:hover button::before { opacity: 1; } #hoto_smart_kitchen_scale .slick-dotted.slick-slider { margin-bottom: 0; } #hoto_smart_kitchen_scale .slick-slider > .slider-item { display: none; } #hoto_smart_kitchen_scale .slick-slider > .slider-item:first-child { display: block; } #hoto_smart_kitchen_scale .slick-slider .slick-dots li button { border-radius: 30px; } #hoto_smart_kitchen_scale .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #hoto_smart_kitchen_scale .slick-slider .slick-dots li.slick-active button, #hoto_smart_kitchen_scale .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #hoto_smart_kitchen_scale .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #hoto_smart_kitchen_scale .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos', 'jquery'], function (AOS, $) { $(window).on('load scroll',function(){ AOS.init({ once:true }); }); } ); HOTO Smart Kitchen Scale Dokładne ważenie, zapisywanie i dzielenie się smakołykami Precyzyjny pomiar z dokładnością do 0,1g | Funkcja asystenta ręcznego parzenia kawy | Zapisywanie składników Powierzchnia wagi z hartowanego szkła Jasny wyświetlacz LED Przełączanie wielu jednostek Synchronizacja danych w czasie rzeczywistym Czujnik o wysokiej precyzji, dokładny pomiar do 0,1g. Wbudowany precyzyjny czujnik wagowy z czułą i szybką informacją zwrotną. Minimalna dokładność ważenia może wynosić 0,1g, co pozwala spełnić różne potrzeby w zakresie ważenia. Minimalistyczny design, łatwa obsługa jednym kliknięciem i obrotem. HOTO Smart Kitchen Scale łączy wszystkie niezbędne funkcje w jednym przycisku. Wystarczy dotknąć i przekręcić pokrętło. Naciśnij długo WŁ/WYŁ Przekręć pokrętło Zmiana jednostki wagi Naciśnij krótko Waga netto / Tarowanie Bezpośrednie połączenie z aplikacją Mi Home. Łatwa i intuicyjna synchronizacja w czasie rzeczywistym. Po połączeniu z aplikacją mobilną Mi Home, każde ważenie zostanie zapisane na Twoim smartfonie, dzięki czemu bardzo łatwo powrócisz do danego wyniku. Aplikacja oferuje również wiele ciekawych przepisów na różne potrawy. Zapisuj wyjątkowe przepisy, dziel się zdjęciami i pysznymi poradami z przyjaciółmi. Aplikacja Mi Home zapisuje dane ważenia w czasie rzeczywistym i tworzy własne spersonalizowane przepisy, którymi możesz się dzielić z wyjątkowymi osobami w swoim życiu. Błonnik 60g Białko 45g Produkty mleczne 10g Przyprawy 2g Błonnik 5g Zboże 25g Możliwość dowolnego przełączania wielu jednostek bez kłopotliwych obliczeń. W zależności od ważonych obiektów, w każdej chwili można przełączyć pomiędzy 4 jednostkami g/ml/oz/lb. Zmiana z wagi na objętość nie będzie już sprawiała Ci trudności. Poznaj wieloaspektowe i ekscytujące życie dzięki wielu rozszerzonym funkcjom. Pieczenie ciast Ręczne parzenie kawy Domowej roboty karma dla kotów Żywność uzupełniająca dla niemowląt Zdrowe napoje Zintegrowany ekran LED jest wyraźny i łatwy do odczytu. Powierzchnia ze szkła hartowanego przeznaczonego do kontaktu z żywnością jest łatwa do czyszczenia. Zintegrowana waga w połączeniu z ukrytym wyświetlaczem LED o wysokiej rozdzielczości nadaje urządzeniu elegancki wygląd i czyni go kompaktowym. Zakres ważenia 1-3000g. Jedna waga kuchenna do wielu zastosowań. Spełnia różne Twoje potrzeby, ważąc małe składniki od 1g do 3000g. Uwagi: * HOTO Smart Kitchen Scale jest produktem inteligentnego AGD z wbudowanym modułem Bluetooth o numerze CMIIT ID: 2019DP6424.
