.current-price-black-friday {
    color: red;
    font-size: 24px;
    font-weight: 800;
}
.image-wrapper {
    position: relative;
}
.image-wrapper .labels-wrapper {
        position: absolute;
        top: 10px;
        display: flex;
        flex-direction: column;
        z-index: 10;
    }
.image-wrapper .car-label {
        padding: 8px 26px 8px 26px;
        font-weight: bold;
        color: white;
    }
.image-wrapper .black-friday-label {
        border-radius: 0px 8px 0px 0px;
        background-color: black;
        line-height: 1.2;
    }
.image-wrapper .reducere-label {
        border-radius: 0px 0px 8px 0px;
        background-color: red;
    }
