CERTIFIED ORGANIC & 100% NATURAL: Raw, cold-pressed, unrefined, unbleached
VEGAN FRIENDLY: This cholesterol-free oil is suitable for vegetarians and vegans
NON-GMO: Organic coconut oil and nothing else
GLASS JAR: Fully recyclable glass jar and lid
MULTI-PURPOSE: Use in cooking, baking and in your everyday skin/haircare regime
/* 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;
}
}