Our coconut shampoo is part of our award winning natural beauty collection. With an amazing tropical aroma, this luxurious coconut shampoo contains organic coconut. Exploding with aromas to enrich your senses, this shampoo is a tropical holiday for your hair and scalp.
Our coconut shampoo is:
- 100% Natural Fragrance
- With Organic Coconut Oil
- Free from Parabens and SLS
- Cruelty-Free
- Suitable for Vegans
/* 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;
}
}