is_shop, is_home, is_front_page doesn’t work for woocommerce

For is_front_page() and is_home() condition:

Important: Please note that these functions work only once WordPress is loaded such as on template files or specific action hooks. You can’t just dump these conditionals into functions.php and expect them to work.