.mr-eaves-xl-modern {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.b-red-wishbook {
    background-color: var(--red-wishbook);
}

.text-decoration-none {
    text-decoration: none !important;
}

#deals-banner {
    --red-wishbook: #ed2024;
    width: 1200px;
    max-width: 100%;
    background-image: url(../../../images/23/12-deals/back-banner.webp);
    background-image: -webkit-image-set(url("../../../images/23/12-deals/back-banner.webp") 1x, url("../../../images/23/12-deals/back-banner@2x.webp") 2x);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 16px;
}

#deals-banner:after {
    content:"";
    position:absolute;
    bottom:-20px;
    height:20px;
    background:#fff;
    left:0;
    width:100%;
}

#deals-banner .banner-inner {
    height: auto;
    padding: 0 15px;
}

#deals-banner .banner-main {
    width: 50%;
    padding-top: 5px;
}

#deals-banner .banner-main img {
    margin-bottom:-10px;
}

#deals-banner .banner-cta {
    margin-left: 220px;
}

#deals-banner .banner-cta .presents {
    top: 50%;
    transform: translate(0, -50%);
    left: -80px;
}

#deals-banner .button {
    width: 210px;
    height: 42px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding-top: 4px;
}

#deals-banner lottie-player {
    max-width: 280px;
    left: 147px;
    bottom: -19px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    #deals-banner .banner-inner {
        flex-direction: column;
        padding-bottom: 30px;
    }

    #deals-banner .banner-main {
        margin-right: 0;
        margin-left: 0;
        padding: 10px 15px 0 15px;
    }

    #deals-banner .banner-main img {
        margin: 0 auto;
    }

    #deals-banner {
        overflow:hidden;
        background-image: url(../../../images/23/12-deals/back-banner-m.webp);
        background-image: -webkit-image-set(url("../../../images/23/12-deals/back-banner-m.webp") 1x, url("../../../images/23/12-deals/back-banner-m@2x.webp") 2x);
    }

    #deals-banner .banner-inner {
        padding: 0;
    }

    #deals-banner lottie-player {
        position: static;
        bottom: 0;
        left: 0;
        margin-bottom: -46px;
        margin-top: 10px;
    }

    #deals-banner .banner-cta {
        margin-left: 0;
        margin-top: 20px;
        padding: 0 15px;
    }

    #deals-banner .banner-main {
        width: 100%;
    }
    #deals-banner:after {
        display:none;
    }
}

@media screen and (max-width: 567px) {}