.template-product product-price {
  display: none !important;
}

body.template-product--closeout product-price,
body.template-product--single-unit product-price {
  display: block !important;
}

body.template-product--closeout-new product-price {
  display: none !important;
}