Xiaomi Smart Pet Food Feeder
Xiaomi

Xiaomi Smart Pet Food Feeder

/* =============== Xiaomi Smart Pet Food Feeder =============== */ #smart_pet_food_feeder { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #smart_pet_food_feeder ul, #smart_pet_food_feeder ol { list-style: none; padding-left: 0; } #smart_pet_food_feeder video, #smart_pet_food_feeder img { vertical-align: middle; } #smart_pet_food_feeder video { width: 100%; height: auto; } #smart_pet_food_feeder.xiaomi_container { max-width: 2560px; } #smart_pet_food_feeder .section { line-height: 1.2; } #smart_pet_food_feeder .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #smart_pet_food_feeder .font-bold { font-weight: bold; } #smart_pet_food_feeder .font-light { font-weight: 300; } #smart_pet_food_feeder .font-color { color: #ffd400; } #smart_pet_food_feeder .text-box { text-align: center; color: #000000; padding: 5% 12.5%; } #smart_pet_food_feeder .text-box.text-box--left { text-align: left; } #smart_pet_food_feeder .text-box--white { color: #ffffff; } #smart_pet_food_feeder .text-box .title, #smart_pet_food_feeder .text-box .desc, #smart_pet_food_feeder .text-box .text { display: block; } #smart_pet_food_feeder .text-box .title { font-size: 36px; line-height: 1.2; } #smart_pet_food_feeder .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #smart_pet_food_feeder .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 500; } #smart_pet_food_feeder .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #smart_pet_food_feeder .text-box .text.text--small { font-size: 14px; opacity: .5; } #smart_pet_food_feeder .video-box, #smart_pet_food_feeder .image-box { padding: 0 12.5%; } #smart_pet_food_feeder .video-box video { width: 100%; height: auto; } #smart_pet_food_feeder .video a, #smart_pet_food_feeder .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #smart_pet_food_feeder .video a img, #smart_pet_food_feeder .video .video-link img { transition: 0.3s ease-in-out transform; } #smart_pet_food_feeder .video a:hover img, #smart_pet_food_feeder .video .video-link:hover img { transform: scale(1.1); } #smart_pet_food_feeder .video a::after, #smart_pet_food_feeder .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-pet-food-feeder/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #smart_pet_food_feeder .text-box { padding: 5%; } #smart_pet_food_feeder .text-box .title { font-size: 28px; } #smart_pet_food_feeder .video-box, #smart_pet_food_feeder .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .text-box .title { font-size: 24px; } #smart_pet_food_feeder .text-box .desc { font-size: 18px; margin-top: 10px; } #smart_pet_food_feeder .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .text-box { padding: 10% 5%; } #smart_pet_food_feeder .text-box .title { font-size: 20px; } #smart_pet_food_feeder .text-box .desc { font-size: 16px; } #smart_pet_food_feeder .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #smart_pet_food_feeder .text-box .text { padding-left: 10%; padding-right: 10%; } #smart_pet_food_feeder .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } @media (min-width: 1620px) { #smart_pet_food_feeder .text-box .text { font-size: 16px; } } /* =============== Floating text-box =============== */ #smart_pet_food_feeder .section.section-float { position: relative; z-index: 1; height: 520px; } #smart_pet_food_feeder .section.section-float--big { height: 680px; } #smart_pet_food_feeder .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #smart_pet_food_feeder .section .text-box.text-box-float--left { left: 5%; } #smart_pet_food_feeder .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #smart_pet_food_feeder .section.section-float { height: 420px; } #smart_pet_food_feeder .section.section-float--big { height: 560px; } #smart_pet_food_feeder .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 400px; } #smart_pet_food_feeder .section .text-box.text-box-float, #smart_pet_food_feeder .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_pet_food_feeder .section.section-float { padding-bottom: 250px; } } @media only screen and (max-width: 363.98px) { #smart_pet_food_feeder .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #smart_pet_food_feeder .section.section-float { height: 620px; } #smart_pet_food_feeder .section.section-float--big { height: 820px; } #smart_pet_food_feeder .section .text-box.text-box-float { width: 35%; } #smart_pet_food_feeder .section .text-box.text-box-float--left { left: 12.5%; } #smart_pet_food_feeder .section .text-box.text-box-float--right { width: 35%; left: 55%; } } @media (min-width: 1620px) { #smart_pet_food_feeder .section.section-float { height: 820px; } #smart_pet_food_feeder .section.section-float--big { height: 980px; } #smart_pet_food_feeder .section .text-box.text-box-float--right { width: 30%; left: 60%; } } @media (min-width: 2080px) { #smart_pet_food_feeder .section.section-float { height: 1080px; } #smart_pet_food_feeder .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #smart_pet_food_feeder .section-01 { background-image: url('https://media.mi-home.pl/products/smart-pet-food-feeder/section-01.jpg'); height: 620px; } #smart_pet_food_feeder .section-01 .text-box { padding-right: 55%; padding-left: 10%; padding-top: 12.5%; } #smart_pet_food_feeder .section-01 .text-box .title { font-size: 36px; } #smart_pet_food_feeder .section-01 .text-box .title img { width: 150px; display: inline-block; margin-bottom: 6px; } #smart_pet_food_feeder .section-01 .text-box .desc { font-size: 20px; font-weight: 500; } #smart_pet_food_feeder .section-01 .text-box .text { font-size: 16px; color: rgba(0, 0, 0, 0.5); } @media (max-width: 991.98px) { #smart_pet_food_feeder .section-01 { height: 440px; } #smart_pet_food_feeder .section-01 .text-box { padding-top: 7.5%; } #smart_pet_food_feeder .section-01 .text-box .desc { font-size: 20px; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-01 { height: auto; background-size: 120% auto; background-position: right bottom; padding-bottom: 450px; background-color: #E5ECF3; } #smart_pet_food_feeder .section-01 .text-box { padding: 10% 5%; text-align: center; } #smart_pet_food_feeder .section-01 .text-box .desc { font-size: 18px; } #smart_pet_food_feeder .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-01 { padding-bottom: 320px; } #smart_pet_food_feeder .section-01 .text-box { padding: 15% 5% 10%; } #smart_pet_food_feeder .section-01 .text-box .desc { font-size: 16px; } #smart_pet_food_feeder .section-01 .text-box .text { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #smart_pet_food_feeder .section-01 { padding-bottom: 250px; } #smart_pet_food_feeder .section-01 .text-box .title { font-size: 24px; } #smart_pet_food_feeder .section-01 .text-box .title img { width: 110px; margin-bottom: 5px; } } @media (min-width: 1200px) { #smart_pet_food_feeder .section-01 { height: 780px; } #smart_pet_food_feeder .section-01 .text-box { padding-right: 50%; } #smart_pet_food_feeder .section-01 .text-box .text { font-size: 18px; } #smart_pet_food_feeder .section-01 .text-box .title { font-size: 48px; } #smart_pet_food_feeder .section-01 .text-box .title img { width: 210px; margin-bottom: 8px; } #smart_pet_food_feeder .section-01 .text-box .desc { font-size: 24px; } } @media (min-width: 1600px) { #smart_pet_food_feeder .section-01 { height: 880px; } } @media (min-width: 2080px) { #smart_pet_food_feeder .section-01 { height: 980px; } } /* =============== Section 02 =============== */ #smart_pet_food_feeder .section-02 { padding-bottom: 7.5%; padding-top: 2.5%; } #smart_pet_food_feeder .section-02 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } /* =============== Section 03 & 05 & 09 & 12 =============== */ #smart_pet_food_feeder .section-03 { padding-bottom: 7.5%; } #smart_pet_food_feeder .section-05 { padding-top: 2.5%; padding-bottom: 2.5%; background-color: #DEE0E0; } #smart_pet_food_feeder .section-09 { padding-top: 2.5%; padding-bottom: 2.5%; } #smart_pet_food_feeder .section-12 { position: relative; z-index: 1; } #smart_pet_food_feeder .section-03 .text-box, #smart_pet_food_feeder .section-05 .text-box, #smart_pet_food_feeder .section-09 .text-box { padding-bottom: 2.5%; } #smart_pet_food_feeder .section-12 .text-box { position: absolute; z-index: 2; width: 100%; left: 0; top: 2.5%; } #smart_pet_food_feeder .section-03 .list, #smart_pet_food_feeder .section-05 .list, #smart_pet_food_feeder .section-09 .list, #smart_pet_food_feeder .section-12 .list { max-width: 1080px; width: 90%; margin: 0 auto; padding-bottom: 5%; display: flex; flex-wrap: wrap; justify-content: center; } #smart_pet_food_feeder .section-12 .list { padding-top: 2.5%; } #smart_pet_food_feeder .section-03 .list .item, #smart_pet_food_feeder .section-05 .list .item, #smart_pet_food_feeder .section-09 .list .item, #smart_pet_food_feeder .section-12 .list .item { flex: 0 0 33.3333%; width: 33.3333%; color: #191919; padding: 20px; text-align: center; font-size: 15px; font-weight: 300; } #smart_pet_food_feeder .section-03 .list .item img, #smart_pet_food_feeder .section-05 .list .item img, #smart_pet_food_feeder .section-09 .list .item img, #smart_pet_food_feeder .section-12 .list .item img { width: 52px; } #smart_pet_food_feeder .section-03 .list .item .text, #smart_pet_food_feeder .section-05 .list .item .text, #smart_pet_food_feeder .section-09 .list .item .text, #smart_pet_food_feeder .section-12 .list .item .text { display: block; margin-top: 15px; } #smart_pet_food_feeder .section-03 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 30px; } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-03 .list .item, #smart_pet_food_feeder .section-05 .list .item, #smart_pet_food_feeder .section-09 .list .item, #smart_pet_food_feeder .section-12 .list .item { font-size: 14px; } #smart_pet_food_feeder .section-12 .text-box { position: static; padding-top: 10%; } #smart_pet_food_feeder .section-12 .list { padding-bottom: 0; } #smart_pet_food_feeder .section-03 .image-wrapper { border-radius: 20px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-03 .list .item, #smart_pet_food_feeder .section-05 .list .item, #smart_pet_food_feeder .section-09 .list .item, #smart_pet_food_feeder .section-12 .list .item { flex: 0 0 50%; width: 50%; } #smart_pet_food_feeder .section-03 .image-wrapper { border-radius: 10px; } } @media only screen and (max-width: 363.98px) { #smart_pet_food_feeder .section-03 .list .item, #smart_pet_food_feeder .section-05 .list .item, #smart_pet_food_feeder .section-09 .list .item { font-size: 13px; flex: 0 0 100%; width: 100%; } } /* =============== Section 04 =============== */ #smart_pet_food_feeder .section-04 { padding-bottom: 7.5%; padding-top: 2.5%; } #smart_pet_food_feeder .section-04 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; position: relative; z-index: 1; } #smart_pet_food_feeder .section-04 .text-wrapper { position: absolute; z-index: 2; width: 80%; left: 10%; bottom: 10%; display: flex; font-size: 13px; font-weight: 300; text-align: center; } #smart_pet_food_feeder .section-04 .text-wrapper .item { flex: 0 0 20%; width: 20%; padding: 15px; } #smart_pet_food_feeder .section-04 .text-bottom { padding: 30px 0; max-width: 1080px; width: 90%; margin: 0 auto; font-size: 12px; color: rgba(0, 0, 0, 0.5); text-align: center; } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-04 .text-wrapper { width: 90%; left: 5%; bottom: 5%; } #smart_pet_food_feeder .section-04 .text-wrapper .item { padding: 5px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-04 .text-wrapper { position: static; width: 100%; padding-top: 5%; } } /* =============== Section 06 =============== */ #smart_pet_food_feeder .section-06 { background-image: url('https://media.mi-home.pl/products/smart-pet-food-feeder/section-06.jpg'); } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-06.section.section-float { background-position: right bottom; background-color: #F2F2F2; } } /* =============== Section 07 =============== */ #smart_pet_food_feeder .section-07 { padding-top: 2.5%; background-color: #E9E8EB; } #smart_pet_food_feeder .section-07 .text-box { padding-bottom: 0; } #smart_pet_food_feeder .section-07 .image-wrapper { max-width: 760px; width: 90%; margin: 0 auto; } /* =============== Section 08 =============== */ #smart_pet_food_feeder .section-08 { background-image: url('https://media.mi-home.pl/products/smart-pet-food-feeder/section-08.jpg'); } @media (max-width: 991.98px) { #smart_pet_food_feeder .section-08 { background-position: right -50px center; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-08.section.section-float { background-position: right bottom; background-color: #191A1F; padding-bottom: 500px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-08.section.section-float { padding-bottom: 350px; } } @media only screen and (max-width: 363.98px) { #smart_pet_food_feeder .section-08.section.section-float { padding-bottom: 250px; } } /* =============== Section 10 =============== */ #smart_pet_food_feeder .section-10 { background-image: url('https://media.mi-home.pl/products/smart-pet-food-feeder/section-10.jpg'); height: 1080px; position: relative; z-index: 1; } #smart_pet_food_feeder .section-10 .list { position: absolute; z-index: 2; left: 10%; top: 50%; transform: translateY(-50%); width: 35%; } #smart_pet_food_feeder .section-10 .list .item { padding: 30px 0; color: rgba(255,255,255,0.7); font-size: 16px; font-weight: 300; line-height: 1.5; } #smart_pet_food_feeder .section-10 .list .item .title { display: block; margin-bottom: 15px; font-weight: bold; font-size: 20px; color: #ffffff; } @media (max-width: 991.98px) { #smart_pet_food_feeder .section-10 { height: 980px; } #smart_pet_food_feeder .section-10 .list { left: 5%; } #smart_pet_food_feeder .section-10 .list .item { font-size: 15px; } #smart_pet_food_feeder .section-10 .list .item .title { font-size: 18px; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-10 { height: 860px; } #smart_pet_food_feeder .section-10 .list .item { padding: 20px 0; font-size: 14px; } #smart_pet_food_feeder .section-10 .list .item .title { font-size: 16px; margin-bottom: 10px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-10 { height: 680px; } #smart_pet_food_feeder .section-10 .list { width: 50%; } #smart_pet_food_feeder .section-10 .list .item { padding: 10px 0; font-size: 12px; } #smart_pet_food_feeder .section-10 .list .item .title { font-size: 14px; margin-bottom: 5px; } } @media only screen and (max-width: 363.98px) { #smart_pet_food_feeder .section-10 { height: auto; background: #385855; } #smart_pet_food_feeder .section-10 .list { width: 100%; position: static; transform: none; padding: 10% 5%; } } @media (min-width: 1200px) { #smart_pet_food_feeder .section-10 { height: 1200px; } #smart_pet_food_feeder .section-10 .list { left: 20%; width: 25%; } #smart_pet_food_feeder .section-10 .list .item { padding: 40px 0; } #smart_pet_food_feeder .section-10 .list .item .title { font-size: 22px; } } @media (min-width: 1620px) { #smart_pet_food_feeder .section-10 { height: 1360px; } #smart_pet_food_feeder .section-10 .list .item { padding: 65px 0; } } @media (min-width: 2080px) { #smart_pet_food_feeder .section-10 { height: 1480px; } #smart_pet_food_feeder .section-10 .list .item { padding: 80px 0; } } /* =============== Section 11 =============== */ #smart_pet_food_feeder .section-11 { background-image: url('https://media.mi-home.pl/products/smart-pet-food-feeder/section-11.jpg'); } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-11.section.section-float { background-position: left -50px bottom; background-color: #E4E6E5; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-11.section.section-float { background-position: left -30px bottom; } } /* =============== Section 13 =============== */ #smart_pet_food_feeder .section-13 { position: relative; z-index: 1; background-color: #171819; padding: 2.5% 0 5%; } #smart_pet_food_feeder .section-13 .text-box { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; } #smart_pet_food_feeder .section-13 .list { max-width: 680px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; padding-top: 5%; } #smart_pet_food_feeder .section-13 .list .item { color: #ffffff; font-size: 16px; font-weight: 300; flex: 0 0 50%; width: 50%; padding: 5px 10px; } #smart_pet_food_feeder .section-13 .image-wrapper { position: relative; z-index: 1; } #smart_pet_food_feeder .section-13 .image-wrapper .item { position: absolute; z-index: 2; font-size: 24px; font-weight: 300; color: #ffffff; } #smart_pet_food_feeder .section-13 .image-wrapper .item-1 { top: 28%; left: 44%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-2 { top: 28.5%; left: 69%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-3 { top: 34.5%; left: 44%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-4 { top: 37.5%; left: 75%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-5 { top: 45%; left: 35%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-6 { top: 57%; left: 23.5%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-7 { top: 68%; left: 73%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-8 { top: 80.5%; left: 33%; } #smart_pet_food_feeder .section-13 .image-wrapper .item-9 { top: 79%; left: 71.5%; } @media (max-width: 767.98px) { #smart_pet_food_feeder .section-13 .image-wrapper .item { font-size: 20px; } #smart_pet_food_feeder .section-13 .list .item { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section-13 .text-box { position: static; padding-bottom: 0; } #smart_pet_food_feeder .section-13 .image-wrapper .item { font-size: 18px; } #smart_pet_food_feeder .section-13 .list .item { font-size: 14px; } } /* =============== Section 14 =============== */ #smart_pet_food_feeder .section-14 { background-color: #F6F6F6; padding-bottom: 7.5%; padding-top: 2.5%; } /* =============== Section 15 =============== */ #smart_pet_food_feeder .section-15 { padding-top: 2.5%; padding-bottom: 7.5%; } #smart_pet_food_feeder .section-15 .image-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; } #smart_pet_food_feeder .section-15 .image-wrapper .text { font-size: 13px; font-weight: 300; color: rgba(0, 0, 0, 0.5); text-align: center; padding: 20px 5% 0 55%; } /* =============== Section 16 =============== */ #smart_pet_food_feeder .section-16 { background-color: #f9f9f9; } /* =============== Section image box =============== */ #smart_pet_food_feeder .section .image-box-wrap { padding: 0; width: 90%; max-width: 1440px; margin: 0 auto; overflow: hidden; border-radius: 30px; } #smart_pet_food_feeder .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #ffffff; } #smart_pet_food_feeder .section .image-box--reverse { flex-direction: row-reverse; } #smart_pet_food_feeder .section .text-wrap, #smart_pet_food_feeder .section .image { width: 50%; flex: 0 0 50%; } #smart_pet_food_feeder .section .image { background-color: #ffffff; } #smart_pet_food_feeder .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; } #smart_pet_food_feeder .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 5px; font-weight: bold; } #smart_pet_food_feeder .section .text-wrap .text { font-weight: 300; font-size: 15px; padding-top: 20px; display: block; } @media (max-width: 991.98px) { #smart_pet_food_feeder .section .text-wrap .title { font-size: 18px; } #smart_pet_food_feeder .section .image-box-wrap { width: 95%; border-radius: 20px; } #smart_pet_food_feeder .section .text-wrap .text { padding-top: 10px; font-size: 14px; } } @media (max-width: 767.98px) { #smart_pet_food_feeder .section .text-wrap { padding: 7.5% 5%; text-align: center; } #smart_pet_food_feeder .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #smart_pet_food_feeder .section .text-wrap, #smart_pet_food_feeder .section .text-wrap div, #smart_pet_food_feeder .section .image { width: 100%; flex: 0 0 100%; } } @media only screen and (max-width: 575.98px) { #smart_pet_food_feeder .section .image-box-wrap { border-radius: 10px; } #smart_pet_food_feeder .section .text-wrap { padding: 10% 5%; } } @media (min-width: 1200px) { #smart_pet_food_feeder .section .text-wrap { padding: 0 5%; } #smart_pet_food_feeder .section .text-wrap .title { font-size: 28px; margin-bottom: 10px; } } /* =============== Section spec =============== */ #smart_pet_food_feeder .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #smart_pet_food_feeder .section-notes ul { margin: 0; padding: 0; list-style: none; } #smart_pet_food_feeder .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_pet_food_feeder .section-notes { padding: 5%; } #smart_pet_food_feeder .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #smart_pet_food_feeder .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #smart_pet_food_feeder .slick-slider .slick-slide { font-family: 'Camphor Pro'; } #smart_pet_food_feeder .slick-dots { bottom: 35px; } #smart_pet_food_feeder .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; } #smart_pet_food_feeder .slick-dots li.slick-active button::before, #smart_pet_food_feeder .slick-dots li:hover button::before { opacity: 1; } #smart_pet_food_feeder .slick-dotted.slick-slider { margin-bottom: 0; padding: 0; } #smart_pet_food_feeder .slick-slider > .slider-item { display: none; } #smart_pet_food_feeder .slick-slider > .slider-item:first-child { display: block; } #smart_pet_food_feeder .slick-slider .slick-dots li button { border-radius: 30px; } #smart_pet_food_feeder .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #smart_pet_food_feeder .slick-slider .slick-dots li.slick-active button, #smart_pet_food_feeder .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #smart_pet_food_feeder .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #smart_pet_food_feeder .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 }); }); } ); Smart Pet Food Feeder Inteligentne karmienie zwierząt przez całą dobę Automatyczny podajnik | Wodoodporne i świeże Płynne dozowanie | Inteligentne połączenie aplikacją Automatyczne dozowanie porcji o ustalonym czasie. Naukowe zarządzanie dietą przez całą dobę. Sparowanie z aplikacją Mi Home/Xiaomi Home, pozwala na kontrolowanie pory i wielkości porcji z dowolnego miejsca, dzięki czemu podróżowanie staje się przyjemniejsze, a karmienie przestaje być uciążliwe. Sprawny system dystrybucji. Regularne dozowanie. Unikalna sześciosiatkowa struktura dozownika, elastyczne mieszadło do żywności z miękkiego silikonu oraz łopatki dozujące zostały przetestowane na ponad 10 000 cykli dozowania*. Po to, aby zapewnić bezproblemowe podawanie karmy przez szeroki kanał, który skutecznie zapobiega blokowaniu. Sześciosiatkowa konstrukcja dozownika do wydawania ustalonych ilości pokarmu. Gładkie mieszadło do żywności + łopatki. Szeroki otwór dozujący nadaje się do suchych karm dla różnych zwierząt domowych. Maksymana średnica pojedyńczej kostki karmy 5–12 mm. 4,5 mm średnica wkładu do pióra żelowego 5 mm min. średnica kęsa 10 mm średnica baterii AAA 12 mm max. średnica kęsa 14 mm średnica baterii AA Karma o zbyt dużej lub małej średnicy może zablokować przepływ jedzenia. Produkt nie nadaje się do żywności liofilizowanej lub karmy o specjalnym kształcie. Inteligentne, spersonalizowane żywienie zwierząt na zawołanie. Połącz się z aplikacją Mi Home/Xiaomi Home. Planowe żywienie wspierane ekspertyzą dietetyków. Inteligentne przypomnienia o uzupełnieniu pojemnika za pośrednictwem aplikacji. Od napełnienia miski dzieli Cię jedno tapnięcie w aplikacji. Ustaw stały czas i wielkość porcji w aplikacji Mi Home/Xiaomi Home i zdalnie wydawaj pokarm, nawet będąc poza domem. Inteligentne monitorowanie poziomu żywności w czasie rzeczywistym. Dwa zestawy czujników stale monitorują pozostały pokarm i stan napełnienia. Niedobory lub błędy żywności są sygnalizowane przez kontrolkę podajnika oraz na aplikacji Mi Home/Xiaomi Home. Zaplanowane karmienie nawet bez prądu i internetu. Zapisany harmonogram karmienia i wbudowane zasilanie awaryjne zapewniają regularne wydawanie posiłków nawet w przypadku przerwy w działaniu sieci lub awarii zasilania. Potrójnie uszczelnienie, aby żywność była świeża, sucha i smaczna. 360° silikonowy pierścień uszczelniający pokrywę. Wymienne wkłady osuszające do komory na żywność. Ukryte drzwi podajnika obrotowego. Etap 1: 360° silikonowy pierścień uszczelniający gwarantujący świeżość. Wysokiej jakości silikonowy pierścień uszczelniający może skutecznie blokować powietrze i powolne wysuszanie karmy. Etap 2: wbudowane wymienne wkłady osuszające w komorze żywnościowej. Niezależne, wymienne i odporne na wilgoć wkłady osuszające zabezpieczają karmę przed zawilgoceniem. Etap 3: ukryty sferyczny dozownik "drzwi obrotowych" gwarantujący świeżość. Unikalna konstrukcja sferycznego uszczelnienia gwarantuje świeżość; ukryty mechanizm dozowania pozwala uniknąć uszkodzeń spowodowanych przez ugryzienia zwierząt domowych. Stal nierdzewna klasy spożywczej 304. Komora na jedzenie, mieszadło, łopatka dozująca i miseczka na pokarm ze stali nierdzewnej 304 spełniają wymagania dotyczące materiałów przeznaczonych do kontaktu z żywnością. Miskę na karmę można zdemontować do czyszczenia, skutecznie unikając gromadzenia się tłuszczu i utrzymując produkt w czystości. Duża pojemność dla wygodniejszego użytku. Specjalnie zaprojektowany dla kotów oraz małych i średnich psów, może przechowywać około 1,8 kg suchej karmy dla zwierząt, wystarczającej dla dorosłego kota lub małego psa na 15 do 20 dni, podczas gdy właściciel jest poza domem. ≈1,8 kg suchej karmy ≈20-dniowy zapas żywności Inteligentna konstrukcja dla odpowiedniego karmienia. ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ① wkład osuszający ② pokrywa ③ pojemnik na jedzenie ④ blokada zabezpieczająca ⑤ inteligentny system sterowania ⑥ miska na żywność ze stali nierdzewnej ⑦ system płynnego dozowania ⑧ dozownik kulisty "drzwi obrotowe" ⑨ system zasilania awaryjnego Dopracowane detale, pełne bezpieczeństwo. Blokada otwartej pokrywy. Unikaj przypadkowego podjadania karmy. Podajnik cofa się gdy wykryje opór. Chroni przed urazami łap. Pleciony nylonowy przewód. Odporny na przegryzienie. Chowany przewód zasilający. Zabezpiecza przed potknięciem. Odpowiednie dla: kotów, małych i średnich psów*. Nie zaleca się stosowania u młodych zwierząt w wieku poniżej trzech miesięcy oraz u psów dużych rozmiarów. Uwagi: *Baterie muszą być zainstalowane przed uruchomieniem systemu zasilania awaryjnego. Baterie zapasowe należy zakupić osobno i obsługiwane są tylko alkaliczne baterie. Szczegółowe informacje na ten temat znajdują się w instrukcji obsługi. *Komora na żywność, mieszadło do żywności, łopatka dozująca i misa na żywność ze stali nierdzewnej 304 spełniają przepisy FDA dotyczące materiałów przeznaczonych do kontaktu z żywnością; kod raportu z inspekcji: Nr SHAEC2200090002; Organizacja testująca: SGS. *Test oparty jest na 5 kg dorosłym kocie(lub 10 kg małym psie) jedzącym około 80-120g suchej karmy dziennie przez okres około 15-20 dni. W rzeczywistym użyciu mogą wystąpić błędy ze względu na zmiany w rodzaju karmy, rodzaju zwierzęcia, wieku, zdrowia i zachowania. *Podajnik przeznaczony jest dla dorosłych psów o wysokości grzbietu do 40 cm. *Zaleca się wymianę wkładu co miesiąc. *Wszystkie dane, o których mowa na tej stronie pochodzą z Laboratorium Maomao Gougou, chyba że określono inaczej. Dane z badań mogą się różnić w zależności od zmian środowiskowych.

Najniższa cena
479,00 zł
w 1 sklepie

Porównaj ceny

Mi-Home
Niedostępny