How can I hide the footer of my product page on mobile devices only?

Hello @MaisonBillonDon

Go to Online Store, then Theme, and select Edit Code.
Search for Layout/theme.liquid Add the provided code at the end of the file.

{% if template == 'product' %}

{% endif %}