Tick Tock Bedtime is a naturally caffeine free blend of calming camomile and lemon balm, dreamy lavender flowers and soothing rooibos and honeybush.
A comforting night-time cup purring with gentle floral aromas and a softly sweet finish. Perfect for relaxing and unwinding."
/* 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;
}
}