Hop into happiness with our Easter Fudge & Marshmallow Oat Milk Chocolate Bar! This indulgent bar is topped with perfectly squishy marshmallow bits and rich fudge pieces, bringing all the springtime fun to every bite. The smooth, creamy oat milk chocolate melts into an irresistibly sweet experience that's as festive as it is delicious. A chocolate delight, crafted for a "hoppier" Easter.
Vegan. Gluten Free. Palm Oil Free. 43% Single origin cocoa from B-Corp certified grower. Recyclable.
/* 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;
}
}