Biona's Organic Thai Red Curry Paste brings the authentic flavours of Thailand to the kitchen, crafted with a traditional recipe for a bold, vibrant taste!
This medium-hot paste features high-quality, organic ingredients, including chilli, garlic, ginger and lemongrass.
Unlike many curry pastes on the market that contain shrimp, Biona's recipe is fully vegan, making it a versatile choice for a variety of diets.
The recipe replaces sugar with agave syrup, offering a healthier option.
/* 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;
}
}