Organic Tea Tree Oil is renowned for its powerful antiseptic and restoring properties. In combination with a proprietary blend of bioactive, natural and organic ingredients, we enhance this nail care solution with the addition of Undecylenic Acid- a natural plant extract with antifungal properties. This resulting nail solution effectively helps to restore and regenerate the nail, providing enhanced strength with conditioning benefits.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;
}
}