Our Multi-Purpose Descaler eliminates limescale and water marks from surfaces and restores appliances by removing limescale from kettles, irons, dishwashers, coffee makers, taps and as a shower head descaler.
This plant based, vegan friendly highly effective limescale remover works in both hard and soft water areas. As a non toxic multi-use descaler, it's rapid action throughout your kitchen and bathroom is dazzling, and you can use it as an everyday kettle descaler.
Free from Hydrochloric Acid, Enzymes, Formaldehyde, VOCs, APEs
Low foaming, Rapid action
Safe in septic tanks if used as directed
Reduced use of hazardous substances
Phosphate and phosphonate free
Areas of Use
/* 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;
}
}