A light coconut milk, blended with organic spices to create a tasty and aromatic red simmer sauce. Only natural organic ingredients are used with no emulsifiers, or thickening agents. Organic coconut milk is mixed with red chillies, ginger, curry leaves, pepper, cinnamon and turmeric. Perfect for pouring over vegetables, noodles or your favourite protein to make a light, soupy and delicious sauce. This sauce is slightly more spicy than our green variant!
Store in a cool, dry place. Shake can well before use. Once opened, refrigerate any contents in a non-metallic container and use within 3 days.
/* 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;
}
}