<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--page-title-display:none;}/* Start custom CSS for wc-elements, class: .elementor-element-263bf75 *//* Woocommerce Styles */

/* 
Something to note...
This code was written very specifically for the Hello Theme. If you are using a different theme, it may not work as expected.
*/

/*Button Styles for radius, color, font, hover color*/
body .woocommerce input.button.alt:hover {
	background: #666666 !important; 
	
}
body .woocommerce button.button, 
body .woocommerce input.button { background: #333333 !important; color: #f2f2f2 !important; font-weight: 500;   border-radius: 40px; text-transform: capitalize;}
}

/*Top Border for messages*/
.woocommerce-info {
    border-top-color: #333333;
}
/*Default Font Family and Color*/
.woocommerce {
    font-family: Arial,Sans-Serif;
    color: #333333;
}/* End custom CSS */</pre></body></html>