Stone wool PAROC PUISTE /KÄSITSI/ BLT 9

The photographs are for illustrative purposes only.
Get AI analytics on product Stone wool PAROC PUISTE /KÄSITSI/ BLT 9:
12.78€ / box
Ex Tax: 10.31€ / box
0.85€ / m²
1 box = 15m²
Paroc
0 reviews
In stock
Product Code: 000-336227ASP
Qty
Tags:

SPECIFICATION Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 price 15.33€ Paroc

Package dimensions78,00 x 43,00 x 21,00 cm
Net weight15,250 kg

Puistevill PAROC BLT 9 on mittepõlev kivivillast soojustusmaterjal, mis on mõeldud nii vanemate kui uute pööningute soojustamiseks. Otse objektile puistatava soojustusmaterjaliga saab hõlpsalt torude ja katusekonstruktsioonide vahelisi õõnsusi soojustada, moodustades ühtlase isoleerkihi. Kivivillast puistevill on kuiv ning see ei vaju ära ega tõmbu kokku. Paigaldustöid masinaga peavad teostama Paroci volitatud alltöövõtjad. Võib paigaldada ka käsitsi.

PAROC kivivilla tooted taluvad kõrgeid temperatuure. Sideaine hakkab lenduma kui temperatuur ületab 200 ° C, sealjuures soojustusomadused ei muutu kuid survetugevus väheneb.Kivivilla paakumistemperatuur on kõrgem kui 1000°C.

Product details

Total weight: 15.25 kg
Package measurements: 78.00 x 43.00 x 21.00 cm

Description provided by sitypro.com

Toimivusdeklaratsioon_Hvac-Mat-AluCoat-EE (126.31KB)
Stone wool PAROC PUISTE /KÄSITSI/ BLT 9
Write a review

Also purchase from categories

Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Stone wool PAROC PUISTE /KÄSITSI/ BLT 9

What is Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 and what is it used for?

Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 is a non-combustible loose-fill insulation made of stone wool, intended for insulating both old and new attics. It is applied directly to the site to fill cavities between pipes and roof structures, creating a continuous insulating layer; the product is dry and does not settle or shrink.

What are the package dimensions and weight of PAROC PUISTE BLT 9?

The PAROC PUISTE /KÄSITSI/ BLT 9 package measures 78 x 43 x 21 cm and has a gross weight of 15.25 kg. Use these dimensions for storage planning and on-site handling.

Can PAROC PUISTE BLT 9 be installed manually or is a machine required?

PAROC PUISTE BLT 9 can be installed manually or by machine. Machine installation must be performed by Paroc-authorised subcontractors; for manual installation ensure even distribution and correct density of the fill.

How does PAROC PUISTE BLT 9 perform at high temperatures?

PAROC PUISTE BLT 9 tolerates high temperatures: the binder volatilises above 200 °C while thermal insulation properties remain, though compressive strength is reduced. Stone wool melting point is well above 1000 °C.

Is PAROC PUISTE BLT 9 suitable for insulating around pipes and complex roof structures?

Yes, PAROC PUISTE BLT 9 is designed to fill hard-to-reach cavities such as around pipes and complex roof junctions, creating a seamless insulating layer.

Will PAROC PUISTE BLT 9 settle over time?

No, PAROC PUISTE BLT 9 is described as a dry loose-fill material that does not settle or shrink over time when correctly installed at the recommended density.

What safety precautions are needed when handling PAROC PUISTE BLT 9?

For manual installation wear protective clothing, gloves and a dust mask to avoid irritation; machine application should be performed by Paroc-authorised contractors who follow professional safety procedures.

Is PAROC PUISTE BLT 9 suitable for use in high-humidity areas?

The product is described as dry, but there is no explicit statement about water resistance; for high-humidity areas consult the manufacturer or use vapour barriers and adequate ventilation during installation.

What is the model, SKU and manufacturer of this material?

Model: A003994SP, SKU: 000-336227ASP, manufacturer: Paroc. Use these identifiers when confirming technical specs or placing orders.

How does PAROC PUISTE BLT 9 differ from roll or slab stone wool?

PAROC PUISTE BLT 9 is a loose-fill product that better fills uneven and hard-to-reach spaces compared with rolls or slabs. Unlike slabs, it requires no cutting and is ideal for filling cavities around pipes and complex structures.

Where to buy Stone wool PAROC PUISTE /KÄSITSI/ BLT 9?

You can buy Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 in our online store for 10.31€. Category: Special purpose stone wool boards.

What is the price of Stone wool PAROC PUISTE /KÄSITSI/ BLT 9?

The current price of Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 is 10.31€. Brand: Paroc.

Stone wool PAROC PUISTE /KÄSITSI/ BLT 9 — specifications and description

Model: 000-336227ASP. Category: Special purpose stone wool boards. Brand: Paroc. Price: 10.31€.

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