/* Hide the footer consultation strip on WooCommerce product pages. */
.single-product footer .hide-contact-page,
.tax-product_cat footer .hide-contact-page {
  display: none !important;
}
