@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;600;700");

#main_content {
    font-family: "Rajdhani", sans-serif;
}

#main_content a {
    color: #000;
}

#main_content .btn.btn-red {
    color: #fff;
}

.lm-header {
    background-image: url("/static/img/landing/morele/lm-teaser/top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;

    padding-top: 50px;
    padding-bottom: 50px;

    text-align: center;
}

.lm-title {
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.lm-subtitle {
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
}

.lm-products {
    background-color: #f4f7f8;

    padding-top: 75px;
    padding-bottom: 75px;
}

.lm-footer {
    background-image: url("/static/img/landing/morele/lm-teaser/bottom.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;

    padding-top: 75px;
    padding-bottom: 75px;
}

.lm-footer-header {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
}

.cta-container {
    margin-top: 50px;
    margin-bottom: 16px;
}

.counterContainer {
    margin: 0 auto;
}

.counterContainer .counter-label {
    font-family: "Rajdhani", sans-serif;
}

.counterContainer .promotion-countdown {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.counterContainer .per-box {
    background: url("/static/img/landing/morele/lm-teaser/timer-background.png") center top no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 16px;
}

.counterContainer .counter-label {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 24px;
    text-align: center;
}

.counterContainer .per-box .per-time {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-size: 35px;
    line-height: 0.85;
}

.counterContainer .per-box .per-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 9px;
    line-height: 0.85;
}

#newsletter_form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}

.newsletter-flex {
    display: flex;
    align-items: center;
}

.newsletter-flex .form-control {
    display: block;
    height: 48px;
    line-height: 48px;
}
.newsletter-flex .form-submit {
    display: block;
    height: 48px;
    line-height: 1;
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #fff;
    position: relative;
    left: -1px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
.newsletter-flex .form-submit:hover {
    background-color:#b1050f;
    border: 1px solid #b1050f;
}

.checkbox-container .checkbox input:checked~span.input {
    background-color: #e30613;
    border: 1px solid #b1050f;
}

.checkbox-container label {
    cursor: pointer;
    display: flex;
    margin-top: 8px;
}
.checkbox-container .checkbox span.input {
    top: 12px;
}
.checkbox-container .form-zgoda-text {
    line-height: 1.2;
    margin-left: 32px;
    text-align: left;
}

#footer {
    display: none;
}

.newsletter-img {
    max-width: 40%;
}

.lm-btn {
    font-weight: 600;
    text-transform: uppercase;
}

.lm-products-title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    color: #2e2f35;
    margin-bottom: 32px;
    text-align: center;
}


.promotion-slider-container{
    display: flex;
    flex-direction: row;
    justify-content: center;

    flex-wrap: wrap;

    max-width: 1366px;
}

.promotion-slider-container .promo-item{
    color: #e30613;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.promotion-slider-container .promo-item:hover{
    transform: scale(1.1);
    text-decoration: none;
}

.promotion-slider-container .promo-item .item-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #e30613;
}

.promotion-slider-container .promo-item .image-container{
    margin: 0 auto 10px;
    text-align: center;
    height: 210px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promotion-slider-container .promo-item .price-label{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #e30613;
    border-radius: 50%;
    color: #fff;
    transform: rotate(20deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promotion-slider-container .promo-item .price-label-old{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    text-decoration: line-through;
    text-decoration-color: #000;
}

.promotion-slider-container .promo-item .price-label-new{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.promotion-slider-container .promo-item .regular-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.promotion-slider-container .promo-item .check-in{
    margin-top: 80px;
}

.promotion-slider-container .promo-item .check-in p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.promotion-slider-container .promo-item .promo-countdown{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.promotion-slider-container .promo-item .promo-countdown .per-box{
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
}

.promotion-slider-container .promo-item .promo-countdown .per-box .per-name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 7px;
    line-height: 10px;
    text-transform: uppercase;
}

.promotion-slider-container .promo-item .promo-countdown .per-box .per-time{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.promotion-slider-container .promo-item .check-btn{
    color: #e30613;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.promotion-slider-container .promo-item .check-btn i{
    font-size: 6px;
    line-height: 7px;
    vertical-align: middle;
}



.swiper-container{
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    padding: 0 4px;
    z-index: 1;
}

.swiper-wrapper{
    position: relative;
    width: 100%;
    max-width: 650px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
}

.swiper-news-slider .news-slide{
    color: #fff;
}

@media (max-width: 1024px) {
    .lm-header {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 0;
    }

    .lm-header {
        padding-top: 32px;
        padding-bottom: 32px;
        background-image: url("/static/img/landing/morele/lm-teaser/mobile-top.jpg");
    }
    .lm-title {
        font-size: 32px;
    }
    
    .lm-subtitle {
        font-size: 24px;
    }

    .cta-container {
        margin-top: 32px;
        margin-bottom: 0;
    }

    .lm-products {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .lm-footer {
        padding-top: 32px;
        padding-bottom: 32px;
        /* background-image: url("/static/img/landing/morele/lm-teaser/mobile-bottom.jpg"); */
        background-position: bottom center;
    }

    .lm-footer-header {
        font-size: 24px;
    }

    .promotion-slider-container .promo-item {
        flex: 0 0 155px;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .counterContainer .per-box {
        width: 65px;
        height: 65px;
        margin: 0 8px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .counterContainer .per-box .per-time {
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 1;
    }
    .counterContainer .per-box .per-name {
        font-size: 9px;
        line-height: 1;
    }
}