A long-life, easy-to-use alternative to traditional coconut milk, our all natural Organic Coconut Milk Powder is the perfect way to enjoy the benefits of coconut milk without the short lifespan once opened! Dairy free, organic and vegan, it's great for curries, soups, sauces, smoothies and drinks: simply add water to make your coconut milk as creamy or light as desired.
/* 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;
}
}