.banner-slide-sale{
    position: relative;
    /*padding-bottom: 30%;*/
    border-radius: 100%;
}

.img-banner-slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*position: absolute;*/
    border-radius: 12px;
}
.banner-sale .countdown {
    display: flex;
    gap:14px;
}

.banner-sale .countdown > div {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    background-color: var(--secondary-color);
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
}
.title-banner-sale{
    padding: 8px 8px 15px 8px;
    width: max-content;
    border-radius: 5px;
    background: #e6f8ee;
}
.text-banner-sale{
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
@media screen and (max-width: 992px){
    .title-banner-sale{
        display: flex;
        justify-content: space-between;
        padding: 8px 8px 12px 8px;
        width: 100%;
        border-radius: 5px;
        background: #e6f8ee;
    }
    .text-banner-sale{
        font-size: 12px;
        color: var(--text-color);
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0;
    }
    .banner-sale .countdown {
        display: flex;
        gap:4px;
    }
}
