Named after The Grand, Brighton's legendary seafront hotel and the home of our very first store, this truffle collection is as iconic as its namesake! Packed with our all-time favourites, it's a chocolate-lover's dream. Think rich, dark chocolate, gooey salted dulce de leche caramel, and smooth, creamy white chocolate raspberry truffles.
/* 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;
}
}