Organic Kitchen Extra Virgin Avocado Oil is cold-pressed to ensure all the essential nutrients from the avocado are retained, leaving an oil with the aroma and taste of a perfectly ripe avocado. Nutrient dense and subtle in flavour, our oil is perfect for drizzling over salads, and for making dressings and marinades. For nutritional information and ingredients, click Further Information.
/* 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;
}
}