.producto-img {
    height: 200px;
    object-fit: cover;
    background: #f0f0f0;
}

.tabla-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.tabla-img-grande {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}
