WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg

The photographs are for illustrative purposes only.
Get AI analytics on product WATERPROOFING COMPOUND
MAPEI MAPEGUM WPS 10kg:
76.73€/pc.
Ex Tax: 61.88€/pc.
0 reviews
In stock
Product Code: 000-406482ASP
Qty
One click order

Siseruumide põranda- ja seinapindade hüdroisolatsiooniks kohtades, kus ei esine tõusvat niiskust ega püsivat vett. Elastne, pragunemisvastane membraan. Pealekandmiseks enne keraamiliste plaatide või looduskivi paigaldamist.

Mapegum WPS on kasutatav järgmistel pindadel:

Kipsplaat, kips- või tsementpahtel, kergtsementplokid ja niiskuskindel vineer ja muud märgruumide jaoks sobivad niiskuskindlad plaadid (märgruumi tahvlid).
Tsement-, anhüdriit-, puit- ja magnesiitpinnad ning olemasolevad keraamilised plaadid ja looduskivid pärast toote Primer G või Eco Prim T Plus pealekandmist. Magnesiit tuleb kruntida Primer VT Plus-ga.

Toode on sertifitseeritud GEV-i (Gemeinschaft Emissions-kontrollierte Verlegewerkstoffe e.V) poolt EC1 Plus nõuete kohaselt, kui väga väikese lenduvate orgaaniliste ühendite heitega toode.

M1-sertikaat.
Kasutusvalmis.
Kiiresti pealekantav.
Põrandakatte võib paigaldada 12 tunni pärast.
Suurepärased venivusomadused.
Ei vaja armeeringut.

Description provided by sitypro.com

WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg

What is WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg and where is it used?

WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg is an elastic, crack-resistant membrane for internal floor and wall waterproofing in areas without rising damp or permanent water. It’s applied before laying ceramic tiles or natural stone on plasterboard, cement screed, plywood and existing tiles.

Which substrates can Mapegum WPS be applied to?

Mapegum WPS can be applied to plasterboard, gypsum or cementitious render, lightweight cement blocks, moisture-resistant plywood and existing ceramic tiles after appropriate priming.

Do I need to prime the surface before applying Mapegum WPS and with what?

Yes. Cement, anhydrite, wood and magnesite substrates should be primed with Primer G or Eco Prim T Plus; magnesite specifically requires Primer VT Plus to ensure proper adhesion.

Can I tile immediately after applying Mapegum WPS and how long to wait?

You should only tile after the elastic membrane has fully formed and dried according to the manufacturer’s instructions. Drying time varies with coat thickness and conditions, so follow the recommended waiting periods before tiling.

Is Mapegum WPS suitable for vinyl or wooden floors?

Mapegum WPS can be used on wooden substrates such as moisture-resistant plywood after priming, but it is intended as a waterproofing layer beneath tiles or natural stone, not as a finish for vinyl or parquet.

Is Mapegum WPS suitable for wet rooms with showers and splashes?

Yes, Mapegum WPS is designed for wet rooms including shower areas that are not subject to permanent standing water. For areas with persistent flooding you should choose products rated for permanent immersion.

How does Mapegum WPS differ from standard waterproofing tape or collars?

Mapegum WPS creates a continuous elastic membrane across the entire surface, whereas tapes and collars are local solutions for joints and penetrations. The compound is used for broad-area protection prior to tiling.

Can Mapegum WPS be used over existing ceramic tiles?

Yes, Mapegum WPS can be applied over existing ceramic tiles after appropriate priming to create a new waterproof membrane before re-tiling.

Does Mapegum WPS require reinforcement (mesh) over cracks and joints?

Although Mapegum WPS is elastic, it is recommended to use reinforcing tape or fabric at joints and significant cracks to provide extra strength and reduce stress transmission.

What certifications does Mapegum WPS have and what does that mean for indoor health?

The product is certified by GEV to EC1 Plus requirements, indicating a very low level of volatile organic compound emissions and suitability for use in indoor environments with strict low-emission standards.

Where to buy WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg?

You can buy WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg in our online store for 61.88€. Category: Hydro-insulation and reinforcement materials.

What is the price of WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg?

The current price of WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg is 61.88€. Brand: .

WATERPROOFING COMPOUND MAPEI MAPEGUM WPS 10kg — specifications and description

Model: 000-406482ASP. Category: Hydro-insulation and reinforcement materials. Brand: . Price: 61.88€.

Google reviews

See all reviews
//$('#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ххххххх');