The new natural deodorant for girls from our trusted Salt of the Earth range draws from over 20 years of natural deodorant expertise. Made from naturally-occurring potassium alum, it contains no chemical 'nasties' and is unscented, giving your child safe, long lasting protection from body odour. Rock Chick is 100% vegan and animal-friendly and leaves no white marks on clothes. Rock Chick - empowering girls to be confidently active.
/* 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;
}
}