Hi,
you can use:
.hikashop_product_characteristics_table td input:first, .hikashop_product_characteristics_table td:first {
font-size: 36px;
color: red;
}
For the separator, you actually have to edit a core file: "administrator/components/com_hikashop/classes/product.php" in the function "checkVariant()" replace:
$separator = $config->get('characteristics_values_separator',' ');
By:
$separator = $config->get('characteristics_values_separator',' | ');
Then in the language file (Configuration > Language) add this translation override:
HIKA_VARIANT_SEPARATOR=" "