/**
 * WC Variable Price Display — hide default variation price block (shown in custom wrap via JS).
 */
.woocommerce-variation-price {
	display: none !important;
}
