/*
 * AMI — WooCommerce overrides (woo.css)
 * Loaded after woocommerce-general. Phase 6 will flesh this out fully.
 */

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color:var(--red);
  font-family:var(--serif);
  font-weight:500;
}

/* Sale badge (overridden in inc/woocommerce.php hook) */
.woocommerce ul.products li.product .onsale{ display:none; }

/* Cart page */
.woocommerce-cart .woocommerce{ padding:40px 0; }
