Premium quality extra virgin coconut oil without coconut aroma or taste with additional natural extraction without using chemicals - enabling the consumers to cook their favourite dishes without any inclination of coconuts in the taste. An excellent substitute for cooking oils, margarine or goose fat and will change your way of cooking and baking forever! Suitable for vegetarians and vegans.
/* 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;
}
}