A light coconut milk, blended with organic spices to create a tasty and aromatic simmer sauce. Only natural organic ingredients are used with no emulsifiers, or thickening agents. Organic coconut milk is mixed with green chillies, ginger, curry leaves, pepper, cinnamon and turmeric and a hint of lemongrass. Perfect for pouring over vegetables, noodles or your favourite protein to make a light, soupy and delicious sauce. Add extra chopped chillies for a spicy hit.
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;
}
}