MANI Kalamata PDO single variety extra virgin olive oil is made solely from organic Koroneiki olives from the Kalamata region. The olive trees are traditionally managed and the olives harvested by hand. Cold extracted in local mills, this balanced oil is light green in colour with a fresh, fruity, mildly nutty aroma and distinctive peppery finish. A perfect accompaniment to fish, salad and roasted vegetables.
/* 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;
}
}