PitROK Crystal Deodorant. The ultimate deodorant for sensitive skin. Dermatologically tested to provide long-lasting odour protection without irritation, itching or redness. Made from pure mineral salts, PitROK keeps you fresh all day, wherever life takes you.
Suitable for Sensitive Skin:
- Dermatologically tested
- Contains Aloe Vera and natural grapefruit seed extract
/* 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;
}
}