.mr-eaves-xl-modern {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-decoration-none {
    text-decoration: none;
}
.f-red-wishbook {
    color: var(--red-wishbook);
}
.b-red-wishbook {
    background-color: var(--red-wishbook);
}

#nov-promo-12days {
    --red-wishbook: #ed2024;
    --yellow: #fff200;
    font-size: 16px;
}
.nh-inner .button {
    width: 270px;
    height: 50px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 900;
}
.nh-inner .button:hover {
    text-decoration: none;
}
.nh-main {
    padding-top: 80px;
    padding-bottom: 50px;
    background-position: bottom -10px center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/23/nov/hero-12days/back.webp);
    background-image: -webkit-image-set(url("../../../images/23/nov/hero-12days/back.webp") 1x, url("../../../images/23/nov/hero-12days/back@2x.webp") 2x);
}
.nh-main p {
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: 600; 
}
.nh-main .front-page {
    position: relative;
    top: 3px;
    margin-top: 100px;
}
.nh-right {
    max-width: 516px;
    margin-bottom: -241px;
    margin-left: -81px;
}
#nov-promo-12days .snow {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: -100px;
    top: -233px;
    aspect-ratio: 1 / 0.455005055611729;
}

@media screen and (min-width:1200px){
    #nov-promo-12days {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}
@media screen and (max-width: 767px) {
    #nov-hero{
        background-image: none;
    }
    #nov-hero .container {
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    #nov-hero .nh-inner {
        height: auto;
        justify-content: start;
    }
    .nh-inner .button {
        width: 211px;
        height: 43px;
        font-size: 17px;
        line-height: 43px;
    }
    .nh-main {
        height: auto;
        padding: 0 15px;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../../../images/23/nov/hero-12days/back-m.webp);
        background-image: -webkit-image-set(url("../../../images/23/nov/hero-12days/back-m.webp") 1x, url("../../../images/23/nov/hero-12days/back-m@2x.webp") 2x);
    }
    .nh-right {
        max-width: 525px;
        margin-bottom: -138px;
        margin-left: auto;
        margin-right: auto;
    }
    .nh-left {
        margin-top: 65px;
    }

}
@media screen and (max-width: 567px) {
    .nh-inner {
        flex-direction: column;
    }
    .nh-right {
        max-width: 288px;
        margin-bottom: -56px;
    }
}