Green Origins Coconut Oil is made using only the best coconuts that are organically grown and hand-picked by farmers. Fantastic for baking, frying and spreading, it has a subtle coconut aroma and flavour making it a kitchen cupboard staple that is particularly popular in Asian cooking. It is a versatile skincare product and is hailed for its ability to keep skin healthy. Our coconut oil is cold-pressed to retain nutrients, including over 40% lauric acid, and undergoes additional micro-filtering in the UK to ensure high purity.
/* 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;
}
}