How to remove a Header when I go into a product on a page?

To remove a Header when users go into a product page, you can use this code to Website Tools > Custom CSS.

body[class*="type-products"].view-item header#header {
    display: none !important;
}