/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2024 | 00:11:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.woocommerce div.product .product_title {
/* 	font-size:var(--wp--preset--font-size--large); */
	font-weight:bold;
}
.woocommerce-product-details__short-description {
	font-style:italic;
	color:var(--wp--preset--color--quinary);
}

.woocommerce-store-notice {
	background: var(--wp--preset--color--custom-evoaq-purple) !important;
}

.wp-block-post-title {
/* 	font-size:var(--wp--preset--font-size--large); */
}