/** * Products Page */ body[class*="woocommerce"] #page { /** * Remove the bright yellow background on mark elements. */ mark { background: transparent; } .woocommerce-result-count { margin-bottom: map-deep-get($config-global, "spacing", "unit"); } .woocommerce-ordering { margin-bottom: map-deep-get($config-global, "spacing", "unit"); select { vertical-align: top; } } }