/*
 Theme Name:   Hello Commerce Child
 Description:  Child theme for Hello Commerce theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-commerce
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  hello-commerce-child
 */

/* Add your custom CSS below this line */

/* Hide add to cart buttons on product loops (shop, category, archive pages) */
.woocommerce-loop-product__buttons {
    display: none;
}

/* Hide buttons in related products section on product pages */
.related.products .button,
.related.products a.button,
.related.products .product_type_simple {
    display: none !important;
}