Produced by a local chilli farmer in Germany using 100% organic ingredients.
No added sugar, no artificial additives and free from E numbers - it's the perfect alternative to heavily processed srirachas.
Naturally sweetened using agave syrup.
Instantly transforms dishes with the perfect kick of spice, whether dipping, drizzling or pouring - this sriracha is sure to please.
Caters to the growing demand for organic condiments.
/* 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;
}
}