/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* Oculta el botón "Añadir al carrito" en la página de producto */
.single-product .single_add_to_cart_button {
    display: none !important;
}

/* Oculta el botón "Añadir al carrito" en el grid de la tienda/categorías */
.woocommerce .products .add_to_cart_button,
.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Opcional: Oculta el precio */
.woocommerce-Price-amount, 
.etheme-product-hover-mask2 footer, 
.etheme-product-grid-item footer,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.etheme-product-grid-button,
button.add_to_cart_button.single_add_to_cart_button.button.alt,
.elementor-3452 .elementor-element.elementor-element-51ed81cc .etheme-product-hover-default .show-quickly, 
.etheme-product-grid-item .etheme-product-grid-button,
.etheme-add-to-cart-form form, 
a.button.product_type_variable.add_to_cart_button,
.product-view-default .footer-product .show-quickly,
.single-product .etheme-sticky-cart form:not(.variations_form):not(.grouped_form),
form.cart,
.swiper-slide .content-product .product-details .button{
    display: none !important;
}