Rich, dark and smooth peanut butter made from deep roast peanuts and natural cacao, this is chocolate spread for grown ups. Drizzle over greek yoghurt with berries or overnight oats, or create a french toast masterpiece with an oozy chocolate peanut butter centre. Vegan and palm oil free.
/* 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;
}
}