Our Multi Surface Polish cleans, polishes, preserves, and protects all hard surfaces and furnishings. This anti static polish picks up dust, thanks to the anti-static agents and polishes without smearing for a streak free finish, leaving a lasting pleasant aroma.
As a plant based, vegan and eco friendly furnish polish and multi surface spray it can be used across all the rooms in your home.
Free from Ammonia, Petroleum solvent, Sodium Hydroxide,
Formaldehyde, Sodium Tallowate, Triclosan, VOCs, APEs.
Anti Static Polish safe on all hard surfaces
Safe in septic tanks if used as directed
Reduced use of hazardous substances
Phosphate and phosphonate free
Readily biodegradable
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;
}
}