Fill My Heart with Flowers : an award-winning mix of cacao nibs, rose petals, rose buds and Ayurvedic spices.
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;
}
}