.gvm-rz-numeric {
    width: 36px;
    background-color: transparent;
    color: black;
    border: 1px solid #000000;
    border-radius: 0;
}

.gvm-rz-numeric > input {
    padding-inline: 4px !important;
    text-align: center;
}

/*style preco desconto */
.custom-strikethrough {
    text-decoration: line-through;
    text-decoration-color: red;
    color: rgba(0, 0, 0, 0.5);
    opacity: 50%;
}

/*Product image*/

.p-image-100 {
/*    width: 100px;*/
    height: 100px;
    object-fit: cover;
}
.p-image-120 {
/*    width: 120px;*/
    height: 120px;
    object-fit: cover;
}
.p-image-140 {
 /*   width: 140px;*/
    height: 140px;
    object-fit: cover;
}

