/*
Theme Name: Woostify Child - SD Gallery
Template: woostify
Description: Child theme for SD Gallery. Restyles the single product page (gallery, summary, tabs, reviews, related products) to match the site's forest-green / gold design direction. Applies to every product automatically.
Version: 1.0.0
Author: SD Gallery
*/

/* =====================================================================
   Product grid/loop card consistency (Shop, category pages, Best
   Sellers, related products — anywhere WooCommerce lists products).
   Simple products were showing an extra quantity stepper + "Buy Now"
   button in the grid that variable products don't get (since they
   need a variant picked first), making cards different heights.
   Hiding those two in the LOOP ONLY makes every card the same shape.
   The single-product page is untouched — Buy Now + quantity still
   show there as normal. */
ul.products li.product .loop-product-qty,
ul.products li.product a.wpcbn-btn.wpcbn-btn-archive {
	display: none !important;
}

