WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG

The photographs are for illustrative purposes only.
Get AI analytics on product WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG:
61.89€ / pc.
Ex Tax: 49.91€ / pc.
6.19€ / m²
1 pc. = 10m²
Mira
0 reviews
In stock
Product Code: 000-310759ASP

Specification

Qty
One click order
Tags:

SPECIFICATION WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG price 54.24€ Mira

Package dimensions23,00 x 23,00 x 22,00 cm
Net weight10,000 kg

WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG


Omadused

• Elastne, hea nakkega
• Hall, tsemendi baasil
• Hea kemikaalikindlus
• Vee- ja külmakindel
• Kahekomponentne, lihtne kasutada
• Veeauru läbilaskev
• Nakkub niiske pinnaga

Kasutusala
• Sise- ja välistingimustes
• Seinad ja põrandad
• Terrassid, rõdud
• Suurköögid
• Välistrepid, keldrid
• Betoon, kergbetoon
• Tsementkrohv, müüritis

Lisateave
• Kulu 1,5 – 3,0 kg/m²
• 10 kg purk
• Kanda pinnale 1-3 kihti
• Töötemperatuur 10 – 20?C
• Kasutusaeg 1-2 h
• Kuivamisaeg 2-6 h
• Säilivusaeg 12 kuud

Product details

Total weight: 10.00 kg
Package measurements: 23.00 x 23.00 x 22.00 cm

Description provided by sitypro.com

Keraamilised plaadid
Type
Waterproofing
Общее
Manufacturer
Mira
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG

What is WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG?

WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG is a two-component cement-based waterproofing compound, elastic with good adhesion; for interior and exterior use, applied in 1–3 coats at 1.5–3.0 kg/m² consumption, supplied in a 10 kg container.

Which surfaces is AQUA-FLEX 2K MEMBRAAN suitable for?

Suitable for concrete, lightweight concrete and cement render; intended for walls, floors, terraces, balconies, external stairs, basements and commercial kitchens.

What layer thickness and how many coats are required?

Apply 1–3 coats as recommended; consumption 1.5–3.0 kg/m² depending on surface texture and required protection. Layer thickness depends on applied quantity—ensure even coverage.

At what temperature should the compound be applied?

Work temperature is specified as 10–20 °C; follow this range during application and curing to ensure proper adhesion and set times.

What is drying time and the pot/working time?

Working time is 1–2 hours; drying time between coats is 2–6 hours depending on conditions. Full cure and load-bearing time depend on temperature and humidity.

Is the compound suitable for external terraces and balconies in Ukrainian climate?

Yes, AQUA-FLEX 2K MEMBRAAN is water- and frost-resistant, making it suitable for external terraces and balconies in Ukraine when application instructions and layer thickness are followed.

Can it be applied to a damp surface and is priming needed?

The compound adheres to damp surfaces, but for optimal adhesion you should remove dirt and loose particles; priming may be required depending on the substrate’s absorbency.

What is the shelf life and storage conditions?

Shelf life is 12 months; store sealed in a dry, cool place away from direct sunlight and freezing. Package: 10 kg (23×23×22 cm).

Is the compound suitable under tiles and what coverings can be applied over it?

AQUA-FLEX 2K MEMBRAAN is used as a waterproofing layer under tiles on walls and floors; ceramic and porcelain tiles can be installed after full drying and following adhesion guidelines.

How does AQUA-FLEX 2K MEMBRAAN differ from other cementitious waterproofing products?

It is a two-component formula offering improved elasticity and chemical resistance, adheres to damp substrates and is vapour-permeable; designed for interior/exterior use with consumption 1.5–3.0 kg/m².

Where to buy WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG?

You can buy WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG in our online store for 49.91€. Category: Hydro-insulation and reinforcement materials.

What is the price of WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG?

The current price of WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG is 49.91€. Brand: Mira.

WATERPROOFING COMPOUND AQUA-FLEX 2K MEMBRAAN 10KG — specifications and description

Model: 000-310759ASP. Category: Hydro-insulation and reinforcement materials. Brand: Mira. Price: 49.91€.

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ххххххх');