ATTITUDE's baby leaves Bubble Wash - Pear Nectar works as both a baby wash and a bubble bath, which means you can use it to wash baby, but also pour it in the bath to create that cloud of bubble kids like so much. Lightly scented with enlivening pear nectar, our natural bubble wash is EWG VERIFIED and gentle on your child's skin. It is carefully crafted with natural and protective ingredients like blueberry leaf to keep them cozy, clean and curious!
/* 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;
}
}