
Redmi Note 12S — 8/256GB / Onyx Black
/* =============== Redmi Note 12S =============== */ #redmi_note_12s { font-size: 16px; overflow: hidden; color: #1C1C1C; background-color: #ffffff; } #redmi_note_12s ul, #redmi_note_12s ol { list-style: none; padding-left: 0; } #redmi_note_12s video, #redmi_note_12s img { vertical-align: middle; } #redmi_note_12s video { width: 100%; height: auto; } #redmi_note_12s.xiaomi_container { max-width: 2560px; } #redmi_note_12s .section { line-height: 1.2; } #redmi_note_12s .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #redmi_note_12s .font-bold { font-weight: bold; } #redmi_note_12s .font-light { font-weight: 300; } #redmi_note_12s .font-color { color: #ffd400; } #redmi_note_12s .text-box { text-align: center; color: #000000; padding: 5% 12.5%; } #redmi_note_12s .text-box.text-box--left { text-align: left; } #redmi_note_12s .text-box--white { color: #ffffff; } #redmi_note_12s .text-box .title, #redmi_note_12s .text-box .desc, #redmi_note_12s .text-box .text { display: block; } #redmi_note_12s .text-box .title { font-size: 36px; line-height: 1.2; } #redmi_note_12s .text-box .title.title--big { font-size: 48px; margin-bottom: 20px; } #redmi_note_12s .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 500; } #redmi_note_12s .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #redmi_note_12s .text-box .text.text--small { font-size: 14px; opacity: .5; } #redmi_note_12s .video-box, #redmi_note_12s .image-box { padding: 0 12.5%; } #redmi_note_12s .video-box video { width: 100%; height: auto; } #redmi_note_12s .video a, #redmi_note_12s .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #redmi_note_12s .video a img, #redmi_note_12s .video .video-link img { transition: 0.3s ease-in-out transform; } #redmi_note_12s .video a:hover img, #redmi_note_12s .video .video-link:hover img { transform: scale(1.1); } #redmi_note_12s .video a::after, #redmi_note_12s .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/redmi-note-12s/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 5; } @media (max-width: 991.98px) { #redmi_note_12s .text-box { padding: 5%; } #redmi_note_12s .text-box .title { font-size: 28px; } #redmi_note_12s .text-box .title.title--big { font-size: 42px; } #redmi_note_12s .video-box, #redmi_note_12s .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #redmi_note_12s .text-box .title { font-size: 24px; } #redmi_note_12s .text-box .title.title--big { font-size: 32px; } #redmi_note_12s .text-box .desc { font-size: 18px; margin-top: 10px; } #redmi_note_12s .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .text-box { padding: 10% 5%; } #redmi_note_12s .text-box .title { font-size: 20px; } #redmi_note_12s .text-box .title.title--big { font-size: 24px; } #redmi_note_12s .text-box .desc { font-size: 16px; } #redmi_note_12s .text-box .text { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .text-box .title.title--big { font-size: 20px; } } @media (min-width: 1200px) { #redmi_note_12s .text-box .text { padding-left: 10%; padding-right: 10%; } #redmi_note_12s .text-box .title.title--big { font-size: 60px; } #redmi_note_12s .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } @media (min-width: 1620px) { #redmi_note_12s .text-box .text { font-size: 16px; } } /* =============== Floating text-box =============== */ #redmi_note_12s .section.section-float { position: relative; z-index: 1; height: 520px; } #redmi_note_12s .section.section-float--big { height: 680px; } #redmi_note_12s .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #redmi_note_12s .section .text-box.text-box-float--left { left: 5%; } #redmi_note_12s .section .text-box.text-box-float--right { left: 55%; width: 40%; } @media (max-width: 991.98px) { #redmi_note_12s .section.section-float { height: 420px; } #redmi_note_12s .section.section-float--big { height: 560px; } #redmi_note_12s .section .text-box.text-box-float--right { left: 55%; width: 40%; } } @media (max-width: 767.98px) { #redmi_note_12s .section.section-float { height: auto; background-position: center bottom; background-size: 160% auto; background-color: #ffffff; padding-bottom: 550px; } #redmi_note_12s .section .text-box.text-box-float, #redmi_note_12s .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) { #redmi_note_12s .section.section-float { padding-bottom: 380px; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section.section-float { padding-bottom: 280px; } } @media (min-width: 1200px) { #redmi_note_12s .section.section-float { height: 620px; } #redmi_note_12s .section.section-float--big { height: 820px; } #redmi_note_12s .section .text-box.text-box-float { width: 35%; } #redmi_note_12s .section .text-box.text-box-float--left { left: 12.5%; } #redmi_note_12s .section .text-box.text-box-float--right { width: 35%; left: 55%; } } @media (min-width: 1400px) { #redmi_note_12s .section .text-box.text-box-float--right { width: 30%; left: 60%; } } @media (min-width: 1620px) { #redmi_note_12s .section.section-float { height: 820px; } #redmi_note_12s .section.section-float--big { height: 980px; } #redmi_note_12s .section .text-box.text-box-float--right { width: 25%; left: 65%; } } @media (min-width: 2080px) { #redmi_note_12s .section.section-float { height: 1080px; } #redmi_note_12s .section.section-float--big { height: 1180px; } } /* =============== Add Font =============== */ @font-face { font-display: swap; font-family: 'Xiaomi Brand'; font-style: normal; font-weight: 100 900; src: url(https://i02.appmifile.com/i18n/fonts/Brand/Brand.woff2) format("woff2") } #redmi_note_12s .xiaomi_product_name { font-family: 'Xiaomi Brand', 'Camphor Pro', sans-serif !important; } /* =============== Section 01 =============== */ #redmi_note_12s .section-01 { background-image: url('https://media.mi-home.pl/products/redmi-note-12s/section-01.jpg'); height: 580px; position: relative; z-index: 1; } #redmi_note_12s .section-01 .text-box { padding-top: 15%; padding-left: 60%; padding-right: 5%; } #redmi_note_12s .section-01 .text-box .title { font-size: 42px; font-weight: 400; } #redmi_note_12s .section-01 .text-box img { height: 140px; display: inline-block; margin-bottom: 15px; } #redmi_note_12s .section-01 .text-box .title span { color: #E50112; } #redmi_note_12s .section-01 .text-box .desc { font-size: 28px; font-weight: 500; margin-top: 10px; } @media (max-width: 991.98px) { #redmi_note_12s .section-01 { height: 440px; } #redmi_note_12s .section-01 .text-box { padding-top: 10%; } #redmi_note_12s .section-01 .text-box img { height: 120px; } #redmi_note_12s .section-01 .text-box .desc { font-size: 22px; } #redmi_note_12s .section-01 .text-box .title { font-size: 36px; } } @media (max-width: 767.98px) { #redmi_note_12s .section-01 { height: auto; background-size: 180% auto; background-position: left bottom; padding-bottom: 550px; background-color: #FFFFFF; } #redmi_note_12s .section-01 .text-box { padding: 10% 5%; text-align: center; } #redmi_note_12s .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-01 { padding-bottom: 350px; } #redmi_note_12s .section-01 .text-box { padding: 15% 5% 10%; } #redmi_note_12s .section-01 .text-box .title { font-size: 28px; } #redmi_note_12s .section-01 .text-box .desc { font-size: 16px; } #redmi_note_12s .section-01 .text-box .text { font-size: 14px; } #redmi_note_12s .section-01 .text-box img { height: 100px; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section-01 { padding-bottom: 280px; } #redmi_note_12s .section-01 .text-box .title { font-size: 24px; } #redmi_note_12s .section-01 .text-box img { height: 80px; } } @media (min-width: 1200px) { #redmi_note_12s .section-01 { height: 720px; } #redmi_note_12s .section-01 .text-box .title { font-size: 54px; } #redmi_note_12s .section-01 .text-box .desc { font-size: 36px; } #redmi_note_12s .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1600px) { #redmi_note_12s .section-01 { height: 980px; } #redmi_note_12s .section-01 .text-box .title { font-size: 60px; } } @media (min-width: 2080px) { #redmi_note_12s .section-01 { height: 1080px; } } /* =============== Section 02 =============== */ #redmi_note_12s .section-02 { background-color: #F7F7F7; padding: 7.5% 0; } #redmi_note_12s .section-02 .section-wrapper { max-width: 860px; width: 90%; margin: 0 auto; } #redmi_note_12s .section-02 .row-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; } #redmi_note_12s .section-02 .item { position: relative; z-index: 1; } #redmi_note_12s .section-02 .item .text { position: absolute; z-index: 2; left: 0; top: 0; font-weight: bold; font-size: 18px; padding: 10%; width: 100%; } #redmi_note_12s .section-02 .item-2 .text { padding-right: 65%; } #redmi_note_12s .section-02 .item-4 .text { text-align: center; } #redmi_note_12s .section-02 .item-1 { flex: 0 0 calc(41.5% - 5px); width: calc(41.5% - 5px); margin-bottom: 10px; } #redmi_note_12s .section-02 .item-2 { flex: 0 0 calc(58.5% - 5px); width: calc(58.5% - 5px); margin-bottom: 10px; } #redmi_note_12s .section-02 .item-3, #redmi_note_12s .section-02 .item-5 { flex: 0 0 calc(30% - 5px); width: calc(30% - 5px); } #redmi_note_12s .section-02 .item-4 { flex: 0 0 calc(40% - 5px); width: calc(40% - 5px); } #redmi_note_12s .section-02 .item-sub { padding: 5% 20px; height: 50%; border: 1px solid #F7F7F7; font-weight: bold; font-size: 18px; text-align: center; } #redmi_note_12s .section-02 .item-sub-1 { background: linear-gradient(45deg, #BEF1BF 0%,#F6EFD5 100%); border-bottom: 5px solid #F7F7F7; padding-top: 27.5%; } #redmi_note_12s .section-02 .item-sub-2 { background: linear-gradient(45deg, #c3e0eb 0%,#f0fcf0 100%); border-top: 5px solid #F7F7F7; padding-top: 20%; } @media (max-width: 767.98px) { #redmi_note_12s .section-02 .item .text, #redmi_note_12s .section-02 .item-sub { font-size: 16px; } #redmi_note_12s .section-02 .item-sub-1 { padding-top: 20%; } #redmi_note_12s .section-02 .item-sub-2 { padding-top: 15%; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-02 .item-1, #redmi_note_12s .section-02 .item-2, #redmi_note_12s .section-02 .item-5 { flex: 0 0 100%; width: 100%; } #redmi_note_12s .section-02 .item-3 { flex: 0 0 calc(42.8% - 5px); width: calc(42.8% - 5px); } #redmi_note_12s .section-02 .item-4 { flex: 0 0 calc(57.2% - 5px); width: calc(57.2% - 5px); } #redmi_note_12s .section-02 .item-sub-1 { margin-top: 10px; } #redmi_note_12s .section-02 .item-sub-1, #redmi_note_12s .section-02 .item-sub-2 { padding: 15% 5%; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section-02 .item-3, #redmi_note_12s .section-02 .item-4 { flex: 0 0 100%; width: 100%; } #redmi_note_12s .section-02 .item-3 { margin-bottom: 10px; } } @media (min-width: 1200px) { #redmi_note_12s .section-02 .item .text, #redmi_note_12s .section-02 .item-sub { font-size: 20px; } } /* =============== Section 03 & 11 & 13 & 16 =============== */ #redmi_note_12s .section-label { position: relative; z-index: 1; } #redmi_note_12s .section-label .text-box { position: absolute; z-index: 2; left: 0; top: 45%; width: 100%; transform: translateY(-50%); padding-right: 30%; } #redmi_note_12s .section-label .text-box .title { margin-bottom: 0; } /* =============== Section 04 =============== */ #redmi_note_12s .section-04 { background-image: url('https://media.mi-home.pl/products/redmi-note-12s/section-04.jpg'); } #redmi_note_12s .section-04 .text-box { padding-left: 60%; padding-top: 20%; padding-bottom: 20%; } #redmi_note_12s .section-04 .list { padding-top: 7.5%; } #redmi_note_12s .section-04 .list .item { padding: 2.5% 0; } #redmi_note_12s .list-icon .item { color: #1C1C1C; display: flex; align-items: center; } #redmi_note_12s .list-icon .item .icon-wrapper { flex: 0 0 56px; width: 56px; } #redmi_note_12s .list-icon .item .text-wrapper { padding-left: 15px; font-weight: 300; font-size: 15px; } #redmi_note_12s .list-icon .item .item-title { font-weight: bold; margin-bottom: 5px; font-size: 18px; } @media (max-width: 991.98px) { #redmi_note_12s .section-04 .text-box { padding-top: 15%; padding-bottom: 15%; } } @media (max-width: 767.98px) { #redmi_note_12s .list-icon .item .icon-wrapper { flex: 0 0 44px; width: 44px; } #redmi_note_12s .list-icon .item .item-title { font-size: 16px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-04 { background-size: 160% auto; background-position: left bottom; padding-bottom: 400px; } #redmi_note_12s .section-04 .text-box { padding: 10% 5%; } #redmi_note_12s .list-icon .item .item-title { font-size: 15px; } #redmi_note_12s .list-icon .item .text-wrapper { font-size: 14px; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section-04 { padding-bottom: 300px; } } /* =============== Section 05 =============== */ #redmi_note_12s .section-05 { background: linear-gradient(to bottom, #cff1d6 0%,#aee5b9 100%); padding: 5% 0; } #redmi_note_12s .section-05 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #redmi_note_12s .section-05 .list .item { flex: 0 0 33.3333%; width: 33.3333%; padding: 10px; } @media (max-width: 767.98px) { #redmi_note_12s .section-05 .list .item { flex: 0 0 100%; width: 100%; padding: 30px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-05 .list .item { padding: 20px 0; } } /* =============== Section 06 & 07 & 08 & 09 & 12 =============== */ #redmi_note_12s .section-06, #redmi_note_12s .section-07, #redmi_note_12s .section-08 { padding-top: 2.5%; } #redmi_note_12s .section-09 { padding: 7.5% 0; } #redmi_note_12s .section-12 { padding: 2.5% 0 7.5%; } #redmi_note_12s .section-07 .image-wrapper, #redmi_note_12s .section-08 .image-wrapper, #redmi_note_12s .section-09 .image-wrapper, #redmi_note_12s .section-12 .image-wrapper { width: 90%; max-width: 1080px; margin: 0 auto; } #redmi_note_12s .section-08 .text-box { padding-bottom: 2.5%; } #redmi_note_12s .section-09 .text-box { position: relative; z-index: 1; margin-bottom: -20%; padding-right: 60%; } #redmi_note_12s .section-08 .image-wrapper { max-width: 1280px; width: 95%; } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-09 .text-box { margin-bottom: -35%; } } @media (min-width: 1200px) { #redmi_note_12s .section-09 .text-box { padding-left: calc((100vw - 1080px)/2); } } /* =============== Section 10 =============== */ #redmi_note_12s .section-10 { background: linear-gradient(135deg, #525254 0%,#030303 75%); padding-top: 2.5%; padding-bottom: 7.5%; } #redmi_note_12s .section-10 .image-wrapper { width: 80%; max-width: 1080px; margin: 0 auto; padding-bottom: 5%; } #redmi_note_12s .section-10 .section-wrapper { padding: 0 20%; color: #ffffff; font-size: 15px; font-weight: 300; display: flex; flex-wrap: wrap; } #redmi_note_12s .section-10 .section-wrapper .column { flex: 0 0 50%; width: 50%; } #redmi_note_12s .section-10 .section-wrapper .column .item { padding: 15%; border-bottom: 1px solid #343434; } #redmi_note_12s .section-10 .section-wrapper .column .item:last-child { border-bottom: none; } #redmi_note_12s .section-10 .section-wrapper .column:first-child .item { border-right: 1px solid #343434; } #redmi_note_12s .section-10 .section-wrapper .column .item .title { font-size: 21px; margin-bottom: 15px; font-weight: bold; } @media (max-width: 991.98px) { #redmi_note_12s .section-10 .section-wrapper { padding: 0 15%; } #redmi_note_12s .section-10 .section-wrapper .column .item { padding: 10%; } } @media (max-width: 767.98px) { #redmi_note_12s .section-10 .section-wrapper { padding: 0 10%; } #redmi_note_12s .section-10 .section-wrapper .column .item .title { font-size: 18px; margin-bottom: 10px; } #redmi_note_12s .section-10 .image-wrapper { padding-bottom: 10%; padding-top: 5%; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-10 .section-wrapper { padding: 0 5%; font-size: 14px; } #redmi_note_12s .section-10 .section-wrapper .column .item .title { font-size: 16px; margin-bottom: 5px; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section-10 .section-wrapper .column { flex: 0 0 100%; width: 100%; } #redmi_note_12s .section-10 .section-wrapper .column:first-child .item { border-right: none; border-bottom: 1px solid #343434; } } @media (min-width: 1200px) { #redmi_note_12s .section-10 .section-wrapper { padding: 0 25%; } #redmi_note_12s .section-10 .section-wrapper .column .item .title { font-size: 24px; } } /* =============== Section 14 & 15 =============== */ #redmi_note_12s .section-14, #redmi_note_12s .section-15 { padding-top: 5%; } #redmi_note_12s .section-14 .text-box, #redmi_note_12s .section-15 .text-box { display: flex; flex-wrap: wrap; } #redmi_note_12s .section-14 .text-box > *, #redmi_note_12s .section-15 .text-box > * { flex: 0 0 50%; width: 50%; } #redmi_note_12s .section-14 .text-box .text, #redmi_note_12s .section-15 .text-box .text { margin-top: 5px; padding-left: 2.5%; } @media (max-width: 767.98px) { #redmi_note_12s .section-14 .text-box, #redmi_note_12s .section-15 .text-box { text-align: center; } #redmi_note_12s .section-14 .text-box > *, #redmi_note_12s .section-15 .text-box > * { flex: 0 0 100%; width: 100%; } #redmi_note_12s .section-14 .text-box .text, #redmi_note_12s .section-15 .text-box .text { margin-top: 15px; padding-left: 0; } } /* =============== Section 17 =============== */ #redmi_note_12s .section-17 { padding-top: 5%; } #redmi_note_12s .section-17 .section-wrapper { max-width: 560px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; } #redmi_note_12s .section-17 .section-wrapper .item { flex: 0 0 50%; width: 50%; padding: 0 5%; text-align: center; font-size: 24px; font-weight: 300; } #redmi_note_12s .section-17 .section-wrapper .item:first-child { border-right: 1px solid #f1f1f1; } @media (max-width: 991.98px) { #redmi_note_12s .section-17 .section-wrapper .item { font-size: 21px; } } @media (max-width: 767.98px) { #redmi_note_12s .section-17 .section-wrapper .item { font-size: 18px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-17 .section-wrapper .item { font-size: 16px; } } /* =============== Section 18 =============== */ #redmi_note_12s .section-18 { padding-bottom: 5%; } #redmi_note_12s .section-18 .slider-box { width: 90%; max-width: 1080px; margin: 0 auto; } #redmi_note_12s .section-18 .slick-dots { bottom: 45px; } #redmi_note_12s .section-18 .slider-item .text { text-align: center; padding-top: 50px; font-weight: bold; font-size: 22px; } @media (max-width: 991.98px) { #redmi_note_12s .section-18 .slider-item .text { font-size: 18px; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-18 .slider-item .text { font-size: 16px; } } /* =============== Section 19 =============== */ #redmi_note_12s .section-19 { background-image: url('https://media.mi-home.pl/products/redmi-note-12s/section-19.jpg'); } #redmi_note_12s .section-19 .text-box { padding-left: 60%; padding-top: 20%; padding-bottom: 20%; } #redmi_note_12s .section-19 .list { padding-top: 7.5%; } #redmi_note_12s .section-19 .list .item { padding: 2.5% 0; } @media (max-width: 767.98px) { #redmi_note_12s .section-19 .text-box { padding-top: 10%; padding-bottom: 10%; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section-19 { background-size: 160% auto; background-position: left bottom; padding-bottom: 400px; } #redmi_note_12s .section-19 .text-box { padding: 10% 5%; } } @media only screen and (max-width: 363.98px) { #redmi_note_12s .section-19 { padding-bottom: 300px; } } /* =============== Section image box =============== */ #redmi_note_12s .section .image-box-wrap { padding: 0; width: 100%; max-width: 2560px; margin: 0 auto; overflow: hidden; border-radius: 0; } #redmi_note_12s .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #A2A2A2; } #redmi_note_12s .section .image-box--reverse { flex-direction: row-reverse; } #redmi_note_12s .section .text-wrap, #redmi_note_12s .section .image { width: 50%; flex: 0 0 50%; } #redmi_note_12s .section .image { background-color: #A2A2A2; } #redmi_note_12s .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; color: #ffffff; } #redmi_note_12s .section .text-wrap .title { font-size: 28px; display: block; margin-bottom: 5px; font-weight: bold; } #redmi_note_12s .section .text-wrap .text { font-weight: 500; font-size: 16px; padding-top: 10px; display: block; } @media (max-width: 991.98px) { #redmi_note_12s .section .text-wrap .title { font-size: 24px; } #redmi_note_12s .section .image-box-wrap { width: 100%; border-radius: 0; } #redmi_note_12s .section .text-wrap .text { padding-top: 10px; font-size: 14px; } } @media (max-width: 767.98px) { #redmi_note_12s .section .text-wrap { padding: 7.5% 5%; text-align: center; } #redmi_note_12s .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #redmi_note_12s .section .text-wrap .title { font-size: 18px; } #redmi_note_12s .section .text-wrap, #redmi_note_12s .section .text-wrap div, #redmi_note_12s .section .image { width: 100%; flex: 0 0 100%; } } @media only screen and (max-width: 575.98px) { #redmi_note_12s .section .image-box-wrap { border-radius: 0; } #redmi_note_12s .section .text-wrap { padding: 10% 5%; } } @media (min-width: 1200px) { #redmi_note_12s .section .text-wrap { padding: 0 10%; } #redmi_note_12s .section .text-wrap .title { font-size: 36px; margin-bottom: 10px; } } /* =============== Section spec =============== */ #redmi_note_12s .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #redmi_note_12s .section-notes ul { margin: 0; padding: 0; list-style: none; } #redmi_note_12s .section-notes ul li { color: #1C1C1C; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #redmi_note_12s .section-notes { padding: 5%; } #redmi_note_12s .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #redmi_note_12s .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #redmi_note_12s .slick-slider .slick-slide { font-family: 'Camphor Pro'; } #redmi_note_12s .slick-dots { bottom: 35px; } #redmi_note_12s .slick-dots li { text-align: center; } #redmi_note_12s .slick-dots li button { display: inline-block; } #redmi_note_12s .slick-dots li button::before { font-size: 15px; color: #1C1C1C; 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; } #redmi_note_12s .slick-dots li.slick-active button::before, #redmi_note_12s .slick-dots li:hover button::before { opacity: 1; } #redmi_note_12s .slick-dotted.slick-slider { margin-bottom: 0; padding: 0; } #redmi_note_12s .slick-slider > .slider-item { display: none; } #redmi_note_12s .slick-slider > .slider-item:first-child { display: block; } #redmi_note_12s .slick-slider .slick-dots li button { border-radius: 30px; } #redmi_note_12s .slick-slider .slick-dots li button { background: #1C1C1C; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #redmi_note_12s .slick-slider .slick-dots li.slick-active button, #redmi_note_12s .slick-slider .slick-dots li button:hover { background: #1C1C1C; opacity: 1; } #redmi_note_12s .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #redmi_note_12s .slick-dots { bottom: 15px; } } require( ['aos', 'jquery'], function (AOS, $) { $(window).on('load scroll',function(){ AOS.init({ once:true }); }); } ); require( [ 'jquery', 'Amasty_Base/vendor/slick/slick.min' ], function ($) { $('.slider-fade').slick({ infinite: true, arrows: false, autoplay: true, dots: true, fade: true, cssEase: 'linear' }); $('.slider-standard').slick({ infinite: true, arrows: false, autoplay: true, dots: true, }); } ); Redmi Note 12 S Profesjonalny aparat główny o rozdzielczości 108MP Wyświetlacz AMOLED 90Hz Szybkie ładowanie 33W Wyświetlacz AMOLED 90Hz Główny aparat 108MP 33W szybkie ładowanie Bateria 5000mAh (typ) Pełny kolorów design Podwójne głośniki Wysokowydajny MediaTek Helio G96 Wyraźne zdjęcia i wyjątkowe widoki System trzech kamer 108MP AI. Oszałamiające, ultra wyraźne zdjęcia. 108MP aparat główny 8MP aparat szerokokątny 2MP kamera makro Dual-native ISO Precyzyjna redukcja szumów i superczułość na światło 9-in-1 pixel binning Najwyższa wydajność w słabym świetle Przetwornik obrazu 1/1,52 Uchwyć więcej szczegółów i niesamowitych ujęć Uchwyć wspaniałe szczegóły w każdych warunkach. Złap nową perspektywę. Dzięki 108MP Xiaomi ProCut możesz tworzyć nowe historie ze swoich zdjęć - układając najlepsze kompozycje w poziomie lub w pionie na podstawie oryginalnego zdjęcia. Filtry i filmCamera. Wyraź swoją wyjątkową kreatywność i styl dzięki filmCamera, serii filtrów fotograficznych opartych na autentycznych, zabytkowych stylach filmowych. Odkryj na nowo minioną erę estetyki, która przekształca codzienne, zwykłe zdjęcia w nostalgiczne przejawy sztuki i tożsamości. Aparat selfie 16MP. Uchwyć piękne momenty życia z najwyższą jakością obrazu. Wyświetlacz o wysokiej częstotliwości odświeżania 90Hz. Ciesz się czułym ekranem dotykowym. Oprócz wrażenia niezwykle gładkiego przesuwania po opuszkach palców, funkcje oprogramowania wyświetlacza AMOLED oferują również energetyczne, wciągające i przyciągające wzrok wrażenia wizualne. 6,43"FHD+ AMOLED DotDisplay. Wyświetlacz w świetle słonecznym Upewnij się, że treści na Twoim wyświetlaczu są czytelne nawet w pełnym słońcu. 1000 nitów Jasność szczytowa (typ). Szeroka gama kolorów DCI-P3 Bogate odwzorowanie kolorów 4,500,000:1 Współczynnik kontrastu dla pełnych wyrazu, ostrych obrazów Tryb czytania 3.0 Zmniejsza zmęczenie oczu Trwająca Moc Szybkie ładowanie 33W z 5000mAh masywną baterią. Dzięki technologii Mi FC + MMT, 33W szybkie ładowanie sprawia, że proces ładowania jest bardziej stabilny i wydajny. Potężny system ładowania jest sparowany z masywną baterią 5000mAh, więc nie musisz się martwić o ładowanie, gdy jesteś z dala od domu. Zwycięska wydajność Niewiarygodny ośmiordzeniowy MediaTek Helio G96. MediaTek Helio G96 pozwala na działanie niesamowitego aparatu 108MP i umożliwia płynną częstotliwość odświeżania 90Hz, dając Ci ostre zdjęcia, a także potężne wrażenia z gier. Ponadto, Redmi Note 12S zapewnia ogromną ilość pamięci masowej i pamięci RAM, których potrzebujesz. Obsługuje rozszerzalną pamięć masową do 1TB i 5GB dodatkowej pamięci RAM z rozszerzeniem Memory. Dwa głośniki stereo. Prawdziwie realistyczny dźwięk. Ciesz się ulubionymi treściami i grami z większą immersją audiowizualną dzięki systemowi audio z dwoma głośnikami w Redmi Note 12S. Estetyczne wzornictwo Ścięte krawędzie. Łatwiejszy do trzymania, przyjemny w dotyku. Redmi Note 12S to zupełnie nowa konstrukcja z płaską ramką i minimalistycznym stylem, który zapewnia dynamiczny wygląd, a także solidność i pewność w Twojej dłoni. Grubość: 8,09 mm Waga: 176 g Kolorowa, wyjątkowa obudowa. Dostępny w wyrazistych i czystych kolorach Ice Blue, Pearl Green, Onyx Black, trzech eleganckich i nastrojowych kolorach, które dopasują się do Twojego stylu. Ice Blue Pearl Green Onyx Black Mądrzejszy i wygodniejszy. Gniazdo słuchawkowe 3,5 mm Podłącz do swoich słuchawek Wielofunkcyjne NFC* Szybkie, wygodne płatności mobilne IR Blaster Łatwe sterowanie domowymi urządzeniami Uwagi: *Zdjęcia i filmy na tej stronie mają charakter poglądowy i mogą nie być dokładnym odwzorowaniem produktu. *Jeśli nie zaznaczono inaczej na tej stronie produktu, wszystkie dane pochodzą z laboratoriów Xiaomi, specyfikacji projektu produktu i od dostawców. Dane testowe mogą się nieznacznie różnić ze względu na różne wersje oprogramowania, testowane wersje telefonów oraz środowiska testowe i mogą nie odzwierciedlać rzeczywistego produktu. *Rozszerzenie pamięci RAM jest dostępne tylko wtedy, gdy Twoje urządzenie ma wystarczającą ilość miejsca w pamięci. Rozszerzenie pamięci RAM różni się w różnych modelach. *Funkcje NFC mogą się różnić na niektórych rynkach.
