/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Author: Henry
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/
/* Ocultar cualquier botón de compra en SINGLE de la categoría servicios */
body.single-product.product_cat-servicios .cart,
body.single-product.product_cat-servicios .single_add_to_cart_button,
body.single-product.product_cat-servicios .buy-now,
body.single-product.product_cat-servicios .button-buy-now,
body.single-product.product_cat-servicios .ast-buy-now-button,
body.single-product.product_cat-servicios .direct-checkout-button,
body.single-product.product_cat-servicios .wcpay-payment-request-button,
body.single-product.product_cat-servicios .paypal-express-checkout-button {
  display: none !important;
}
body.single-product.product_cat-servicios form.cart { display: none !important; }
