/**
 * LEO Commerce UI — Ofertas
 * v0.5.11.22
 *
 * Escopo deliberadamente restrito ao body.leo-offers-archive.
 */

body.leo-offers-archive.woocommerce.archive
ul.products
li.product
.onsale {
	min-width: auto !important;
	min-height: auto !important;
	padding: 8px 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #ef3d43 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
}

@media (max-width: 999px) {
	body.leo-offers-archive.woocommerce.archive
	ul.products
	li.product
	.onsale {
		padding: 7px 10px !important;
		font-size: 12px !important;
	}
}
