Our perfectly baked, deliciously crunchy biscuits are filled with rich dark chocolate chips and roasted hazelnut pieces. All vegan, organic and gluten-free.
These biscuits are made by expert Swiss Patissiers. Our Share Bags are perfect to enjoy with family and friends over a cup of tea or coffee.
/* 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;
}
}