A love letter of Oat M&lk Chocolate & Red Berries. Peek through the heart shaped window and see the love in every berry-covered bite. This Cocoa doesn't lie! For a Valentine that's as kind to the planet as it is irresistible, this one's Well&Truly Yours.
Vegan. Gluten Free. Palm Oil Free. Single origin cocoa from B-Corp certified grower.
/* 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;
}
}