/* JUNE 2025 - Background sale bullet */
.woocommerce span.onsale, .woocommerce-page span.onsale {
	min-height: 55px !important;
	min-width: 55px !important;
	line-height: 47px !important;
	font-weight: 600 !important;
	font-size: 0.9em !important;
	/*background: #E41D52!important;*/
	background: #ff5e82 !important;
	text-shadow: 0 -1px 0 #d9441a!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	z-index: 100;
}
