Door frame MÄND 92MM X21 VERTIKAAL

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame MÄND 92MM X21 VERTIKAAL:
30.36€/pc.
Ex Tax: 24.48€/pc.
No brand
0 reviews
In stock
Product Code: 000-322153ASP

Specification

  • Material: Pine
  • Type: Door frames
Qty
One click order
Tags:

DESCRIPTION Door frame MÄND 92MM X21 VERTIKAAL price 30.86€

Product sizes4,20 x 9,20 x 207,50 cm
Package dimensions4,20 x 9,20 x 210,00 cm
Gross weight7,000 kg
Net weight7,300 kg

Lengi vertikaalid manteluksele

Leng: männipuit 42×92 mm

Mõõt: Sobivad avamõõdule 210cm

Viimistlus: Puuvalmis

Hinged: FT-65 KS

Vasturaud: 0068 (epox)

Kasutusala: köetavad töö-ja eluruumid

Sobib Viljandi Akna- ja uksetehase mantelservaga siseuksele, ava kõrgusega 210cm. (Uks Mänd 3T)   

Product details

Net weight: 7.00 kg
Total weight: 7.30 kg
Product measurements: 4.20 x 9.20 x 207.50 cm
Package measurements: 4.20 x 9.20 x 210.00 cm

Description provided by sitypro.com

Door frames
Material
Pine
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame MÄND 92MM X21 VERTIKAAL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame MÄND 92MM X21 VERTIKAAL

What is Door frame MÄND 92MM X21 VERTIKAAL and what is it used for?

Door frame MÄND 92MM X21 VERTIKAAL is a pine wooden frame with stile dimensions 42×92 mm, designed for door openings 210 cm high. It’s intended for heated residential and work spaces and compatible with Viljandi Akna- ja uksetehase mantel edge for the Mänd 3T interior door.

What are the dimensions and weight of Door frame MÄND 92MM X21 VERTIKAAL?

Product measurements: 4.20 × 9.20 × 207.50 cm; package measurements: 4.20 × 9.20 × 210.00 cm. Net weight is 7.00 kg and total weight 7.30 kg.

What material is Door frame MÄND 92MM X21 VERTIKAAL made of and how is it finished?

The frame is made of pine (männipuit) with stile dimensions 42×92 mm. It is supplied wood-ready (puuvalmis), i.e. without final surface finish.

Will Door frame MÄND 92MM X21 VERTIKAAL fit a door opening different from 210 cm?

The frame is designed for a 210 cm opening; it can be adapted by trimming the stiles for other heights. Trimming may require relocating hinges and fastenings since factory hinge positions will change.

Which hinges and strike plate come with Door frame MÄND 92MM X21 VERTIKAAL?

The frame includes FT-65 KS hinges and strike plate 0068 with epoxy coating. These components are pre-installed and suitable for standard interior doors.

For which rooms is Door frame MÄND 92MM X21 VERTIKAAL recommended?

Recommended for heated work and living spaces such as bedrooms, offices and hallways. It is not intended for outdoor use or unheated damp areas.

Is Door frame MÄND 92MM X21 VERTIKAAL compatible with the Mänd 3T door from Viljandi Akna- ja uksetehase?

Yes, the frame is specified as compatible with the Viljandi Akna- ja uksetehase mantel edge for the Mänd 3T interior door at a 210 cm opening, ensuring matching profiles and fit.

What tools and materials are needed to install Door frame MÄND 92MM X21 VERTIKAAL?

You will need standard carpentry tools: drill/driver, wood screws, spirit level, wedges for alignment, foam or sealant for fixing, and saw/mitre for trimming. FT-65 KS hinges are pre-installed but may require adjustment.

Can I paint or varnish Door frame MÄND 92MM X21 VERTIKAAL and how to prepare the surface?

Yes — the frame is supplied wood-ready and can be painted or varnished. Prepare by sanding, removing dust, applying a wood primer, and then using paint or varnish suitable for pine.

Where to buy Door frame MÄND 92MM X21 VERTIKAAL?

You can buy Door frame MÄND 92MM X21 VERTIKAAL in our online store for 24.48€. Category: Door frames.

What is the price of Door frame MÄND 92MM X21 VERTIKAAL?

The current price of Door frame MÄND 92MM X21 VERTIKAAL is 24.48€. Brand: Tootja puudub.

Door frame MÄND 92MM X21 VERTIKAAL — specifications and description

Model: 000-322153ASP. Category: Door frames. Brand: Tootja puudub. Price: 24.48€.

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