Content product cat
<?php
// wrap image in responsive figure & add button
add_action('woocommerce_before_subcategory_title', function() {
echo '<div class="border rounded p-2"><figure class="rimg rimg--contain">';
}, 9);
add_action('woocommerce_before_subcategory_title', function() {
echo '</figure></div>';
}, 11);