Remove the main title, but only from the main page

You can use home class in body tag to target homepage. Also avoid using !important for css. which is not a good practice.

try the following css:

body.home .woocommerce-products-header__title { display:none; }

body.home .page-title { display:none; }