Sourced from the renowned Peranzana olive variety, these olives embody the exceptional taste and quality associated with this region. Our expertly pitted black olives are a more convenient option for cooking as the stone has been expertly removed, making them ready to use. Each olive is hand-picked at the peak of ripeness to ensure the highest quality and most authentic flavour.
/* 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;
}
}