"Citric acid is a natural disinfectant and an extremely versatile household cleaning product with legendary limescale and rust-removing properties. It contains no harmful chemicals or additives and can also be used as a natural PH Balancer.
A very useful household product particularly due to its limescale removing properties. 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;
}
}