.props_new_discount{
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: end;
}

.pickup_discount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: #0ABC45;
    height: 23px;
    width: 115px;
    border-radius: 4px;
}

.new_block{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background: rgba(10, 188, 69, 1);
    height: 23px;
    width: 77px;
    border-radius: 4px;
}
.hit_block{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 110, 49, 1);
    width: 94px;
    height: 23px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 400;
    line-height: 16px;
}
.props_new_discount .percent_block{
    margin-top: 4px;
    border-radius: 50px;
    background: rgba(232, 37, 37, 1);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.product-item-label-ring{
    display: none;
}

@media only screen and (max-width: 767px) {

    .pickup_discount {
        font-size: 12px;
        line-height: 18px;
        height: 22px;
        width: 99px;
    }

    .hit_block{
        font-size: 12px;
        line-height: 18px;
        height: 22px;
        width: 79px;
    }

    .new_block{
        font-size: 12px;
        line-height: 18px;
        height: 22px;
        width: 65px;
    }

    .props_new_discount {
        left: 8px;
        top: 8px;
    }
}