Bringing a little luxury to dishes, Biona silky coconut milk can be used in everything from aromatic curries to dairy-free ice cream. Use as a vegan cream substitute and pour straight into plain rice or chickpea dahls to add subtle sweetness, or try a little stirred into your morning smoothie for a tropical twist. Pressed from coconut kernels, our natural coconut milk contains no artificial ingredients. Also BPA Free.
/* 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;
}
}