.product-card__label {
    z-index: 2;
}

.label--brand {
    background-color: transparent;
}

.label {
    padding: 0;
}

.label p.label__text {
    padding: 0 14px;
    margin-top: 5px;
    text-align: center;
    z-index: 1;
}

.hot-product {
    /*background: #f38d8d;*/
}

.hot-product img,.discount-product img{
    width:60px;
}

.new-product {
    background: #1593ed;
}

.discount-product {
    /*background: #990f01;*/
}
