Custom page for WooCommerce’s /product-category/

product-category URL uses taxonomy-product-cat.php which calls archive-product.php

you will need to override it by creating the same file with the same name in themefolder/woocommerce/archive-product.php

You can open any file in templates folder in the WooCommerce plugin and you will find a line in the very top comment describes how to override the file.

Don’t forget to add add_theme_support( 'woocommerce' ); in the theme functions.php If It’s not there.