/* price will only ever be a direct child of .purchase-resource-wrapper when we are using the cart form which renderes the price in its own way. */
.purchase-resource-wrapper > .price {
  display: none;
}
