/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 25 2026 | 11:52:14 */
/* Remove Select2 dropdown arrow */
.select2-selection__arrow {
display: none !important;
}
/* Hide WooCommerce sorting completely */
.woocommerce-ordering {
display: none !important;
}
/* Hide WooCommerce result count */
.woocommerce-result-count {
display: none !important;
}