<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* after adding add to cart view cart button show make its disable */
.switch_click .wc-forward{
	display: none !important;
}

.disabled-cart-btn{
	pointer-events: none;
	cursor: not-allowed;
}

</pre></body></html>