How can I edit only the product page without affecting the home page?

Go to main-product.liquid file and go to bottom of the page.

If you see style section which is indicated by or , add above code inside it

If you don’t see style section add following code at the bottom of the main-product.liquid file

{% if template contains 'product' %} header { display: none; } {% endif %}

OR post your preview link so that I can see the code