/* HIDE ALL PRICES GLOBALLY */
.price,
.price-item,
.price--large,
.price--regular,
.price-list,
.product__price,
[class*='price'],
.money {
  display: none !important;
}
