.zipro-preorder-lp{
    background: url('/static/img/landing/morele/zipro-preorder/background.png') center top repeat-y;
    background-size: contain;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.container{
    max-width: 1200px;
}

.row{
    align-items: center;
}

.image-container{
    margin: 0 auto;
}

.image-container img{
    max-width: 100%;
}

.header-navigation .row{
    align-items: center;
}
.header-navigation .image-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header-navigation{
    position: relative;
    z-index: 11;
    background: white;
    border-bottom: 1px solid #adadad;
}

.header-navigation .header-triangle{
    position: absolute;
    left: 0;
    bottom: -60px;
}

.header-navigation .move-to-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.header-navigation .move-to-container span{
    font-size: 18px;
    line-height: 18px;
    padding: 16px 0 13px;
    margin: 0 15px;
    cursor: pointer;
}

.zipro-preorder-header{
    position: relative;
    z-index: 1;
}

.zipro-preorder-header .row{
    align-items: center;
}

.zipro-preorder-header .image-container img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 480px;
    z-index: 1;
}

.zipro-preorder-lp h1{
    font-size: 36px;
    line-height: 44px;
    margin: 100px auto;
}

.zipro-preorder-lp h2{
    font-size: 36px;
    line-height: 42px;
    margin: 0 auto;
    color: #000;
}

.zipro-preorder-lp h3{
    font-size: 26px;
    line-height: 36px;
    margin: 20px auto;
    color: #000;
}

.zipro-preorder-header h1 span{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 auto;
    color: #000;
    display: block;
}

.zipro-preorder-header h1 span:first-of-type{
    margin-top: 20px;
}

.preorder-section{
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.preorder-section h2{
    margin: 0 auto 30px;
}

.preorder-section .preorder-item-row{
    justify-content: space-between;
}

.preorder-section .preorder-item-container{
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 10px 10px #eee;
    background-color: #fff;
    border-radius: 10px;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.preorder-section .preorder-item-container:hover{
    text-decoration: none;
}

.preorder-section .preorder-item-container .preorder-item-title{
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
}

.check-btn{
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    display: inline-block;
    color: white;
    background-color: #a5dd24;
    text-align: center;
    width: 300px;
    border: 1px solid #a5dd24;
    border-radius: 25px;
    margin-top: 10px;
}
.check-btn:active,
.check-btn:focus,
.check-btn:visited{
    color: white;
    background-color: #a5dd24;
}

.check-btn:hover{
    text-decoration: none;
    background-color: white;
    color: #a5dd24;
}

.available-models h2{
    margin: 0 auto;
}
.sub-header{
    margin: 0 auto;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.available-models .col-lg-9{
    padding: 0;
}

.available-models .main-image-container{
    margin: 40px auto 0;
}

.green-border-top{
    position: relative;
    padding-top: 30px;
}

.green-border-top:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    border: 2px solid #a5dd24;
    background: #a5dd24;
    width: 230px;
    height: 4px;
}

.more-knowledge{
    background-color: #f7f6f6;
    padding: 30px 0 60px;
}

.image-section{
    padding: 30px 0 70px;
    position: relative;
    z-index: 1;
}

.image-section h2{
    margin: 0 auto 30px;
}

.image-section .image-container{
    position: relative;
}

.image-section .image-container img{
    box-shadow: 0 0 10px 10px #eee;
    border-radius: 15px;
}

.image-section .image-container .dot-item{
    background: #f2f2f2;
    border: 2px solid #a5dd24;
    border-radius: 50%;
    position: absolute;
    width: 25px;
    height: 25px;
}

.image-section .image-container .dot-label{
    color: white;
    background-color: #a5dd24;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 165px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: -40px;
    right: 0;
}

.image-section .image-container .dot-item:first-of-type{
    left: 80px;
    bottom: 60px;
}
.image-section .image-container .dot-label:first-of-type{
    left: 110px;
    bottom: 90px;
    top: auto;
}

.image-section .image-container .dot-item:nth-of-type(2){
    left: 460px;
    bottom: 80px;
}
.image-section .image-container .dot-label:nth-of-type(2){
    left: 390px;
    bottom: 120px;
    top: auto;
}

.image-section .image-container .dot-item:nth-of-type(3){
    right: 450px;
    bottom: 100px;
}
.image-section .image-container .dot-label:nth-of-type(3){
    right: 310px;
    bottom: 40px;
    top: auto;
}
.image-section .image-container .dot-item:nth-of-type(4){
    right: 255px;
    bottom: 110px;
}
.image-section .image-container .dot-label:nth-of-type(4){
    right: 120px;
    bottom: 150px;
    top: auto;
}

.image-section .image-container .dot-item:hover+.dot-label{
    display: block !important;

}

.cta-section{
    background-color: #f7f6f6;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.cta-section .cta-check-btn{
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 36px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    width: 440px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
}

.cta-section .cta-check-btn:hover{
    background-color: rgba(0,0,0,0.2);
    text-decoration: none;
}

.products-container{
    margin-top: 30px;
}

.zipro-preorder-header-paralax{
    content: '';
    background: url('/static/img/landing/morele/zipro-preorder/follow-item-left.png') left top no-repeat;
    background-size: contain;
    width: 500px;
    height: 500px;
    left: 0;
    position: absolute;
    top: 200px;
}

.zipro-preorder-header-paralax-right{
    content: '';
    background: url('/static/img/landing/morele/zipro-preorder/follow-item-right.png') right top no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    right: 100px;
    position: absolute;
    top: 250px;
}

.zipro-preorder-header-paralax-left-2,
.zipro-preorder-header-paralax-left-3{
    content: '';
    background: url('/static/img/landing/morele/zipro-preorder/follow-item-left-2.png') left top no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    left: 0;
    position: absolute;

}
.zipro-preorder-header-paralax-right-2,
.zipro-preorder-header-paralax-right-3{
    content: '';
    background: url('/static/img/landing/morele/zipro-preorder/follow-item-right-2.png') right top no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    right: 150px;
    position: absolute;
}

.products-section .container-fluid .row.container-row .products-container .owl-item{
    min-height: 330px;
}

.products-container .promotion-slider .card .swiper-container .swiper-wrapper .owl-item.swiper-slide{
    flex: 0 0 208px;
}

.products-section .container-fluid .row.container-row .products-container .owl-item .prod-img{
    height: 160px;
    width: 165px;
    margin: 0 auto 16px;
}

.products-section .container-fluid .row.container-row .products-container .owl-item .product-slider-price .price-new{
    font-size: 18px;
}
.products-section .container-fluid .row.container-row .products-container .owl-item .product-slider-price .price-old{
    font-size: 14px;
}

@media (max-width: 1280px){
    .zipro-preorder-lp{
        background-size: contain;
    }
    .zipro-preorder-lp h2{
        font-size: 30px;
        line-height: 36px;
    }
    .sub-header{
        font-size: 20px;
        line-height: 26px;
    }
    .cta-section .cta-check-btn{
        width: 320px;
        font-size: 32px;
    }
    .preorder-section .preorder-item-container .image-container{
        min-height: 390px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .zipro-preorder-header .image-container img{
        max-width: 460px;
    }
    .preorder-section .preorder-item-container .preorder-item-title{
        font-size: 26px;
        line-height: 32px;
    }

    .image-section .image-container .dot-item:nth-of-type(2){
        left: 400px;
        bottom: 80px;
    }
    .image-section .image-container .dot-label:nth-of-type(2){
        left: 300px;
        bottom: 120px;
        top: auto;
    }

    .image-section .image-container .dot-item:nth-of-type(3){
        right: 380px;
        bottom: 100px;
    }
    .image-section .image-container .dot-label:nth-of-type(3){
        right: 250px;
        bottom: 40px;
        top: auto;
    }
    .image-section .image-container .dot-item:nth-of-type(4){
        right: 220px;
        bottom: 110px;
    }

}

@media (max-width: 1024px){
    .zipro-preorder-lp{
      margin-top: 48px;
    }
    .header-navigation .header-triangle{
        left: -40px;
        bottom: -40px;
    }
    .header-navigation .header-triangle img{
        max-width: 50px;
        
    }
    .zipro-preorder-lp h1{
        font-size: 32px;
        line-height: 40px;
        margin: 60px auto;
    }
    .zipro-preorder-lp h2{
        font-size: 30px;
        line-height: 30px;
    }
    .zipro-preorder-header h1 span{
        font-size: 20px;
        line-height: 26px;
    }
    .zipro-preorder-header h1 span:first-of-type{
        margin-top: 10px;
    }
    .zipro-preorder-header .image-container img{
        max-width: 420px;
    }
    .preorder-section .preorder-item-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .preorder-section .preorder-item-container .preorder-item-title{
        font-size: 26px;
        line-height: 26px;
    }
    .preorder-section .preorder-item-container .check-btn{
        width: 300px;
    }
    .cta-section .cta-check-btn{
        width: 250px;
        height: 75px;
        font-size: 26px;
        line-height: 30px;
    }
    .cta-section .cta-check-btn img{
        max-width: 100px;
    }
    .more-knowledge{
        padding: 30px 0 0;
    }
    .preorder-section .preorder-item-container .image-container{
        min-height: unset;
    }
    .products-container .promotion-slider .card .swiper-container .swiper-wrapper .owl-item.swiper-slide{
        flex: 0 0 220px;
    }
}

@media (max-width: 860px){
    .products-container .promotion-slider .card .swiper-container .swiper-wrapper .owl-item.swiper-slide{
        flex: 0 0 196px;
    }
}

@media (max-width: 767px){
    .zipro-preorder-lp{
        margin: 0;
    }
    .zipro-preorder-header-mobile{
        background: url('/static/img/landing/morele/zipro-preorder/main-image.png') center bottom no-repeat;
        height: 50vw;
        background-size: contain;
    }
    .header-navigation .header-triangle{
        display: none;
    }

    .reversed-mobile{
        flex-direction: column-reverse;
    }
    .header-navigation .move-to-container span{
        font-size: 14px;
        line-height: 18px;
        padding: 16px 0 13px;
        margin: 0 7px;
    }
    .green-border-top{
        margin-top: 30px;
    }

    .zipro-preorder-lp h1{
        font-size: 32px;
        line-height: 40px;
        margin: 30px auto 0;
    }

    .preorder-section .preorder-item-container .check-btn{
        width: 280px;
        font-size: 22px;
        line-height: 36px;
    }
    .sub-header{
        font-size: 16px;
        line-height: 22px;
    }

    .zipro-preorder-header-paralax,
    .zipro-preorder-header-paralax-right,
    .zipro-preorder-header-paralax-left-2,
    .zipro-preorder-header-paralax-left-3,
    .zipro-preorder-header-paralax-right-2,
    .zipro-preorder-header-paralax-right-3{
        display: none;
    }

    .preorder-section h2{
        margin: 0 auto 10px;
    }

    .products-section .container-fluid .row.container-row .products-container .owl-item .product-slider-price .price-new{
        font-size: 16px;
        line-height: 20px;
    }

    .products-section .container-fluid .row.container-row .products-container .owl-item .product-slider-price .price-old{
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 577px){
    .zipro-preorder-header-mobile{
        height: 60vw;
    }
    .available-models .main-image-container{
        margin: 20px auto 0;
    }
    .zipro-preorder-lp h3{
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width: 500px){
    .header-navigation .move-to-container span{
        font-size: 12px;
        line-height: 14px;
        padding: 11px 0 8px;
        margin: 0 5px;
    }
}

@media(max-width: 462px){
    .zipro-preorder-lp h1{
        font-size: 26px;
        line-height: 32px;
        margin: 15px auto 0;
    }
    .zipro-preorder-header h1 span,
    .zipro-preorder-lp h2{
        font-size: 18px;
        line-height: 24px;
    }
    .green-border-top{
        margin-top: 20px;
        padding-top: 20px;
    }
    .sub-header{
        font-size: 14px;
        line-height: 20px;
    }
    .cta-section .cta-check-btn{
        width: 220px;
        height: 60px;
        font-size: 22px;
        line-height: 26px;
    }
    .cta-section .cta-check-btn img{
        max-width: 90px;
    }
    .preorder-section .preorder-item-container .preorder-item-title{
        font-size: 18px;
        line-height: 24px;
    }
    .preorder-section .preorder-item-container .check-btn{
        width: 80%;
        font-size: 18px;
        line-height: 28px;
    }
}


@media(max-width: 400px){
    .header-navigation .image-container{
        padding-top: 11px;
    }
    .header-navigation .move-to-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-navigation .move-to-container span{
        margin: 0 5px;
    }
}

@media(max-width: 340px){
    .header-navigation .container{
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media(max-width: 330px){
    .header-navigation .move-to-container span{
        font-size: 13px;
    }
}
