/* Hide the Astra on-card button (hover icon) on product archives */
.astra-shop-thumbnail-wrap .ast-on-card-button {
    display: none !important;
}

/* Hide the 'Showing X results' text */
.woocommerce-page .woocommerce-result-count {
    display: none !important; /* Use !important to ensure override if necessary */
}

/* Hide the 'Sort by' dropdown form */
.woocommerce-page .woocommerce-ordering {
    display: none !important; /* Use !important to ensure override if necessary */
}
