Currently, I have incorporated an ecommerce-friendly wordpress theme for my website in conjunction with woocommerce. To customize the design, I created a child theme and transferred the woocommerce.css file from the plugin into the css of the child theme, disabling its enqueuing.
However, I discovered that there is another copy of woocommerce.css located within the parent theme's directory ( ~/wp-content/themes/shop-isle/inc/woocommerce/css/woocommerce.css). How can I override this to ensure independence from future theme updates?
Additionally, I am curious about the discrepancy between the woocommerce.css found in the parent theme folder structure versus the one within the woocommerce plugin folder. What sets them apart?