AloeDent FLUORIDE Whitening Aloe Vera Toothpaste with Silica is our whitening formulation with the addition of fluoride. Aloe Dent is a breakthrough in the science of oral hygiene. In standard toothpaste there's a percentage of water with no benefit. Aloe Dent 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;
}
}