Box of four large macadamia nut butter squares, dipped in fine 75% single origin organic dark chocolate, and infused with wild lavender from the South of France.
80% less sugar than other chocolate bars. Less than 2g of natural date sugar per square. Organic, vegan ingredients only: completely clean and short ingredient list. In recyclable paper sachets. Ethically made: with traceable, single origin fine cacao and low-intervention artisanal production methods, hand-made in France.
No artificial sweeteners. No sugar alcohols (erythritol, xylitol, maltitol). No highly-processed inulin. No artificial flavors. No artificial colors. No industrial emulsifiers (soy lecithin..). No palm oil, or other refined industrial oils.
/* 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;
}
}