Feel alert, yet calm & focused with CBD-infused coffee.
Cheerful Buddha precision-infuse the finest quality Colombian Arabica coffee beans with CBD carried in MCT coconut oil to create a blend that's not only incredibly smooth and delicious but also helps balance out the coffee jitters.
Replacing your daily cup of coffee with a CBD-infused blend is an effortless way of including CBD into your routine, which is key as it builds up in the body over time. CBD through coffee also provides a longer-lasting effect than through other consumption methods as it metabolises more slowly.
Vegan Society certified and third-party tested to ensure this product contains no THC.
/* 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;
}
}