<style>
/* ===============
Mi WiFi Range Extender AC1200
=============== */
#wifi_range_extender_ac1200 {
font-size: 16px;
overflow: hidden;
color: #191919;
background-color: #ffffff;
}
#wifi_range_extender_ac1200 ul,
#wifi_range_extender_ac1200 ol {
list-style: none;
padding-left: 0;
}
#wifi_range_extender_ac1200 video, #wifi_range_extender_ac1200 img {
vertical-align: middle;
}
#wifi_range_extender_ac1200 video {
width: 100%;
height: auto;
}
#wifi_range_extender_ac1200.xiaomi_container {
max-width: 2560px;
}
#wifi_range_extender_ac1200 .section {
line-height: 1.2;
}
#wifi_range_extender_ac1200 .section-bg {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
#wifi_range_extender_ac1200 .font-bold {
font-weight: bold;
}
#wifi_range_extender_ac1200 .font-light {
font-weight: 300;
}
#wifi_range_extender_ac1200 .font-color {
color: #ffd400;
}
#wifi_range_extender_ac1200 .text-box {
text-align: center;
color: #000000;
padding: 5% 12.5%;
}
#wifi_range_extender_ac1200 .text-box.text-box--left {
text-align: left;
}
#wifi_range_extender_ac1200 .text-box--white {
color: #ffffff;
}
#wifi_range_extender_ac1200 .text-box .title,
#wifi_range_extender_ac1200 .text-box .desc,
#wifi_range_extender_ac1200 .text-box .text {
display: block;
}
#wifi_range_extender_ac1200 .text-box .title {
font-size: 36px;
line-height: 1.2;
}
#wifi_range_extender_ac1200 .text-box .title.title--big {
font-size: 44px;
margin-bottom: 20px;
}
#wifi_range_extender_ac1200 .text-box .desc {
font-size: 22px;
line-height: 1.5;
margin-top: 25px;
font-weight: 500;
}
#wifi_range_extender_ac1200 .text-box .text {
font-size: 15px;
line-height: 1.5;
margin-top: 25px;
font-weight: 300;
}
#wifi_range_extender_ac1200 .text-box .text.text--small {
font-size: 14px;
opacity: .5;
}
#wifi_range_extender_ac1200 .video-box, #wifi_range_extender_ac1200 .image-box {
padding: 0 12.5%;
}
#wifi_range_extender_ac1200 .video-box video {
width: 100%;
height: auto;
}
#wifi_range_extender_ac1200 .video a,
#wifi_range_extender_ac1200 .video .video-link {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
cursor: pointer;
}
#wifi_range_extender_ac1200 .video a img,
#wifi_range_extender_ac1200 .video .video-link img {
transition: 0.3s ease-in-out transform;
}
#wifi_range_extender_ac1200 .video a:hover img,
#wifi_range_extender_ac1200 .video .video-link:hover img {
transform: scale(1.1);
}
#wifi_range_extender_ac1200 .video a::after,
#wifi_range_extender_ac1200 .video .video-link::after {
content: '';
position: absolute;
transform: translateX(-50%) translateY(-50%);
width: 56px;
height: 56px;
background: url('https://media.mi-home.pl/products/wifi-range-extender-ac1200/play-btn.png') no-repeat center center / contain;
left: 50%;
top: 50%;
z-index: 5;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .text-box {
padding: 5%;
}
#wifi_range_extender_ac1200 .text-box .title {
font-size: 28px;
}
#wifi_range_extender_ac1200 .text-box .title.title--big {
font-size: 36px;
}
#wifi_range_extender_ac1200 .video-box, #wifi_range_extender_ac1200 .image-box {
padding: 0 5%;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .text-box .title {
font-size: 24px;
}
#wifi_range_extender_ac1200 .text-box .title.title--big {
font-size: 28px;
}
#wifi_range_extender_ac1200 .text-box .desc {
font-size: 18px;
margin-top: 10px;
}
#wifi_range_extender_ac1200 .text-box .text {
margin-top: 15px;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .text-box {
padding: 10% 5%;
}
#wifi_range_extender_ac1200 .text-box .title {
font-size: 20px;
}
#wifi_range_extender_ac1200 .text-box .title.title--big {
font-size: 24px;
}
#wifi_range_extender_ac1200 .text-box .desc {
font-size: 16px;
}
#wifi_range_extender_ac1200 .text-box .text {
font-size: 14px;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .text-box .text {
padding-left: 10%;
padding-right: 10%;
}
#wifi_range_extender_ac1200 .text-box .title.title--big {
font-size: 54px;
}
#wifi_range_extender_ac1200 .text-box.text-box--left .text {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 1620px) {
#wifi_range_extender_ac1200 .text-box .text {
font-size: 16px;
}
}
/* ===============
Floating text-box
=============== */
#wifi_range_extender_ac1200 .section.section-float {
position: relative;
z-index: 1;
height: 520px;
}
#wifi_range_extender_ac1200 .section.section-float--big {
height: 680px;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float {
padding: 0;
position: absolute;
z-index: 2;
top: 50%;
width: 40%;
transform: translateY(-50%);
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--left {
left: 5%;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--right {
left: 55%;
width: 40%;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section.section-float {
height: 420px;
}
#wifi_range_extender_ac1200 .section.section-float--big {
height: 560px;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--right {
left: 55%;
width: 40%;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section.section-float {
height: auto;
background-position: center bottom;
background-size: 160% auto;
background-color: #ffffff;
padding-bottom: 550px;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float,
#wifi_range_extender_ac1200 .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) {
#wifi_range_extender_ac1200 .section.section-float {
padding-bottom: 380px;
}
}
@media only screen and (max-width: 363.98px) {
#wifi_range_extender_ac1200 .section.section-float {
padding-bottom: 280px;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section.section-float {
height: 620px;
}
#wifi_range_extender_ac1200 .section.section-float--big {
height: 820px;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float {
width: 35%;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--left {
left: 12.5%;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--right {
width: 35%;
left: 55%;
}
}
@media (min-width: 1400px) {
#wifi_range_extender_ac1200 .section .text-box.text-box-float--right {
width: 30%;
left: 60%;
}
}
@media (min-width: 1620px) {
#wifi_range_extender_ac1200 .section.section-float {
height: 820px;
}
#wifi_range_extender_ac1200 .section.section-float--big {
height: 980px;
}
#wifi_range_extender_ac1200 .section .text-box.text-box-float--right {
width: 25%;
left: 65%;
}
}
@media (min-width: 2080px) {
#wifi_range_extender_ac1200 .section.section-float {
height: 1080px;
}
#wifi_range_extender_ac1200 .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")
}
#wifi_range_extender_ac1200 .xiaomi_product_name {
font-family: 'Xiaomi Brand', 'Camphor Pro', sans-serif !important;
}
/* ===============
Common
=============== */
#wifi_range_extender_ac1200 .section .title-wrapper {
color: #0f3baf;
display: flex;
margin-bottom: 20px;
}
#wifi_range_extender_ac1200 .section .title-wrapper > * {
padding-right: 5%;
}
#wifi_range_extender_ac1200 .section .title-wrapper .text {
font-weight: bold;
margin-top: 0;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section .title-wrapper {
justify-content: center;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section .title-wrapper {
display: block;
}
#wifi_range_extender_ac1200 .section .title-wrapper > * {
padding-right: 0;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section .title-wrapper .text {
font-size: 18px;
}
}
/* ===============
Section 01
=============== */
#wifi_range_extender_ac1200 .section-01 {
background-image: url('https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-01.jpg');
height: 580px;
position: relative;
z-index: 1;
}
#wifi_range_extender_ac1200 .section-01 .text-box {
padding-top: 10%;
padding-right: 50%;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 42px;
font-weight: bold;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title strong {
display: block;
}
#wifi_range_extender_ac1200 .section-01 .text-box .desc {
font-size: 24px;
font-weight: 500;
margin-top: 10px;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section-01 {
height: 440px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .desc {
font-size: 20px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 36px;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-01 {
height: auto;
background-size: 140% auto;
background-position: right bottom;
padding-bottom: 420px;
background-color: #DADADC;
}
#wifi_range_extender_ac1200 .section-01 .text-box {
padding: 10% 5%;
text-align: center;
}
#wifi_range_extender_ac1200 .section-01 .text-box .text {
font-size: 15px;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section-01 {
padding-bottom: 280px;
}
#wifi_range_extender_ac1200 .section-01 .text-box {
padding: 15% 5% 10%;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 28px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .desc {
font-size: 16px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .text {
font-size: 14px;
}
}
@media only screen and (max-width: 363.98px) {
#wifi_range_extender_ac1200 .section-01 {
padding-bottom: 220px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 24px;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section-01 {
height: 720px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 54px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .text {
font-size: 18px;
}
}
@media (min-width: 1600px) {
#wifi_range_extender_ac1200 .section-01 {
height: 820px;
}
#wifi_range_extender_ac1200 .section-01 .text-box .title {
font-size: 60px;
}
}
@media (min-width: 2080px) {
#wifi_range_extender_ac1200 .section-01 {
height: 980px;
}
}
/* ===============
Section 02
=============== */
#wifi_range_extender_ac1200 .section-02 {
background-color: #79818D;
padding: 2.5% 0 7.5%;
}
#wifi_range_extender_ac1200 .section-02 .list {
width: 90%;
max-width: 1160px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
#wifi_range_extender_ac1200 .section-02 .list .item {
flex: 0 0 33.3333%;
width: 33.3333%;
color: #ffffff;
font-size: 15px;
font-weight: 300;
padding: 20px;
text-align: center;
}
#wifi_range_extender_ac1200 .section-02 .list .item img {
height: 58px;
display: inline-block;
margin-bottom: 15px;
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-02 .list .item {
font-size: 14px;
}
#wifi_range_extender_ac1200 .section-02 .list .item img {
height: 44px;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section-02 .list .item {
flex: 0 0 100%;
width: 100%;
}
}
/* ===============
Section 03 & 07
=============== */
#wifi_range_extender_ac1200 .section-03 {
background-color: #B2C0C9;
padding: 2.5% 0 0;
}
#wifi_range_extender_ac1200 .section-07 {
background-color: #D8E0ED;
padding: 2.5% 0 0;
}
#wifi_range_extender_ac1200 .section-03 .text-box {
padding-bottom: 0;
}
#wifi_range_extender_ac1200 .section-03 .image-wrapper,
#wifi_range_extender_ac1200 .section-07 .image-wrapper {
width: 90%;
max-width: 1260px;
margin: 0 auto;
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-03 .text-box {
padding-bottom: 5%;
}
}
/* ===============
Section 04
=============== */
#wifi_range_extender_ac1200 .section-04 {
padding: 2.5% 0 5%;
}
#wifi_range_extender_ac1200 .section-04 .text-box {
position: relative;
z-index: 2;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper {
width: 90%;
max-width: 1260px;
margin: 0 auto;
position: relative;
z-index: 1;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item {
position: absolute;
z-index: 2;
width: 20%;
font-size: 14px;
font-weight: 300;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item .title {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
left: 5%;
top: 57.5%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-2 {
right: 10%;
top: 37.5%;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item {
width: 25%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
left: 0;
top: 55%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-2 {
right: 5%;
top: 32.5%;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item {
font-size: 13px;
width: 27.5%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
top: 47.5%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-2 {
right: 2.5%;
top: 25%;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item {
font-size: 12px;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item .title {
font-size: 14px;
margin-bottom: 5px;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
top: 20%;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-2 {
right: 0;
top: 5%;
}
}
@media only screen and (max-width: 363.98px) {
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item {
font-size: 11px;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item .title {
font-size: 13px;
}
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
top: 10%;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section-04 .image-wrapper .item-1 {
top: 67.5%;
}
}
/* ===============
Section 05
=============== */
#wifi_range_extender_ac1200 .section-05 {
background-image: url('https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-05.jpg');
}
#wifi_range_extender_ac1200 .section-05 .text-box {
padding-bottom: 20%;
padding-top: 20%;
padding-right: 55%;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section-05 .text-box {
padding-bottom: 15%;
padding-top: 15%;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-05 {
background-position: right bottom;
background-size: 160% auto;
background-color: #E1E4E9;
padding-bottom: 500px;
}
#wifi_range_extender_ac1200 .section-05 .text-box {
padding: 5%;
text-align: center;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section-05 .text-box {
padding: 10% 5%;
}
#wifi_range_extender_ac1200 .section-05 {
padding-bottom: 350px;
}
}
@media only screen and (max-width: 363.98px) {
#wifi_range_extender_ac1200 .section-05 {
padding-bottom: 220px;
}
}
@media (min-width: 1620px) {
#wifi_range_extender_ac1200 .section-05 .text-box {
padding-right: 60%;
}
}
/* ===============
Section 06
=============== */
#wifi_range_extender_ac1200 .section-06 {
background-color: #1D3752;
}
#wifi_range_extender_ac1200 .section-06 .text-box {
position: relative;
z-index: 2;
}
#wifi_range_extender_ac1200 .section-06 .image-wrapper {
position: relative;
z-index: 1;
}
#wifi_range_extender_ac1200 .section-06 .image-text {
font-size: 24px;
font-weight: bold;
color: #ffffff;
position: absolute;
z-index: 2;
top: 45%;
left: 0;
width: 100%;
text-align: center;
}
#wifi_range_extender_ac1200 .section-06 .image-text .item {
padding: 1% 0;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section-06 .image-text {
font-size: 21px;
top: 46.5%;
}
#wifi_range_extender_ac1200 .section-06 .image-text .item {
padding: 0.5% 0;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section-06 .image-text {
font-size: 16px;
}
#wifi_range_extender_ac1200 .section-06 .image-text .item {
padding: 0.65% 0;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section-06 .image-text {
font-size: 13px;
top: 46.5%;
}
#wifi_range_extender_ac1200 .section-06 .image-text .item {
padding: 0.25% 0;
}
}
@media only screen and (max-width: 363.98px) {
#wifi_range_extender_ac1200 .section-06 .image-text {
top: 5%;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section-06 .image-text {
font-size: 28px;
top: 46.5%;
}
}
/* ===============
Section image box
=============== */
#wifi_range_extender_ac1200 .section .image-box-wrap {
padding: 0;
width: 100%;
max-width: 2560px;
margin: 0 auto;
overflow: hidden;
border-radius: 0;
}
#wifi_range_extender_ac1200 .section .image-box-wrap .image-box {
display: flex;
flex-wrap: wrap;
padding: 0;
background-color: #A2A2A2;
}
#wifi_range_extender_ac1200 .section .image-box--reverse {
flex-direction: row-reverse;
}
#wifi_range_extender_ac1200 .section .text-wrap,
#wifi_range_extender_ac1200 .section .image {
width: 50%;
flex: 0 0 50%;
}
#wifi_range_extender_ac1200 .section .image {
background-color: #A2A2A2;
}
#wifi_range_extender_ac1200 .section .text-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 0 5%;
text-align: left;
color: #ffffff;
}
#wifi_range_extender_ac1200 .section .text-wrap .title {
font-size: 28px;
display: block;
margin-bottom: 5px;
font-weight: bold;
}
#wifi_range_extender_ac1200 .section .text-wrap .text {
font-weight: 500;
font-size: 16px;
padding-top: 10px;
display: block;
}
@media (max-width: 991.98px) {
#wifi_range_extender_ac1200 .section .text-wrap .title {
font-size: 24px;
}
#wifi_range_extender_ac1200 .section .image-box-wrap {
width: 100%;
border-radius: 0;
}
#wifi_range_extender_ac1200 .section .text-wrap .text {
padding-top: 10px;
font-size: 14px;
}
}
@media (max-width: 767.98px) {
#wifi_range_extender_ac1200 .section .text-wrap {
padding: 7.5% 5%;
text-align: center;
}
#wifi_range_extender_ac1200 .section .image-box-wrap .image-box {
flex-wrap: wrap;
flex-direction: column-reverse;
}
#wifi_range_extender_ac1200 .section .text-wrap .title {
font-size: 18px;
}
#wifi_range_extender_ac1200 .section .text-wrap,
#wifi_range_extender_ac1200 .section .text-wrap div,
#wifi_range_extender_ac1200 .section .image {
width: 100%;
flex: 0 0 100%;
}
}
@media only screen and (max-width: 575.98px) {
#wifi_range_extender_ac1200 .section .image-box-wrap {
border-radius: 0;
}
#wifi_range_extender_ac1200 .section .text-wrap {
padding: 10% 5%;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section .text-wrap {
padding: 0 10%;
}
#wifi_range_extender_ac1200 .section .text-wrap .title {
font-size: 36px;
margin-bottom: 10px;
}
}
/* ===============
Section spec
=============== */
#wifi_range_extender_ac1200 .section-notes {
padding: 3.5% 12.5%;
margin: 0 auto;
}
#wifi_range_extender_ac1200 .section-notes ul {
margin: 0;
padding: 0;
list-style: none;
}
#wifi_range_extender_ac1200 .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) {
#wifi_range_extender_ac1200 .section-notes {
padding: 5%;
}
#wifi_range_extender_ac1200 .section-notes ul li {
font-size: 13px;
}
}
@media (min-width: 1200px) {
#wifi_range_extender_ac1200 .section-notes {
padding: 3.5% 0;
max-width: 1164px;
}
}
</style>
<!-- container -->
<div class="xiaomi_container" id="wifi_range_extender_ac1200">
<section class="section section-01 section-bg">
<div class="text-box text-box--left" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold xiaomi_product_name">Mi WiFi Range <br> Extender AC1200</span>
<span class="desc">Rozszerz dwuzakresowe WiFi na cały dom</span>
</div>
</section>
<section class="section section-02">
<div class="text-box text-box--white" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Powody, dla których warto kupić wzmacniacz sygnału.</span>
</div>
<ul class="list">
<li class="item" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-02_icon01.png" alt="">
<div class="text">Grube ściany, słaby sygnał WiFi</div>
</li>
<li class="item" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-02_icon02.png" alt="">
<div class="text">Brak WiFi w niektórych pomieszczeniach</div>
</li>
<li class="item" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="200">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-02_icon03.png" alt="">
<div class="text">Ciągłe buforowanie sieci</div>
</li>
</ul>
</section>
<section class="section section-03">
<div class="text-box text-box--white" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Szybkie WiFi w całym domu.</span>
<span class="text">Mi WiFi Range Extender pozwala zwiększyć i poprawić istniejący sygnał WiFi. Podwójne pasma 2.5GHz i 5GHz osiągają łączną prędkość do 1200 Mbps, skutecznie eliminując martwe strefy WiFi.</span>
</div>
<div class="image-wrapper">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-03.jpg" alt="">
</div>
</section>
<section class="section section-04">
<div class="text-box" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Zapewnienie optymalnego połączenia.</span>
</div>
<div class="image-wrapper">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-04.jpg" alt="">
<div class="item item-1">
<div class="title">Inteligentny wskaźnik sygnału</div>
<div class="text">Dzięki prostemu, kolorowemu wskaźnikowi, światło pomaga znaleźć najlepszą lokalizację dla optymalnego zasięgu.</div>
</div>
<div class="item item-2">
<div class="title">Port Ethernet</div>
<div class="text">Umożliwia podłączenie do sieci urządzenia przewodowego, takiego jak telewizor lub konsola do gier.</div>
</div>
</div>
</section>
<section class="section section-05 section-bg">
<div class="text-box text-box--left" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Utwórz własny hotspot.</span>
<span class="text">W trybie punktu dostępowego możesz po prostu podłączyć przedłużacz do routera i zamienić przewodowe połączenie internetowe w swój osobisty hotspot WiFi, tworząc nową sieć.</span>
</div>
</section>
<section class="section section-06">
<div class="text-box text-box--white" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Utrzymanie stabilnego połączenia.</span>
<span class="text">Funkcja SmartLink umożliwia skonfigurowanie rezerwowego połączenia z routerem, dzięki czemu w przypadku awarii podstawowego połączenia przedłużacz automatycznie połączy się z innym pasmem, poprawiając stabilność sieci.</span>
</div>
<div class="image-wrapper">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-06.jpg" alt="">
<div class="image-text">
<div class="item">5GHz</div>
<div class="item">2.4GHz (czuwanie)</div>
</div>
</div>
</section>
<section class="section section-07">
<div class="text-box" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
<span class="title font-bold">Łatwa konfiguracja za pomocą telefonu.</span>
<span class="text">Mi WiFi Range Extender AC1200 działa z każdym routerem WiFi. Możesz również użyć Mi Home App, aby łatwo nim zarządzać i konfigurować.</span>
</div>
<div class="image-wrapper">
<img src="https://media.mi-home.pl/products/wifi-range-extender-ac1200/section-07.jpg" alt="">
</div>
</section>
</div>
Save on Mi Wi-Fi Range Extender AC1200 with a Mi-Home.pl coupon
Checkmate is a savings app with over one million users that have saved $$$ on brands like Mi-Home.pl.
The Checkmate extension automatically applies Mi-Home.pl discount codes, Mi-Home.pl coupons and more to give you discounts on products like Mi Wi-Fi Range Extender AC1200.