/**
 * LEO Commerce UI v0.5.11.47
 * Home — preços com hierarquia comercial levemente maior.
 *
 * Desktop: +2px.
 * Tablet: +1px sobre a base anterior.
 * Celular: +1px sobre a base anterior.
 * Nenhum espaçamento ou dimensão estrutural é alterado.
 */

/* Desktop >= 1000px */
body.home .leo-choice-section .price {
	font-size: 20px !important;
}

body.home .leo-product-carousel .price {
	font-size: 21px !important;
}

body.home .leo-economizar-card__price {
	font-size: 22px !important;
}

/* Tablet 690px–999px */
@media (min-width: 690px) and (max-width: 999px) {
	body.home .leo-choice-section .price {
		font-size: 19px !important;
	}

	body.home .leo-product-carousel .price {
		font-size: 20px !important;
	}

	body.home .leo-economizar-card__price {
		font-size: 21px !important;
	}
}

/* Celular <= 689px */
@media (max-width: 689px) {
	body.home .leo-choice-section .price {
		font-size: 17px !important;
	}

	body.home .leo-product-carousel .price {
		font-size: 18px !important;
	}

	body.home .leo-economizar-card__price {
		font-size: 19px !important;
	}
}
