
Redmi Note 10S — 6/128GB / Starlight Purple
/* =============== Redmi Note 10S =============== */ #redmi_note_10s { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #redmi_note_10s * { word-break: keep-all; } #redmi_note_10s ul, #redmi_note_10s ol { list-style: none; padding-left: 0; } #redmi_note_10s video, #redmi_note_10s img { vertical-align: middle; } #redmi_note_10s.xiaomi_container { max-width: none; } #redmi_note_10s .section { line-height: 1.2; } #redmi_note_10s .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #redmi_note_10s .font-bold { font-weight: 700; } #redmi_note_10s .font-light { font-weight: 300; } #redmi_note_10s .text-box { text-align: center; color: #191919; padding: 7.5% 12.5% 5%; } #redmi_note_10s .text-box.text-box--left { text-align: left; } #redmi_note_10s .text-box--white { color: #ffffff; } #redmi_note_10s .text-box .title, #redmi_note_10s .text-box .desc, #redmi_note_10s .text-box .text { display: block; } #redmi_note_10s .text-box .title { font-size: 38px; line-height: 1.2; } #redmi_note_10s .text-box .desc { font-size: 25px; line-height: 1.5; margin-top: 15px; font-weight: bold; } #redmi_note_10s .text-box .text { font-size: 15px; font-weight: normal; line-height: 1.5; margin-top: 15px; } #redmi_note_10s .video-box, #redmi_note_10s .image-box { padding: 0 12.5%; } #redmi_note_10s .video-box video { width: 100%; height: auto; } #redmi_note_10s .video a { position: relative; z-index: 1; display: block; overflow: hidden; } #redmi_note_10s .video a img { transition: 0.3s ease-in-out transform; } #redmi_note_10s .video a:hover img { transform: scale(1.1); } #redmi_note_10s .video a::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 84px; height: 84px; background: url('https://media.mi-home.pl/products/redmi-note-10s/play-icon.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #redmi_note_10s .text-box { padding: 5%; } #redmi_note_10s .video-box, #redmi_note_10s .image-box { padding: 0 5%; } #redmi_note_10s .text-box .title { font-size: 32px; } #redmi_note_10s .text-box .desc { font-size: 22px; } } @media (max-width: 767.98px) { #redmi_note_10s .text-box .title { font-size: 28px; } #redmi_note_10s .text-box .desc { font-size: 18px; margin-top: 10px; } #redmi_note_10s .text-box .text { margin-top: 10px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .text-box .title { font-size: 24px; } #redmi_note_10s .text-box .desc { font-size: 16px; } #redmi_note_10s .text-box .text { font-size: 14px; } } /* =============== Section 01 =============== */ #redmi_note_10s .section-01 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-01.jpg'); height: 560px; } #redmi_note_10s .section-01 .text-box { padding-top: 12.5%; color: #313131; } #redmi_note_10s .section-01 .text-box .title { font-size: 60px; font-weight: 900; } #redmi_note_10s .section-01 .text-box .desc { margin-top: 15px; font-size: 30px; } #redmi_note_10s .section-01 .text-box .text { font-size: 22px; margin-top: 0; } @media (max-width: 991.98px) { #redmi_note_10s .section-01 { height: 500px; } #redmi_note_10s .section-01 .text-box .title { font-size: 48px; } #redmi_note_10s .section-01 .text-box .desc { font-size: 24px; } #redmi_note_10s .section-01 .text-box .text { font-size: 18px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-01 { height: 400px; } #redmi_note_10s .section-01 .text-box .title { font-size: 36px; } #redmi_note_10s .section-01 .text-box .desc { font-size: 20px; } #redmi_note_10s .section-01 .text-box .text { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-01 { height: 300px; } #redmi_note_10s .section-01 .text-box { padding-right: 45%; } #redmi_note_10s .section-01 .text-box .title { font-size: 28px; } #redmi_note_10s .section-01 .text-box .desc { font-size: 18px; } #redmi_note_10s .section-01 .text-box .text { font-size: 15px; } } @media (min-width: 1200px) { #redmi_note_10s .section-01 { height: 700px; } #redmi_note_10s .section-01 .text-box { padding-left: 17.5%; } } @media (min-width: 1600px) { #redmi_note_10s .section-01 { height: 800px; } } /* =============== Section 02 =============== */ #redmi_note_10s .section-02 { height: 600px; position: relative; z-index: 1; } #redmi_note_10s .section-02 .video { width: 100%; height: 100%; object-fit: cover; } #redmi_note_10s .section-02 .text-box { padding-top: 0; padding-bottom: 0; position: absolute; z-index: 2; left: 0; width: 100%; top: 50%; transform: translateY(-50%); text-shadow: 0 1px 3px rgba(0,0,0,0.5); } #redmi_note_10s .section-02 .text-box .title { font-size: 54px; font-weight: 900; } #redmi_note_10s .section-02 .text-box .desc { margin-bottom: 20px; margin-top: 0; } #redmi_note_10s .section-02 .text-box .text { margin-top: 30px; } @media (max-width: 991.98px) { #redmi_note_10s .section-02 { height: 460px; } #redmi_note_10s .section-02 .text-box .title { font-size: 48px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-02 { height: 400px; } #redmi_note_10s .section-02 .text-box .title { font-size: 42px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-02 { height: 300px; } #redmi_note_10s .section-02 .text-box .title { font-size: 32px; } } @media (min-width: 1200px) { #redmi_note_10s .section-02 { height: 700px; } #redmi_note_10s .section-02 .text-box { padding-left: 20%; padding-right: 20%; } } /* =============== Section 03 =============== */ #redmi_note_10s .section-03 .text-box { padding-bottom: 7.5%; } #redmi_note_10s .section-03 .text-box .title { font-weight: 900; font-size: 48px; } @media (max-width: 991.98px) { #redmi_note_10s .section-03 .text-box { padding-bottom: 5%; } #redmi_note_10s .section-03 .text-box .title { font-size: 42px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-03 .text-box .title { font-size: 36px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-03 { background-color: #F2E4E1; } #redmi_note_10s .section-03 .text-box .title { font-size: 28px; } } @media (min-width: 1200px) { #redmi_note_10s .section-03 .text-box .title { font-size: 54px; } } /* =============== Section 04 =============== */ #redmi_note_10s .section-04 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-04.jpg'); height: 760px; } #redmi_note_10s .section-04 .text-box { padding-right: 60%; padding-left: 10%; padding-top: 10%; } #redmi_note_10s .section-04 .list { padding: 10% 0 10% 10%; display: flex; flex-wrap: wrap; align-items: center; width: 50%; } #redmi_note_10s .section-04 .list .item { width: 50%; flex: 0 0 50%; display: flex; padding-right: 15px; padding-bottom: 45px; color: #191919; } #redmi_note_10s .section-04 .list .item .icon-cs { width: 35px; flex: 0 0 35px; } #redmi_note_10s .section-04 .list .item .words-box { padding-left: 15px; } #redmi_note_10s .section-04 .list .item .title { font-size: 30px; display: block; line-height: 1; } #redmi_note_10s .section-04 .list .item .text { font-size: 14px; margin-top: 0; } @media (max-width: 991.98px) { #redmi_note_10s .section-04 { height: 600px; } #redmi_note_10s .section-04 .text-box { padding-left: 5%; padding-top: 7.5%; } #redmi_note_10s .section-04 .list { padding: 10% 0 10% 5%; } #redmi_note_10s .section-04 .list .item .title { font-size: 24px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-04 .text-box { padding-top: 5%; } #redmi_note_10s .section-04 .list { padding: 5% 0 5% 5%; } #redmi_note_10s .section-04 .list .item { width: 100%; flex: 0 0 100%; padding-right: 0; padding-bottom: 15px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-04 { height: auto; background-size: contain; background-position: bottom center; } #redmi_note_10s .section-04 .text-box--left { width: 100%; padding: 5%; margin-left: 0; } #redmi_note_10s .section-04 .list { padding-bottom: 2.5%; } } @media (min-width: 1200px) { #redmi_note_10s .section-04 { height: 940px; } #redmi_note_10s .section-04 .text-box { padding-top: 15%; } #redmi_note_10s .section-04 .list { padding-top: 15%; } } @media (min-width: 1600px) { #redmi_note_10s .section-04 .text-box { padding-top: 10%; } #redmi_note_10s .section-04 .list { padding-top: 10%; } } /* =============== Section 05 =============== */ #redmi_note_10s .section-05 { background-color: #1D2124; } #redmi_note_10s .section-05 .image-text { display: flex; } #redmi_note_10s .section-05 .image-wrapper, #redmi_note_10s .section-05 .text-box { width: 50%; flex: 0 0 50%; float: left; } #redmi_note_10s .section-05 .image-wrapper { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-05.jpg'); background-size: cover; background-position: center center; background-repeat: no-repeat; } #redmi_note_10s .section-05 .text-box { padding: 15% 10%; } @media (max-width: 767.98px) { #redmi_note_10s .section-05 .text-box { padding: 10% 7.5%; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-05 .image-text { flex-wrap: wrap; } #redmi_note_10s .section-05 .image-wrapper, #redmi_note_10s .section-05 .text-box { width: 100%; flex: 0 0 100%; } #redmi_note_10s .section-05 .image-wrapper { height: 260px; } } /* =============== Section 06 =============== */ #redmi_note_10s .section-06 .text-box { padding-bottom: 3.5%; } /* =============== Section 07 =============== */ #redmi_note_10s .section-07 .text-box { padding-bottom: 2.5%; } #redmi_note_10s .section-07 .slider-item .image-wrapper { position: relative; z-index: 1; } #redmi_note_10s .section-07 .slider-item .image-wrapper .text { background-color: #191919; color: #ffffff; border-radius: 50px; padding: 8px 20px; line-height: 1; position: absolute; z-index: 2; font-size: 12px; font-weight: bold; top: 17.5%; right: 22.5%; } /* =============== Section 08 =============== */ #redmi_note_10s .section-08 { height: 860px; position: relative; z-index: 1; } #redmi_note_10s .section-08 .video-list { height: 560px; } #redmi_note_10s .section-08 .video-list .video-item { width: 100%; height: 100%; object-fit: cover; } #redmi_note_10s .section-08 .btn-list { display: flex; width: 50%; position: absolute; z-index: 2; right: 0; bottom: 15%; border: 10px solid #ffffff; background-color: #ffffff; } #redmi_note_10s .section-08 .video-btn-box { flex: 0 0 50%; width: 50%; float: left; transition: .3s ease-in-out opacity; opacity: .75; cursor: pointer; position: relative; z-index: 1; } #redmi_note_10s .section-08 .video-btn-box.active, #redmi_note_10s .section-08 .video-btn-box:hover { opacity: 1; } #redmi_note_10s .section-08 .video-btn-text { background: #191919 url('https://media.mi-home.pl/products/redmi-note-10s/play.png') no-repeat 98% center / contain; color: #ffffff; border-radius: 50px; padding: 2px 20px; border: 8px solid #191919; padding-right: 40px; line-height: 1; position: absolute; z-index: 2; font-size: 14px; font-weight: bold; bottom: 20px; right: 30px; } #redmi_note_10s .section-08 .text-box { padding: 5%; width: 50%; } @media (max-width: 991.98px) { #redmi_note_10s .section-08 { height: auto; } #redmi_note_10s .section-08 .video-list { height: 420px; } #redmi_note_10s .section-08 .btn-list { bottom: 20%; } } @media (max-width: 767.98px) { #redmi_note_10s .section-08 .video-list { height: 360px; } #redmi_note_10s .section-08 .btn-list { display: flex; width: 70%; bottom: 25%; } #redmi_note_10s .section-08 .text-box { padding-top: 22.5%; width: 100%; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-08 .video-list { height: 300px; } #redmi_note_10s .section-08 .btn-list { width: 90%; bottom: 30%; } #redmi_note_10s .section-08 .video-btn-text { font-size: 12px; } #redmi_note_10s .section-08 .text-box { padding-top: 30%; width: 100%; } } @media only screen and (max-width: 363.98px) { #redmi_note_10s .section-08 .video-list { height: 240px; } #redmi_note_10s .section-08 .btn-list { width: 100%; } #redmi_note_10s .section-08 .video-btn-text { font-size: 10px; } } @media (min-width: 1200px) { #redmi_note_10s .section-08 .btn-list { width: 40%; bottom: 12.5%; } #redmi_note_10s .section-08 .text-box { width: 60%; padding: 5% 7.5%; } } /* =============== Section 09 & 13 & 17 =============== */ #redmi_note_10s .section-09, #redmi_note_10s .section-13, #redmi_note_10s .section-17 { background-image: linear-gradient(to bottom right,#85cefe,#e1f8fa); } #redmi_note_10s .section-09 .text-box, #redmi_note_10s .section-13 .text-box, #redmi_note_10s .section-17 .text-box { padding-bottom: 7.5%; } #redmi_note_10s .section-09 .text-box .title, #redmi_note_10s .section-13 .text-box .title, #redmi_note_10s .section-17 .text-box .title { font-size: 42px; } @media (max-width: 991.98px) { #redmi_note_10s .section-09 .text-box, #redmi_note_10s .section-13 .text-box, #redmi_note_10s .section-17 .text-box { padding-bottom: 5%; } #redmi_note_10s .section-09 .text-box .title, #redmi_note_10s .section-13 .text-box .title, #redmi_note_10s .section-17 .text-box .title { font-size: 32px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-09 .text-box .title, #redmi_note_10s .section-13 .text-box .title, #redmi_note_10s .section-17 .text-box .title { font-size: 28px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-09 .text-box .title, #redmi_note_10s .section-13 .text-box .title, #redmi_note_10s .section-17 .text-box .title { font-size: 22px; } } @media (min-width: 1200px) { #redmi_note_10s .section-09 .text-box .title, #redmi_note_10s .section-13 .text-box .title, #redmi_note_10s .section-17 .text-box .title { font-size: 60px; } } /* =============== Section 10 =============== */ #redmi_note_10s .section-10 { position: relative; z-index: 1; } #redmi_note_10s .section-10 .text-box { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; } #redmi_note_10s .section-10 video { width: 100%; height: auto; } #redmi_note_10s .section-10 .list { display: flex; justify-content: space-between; position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); width: 60%; bottom: 10%; } #redmi_note_10s .section-10 .list .item { flex: 0 0 30%; width: 30%; padding: 15px; text-align: center; border: 1px solid #d8d8d8; color: #191919; } #redmi_note_10s .section-10 .list .item .desc { display: block; font-weight: 700; font-size: 30px; margin-bottom: 10px; } #redmi_note_10s .section-10 .list .item .text { font-size: 15px; font-weight: 300; } @media (max-width: 991.98px) { #redmi_note_10s .section-10 { padding-bottom: 5%; } #redmi_note_10s .section-10 .list { width: 90%; bottom: 10%; } } @media (max-width: 767.98px) { #redmi_note_10s .section-10 { padding-top: 5%; } #redmi_note_10s .section-10 .list { position: relative; left: 0; top: 0; flex-wrap: wrap; margin-left: 5%; transform: none; margin-top: -50px; z-index: 9; } #redmi_note_10s .section-10 .list .item { flex: 0 0 100%; width: 100%; padding: 20px 15px; margin-bottom: 10px; } #redmi_note_10s .section-10 .list .item .desc { font-size: 22px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-10 { padding-top: 10%; } #redmi_note_10s .section-10 .list .item .text { font-size: 14px; } #redmi_note_10s .section-10 .list { margin-top: -30px; } } @media only screen and (max-width: 363.98px) { #redmi_note_10s .section-10 { padding-top: 30%; } #redmi_note_10s .section-10 .list { margin-top: 0; } } @media (min-width: 1200px) { #redmi_note_10s .section-10 .list { bottom: 15%; } } /* =============== Section 11 =============== */ #redmi_note_10s .section-11 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-11.jpg'); } #redmi_note_10s .section-11 .text-box { padding: 10% 5% 10% 65%; } #redmi_note_10s .section-11 .text-box .title { margin-bottom: 30px; } #redmi_note_10s .section-11 .text-box .desc { margin: 20px 0 0; font-size: 22px; color: #6bb8ff; } #redmi_note_10s .section-11 .text-box .text { margin: 0; } @media (max-width: 991.98px) { #redmi_note_10s .section-11 .text-box { padding: 10% 5% 10% 50%; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-11 .text-box { padding: 10%; } } /* =============== Section 12 =============== */ #redmi_note_10s .section-12 { background-color: #151719; overflow: hidden; position: relative; z-index: 1; padding: 10% 0 7.5%; } #redmi_note_10s .section-12::before { content: ''; background-color: #ffffff; height: 30%; position: absolute; top: 0; left: 0; width: 100%; z-index: -1; } #redmi_note_10s .section-12 .text-box { width: 40%; padding: 10% 5% 5% 10%; float: left; } #redmi_note_10s .section-12 .text-box img { width: 40px; margin-top: 30px; } #redmi_note_10s .section-12 .video-wrap { width: 55%; float: right; margin-right: 5%; } #redmi_note_10s .section-12 .video-wrap video { width: 100%; height: auto; } @media (max-width: 991.98px) { #redmi_note_10s .section-12 { padding-bottom: 0; } #redmi_note_10s .section-12 .video-wrap { width: 90%; float: left; margin-left: 5%; } #redmi_note_10s .section-12 .text-box { width: 100%; padding: 5%; } } /* =============== Section 14 =============== */ #redmi_note_10s .section-14 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-14.jpg'); background-position: center center; background-size: 70% auto; height: 760px; } #redmi_note_10s .section-14 .text-box { padding: 37.5% 25% 0; } @media (max-width: 991.98px) { #redmi_note_10s .section-14 { background-size: 100% auto; height: 680px; } #redmi_note_10s .section-14 .text-box { padding: 45% 15% 0; } } @media (max-width: 767.98px) { #redmi_note_10s .section-14 { background-size: 110% auto; height: 520px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-14 { height: auto; margin-bottom: 10%; } #redmi_note_10s .section-14 .text-box { padding: 230px 5% 0%; } #redmi_note_10s .section-14 .text-box .text { text-align: left; color: #191919; padding-top: 30px; } } @media (min-width: 1200px) { #redmi_note_10s .section-14 { height: 900px; } } @media (min-width: 1400px) { #redmi_note_10s .section-14 .text-box { padding: 35% 25% 0; } } @media (min-width: 1600px) { #redmi_note_10s .section-14 { background-size: 60% auto; height: 1000px; } #redmi_note_10s .section-14 .text-box { padding: 30% 30% 0; } } /* =============== Section 15 =============== */ #redmi_note_10s .section-15 .text-box { padding: 0 10% 0 15%; } #redmi_note_10s .section-15 .text-box img { width: 125px; margin-top: 30px; } @media (max-width: 767.98px) { #redmi_note_10s .section-15 .text-box { padding: 0 5%; } } /* =============== Section 16 =============== */ #redmi_note_10s .section-16 { background-color: #242729; } #redmi_note_10s .section-16 .video-text { display: flex; } #redmi_note_10s .section-16 .video-text .text-box { width: 40%; float: left; flex: 0 0 40%; padding: 5%; } #redmi_note_10s .section-16 .video-text .video-wrap { width: 60%; float: left; flex: 0 0 60%; } #redmi_note_10s .section-16 .video-text .video-wrap video { width: 100%; height: auto; } @media (max-width: 991.98px) { #redmi_note_10s .section-16 .video-text { flex-wrap: wrap; } #redmi_note_10s .section-16 .video-text .text-box { width: 100%; flex: 0 0 100%; } #redmi_note_10s .section-16 .video-text .video-wrap { width: 100%; flex: 0 0 100%; } } @media (min-width: 1200px) { #redmi_note_10s .section-16 .video-text .text-box, #redmi_note_10s .section-16 .video-text .video-wrap { width: 50%; float: left; flex: 0 0 50%; } #redmi_note_10s .section-16 .video-text .text-box { padding: 7.5% 12.5% 5%; } } /* =============== Section 18 =============== */ #redmi_note_10s .section-18 .text-box { padding-bottom: 3.5%; } /* =============== Section 19 =============== */ #redmi_note_10s .imgexpansion-box .list { display: flex; } #redmi_note_10s .imgexpansion-box .item { height: 650px; background-size: cover; background-position: center center; background-repeat: no-repeat; width: 20%; overflow: hidden; transition: 0.3s ease-in-out width; position: relative; z-index: 1; } #redmi_note_10s .imgexpansion-box .item .text { position: absolute; z-index: 2; bottom: 30px; left: 50px; font-size: 24px; font-weight: bold; color: #ffffff; } #redmi_note_10s .imgexpansion-box .item.current { width: 60%; } #redmi_note_10s .imgexpansion-box .item-1 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-19_01.jpg'); } #redmi_note_10s .imgexpansion-box .item-2 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-19_02.jpg'); } #redmi_note_10s .imgexpansion-box .item-3 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-19_03.jpg'); } @media (max-width: 991.98px) { #redmi_note_10s .imgexpansion-box .item { height: 500px; } #redmi_note_10s .imgexpansion-box .item .text { text-shadow: 0 1px 3px rgba(0,0,0,0.5); opacity: 0; transition: .3s ease-in-out opacity; } #redmi_note_10s .imgexpansion-box .item.current .text { opacity: 1; } } @media (max-width: 767.98px) { #redmi_note_10s .imgexpansion-box .item { height: 400px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .imgexpansion-box .item { height: 300px; } } /* =============== Section 21 =============== */ #redmi_note_10s .section-21 { background-image: url('https://media.mi-home.pl/products/redmi-note-10s/section-21.jpg'); padding: 8.5% 12.5%; } #redmi_note_10s .section-21 a { color: #ffffff; font-size: 30px; transition: 0.3s ease-in-out opacity; } #redmi_note_10s .section-21 a:hover { opacity: 0.5; } @media (max-width: 991.98px) { #redmi_note_10s .section-21 { padding: 8.5% 5%; } #redmi_note_10s .section-21 a { font-size: 26px; } } @media (max-width: 767.98px) { #redmi_note_10s .section-21 a { font-size: 22px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .section-21 { padding: 8.5% 60% 8.5% 5%; } #redmi_note_10s .section-21 a { font-size: 16px; } } @media (min-width: 1200px) { #redmi_note_10s .section-21 a { font-size: 34px; } } /* =============== Slider =============== */ #redmi_note_10s .slick-dots { bottom: 35px; } #redmi_note_10s .slick-dots li button { background: none; } #redmi_note_10s .slick-dots li button::before { font-size: 40px; color: #191919; transition: 0.3s ease-in-out opacity; } #redmi_note_10s .slick-dots li.slick-active button::before { opacity: 1; color: #191919; } #redmi_note_10s .slick-dotted.slick-slider { margin-bottom: 0; } #redmi_note_10s .slick-slider > .slider-item { display: none; } #redmi_note_10s .slick-slider > .slider-item:first-child { display: block; } @media (max-width: 991.98px) { #redmi_note_10s .slick-dots { bottom: 5px; } #redmi_note_10s .slick-dotted.slick-slider { margin-bottom: 15px; } } @media only screen and (max-width: 575.98px) { #redmi_note_10s .slick-dots { bottom: -10px; } #redmi_note_10s .slick-dotted.slick-slider { margin-bottom: 30px; } } /* =============== Section spec =============== */ #redmi_note_10s .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #redmi_note_10s .section-notes ul { margin: 0; padding: 0; list-style: none; } #redmi_note_10s .section-notes ul li { color: #333333; font-size: 15px; line-height: 1.5; font-weight: 300; } @media (max-width: 991.98px) { #redmi_note_10s .section-notes { padding: 5%; } #redmi_note_10s .section-notes ul li { font-size: 14px; } } @media (min-width: 1200px) { #redmi_note_10s .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); require( ['jquery'], function ($) { $('.imgexpansion-box .item').hover(function(){ $('.imgexpansion-box .item').removeClass('current'); $(this).addClass('current'); }); var video = document.getElementById('video'); var source = document.createElement('source'); $('.video-btn-box').click(function(){ $('.video-btn-box').removeClass('active'); $(this).addClass('active'); video.pause(); $('.video-item source').remove(); video.appendChild(source); $('.video-item source').attr('src', $(this).data('url')); video.load(); video.play(); }); } ); require( [ 'jquery', 'Amasty_Base/vendor/slick/slick.min' ], function ($) { $('.slick-slider').slick({ infinite: false, arrows: false, autoplay: false, dots: true, fade: true, cssEase: 'linear', responsive: [ { breakpoint: 600, settings: { adaptiveHeight: true } } ] }); } ); Redmi Note 10S 64MP poszukiwacz przygód 6,43” AMOLED | Szybkie ładowanie 33W Rzuć wyzwanie swoim granicom z serią Redmi Note 10 Od Antarktydy po kosmos, seria Redmi Note podbiła świat. Nasza postawa to ciągłe rzucanie wyzwań i przekraczanie oczekiwań. Teraz twoja kolej! Rzuć wyzwanie swoim granicom i sprawdź, do czego jesteś zdolny. UCHWYĆ NOWE PRZYGODY, ZACHOWAJ WSPOMNIENIA Zawsze gotowy do nagrań Redmi Note 10S jest wyposażony w poczwórny aparat gotowy do fotografowania najlepszych chwil, każdego dnia. Z łatwością uchwyć wszystko, od odległych krajobrazów po szczegółowe ujęcia z bliska. 64 MP Główny aparat 2 MP Czujnik głębi 8 MP Aparat ultraszerokokątny 2 MP Aparat makro Doświadcz niesamowitej przejrzystości Główny aparat 64 MP nie pozwoli Ci przegapić żadnego, nawet najsubtelniejszego szczegółu. Uzyskaj szerszy widok Ultraszerokokątny aparat 118° rejestruje całą historię na jednym kadrze. Błysk nocnej fotografii Rób wspaniałe zdjęcia nawet przy słabym oświetleniu. Tryb nocny Przekrocz oczekiwania dotyczące piękna Dodaj artystycznego charakteru swoim portretom i wyróżnij się z tłumu. Portret SI Zwolnione tempo Film poklatkowy Pro Podejmij wyzwanie, aby zostać profesjonalistą Tryb poklatkowy Pro pozwala dowolnie regulować migawkę, ISO, balans bieli i inne parametry. Masz pełną kontrolę. ZASMAKUJ PRZYGODY W OLŚNIEWAJĄCYM KOLORZE O BOGATYM DŹWIĘKU Dobre historie na wystawie Ciesz się rozrywką w żywych kolorach, dzięki 6,43-calowemu wyświetlaczowi AMOLED. 2400×1080 FHD+ DCI-P3 Szeroka gama kolorów 4,500,000:1 Współczynnik kontrastu Wygoda oczu przez cały czas Czujniki światła otoczenia 360° Automatycznie dostosowuje jasność Tryb czytania 3.0 Poczuj się jak podczas czytania papierowej książki Certyfikat SGS o niskim niebieskim świetle Zaprojektowany z myślą o zdrowych oczach Wciągający dźwięk stereo Dzięki większej głośności i szerszemu zakresowi dźwięku podwójne głośniki przeniosą Cię w nowy świat, niezależnie od tego, czy oglądasz filmy, czy grasz. NAJLEPSZY PRZYJACIEL PRZYGODY, MOC NA WIĘCEJ Większa wydajność w grach Dzięki taktowaniu procesora do 2.05GHz i taktowaniu układu graficznego do 900MHz procesor MediaTek Helio G95 zapewnia, że Twój Redmi Note 10S za Tobą nadąży. Fast Charge 33W, ładowanie w mgnieniu oka Szybkie ładowanie o mocy 33W umożliwia naładowanie akumulatora 5000 mAh do 54% w zaledwie 30 minut, zapewniając spokój przez cały dzień.* Podążaj za pulsem, poczuj rytm Redmi Note 10S jest wyposażony w zaawansowany silnik liniowy, który inteligentnie tworzy efekty wibracji dopasowujące się do twoich działań i oferując bardziej sensoryczne wrażenia z gry. UZUPEŁNI TWÓJ STYL, CIESZ SIĘ PRZYGODĄ Miłość od pierwszego wejrzenia Elegancki, smukły korpus ze zwężanymi krawędziami, spłaszczonymi zakończeniami i zakrzywionym tyłem to bardziej wyrafinowany wygląd i premium feel. Ocean Blue Pebble White Onyx Grey Czujnik odcisków palców na boku dla łatwiejszego odblokowywania Unowocześniony, boczny czujnik odcisków palców został płynnie zintegrowany z korpusem, aby zapewnić maksymalny komfort i szybkie odblokowanie. Zobacz specyfikację Uwagi: * 5000mAh odnosi się do typowej wartości pojemności baterii Redmi Note 10S. * Zdjęcia i filmy na tej stronie służą wyłącznie do celów ilustracyjnych i mogą nie odzwierciedlać dokładnego wyglądu produktu. * Ogólne telefony używane do porównań na stronie to własne telefony komórkowe Redmi. * O ile nie wskazano inaczej na stronie produktu Redmi Note 10S, wszystkie dane pochodzą z laboratoriów Xiaomi. Dane testowe mogą się nieznacznie różnić ze względu na różne wersje oprogramowania, przetestowane wersje telefonów i środowiska testowe i mogą nie odzwierciedlać osiągów rzeczywistego produktu. * Dostępność kanałów może się różnić w zależności od rynku. Lokalne standardy i przepisy mogą się różnić. Przed zakupem upewnij się, że ten produkt spełnia lokalne wymagania.
