/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* Your custom styles go below */

/* ── Affirm hover-overlap fix (Shop grid + You May Also Like) ─── */
/* Hide the affirm "as low as" promo inside product-action-wrap on
   loop/grid cards so it never overlaps the title/price on hover  */
.woocommerce ul.products .product-action-wrap .affirm-as-low-as,
.woocommerce ul.products .product-action-wrap affirm-product-modal {
  display: none !important;
}