This is our coconutty one. An extraordinary combo of Coconut extract + Aloe vera juice + Peppermint essential oil. Want supernatural results? We recommend to use this mouthwash together with ECODENTA certified COSMOS ORGANIC antiplaque toothpaste with coconut oil for a beneficial multi directional effect on your teeth and gums (woohoo). Oh they also give long lasting freshness.
/* 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;
}
}