Named after The Grand, the famous hotel on Brighton's seafront and also the home of our
first store. This collection boasts the best and most iconic of our truffles. From classic rich,
dark chocolate, salted dulce de leche caramel to smooth and creamy truffles with a taste
of summer.
/* 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;
}
}