/* Remplace le prix : Offert / Télécharger (produits PLV) */
.fiers-plv-price-offered {
	display: inline-block;
	font-weight: 600;
	font-size: 1em;
	color: var(--theme-palette-color-3, #3b0f3b);
}

.fiers-plv-download-cta.button,
a.fiers-plv-download-cta.button {
	display: inline-block;
	text-decoration: none;
}

/* Quand le bouton de boucle est remplacé, il doit se styler comme un bouton Woo. */
.products .fiers-plv-download-cta.button {
	line-height: 1.2;
}

.fiers-plv-download-cta--direct[download] {
	cursor: pointer;
}

.fiers-plv-download-cta--na,
.fiers-plv-download-label {
	font-weight: 600;
	color: var(--theme-text-color, inherit);
}
