/*
 * Markething Herba — variations loop (Query ID: mh_variations).
 * Emphasise the special (sale) price on the variation cards: red, bigger,
 * bolder. Scoped to product_variation loop items only, so no other loop,
 * product or price on the site is affected.
 */

.e-loop-item.type-product_variation .price ins,
.e-loop-item.type-product_variation .price ins .woocommerce-Price-amount,
.e-loop-item.type-product_variation .price ins bdi {
  color: #b3261e !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
