body.woocommerce .summary .product_title {
	color: var(--primary-color, black);
}
body.woocommerce .summary .price {
	color: var(--black-color, black) !important;
	font-weight: bold;
}
body.woocommerce .woocommerce-product-details__short-description {
	margin-top: 1em;
}
body.woocommerce .woocommerce-product-details__short-description h2 {
	font-size: calc(100% + 4px);
}
body.woocommerce form.cart button[type="submit"]:after {
	content: none;
}
body.woocommerce .product_meta {
	display: none;
}