AloeDent FLUORIDE Sensitive Aloe Vera Toothpaste with Echinacea is our sensitive formulation with the addition of fluoride. AloeDent is a breakthrough in the science of oral hygiene. In standard toothpaste there's a percentage of water with no benefit. AloeDent replaced water with soothing aloe vera and combined it with a powerful blend of carefully selected natural, active ingredients to create a truly exceptional tingly fresh toothpaste...science brushed by nature.
/* 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;
}
}