.products-badges-container {
	display: flex;
	gap: 4px;
	margin-bottom: 7px;
}
.products-badges-vegan {
	margin-bottom: 0;
}

.product-badge-svg-container {
	width: 107px;
	height: 28px;
}

.fill-pink {
	fill: #f4ddd7;
}

.fill-black {
	fill: #000000;
}
.fill-grey {
	fill: #b9b9b9;
}
