Perfect before dropping off at night.
Get ready for bed with this relaxing brew, a blend designed to help the body prepare for sleep with comforting notes of lavender and lemon balm to soothe the day away. Ingredients: Chamomile (43%), Lemon Balm (25%), Passion Flower Leaf (15%), Ashwagandha (10%), Lavender (5%), Hops (2%)
/* 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;
}
}