Our coconut butter is made from 100% pure coconut pulp blended in a centrifuge. It's packed with coconut oil and rich coconut fibre, making it fantastic for cooking and baking uses. It differs from the oil in that it contains pulp from the coconut flesh itself, so it's thicker and more flavourful - perfect for stir-fries, curries, baking and more.
/* 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;
}
}