Super Greens - Detoxifying Facial Scrub (125ml) A blend of kale, spirulina and parsley promote a healthy, glowing complexion while jojoba beads and bamboo gently exfoliate the skin. A burst of cranberry provides an invigorating scent to refresh the senses. Application: Apply a small amount to fingertips. In a circular motion, massage into face and neck. Rinse well with warm water. Sulphate & Paraben Free
/* 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;
}
}