Mi Laser Projector Light Resistant Screen 100"
Xiaomi

Mi Laser Projector Light Resistant Screen 100"

/* =============== Mi Laser Projector Light Resistant Screen 100" =============== */ #ambient_light_projector_screen_100 { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #ambient_light_projector_screen_100 ul, #ambient_light_projector_screen_100 ol { list-style: none; padding-left: 0; } #ambient_light_projector_screen_100 video, #ambient_light_projector_screen_100 img { vertical-align: middle; } #ambient_light_projector_screen_100 video { width: 100%; height: auto; } #ambient_light_projector_screen_100.xiaomi_container { max-width: 2560px; } #ambient_light_projector_screen_100 .section { line-height: 1.2; } #ambient_light_projector_screen_100 .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #ambient_light_projector_screen_100 .font-bold { font-weight: 700; } #ambient_light_projector_screen_100 .font-light { font-weight: 300; } #ambient_light_projector_screen_100 .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #ambient_light_projector_screen_100 .text-box.text-box--left { text-align: left; } #ambient_light_projector_screen_100 .text-box--white { color: #ffffff; } #ambient_light_projector_screen_100 .text-box .title, #ambient_light_projector_screen_100 .text-box .desc, #ambient_light_projector_screen_100 .text-box .text { display: block; } #ambient_light_projector_screen_100 .text-box .title { font-size: 32px; line-height: 1.2; } #ambient_light_projector_screen_100 .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #ambient_light_projector_screen_100 .text-box .title--color { margin-bottom: 15px; opacity: .5; } #ambient_light_projector_screen_100 .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #ambient_light_projector_screen_100 .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #ambient_light_projector_screen_100 .text-box--white .text { color: #ffffff; } #ambient_light_projector_screen_100 .text-box .text.text--small { font-size: 14px; opacity: .5; } #ambient_light_projector_screen_100 .video-box, #ambient_light_projector_screen_100 .image-box { padding: 0 12.5%; } #ambient_light_projector_screen_100 .video-box video { width: 100%; height: auto; } #ambient_light_projector_screen_100 .video a, #ambient_light_projector_screen_100 .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #ambient_light_projector_screen_100 .video a img, #ambient_light_projector_screen_100 .video .video-link img { transition: 0.3s ease-in-out transform; } #ambient_light_projector_screen_100 .video a:hover img, #ambient_light_projector_screen_100 .video .video-link:hover img { transform: scale(1.1); } #ambient_light_projector_screen_100 .video a::after, #ambient_light_projector_screen_100 .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .text-box { padding: 5%; } #ambient_light_projector_screen_100 .text-box .title { font-size: 28px; } #ambient_light_projector_screen_100 .text-box .title.title--big { font-size: 36px; } #ambient_light_projector_screen_100 .video-box, #ambient_light_projector_screen_100 .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .text-box .title { font-size: 24px; } #ambient_light_projector_screen_100 .text-box .title.title--big { font-size: 28px; } #ambient_light_projector_screen_100 .text-box .desc { font-size: 18px; margin-top: 10px; } #ambient_light_projector_screen_100 .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .text-box { padding: 10% 5%; } #ambient_light_projector_screen_100 .text-box .title { font-size: 20px; } #ambient_light_projector_screen_100 .text-box .title.title--big { font-size: 24px; } #ambient_light_projector_screen_100 .text-box .desc { font-size: 16px; } #ambient_light_projector_screen_100 .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .text-box .title { font-size: 36px; } #ambient_light_projector_screen_100 .text-box .text { font-size: 18px; } } @media (min-width: 1620px) { #ambient_light_projector_screen_100 .text-box .text { padding-left: 10%; padding-right: 10%; } #ambient_light_projector_screen_100 .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #ambient_light_projector_screen_100 .section.section-float { position: relative; z-index: 1; height: 640px; } #ambient_light_projector_screen_100 .section.section-float--big { height: 680px; } #ambient_light_projector_screen_100 .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 45%; transform: translateY(-50%); } #ambient_light_projector_screen_100 .section .text-box.text-box-float--left { left: 5%; } #ambient_light_projector_screen_100 .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .section.section-float { height: 560px; } #ambient_light_projector_screen_100 .section.section-float--big { height: 560px; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 420px; } #ambient_light_projector_screen_100 .section .text-box.text-box-float, #ambient_light_projector_screen_100 .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) { #ambient_light_projector_screen_100 .section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #ambient_light_projector_screen_100 .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section.section-float { height: 720px; } #ambient_light_projector_screen_100 .section.section-float--big { height: 880px; } #ambient_light_projector_screen_100 .section .text-box.text-box-float { width: 35%; } #ambient_light_projector_screen_100 .section .text-box.text-box-float--right { width: 35%; } #ambient_light_projector_screen_100 .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1620px) { #ambient_light_projector_screen_100 .section.section-float { height: 880px; } #ambient_light_projector_screen_100 .section.section-float--big { height: 980px; } #ambient_light_projector_screen_100 .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #ambient_light_projector_screen_100 .section.section-float { height: 1080px; } #ambient_light_projector_screen_100 .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #ambient_light_projector_screen_100 .section-01 { background-image: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/section-01.jpg'); height: 820px; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 36px; } #ambient_light_projector_screen_100 .section-01 .text-box .desc { font-size: 24px; margin-top: 15px; font-weight: 500; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .section-01 { height: 680px; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 36px; } #ambient_light_projector_screen_100 .section-01 .text-box .desc { font-size: 20px; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-01 { height: auto; background-position: center bottom; background-size: 100% auto; background-color: #3180E3; padding-bottom: 300px; } #ambient_light_projector_screen_100 .section-01 .text-box { position: static; width: 100%; text-align: center; transform: none; padding: 10% 5%; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .section-01 { padding-bottom: 200px; } #ambient_light_projector_screen_100 .section-01 .text-box { padding: 15% 5% 10%; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 24px; } #ambient_light_projector_screen_100 .section-01 .text-box .desc { font-size: 16px; } } @media only screen and (max-width: 363.98px) { #ambient_light_projector_screen_100 .section-01 { padding-bottom: 150px; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 22px; } #ambient_light_projector_screen_100 .section-01 .text-box .desc { font-size: 16px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section-01 { height: 980px; } #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 42px; } } @media (min-width: 1400px) { #ambient_light_projector_screen_100 .section-01 .text-box .title { font-size: 48px; } } @media (min-width: 1620px) { #ambient_light_projector_screen_100 .section-01 { height: 1080px; } } @media (min-width: 2080px) { #ambient_light_projector_screen_100 .section-01 { height: 1160px; } } /* =============== Section 02 =============== */ #ambient_light_projector_screen_100 .section-02 { padding: 5% 0; } #ambient_light_projector_screen_100 .section-02 .list { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #ambient_light_projector_screen_100 .section-02 .list .item { flex: 0 0 25%; width: 25%; color: #191919; padding: 10px 20px; text-align: center; font-size: 14px; font-weight: 300; border-right: 1px solid rgba(154,154,154,.8); } #ambient_light_projector_screen_100 .section-02 .list .item:last-child { border-right: none; } #ambient_light_projector_screen_100 .section-02 .list .title { display: block; font-weight: bold; font-size: 17px; margin-bottom: 10px; } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-02 .list .item { flex: 0 0 50%; width: 50%; margin: 10px 0; } #ambient_light_projector_screen_100 .section-02 .list .item:nth-child(2) { border-right: none; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .section-02 .list .item { flex: 0 0 100%; width: 100%; margin: 0 0 20px 0; padding: 20px 10px 40px; } #ambient_light_projector_screen_100 .section-02 .list .item { border-right: none; border-bottom: 1px solid rgba(154,154,154,.8); } #ambient_light_projector_screen_100 .section-02 .list .item:last-child { border-bottom: none; padding-bottom: 20px; } } /* =============== Section 03 =============== */ #ambient_light_projector_screen_100 .section-03 { background-image: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/section-03.png'); } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-03.section.section-float { background-position: right bottom; background-size: 100% auto; background-color: #1E3C56; } } /* =============== Section 04 =============== */ #ambient_light_projector_screen_100 .section-04 { background-image: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/section-04.png'); height: 860px; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .section-04 { height: 760px; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-04 { height: auto; background-size: 120% auto; background-position: center bottom; background-color: #5C8CBC; padding-bottom: 480px; } #ambient_light_projector_screen_100 .section-04 .text-box { padding: 10% 5%; background-color: #5C8CBC; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .section-04 { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #ambient_light_projector_screen_100 .section-04 { padding-bottom: 200px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section-04 { height: 980px; } } @media (min-width: 1620px) { #ambient_light_projector_screen_100 .section-04 { height: 1080px; } } @media (min-width: 2080px) { #ambient_light_projector_screen_100 .section-04 { height: 1160px; } } /* =============== Section 05 =============== */ #ambient_light_projector_screen_100 .section-05 { padding-bottom: 7.5%; } #ambient_light_projector_screen_100 .section-05 .image-wrapper { max-width: 980px; width: 90%; margin: 0 auto; position: relative; z-index: 1; } #ambient_light_projector_screen_100 .section-05 .item { position: absolute; z-index: 2; background-color: rgba(255,255,255,0.2); border: 1px solid #ffffff; width: 40%; bottom: 5%; text-align: center; font-size: 16px; color: #fff; padding: 10px; } #ambient_light_projector_screen_100 .section-05 .item-1 { left: 5%; } #ambient_light_projector_screen_100 .section-05 .item-2 { right: 5%; } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-05 .text-box { padding: 10% 5%; } #ambient_light_projector_screen_100 .section-05 .item { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #ambient_light_projector_screen_100 .section-05 .item { font-size: 12px; } } /* =============== Section 06 =============== */ #ambient_light_projector_screen_100 .section-06 { background-image: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/section-06.png'); height: 960px; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .section-06 { height: 820px; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-06 { height: auto; background-size: 120% auto; background-position: center bottom; background-color: #102B5D; padding-bottom: 450px; } #ambient_light_projector_screen_100 .section-06 .text-box { padding: 10% 5%; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .section-06 { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #ambient_light_projector_screen_100 .section-06 { padding-bottom: 200px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section-06 { height: 1080px; } } @media (min-width: 1620px) { #ambient_light_projector_screen_100 .section-06 { height: 1260px; } } @media (min-width: 2080px) { #ambient_light_projector_screen_100 .section-06 { height: 1360px; } } /* =============== Section 08 =============== */ #ambient_light_projector_screen_100 .section-08 { background-image: url('https://media.mi-home.pl/products/ambient-light-projector-screen-100/section-08.png'); } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section-08.section.section-float { background-position: right bottom; background-color: #F2F5FC; } } /* =============== Section image box =============== */ #ambient_light_projector_screen_100 .section .image-box-wrap { padding: 0; width: 95%; max-width: 1200px; margin: 0 auto; overflow: hidden; border-radius: 0; border: 15px solid #ffffff; } #ambient_light_projector_screen_100 .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #ffffff; } #ambient_light_projector_screen_100 .section .image-box--reverse { flex-direction: row-reverse; } #ambient_light_projector_screen_100 .section .text-wrap, #ambient_light_projector_screen_100 .section .image { width: 50%; flex: 0 0 50%; } #ambient_light_projector_screen_100 .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #191919; } #ambient_light_projector_screen_100 .section .text-wrap > div { width: 100%; } #ambient_light_projector_screen_100 .section .text-wrap .title { font-size: 24px; display: block; margin-bottom: 0; font-weight: bold; } #ambient_light_projector_screen_100 .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 16px; display: block; color: #666; } #ambient_light_projector_screen_100 .section .text-wrap .text.text--small { font-size: 14px; } @media (max-width: 991.98px) { #ambient_light_projector_screen_100 .section .text-wrap .title { font-size: 20px; } #ambient_light_projector_screen_100 .section .text-wrap .text { font-size: 15px; } #ambient_light_projector_screen_100 .section .text-wrap .text.text--small { font-size: 13px; } } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #ambient_light_projector_screen_100 .section .text-wrap, #ambient_light_projector_screen_100 .section .image { width: 100%; display: block; } #ambient_light_projector_screen_100 .section .text-wrap { padding: 10% 5%; text-align: center; } #ambient_light_projector_screen_100 .section .image-box-wrap { border-radius: 0; } #ambient_light_projector_screen_100 .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #ambient_light_projector_screen_100 .section .image-box-wrap { border-radius: 0; } #ambient_light_projector_screen_100 .section .text-wrap .title { font-size: 18px; } #ambient_light_projector_screen_100 .section .text-wrap .text { font-size: 14px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section .text-wrap { padding: 0 10%; } #ambient_light_projector_screen_100 .section .text-wrap .text { font-size: 18px; } #ambient_light_projector_screen_100 .section .text-wrap .title { font-size: 28px; } } /* =============== Section spec =============== */ #ambient_light_projector_screen_100 .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #ambient_light_projector_screen_100 .section-notes ul { margin: 0; padding: 0; list-style: none; } #ambient_light_projector_screen_100 .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) { #ambient_light_projector_screen_100 .section-notes { padding: 5%; } #ambient_light_projector_screen_100 .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #ambient_light_projector_screen_100 .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #ambient_light_projector_screen_100 .slick-dots { bottom: 35px; } #ambient_light_projector_screen_100 .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; } #ambient_light_projector_screen_100 .slick-dots li.slick-active button::before, #ambient_light_projector_screen_100 .slick-dots li:hover button::before { opacity: 1; } #ambient_light_projector_screen_100 .slick-dotted.slick-slider { margin-bottom: 0; } #ambient_light_projector_screen_100 .slick-slider > .slider-item { display: none; } #ambient_light_projector_screen_100 .slick-slider > .slider-item:first-child { display: block; } #ambient_light_projector_screen_100 .slick-slider .slick-dots li button { border-radius: 30px; } #ambient_light_projector_screen_100 .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #ambient_light_projector_screen_100 .slick-slider .slick-dots li.slick-active button, #ambient_light_projector_screen_100 .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #ambient_light_projector_screen_100 .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #ambient_light_projector_screen_100 .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Mi Ambient Light Rejecting Projector Screen 100" Kinowa jakość oglądania ≥85 % okluzji Żywe kolory nawet przy oświetleniu otoczenia Ultrawąska ramka 8mm Niemal bezramkowe wrażenia wizualne Brak połączeń kablowych Bezproblemowy montaż na ścianie 8-warstwowa funkcjonalna powłoka optyczna Jaśniejsze i bardziej żywe kolory ≥85 % okluzji otoczenia. Uwolnij potencjał swojego projektora laserowego, aby uzyskać kinową jakość wyświetlania obrazu laserowego. Technologia optyczna soczewki Fresnela aktywnie kieruje światło padające z projektora, skutecznie blokując światło otoczenia po wszystkich stronach ekranu i zapewniając dokładne odbicie projektora laserowego. Wyraźny i żywy obraz o wysokiej jakości, nawet przy oświetleniu fluorescencyjnym i oświetleniu otoczenia. (Projektor laserowy sprzedawany oddzielnie) Ogromny ekran zapewniający najwyższą przyjemność z oglądania. 100-calowy ekran* umożliwiający wyświetlanie ogromnych, budzących respekt obrazów (projektory laserowe sprzedawane oddzielnie). 8-warstwowa struktura optyczna. Żywe, realistyczne obrazy. 8-warstwowa struktura optyczna o nanoskalowej precyzji dla jaśniejszych i bardziej żywych obrazów. Ekran projekcyjny konwencjonalny Mi Ambient Light Rejecting Projector Screen 100" Eliminuje zakłócenia typu "plamki" i chroni oczy dzięki technologii rozproszonego odbicia. Podczas mapowania światła padającego z projektora, najbardziej zewnętrzna warstwa wykorzystuje technologię antyodblaskową, aby skutecznie wyeliminować zakłócenia w postaci plamek i zapobiec zmęczeniu oczu. Zaprojektowane z myślą o bezpieczeństwie. Warstwa chroniąca przed zarysowaniami. Zewnętrzna warstwa panelu chroni przed zarysowaniami i jest łatwa do czyszczenia i zarządzania. Aluminiowa rama otoczona jest plastikową ramą z PVC, zapewniając ochronę dla całej rodziny. Uwagi: * Dane testowe z laboratorium FSCREEN. * Projektor laserowy sprzedawany oddzielnie.

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

Porównaj ceny

Mi-Home
Niedostępny
4399,00 zł
Kup w sklepie →