Our decaf is not your usual decaf. It's grown in the mountains of Cauca, Colombia and processed using by-products from the growers' local sugarcane production adding distinctive flavours of tropical sweetness. As delicious as its caffeinated counterparts at any time of day or night.
Caravan started roasting beans in the basement of their first restaurant back in 2010. Since then, they've roasted, served and brewed a lot of coffee. Committed to sourcing the finest coffees from around the world, Caravan has earned a reputation for excellence in the coffee industry. Their dedication to quality and sustainability is evident in every cup.
/* 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;
}
}