She Slept for 100 Years : Toasty French buckwheat (Sobacha), rooibos and Ayurvedic herbal infusion.
Unlike most premium teas on the market, we do not add 'natural' nor artificial flavourings or sweeteners to our botanical mixes. This means we are compelled to choose high quality, organic plants and botanicals that are bursting with natural flavour.
/* 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;
}
}