Door frame NIISKUSKINDLAM 9x21

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame NIISKUSKINDLAM
9x21:
85.56€/set
Ex Tax: 69.00€/set
No brand
0 reviews
In stock
Product Code: 000-334505ASP

Specification

  • Color: White
  • Height (mm): 2090
  • Material: Pine
  • Size : 9x21
  • Width (mm): 890
  • Type: Door frames
Qty
One click order
Tags:

DESCRIPTION Door frame NIISKUSKINDLAM 9x21 price 86.96€

Product sizes9,20 x 8,40 x 207,50 cm
Package dimensions9,20 x 8,40 x 210,00 cm
Gross weight8,700 kg
Net weight9,100 kg

Mantelukse lengikomplekt (vertikaalid+horisontaal) Mõõt: ava 9×21 dm (lengi välismõõt 890×2090 mm) Leng: männipuit 42×92 mm
Viimistlus: valge (NCS S0502-Y)
Hinged: FT-65 KS (valge)
 
Kasutusala: köetavad töö-ja eluruumid  
Sobivad kõikidele Viljandi Akna- ja uksetehase mantelservaga siseustele, ava kõrgusega 210cm.(Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile, Sile niiskuskindlam, Opus 1,  Opus 2,  Raamuks Forte 1T)

Description provided by sitypro.com

Door frames
Color
White
Height (mm)
2090
Material
Pine
Size
9x21
Width (mm)
890
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame NIISKUSKINDLAM 9x21
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame NIISKUSKINDLAM 9x21

What is Door frame NIISKUSKINDLAM 9x21?

Door frame NIISKUSKINDLAM 9x21 is a mantel door frame kit (verticals + horizontal) for internal doors, sized for a 9×21 dm opening (frame outer dimensions 890×2090 mm). The frame is pine 42×92 mm, finished white (NCS S0502-Y) with white FT-65 KS hinges, intended for heated work and living spaces.

What are the dimensions of Door frame NIISKUSKINDLAM 9x21 and which opening does it fit?

The frame outer dimensions are 890×2090 mm and it fits a 9×21 dm opening (height 210 cm). The frame profile is pine measuring 42×92 mm.

What material is Door frame NIISKUSKINDLAM 9x21 made of and what is the finish?

The frame is made of pine with a 42×92 mm profile. The finish is white paint in NCS S0502-Y.

Which hinges come with Door frame NIISKUSKINDLAM 9x21 and what colour are they?

The kit includes FT-65 KS hinges in white. These hinges are suitable for standard installation on the listed frames for heated interiors.

Which internal door models is Door frame NIISKUSKINDLAM 9x21 compatible with?

The frame fits Viljandi Akna- ja uksetehase mantel-edged internal doors with a 210 cm opening height, including Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile, Sile niiskuskindlam, Opus 1, Opus 2 and Raamuks Forte 1T.

Is Door frame NIISKUSKINDLAM 9x21 suitable for wet rooms or bathrooms?

The name includes 'niiskuskindlam' (more moisture-resistant), but the description specifies use in heated work and living spaces; for wet rooms or bathrooms it's better to choose frames explicitly rated for wet conditions and confirm with the manufacturer.

What is the thickness of the studs on Door frame NIISKUSKINDLAM 9x21 and how does it affect installation?

The studs measure 42×92 mm; this standard profile provides sufficient rigidity and allows fitting most internal door leaves and FT-65 KS hinges without extra reinforcement. During installation, consider the trim/architrave thickness to ensure an even fit.

Can Door frame NIISKUSKINDLAM 9x21 be trimmed in length or width during installation?

The pine frame can be adjusted on site by cutting, but cuts must be neat and the exposed edges repainted (NCS S0502-Y) to protect the wood and match the finish. Trim only before final finishing and check door compatibility.

Is Door frame NIISKUSKINDLAM 9x21 suitable for installation with or without a threshold?

The description covers the frame kit (verticals + horizontal) and does not include a threshold. For threshold or threshold-less installations choose a separate threshold solution sized to the 890×2090 mm opening.

What finish does Door frame NIISKUSKINDLAM 9x21 have and can it be repainted a different colour?

The frame comes factory-painted white (NCS S0502-Y). Repainting to another colour is possible; prepare the surface, prime if needed and use a suitable interior wood paint.

Where to buy Door frame NIISKUSKINDLAM 9x21?

You can buy Door frame NIISKUSKINDLAM 9x21 in our online store for 69.00€. Category: Door frames.

What is the price of Door frame NIISKUSKINDLAM 9x21?

The current price of Door frame NIISKUSKINDLAM 9x21 is 69.00€. Brand: Tootja puudub.

Door frame NIISKUSKINDLAM 9x21 — specifications and description

Model: 000-334505ASP. Category: Door frames. Brand: Tootja puudub. Price: 69.00€.

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