/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



/* Disable product hover icons and overlays */
.product-cart, .product-quickview, .bg-overlay {
	display: none !important;
}


/* Hide Last Viewed Items globally */
#recent-shop-list-sidebar, 
#recent-shop-list-sidebar + h4, 
h4:has(+ #recent-shop-list-sidebar), 
.widget:has(#recent-shop-list-sidebar) {
	display: none !important;
}
