Our delicious, melt-in-your-mouth Oat M&lk Chocolate Truffles filled with Hazelnut and White Oat M&lk Chocolate cream and a touch of sea salt will have your tastebuds sing with joy.
43% Fino-De-Aroma single origin cocoa from a B-Corp certified grower in South America. Palm Oil Free, Vegan. Gluten 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;
}
}