/* Hide footer only on product pages */
.product-page footer,
.product-page .footer,
.template-product footer {
    display: none !important;
}