Organic Thai Green Curry. Ready meal, heat and serve, (add Rice if desired) Gluten and diary free. Vegan. Eco friendly farming, Soil Health, Farmworkers welfare. Farming for the future. Deep in the jungles of northern Thailand, monks clothed in saffron robes use the freshest local ingredients to create filling, aromatic curries including the inspiration for our Organic Thai Temple Curry. A fusion of chickpeas, potatoes, tomatoes, spices and coconut milk, our spicy curry is delicious served on a bed of basmati rice.
/* 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;
}
}