.lc-item-name-price {
	display: inline-flex;
	margin-inline-start: 8px;
	padding: 2px 7px;
	align-items: baseline;
	border-radius: 4px;
	background: #f0eeec;
	color: #772d00;
	font-size: .92em;
	font-weight: 800;
	line-height: 1.45;
	vertical-align: baseline;
	white-space: nowrap;
}

.lc-item-name-price .woocommerce-Price-amount,
.lc-item-name-price .woocommerce-Price-currencySymbol {
	color: inherit;
	font-weight: inherit;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart > thead .product-price,
body.woocommerce-cart .woocommerce-cart-form .shop_table.cart > tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-price {
	display: none !important;
}

@media (max-width: 768px) {
	.lc-item-name-price {
		margin-inline-start: 6px;
		font-size: .88em;
	}
}
