You can use this code to disable prefooter on Single product page –
.single-poroduct .prefooter {
display: none;
}
Also, as a rule, Home and Shop are 2 different pages. On your site, it is 1 page – http://prntscr.com/n00exo If you want to have a separate Home page, create a new page and select it as Homepage in Settings > Reading.
Regards