.product_labels{
    position: absolute;
    top: 0;
}
.credit_label{
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #0079BC;
    display: flex;
    align-items: center;
}
.special__slide-img .product_labels{
    top: .5rem;
    left: .5rem;
}