/*
 * Autor: Sergio Martinez de Unlockers Cloud
 * URL: https://1lockers.net
 *
 * IVA: línea bajo precio en single (.easymac-vat-after-price) y nota en listados (.easymac-vat-note).
 */

/* Single product: debajo del bloque .price-wrapper.odp-price-wrapper (hermano en summary) */
.single-product .easymac-vat-after-price {
	display: block;
	width: 100%;
	margin-top: -15px;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(10px, 0.65rem + 0.2vw, 12px);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-align: start;
	color: rgba(33, 36, 39, 0.55);
}

/* Listados / no single: nota pegada al HTML del precio (filtro) */
.easymac-vat-note {
	display: block;
	margin-top: 6px;
	font-family: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.2px;
}

.easymac-vat-note--included {
	color: #1dd390;
}
