/*
Theme Name:  Guru Ji Child (Astra)
Description: Astra child theme for the Shukrana Guru Ji store — includes the Guru Ji Landing page template with WhatsApp ordering.
Template:    astra
Version:     1.0.0
Author:      Abhay
Text Domain: guruji-child
*/

/* WooCommerce shop/product pages: style the "Order on WhatsApp" (external product) button green */
.woocommerce a.button.product_type_external,
.woocommerce ul.products li.product a.button.product_type_external,
.woocommerce div.product form.cart .button,
.single-product .woocommerce a.button {
	background-color: #1FA855 !important;
	color: #fff !important;
	border-radius: 10px;
	font-weight: 700;
}
.woocommerce a.button.product_type_external:hover {
	filter: brightness(1.08);
}
