This organic creamy vegan spread is a satisfying sandwich filler. Made from all organic ingredients the velvety cashews and fragrant chives are a delightfully dairy-free option. In the UK 65% of consumers are lactose intolerant and 1 in 8 follow a flexitarian diet - our Cashew Chive Cheese-Free Spread meets these consumer's needs!
/* 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;
}
}