I'm working on a WooCommerce store using WordPress 4.7, Storefront 2.1.6 and my own Storefront child theme. But Storefront seems to load a woocommerce.css after my child theme's css (compiled scss) so it overwrites some of my styles. Using '! important' on all these styles seems to be a dirty and unacceptable solution to me. Is there a way to prevent Storefront from loading the woocommerce.css or to load my own styles as the last stylesteet file?
Thx