#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(1),
#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(1) {
    width: 25% !important;
}

#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(2),
#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(2) {
    width: 20% !important;
}

#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(3),
#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3) {
    width: 15% !important;
}

#tab-singleproductmultivendor .row.rowbody .rowsub:nth-of-type(4),
#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(4) {
    width: 40% !important;
}

#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(3) {
    text-align: left !important;
}

#tab-singleproductmultivendor .row.rowhead .rowsub:nth-of-type(4) {
    text-align: right !important;
}

/* Aplicar estilo SOLO a la imagen principal del vendedor */
.single-product-vendor > img {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
}

/* Anular estilo heredado para productos relacionados */
.single-product-vendor .related.products img {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}
