This rich and creamy organic coconut cream comes from the finest Sri Lankan coconuts which are simply shelled, shredded, pressed and filtered. With their mildly sweet flavours, they are ideal for use in Oriental and Indian dishes such as curries, soups and stir-fries as well as a dairy alternative in desserts and baking.
/* 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;
}
}