Chilli & Dill Sauerkraut
A real taste sensation! Dill, garlic, spring onions and a pinch of chilli are all fermented together with cabbage resulting in a sauerkraut packed with exciting flavours.
Barrel aged for several months and traditionally fermented this sauerkraut is unpasteurised and naturally rich in beneficial bacteria and plays a role in supporting gut health.
/* 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;
}
}