.wc-block-components-product-details__bundle [aria-hidden="true"] {
	 display: none !important;
}

/* Product Bundle companions and automatic gifts are fixed package contents.
   Their quantity is controlled by the main package line, so display it as
   informational text rather than WooCommerce's editable quantity input. */
.woocommerce-cart-form .varyo-package-child__quantity {
	display: inline-block;
	min-width: 2.5em;
	font-weight: 600;
	text-align: center;
}
