An illuminating blend to shine a light on your day. Let nature's blossom enlighten you - India reveres her as 'Holy Basil' for it's here that tulsi is legendary. The Rama, Krishna and lemon essences blend to sharpen your senses as the flavours weave together to create an aromatic cup. Breathe in the ethereal aromas and let these magical herbs clear the clouds. A rainbow of tulsi for celebrating in the blue sky of clarity.
/* 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;
}
}