1 whole bulb of our delicious black garlic. Add richness to your risotto or boost your Bolognese. Expertly aged, rich & sticky black garlic provides sweetness with a unique savoury edge! Stir in some umami flavour to butters, dips, marinades and stock; or spread on bread as a tasty snack! Join the Black Garlic Revolution.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}