/*
Theme Name: GoStore Child
Theme URI: https://demo.theme-sky.com/gostore/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: gostore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: gostore-child
*/

/* Cacher le bouton Buy Now */
/* Cache le bouton "Buy Now" */
.ts-buy-now-button,
a.button.ts-buy-now-button {
    display: none !important;
    visibility: hidden !important;
}



/* Cache le bouton partout (y compris la page d'accueil) */
.home .add_to_cart_button, 
.home .ajax_add_to_cart, 
.home .product_type_simple, 
.home .loop-add-to-cart a,
body.home a[aria-label*="Ajouter au panier"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

