/* Keep variable-product price ranges together instead of flex-wrapping the dash. */
.product-card .price {
	display: block;
	line-height: 1.35;
	white-space: normal;
}

.product-card .price > .woocommerce-Price-amount,
.product-card .price > span[aria-hidden="true"] {
	display: inline;
	white-space: nowrap;
}

.product-card .price .woocommerce-Price-currencySymbol {
	white-space: nowrap;
}
