.stock[stock='0']:before {
	content: 'Sem stock';
}

.stock[stock='0'] span:before{
	content: ' Sem previsão entrega ';
}

.stock[stock='1']:before {
	content: 'Em stock para envio imediato';
}

.stock[stock='2']:before {
	content: 'Stock Baixo';
}

.stock[stock='3']:before {
	content: 'Sem stock';
}

.stock[stock='3'] span:before{
	content: ' Reposição prevista em: ';
}

.stock[stock='4']:before {
	content: 'Sem stock';
}

.stock[stock='4'] span:before{
	content: ' Reposição prevista após encomenda em: ';
}

.stock[insuficiente]:before {
	content: 'Stock Insuficiente';
}

.stock[insuficiente] span:before{
	content: ' Sem previsão entrega ';
}

.stock[insuficiente][re-stock-weeks] span:before{
	content: ' Reposição prevista após encomenda em: ';
}

.stock[insuficiente][re-stock-date] span:before{
	content: ' Reposição prevista em: ';
}

