The Organyc certified organic cotton intimate wet wipes are created to gently clean and cleanse the intimate area. The intimate wipes are infused with chamomile extract to neutralise skin irritations and helps reduce inflammation such as itching and burning. Calendula is also used in the Organyc Intimate Wet wipes to soothe the skin, and lactic acid which helps to stabilise the pH balance.
/* 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;
}
}