/* Han Mobil 3.0.9 — restore homepage product-card button contrast; keep empty-cart dark buttons readable. */

/* Homepage/category custom product cards keep their original light button with dark green text. */
body.hanspot-theme .hanspot-product-actions .hanspot-card-cart,
body.hanspot-theme .hanmob-product-card .hanspot-product-actions .hanspot-card-cart,
body.hanspot-theme .spotcu-product-grid .hanspot-product-actions .hanspot-card-cart{
  color:var(--hm-green-deep,#34523e)!important;
}
body.hanspot-theme .hanspot-product-actions .hanspot-card-cart :is(span,i,svg,path),
body.hanspot-theme .hanmob-product-card .hanspot-product-actions .hanspot-card-cart :is(span,i,svg,path),
body.hanspot-theme .spotcu-product-grid .hanspot-product-actions .hanspot-card-cart :is(span,i,svg,path){
  color:inherit!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}
body.hanspot-theme .hanspot-product-actions .hanspot-card-cart:hover,
body.hanspot-theme .hanmob-product-card .hanspot-product-actions .hanspot-card-cart:hover,
body.hanspot-theme .spotcu-product-grid .hanspot-product-actions .hanspot-card-cart:hover{
  color:#fff!important;
}

/* The dark product buttons shown specifically on the cart/empty-cart recommendations use light text. */
body.hanspot-theme.woocommerce-cart .woocommerce ul.products li.product a.button,
body.hanspot-theme.woocommerce-cart .woocommerce ul.products li.product .add_to_cart_button,
body.hanspot-theme.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.hanspot-theme.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link,
body.hanspot-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link{
  color:#fff!important;
}
body.hanspot-theme.woocommerce-cart .woocommerce ul.products li.product a.button :is(span,i,svg,path),
body.hanspot-theme.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link :is(span,i,svg,path),
body.hanspot-theme.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link :is(span,i,svg,path),
body.hanspot-theme.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link :is(span,i,svg,path){
  color:inherit!important;
  fill:currentColor!important;
  stroke:currentColor!important;
}
