/*
	Theme Name: Savoy Child
	Theme URI: http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description: Child theme for Savoy.
	Author: FungiLab
	Template: savoy
	Version: 1.0.1
	Text Domain: savoy-child
*/

/* Category description shown below products: parent uses margin-top:-6px which overlaps the product grid. */
#nm-shop-browse-wrap .term-description {
	margin-top: 25px!important;
	padding-top: 0;
}

/* Cart & checkout: hide the block "Save €X" sale badge. !important — WooCommerce block styles
   load after the theme stylesheet and otherwise win on equal specificity. */
.wp-block-woocommerce-cart .wc-block-components-sale-badge,
.wp-block-woocommerce-checkout .wc-block-components-sale-badge {
	display: none !important;
}

/* Cart & checkout: hide the per-unit price block in line items (it showed "€40 €27 / unit").
   Each row keeps only its line total, which already reflects the quantity discount.
   !important — overrides the block's own display:flex on this element. */
.wp-block-woocommerce-cart .wc-block-cart-item__prices,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
	display: none !important;
}
