Universal Cleaner Prograss 5 kg Grass

The photographs are for illustrative purposes only.
Free shipping for orders over 30€
Get AI analytics on product Universal Cleaner Prograss 5 kg Grass:
12.44€/pc.
Ex Tax: 10.03€/pc.
GRASS
16.00 or more   9.92€/pc.
0 reviews
In stock
Product Code: 000-458660GRM
EAN Code: 8684215110611

Specification

Qty

Universal Cleaner Grass Prograss 5 kg

The Universal Cleaner Grass Prograss 5 kg is a highly effective cleaner designed to remove dirt from various surfaces in your home. Thanks to its versatility, the product is suitable for use in the kitchen, bathroom, and for cleaning furniture and floors. It easily tackles grease, dirt, and other stubborn stains, leaving surfaces clean and fresh.

Advantages

  • Effectively removes grease, dirt, and contaminants from various surfaces.
  • Safe for use in home environments.
  • Economical consumption — a 5 kg package lasts a long time.
  • Suitable for most types of surfaces.
  • Leaves no residues and has a pleasant fragrance.

Application

To use the Universal Cleaner Grass Prograss, spray it onto the contaminated surface, leave it for a few minutes to take effect, then wipe with a sponge or cloth. After finishing, rinse the area thoroughly with water.

Specifications

  • Volume: 5 kg
  • pH: 7
  • Type: Neutral cleaner
  • Purpose: Removal of dirt from various surfaces
  • Manufacturer: Grass
  • Composition: Water, surfactants, additives

Why Choose Universal Cleaner Grass Prograss 5 kg

The Universal Cleaner Grass Prograss is a reliable assistant for every housekeeper. Its powerful formula effectively removes any contamination without damaging the surfaces being cleaned. Choosing this product will make cleaning easier and ensure cleanliness in your home.

Detailed Information

  • Dimensions: 15 x 20 x 35 cm
  • Weight: 5 kg
  • Made in: Turkey
Общее
Application
Universal cleaner
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Certificates 125337 (357.54KB)
Universal Cleaner Prograss 5 kg Grass
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the Universal Cleaner Prograss 5 kg Grass

What is Universal Cleaner Prograss 5 kg Grass and what is it used for?

Universal Cleaner Prograss 5 kg Grass is a high‑efficiency household cleaner for kitchens, bathrooms, furniture and floors; it removes grease, dirt and stubborn stains, leaves no residue and has a pleasant fragrance (5 kg pack, model GR125337M).

Is Prograss 5 kg Grass suitable for sensitive surfaces (lacquered furniture, natural stone)?

Prograss 5 kg Grass is suitable for most surfaces, but for sensitive finishes such as lacquered furniture or natural stone, test on a small inconspicuous area first to ensure no change in colour or sheen.

How should Universal Cleaner Prograss 5 kg Grass be diluted and used?

Spray Prograss on the dirty surface, leave for a few minutes and wipe with a damp cloth; the cleaner is economical — use undiluted or lightly diluted for heavy stains and more diluted for routine cleaning depending on soil level.

Can Prograss 5 kg Grass be used on kitchen surfaces that contact food?

Prograss is safe for home use, but on food contact surfaces you should rinse thoroughly with warm water after cleaning to remove any residue.

Does Prograss 5 kg Grass remove grease from stoves and extractor hoods?

Yes — Prograss effectively removes grease and stubborn deposits from stoves and extractor hoods; for heavy buildup leave on the surface a few minutes before wiping.

Can Prograss 5 kg Grass be used for floor cleaning and on which floorings?

Prograss is suitable for most floor types; dilute in water for mopping and test first on sensitive finishes such as laminate or parquet.

Does Prograss 5 kg Grass have a scent and is it long-lasting?

Prograss has a pleasant fragrance that does not leave a strong or long‑lasting odour after wiping the surface and airing the room.

Is Prograss 5 kg Grass suitable for cleaning upholstered furniture?

For upholstery use Prograss sparingly: spray lightly on the soiled area, leave briefly and blot or wipe; always test an inconspicuous spot first for colour fastness.

How does Prograss 5 kg Grass differ from other universal cleaners?

Prograss stands out by its large 5 kg economical pack, strong grease and stubborn stain removal, versatile use across kitchen, bathroom, floors and furniture, and leaving no residue after use.

What precautions should be taken when using Prograss 5 kg Grass?

Avoid contact with eyes and keep out of reach of children; if it gets into the eyes rinse thoroughly with plenty of water and seek medical advice if irritation persists.

Is Prograss 5 kg Grass available in other pack sizes or only 5 kg?

The product description specifies a 5 kg pack (model GR125337M); no other sizes are listed in the product data, so check with the seller for alternative pack sizes.

Where to buy Universal Cleaner Prograss 5 kg Grass?

You can buy Universal Cleaner Prograss 5 kg Grass in our online store for 10.03€. Category: Universal cleaner -.

What is the price of Universal Cleaner Prograss 5 kg Grass?

The current price of Universal Cleaner Prograss 5 kg Grass is 10.03€. Brand: GRASS.

Universal Cleaner Prograss 5 kg Grass — specifications and description

Model: 000-458660GRM. Category: Universal cleaner -. Brand: GRASS. Price: 10.03€.

Google reviews

See all reviews

Model

//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');