/* Hide quantity selector */
.quantity {
    display: none !important;
}

/* Hide Add to Cart button */
.single_add_to_cart_button {
    display: none !important;
}

/* Hide Wishlist button (assuming it has a class 'add_to_wishlist' or similar) */
.add_to_wishlist {
    display: none !important;
}

/* If the wishlist button is inside a container, you might need to hide that too */
.yith-wcwl-add-to-wishlist {
    display: none !important;
}