The Cordyceps mushroom was a firm favourite amongst Emperors dating back to the 15th century. They would use these incredible "shrooms to strengthen the body after exhaustion or long-term illness and for impotence, fatigue, and backache.
Sip on a cup of our single-origin, RFA Arabica coffee from Brazil blended with Cordyceps mushrooms, Ashwagandha Root Powder, Raw Cacao Powder, Maca Root Powder, and C8 MCT Oil.
We can't promise you will become an Emperor after drinking this coffee, but we can promise it tastes great.
Sit back, restore your energy and admire your own empire and view while you enjoy your brew!
/* 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;
}
}