.text-decoration-none {
    text-decoration: none !important;
}
#deals-12 {
    --red: #ed2024;
    --orange: #fc691b;
    --blue: #1d3460;
    font-size: 16px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/24/dec/lp/back.jpg);
    background-image: -webkit-image-set(url("../../../images/24/dec/lp/back.jpg") 1x, url("../../../images/24/dec/lp/back@2x.jpg") 2x);
    padding-top: 121px;
}
#deals-12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/24/dec/lp/clouds.png);
    background-image: -webkit-image-set(url("../../../images/24/dec/lp/clouds.png") 1x, url("../../../images/24/dec/lp/clouds@2x.png") 2x);
}
#deals-12 .container {
    width: 1204px;
}
#deals-12 .deals-top {
    padding-bottom: 70px;
}
#deals-12 .deals-top img {
    transform: translateX(3%);
}
#deals-12 .deals-top .button {
    width: 293px;
    height: 60px;
    font-size: 24px;
    margin-top: 25px;
    padding-top: 3px;
}
#deals-12 .product-name {
    font-size: 19px;
    line-height: 1;
}
#deals-12 .product-name span {
    font-size: 16px;
}
#deals-12 .product-price {
    font-size: 35px;
}
#deals-12 .product-price span {
    font-size: 30px;
}
#deals-12 .deal-5 .product-price {
    font-size: 24px;
}
#deals-12 .deals .deals-inner{
    width: calc(100% + 18px);
    margin-left: -9px;
}
#deals-12 .deals .button {
    width: 185px;
    height: 40px;
    font-size: 20px;
    padding-top: 3px;
    margin-top: auto;
    margin-bottom: 0;
}
#deals-12 .deals .button-see {
    width: 206px;
    margin-top: 26px;
}
#deals-12 .deals .deal {
    width: calc(25% - 18px);
    margin: 0px 9px 60px 9px;
}
#deals-12 .state-1 .button-see{
    opacity: 0.22;
    pointer-events: none;
}
@media screen and (min-width: 1200px){
    #nov-promo {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}
@media screen and (max-width: 1199px) {
    #deals-12 .product-price {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    #deals-12 .deals .deal {
        width: calc(33.3333333% - 18px);
    }
}
@media screen and (max-width: 767px) {
    #deals-12 .deals .deal {
        width: calc(50% - 18px);
    }
}
@media screen and (max-width: 567px) {
    #deals-12 {
        padding-top: 55px;
    }
    #deals-12::before {
        height: 87px;
        background-position: bottom center;
        background-image: url(../../../images/24/dec/lp/clouds-m.png);
        background-image: -webkit-image-set(url("../../../images/24/dec/lp/clouds-m.png") 1x, url("../../../images/24/dec/lp/clouds-m@2x.png") 2x);
    }
    #deals-12 .deals-top {
        padding-bottom: 35px;
    }
    #deals-12 .deals-top .button {
        width: 210px;
        height: 45px;
        font-size: 17px;
        margin-top: 20px;
    }
    #deals-12 .deals .button {
        width: 120px;
        height: 28px;
        font-size: 14px;
        margin-left: 0;
        padding-top: 0;
    }
    #deals-12 .deals .button-see {
        width: 120px;
        margin-top: 16px;
        font-size: 11.5px;
    }
    #deals-12 .product-name {
        font-size: 11.5px;
        padding-top: 12px;
    }
    #deals-12 .deals .flex {
        text-align: left;
    }
    #deals-12 .product-price {
        font-size: 21px;
        margin-bottom: 3px;
        padding-top: 0;
    }
    #deals-12 .product-price span {
        font-size: 22px;
    }
    #deals-12 .deal-5 .product-price {
        font-size: 13px;
    }
}