/**
 * Hide Size row on Best Fashion one-size (OS) variable products.
 */
body.bf-one-size-product table.variations tr:has(label[for="pa_size"]),
body.bf-one-size-product table.variations tr:has(select#pa_size),
body.bf-one-size-product table.variations tr:has(input[name="attribute_pa_size"]) {
	display: none !important;
}
