A refreshing, aromatic blend, inspired by Morocco's unique tea tradition. Composed purely of organically grown gunpowder green tea and organic spearmint leaves, it has a wonderfully balanced combination of tastes. 20 chlorine-free, individually sealed, string & tag sachets.
/* 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;
}
}