WooCommerce Link to Product Category

For this purpose there is get_term_link function (documentation).

<a href="https://wordpress.stackexchange.com/questions/199226/<?php echo get_term_link( 42 ,"product_cat') ?>">Fine Art ... etc.</a>

Product category is just WP taxonomy, so there is plenty of functions to work with. In this case you have to know your product category ID (taxonomy term ID, actually). When editing category, you will find it in URL: …/edit-tags.php?action=edit&taxonomy=product_cat&tag_ID=42&post_type=product