Offering distinctly Mediterranean flavours this Tuscan inspired spread is packed with herbs and vegetables. Light and creamy, it's perfect for sandwiches and delicious dipping. With 40% of UK consumers now demanding plant based options this product is the perfect addition to any spreads range.
/* 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;
}
}