Known for their vibrant green hue and buttery texture, Cypressa's Nocellara Olives are a true delicacy. These olives, harvested from the sun-kissed groves of Sicily, are celebrated for their mild, slightly nutty flavor and crisp bite. They are perfect for snacking, antipasti platters, or adding to Mediterranean dishes.
/* 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;
}
}