Distinguished by their preservation in brine instead of oil, these olives retain their natural flavours. Carefully handpicked at their peak of ripeness, these olives boast a crisp and crunchy texture. Sourced from the renowned Peranzana olive variety, they embody the exceptional taste and quality associated with the region.
/* 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;
}
}