/* PromotionOnline: visual price label on WooCommerce product cards only. */
body li.product-col .product-inner .price::before,
body .products .product .product-inner .price::before {
	content: "Från ";
	font: inherit;
	font-weight: inherit;
	color: inherit;
}

body li.product-col .product-inner .price .woocommerce-price-suffix,
body .products .product .product-inner .price .woocommerce-price-suffix {
	display: none !important;
}

