STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200

The photographs are for illustrative purposes only.
Get AI analytics on product STONE WOOL
PAROC LINIO 10 CC KRUNDITUD 100x600x1200:
37.72€/box
Ex Tax: 30.42€/box
Paroc
0 reviews
Out Of Stock
Product Code: 000-497974ASP
Item sold out
Tags:

DESCRIPTION STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200 price 30.79€ Paroc

Heade soojusomadustega jäik, tulekindel kivivillaplaat. Plaadi kaks külge on kaetud kruntvärviga.
Krohvitud fassaadide soojusisolatsioon.
Kinnitatakse aluspinnale nii liimiga kui ka mehaaniliselt vastavalt krohvisüsteemide juhistele.

Description provided by sitypro.com

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
Stone wool PAROC 610-ULTRA-100/5.95m2
In Stock
50.59€ Ex Tax: 40.80€
Stone wool PAROC 610-ULTRA-66/8.93m2
In Stock
49.05€ Ex Tax: 39.56€
Stone wool PAROC 565-ULTRA-100/5.51m2
In Stock
45.98€ Ex Tax: 37.08€
Stone wool PAROC 565-ULTRA-150/3.45m2
In Stock
45.98€ Ex Tax: 37.08€
Or you can choose other products in the category: Thermal insulation / construction wool

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200

What is STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200?

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200 is a rigid, fire-resistant stone wool board with good thermal properties; both faces are primer-coated and it is designed for thermal insulation of rendered façades, fixed with adhesive and mechanical fasteners.

What are the dimensions of PAROC LINIO 10 CC KRUNDITUD?

The PAROC LINIO 10 CC KRUNDITUD board measures 100x600x1200 mm (thickness is the first number in the product name); use these dimensions when calculating the number of boards required for the façade.

What types of façades is PAROC LINIO 10 CC KRUNDITUD suitable for?

The board is intended for thermal insulation of rendered façades (render systems). It is fixed with adhesive and, where required by the system, mechanical fasteners according to installation instructions.

How should STONE WOOL PAROC LINIO 10 CC KRUNDITUD be fixed to a façade?

Fixing is done using a combination of adhesive and mechanical fasteners per the render system instructions: apply adhesive around the perimeter and in spots, press the board flat, then secure with mechanical anchors as required.

Are PAROC LINIO 10 CC KRUNDITUD boards primer-coated and why?

Yes, both faces are primer-coated (krunditud). This improves adhesion of the render, eases finishing and protects the fibres during installation.

Is this stone wool suitable for façade fire protection?

Yes, the product description states the board is fire-resistant; PAROC LINIO 10 CC KRUNDITUD is a rigid stone wool board that enhances fire safety when used in render façade systems.

What thermal properties does PAROC LINIO 10 CC KRUNDITUD have and how does it affect insulation?

The board has good thermal insulation properties, reducing heat loss through rendered façades and improving the building's energy efficiency.

Can STONE WOOL PAROC LINIO 10 CC KRUNDITUD be cut and worked on-site?

Yes, boards can be cut with a mineral wool knife or a fine-toothed saw; use appropriate respiratory protection and gloves when handling fibrous insulation on site.

How does PAROC LINIO 10 CC KRUNDITUD differ from other stone wool products in use?

PAROC LINIO 10 CC KRUNDITUD is a rigid, double-primered board intended specifically for rendered façades; its distinguishing features are the primer-coated faces for direct rendering and use with combined adhesive and mechanical fixation.

What tools and PPE are required when installing PAROC LINIO 10 CC KRUNDITUD?

Cutting requires a mineral wool knife or saw; use a trowel for adhesive, and façade anchors for mechanical fixing. Wear safety goggles, a respirator and gloves to protect against dust and fibres.

Where to buy STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200?

You can buy STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200 in our online store for 30.42€. Category: General purpose stone wool boards.

What is the price of STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200?

The current price of STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200 is 30.42€. Brand: Paroc.

STONE WOOL PAROC LINIO 10 CC KRUNDITUD 100x600x1200 — specifications and description

Model: 000-497974ASP. Category: General purpose stone wool boards. Brand: Paroc. Price: 30.42€.

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