Our 5 Litre Dragon Fruit Shampoo refill offers a more sustainable way of reducing waste in your hair care regime. This 5Ltr contains dragon fruit extracts that is exotically fragranced and bursting with fruity aroma. Our dragon fruit range is vegan and cruelty-free, perfect for anyone wanting to be as kind to the planet as they are to their skin.
/* 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;
}
}