/* WPC deliberately fades child values; these lines now carry the real value. */
body .woosb-item-child .product-price .amount,
body .woosb-item-child .product-price .tax_label,
body .woosb-item-child .product-subtotal .amount,
body .woosb-item-child .product-subtotal .tax_label,
body .woosb-item-child .product-total .amount,
body .woosb-item-child .product-total .tax_label,
body .woosb-item-child .wpcbip-price,
body .wc-block-cart-items__row.woosb-bundled,
body .wc-block-components-order-summary-item.woosb-bundled {
	opacity: 1 !important;
}

.wpcbip-price del,
.wpcbip-price ins {
	color: inherit;
	opacity: 1 !important;
}

.wpcbip-price ins {
	font-weight: 600;
	text-decoration: none;
}

/* The structural parent remains visible, but has no displayed economic value. */
body .wc-block-cart-items__row.woosb-bundles .wc-block-cart-item__prices,
body .wc-block-cart-items__row.woosb-bundles .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body .wc-block-cart-items__row.woosb-bundles .wc-block-components-product-price__value,
body .wc-block-components-order-summary-item.woosb-bundles .wc-block-cart-item__prices,
body .wc-block-components-order-summary-item.woosb-bundles .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body .wc-block-components-order-summary-item.woosb-bundles .wc-block-components-product-price__value {
	display: none !important;
}

/* WPC hides fixed-price child prices in Blocks; the companion makes them economic. */
body .wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__prices,
body .wc-block-components-order-summary-item.woosb-bundled .wc-block-cart-item__prices {
	display: block !important;
}

body .wc-block-cart-items__row.woosb-bundled .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body .wc-block-components-order-summary-item.woosb-bundled .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	display: flex !important;
}

body .wc-block-cart-items__row.woosb-bundled .wc-block-components-product-price__value,
body .wc-block-components-order-summary-item.woosb-bundled .wc-block-components-product-price__value {
	display: inline !important;
	opacity: 1 !important;
}
