Natural Bleach, also known as oxygen bleach or Percarbonate of Soda. This is a safe and non-toxic, biodegradable alternative to harsh chlorine bleach. When dissolved in water it releases oxygen which acts as a powerful stain remover, deodoriser and disinfectant. Plastic free and home compostable packaging. The bag is resealable. 750g
/* 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;
}
}