/* Bundle child rows: hide unit/total prices and sale badge (Cart Block). */
.wc-block-cart-items__row.mixmatch-child .wc-block-cart-item__prices,
.wc-block-cart-items__row.mixmatch-child .wc-block-cart-item__total {
	display: none !important;
}
