/* Remove the retired duplicate card-message form from product pages. */
body.template-product .fa-card-message {
  display: none !important;
}
