.producto__precio{
    font-size: 3vh;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    
}
.producto__piezas{
    font-size: 2vh;
    color: var(--gris);
    line-height: 1.5;
    text-align: justify;
    font-weight: 400;
}
@media (min-width: 0) {
    .producto__precio {
        font-size: 2.2vh;
    }
}
