Rhubarb and Apple functional Lion's Mane elixir to be enjoyed hot or cold. Packed with natural fruits and roots with added fibre and vitamins. Enjoy it cold as a simple spritzer with 25ml of MUUSH elixir and 200ml of soda over ice or hot as a herbal tea with 25ml of MUUSH elixir and 200ml of boiling water for a flavour packed grown up healthy alternative to alcohol.
/* 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;
}
}