/**
 * rw_maxquantity — Capa 2 (UX).
 *
 * Al añadir el atributo "max" y sincronizar touchspin.updatesettings, el
 * bloque .input-group.bootstrap-touchspin de la ficha de producto se queda
 * sin un ancho explícito y los botones +/- del touchspin acaban solapados
 * con el input. Forzamos el mismo ancho al 100% que ya tenía antes de forma
 * implícita, para no alterar el resto del diseño (input + botones seguen
 * siendo editables por el usuario, solo se corrige el layout).
 */
.product-quantity .input-group.bootstrap-touchspin {
  width: 100%;
}
