- The most delicious ways to get your daily dose of CBD.
- Great Taste award-winning luxury 70% dark chocolate.
- With a spicy, sensory profile and rich chocolate taste.
- Precision infused with 70mg of hemp-derived third-party tested CBD per bar, 5 times more than in a can of CBD fizzy drink.
- Carries antioxidant, anti-inflammatory and relaxation properties.
- Handcrafted by a leading UK family-owned chocolatier.
-Vegan Society certified. Ethically sourced Cacao. Fully recyclable packaging.
/* 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;
}
}