/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2025 | 04:23:30 */
	.woocommerce-js ul.products li.product .ast-on-card-button.ast-onsale-card  {
		
    position: absolute; /* Change to 'relative', 'absolute', or 'fixed' depending on your needs */
    top: 5px; /* Adjust top position */
    left: 150px; /* Adjust left position */
    z-index: 10; /* Adjust stacking order */
	background-color: #ff0000; /* Red background for Sale badge */
    color: #ffffff; /* White text color */
   /*display: none !important;*/
}

	.ahfb-svg-iconset{
    display: none !important;
}