Brewed with organic rooibos tea, fragrant rose petals and a healthy dose of herbal echinacea and adaptogenic ashwagandha. Tasting Notes: Caffeine free this tea is low in tannins so appears sweeter, this is enhanced by the flavours of sweet almond, punchy vanilla and fragrant rose.
/* 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;
}
}