/* offer-sale-bg */
 .offer-sale-bg {
    width: 100%;
    padding: 10px;
    height: 78px;
    cursor: pointer;
    z-index: 2;
    line-height: 44px;
    /* background: #000000b0; */
    background-image: linear-gradient(90deg, #F7CA65 0%, #FCDC85 25%, #FFFCD6 50%, #FCDC85 75%, #F7CA65 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.12) 100%);
    background-blend-mode: normal, normal;
}


 .offer-sale-bg .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

 .offer-sale-bg .sale-text {
    font-size: 35px;
    font-weight: normal;
    color: #000;
}

.offer-sale-bg .sale-text strong {
    font-size: 42px;
    line-height: 26px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-image: linear-gradient(to bottom, #880418, #ff4073);
}

 .offer-sale-bg .sale-text strong span {
    font-size: 55px;
}

 .offer-sale-bg .sale-text span {
    color: #b10000;
}

 .offer-sale-bg .sale-button a {
    display: block;
    background-image: linear-gradient(-30deg,
            #e90000 0%,
            rgba(255, 54, 0, 1) 100%),
        linear-gradient(#f01a1a,
            #f01a1a);
    background-blend-mode: normal,
        normal;
    border-radius: 1.5vw;
    border: solid .15vw #fff7da;
    font-size: 1.4vw;
    line-height: 1;
    font-weight: bold;
    color: #ffeca5;
    padding: .5vw 2.5vw .6vw;
}

 .offer-sale-bg .sale-button a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 960px) {
     .offer-sale-bg .sale-text {
        font-size: 25px;
    }

    .offer-sale-bg .sale-text strong {
        font-size: 32px;
        line-height: 30px;
    }

     .offer-sale-bg .sale-text strong span {
        font-size: 45px;
    }

}
@media only screen and (max-width: 700px) {
     .offer-sale-bg {
        height: 52px;
    }

    .offer-sale-bg .sale-text {
        font-size: 14px;
        line-height: 20px;
    }

    .offer-sale-bg .sale-text strong {
        font-size: 18px;
        line-height: 0px
    }

    .offer-sale-bg .sale-text strong span {
        font-size: 28px;
    }

}