.product-measurement-price {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: calc(30 / 20);
}

.product-unit-price,
.product-unit-price-label {
	font-weight: 700;
	line-height: calc(22 / 14);
}

.product-measurement-note {
	font-size: 14px;
	line-height: calc(22 / 14);
	font-style: italic;
	font-weight: 400;
}

.woocommerce
	.product
	.elementor-jet-single-add-to-cart
	.single_variation
	.price {
	display: block;
	margin: 40px 0 !important;
	color: var(--pl-color-primary);
}

/* shrink some text when the product has a measurement price */
.product-has-measurement-price .product-unit-price,
.product-has-measurement-price .product-unit-price-label {
	font-size: 14px;
	font-weight: 500;
}

/* Hide Price on variable products */
.product-type-variable .elementor-widget-woocommerce-product-price {
	display: none;
}