p.stock {
	font-weight: 600;
	line-height: 1.2;
}

p.stock.out-of-stock {
	color: #b50808;
}

p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
	color: var(--color-gray-800);
}

p.stock.wd-style-default.in-stock:before {
	margin-inline-end: .3em;
	color: var(--wd-primary-color);
	content: "";
	font-family: "woodmart-font";
}