/* Loaded separately so an old optimized CSS asset can never hide B2B prices. */
.guts-b2b-customer.single-product .summary .price,
.guts-b2b-customer.single-product .product-summary .price {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.guts-b2b-customer .product .price {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}
