Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE:
45.07€/set
Ex Tax: 36.35€/set
No brand
0 reviews
In stock
Product Code: 000-439157ASP

Specification

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

SPECIFICATION Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE price 45.82€

Product sizes88,60 x 9,30 x 208,90 cm
Package dimensions14,00 x 9,30 x 210,00 cm
Gross weight9,070 kg
Net weight9,400 kg

Ukseleng sirge servaga uksele, mänd, viimistlemata

Lengi fikseerimiskruvid ei kuulu komplekti

Ukseleng sobib Jeld-Wen sirgeservaga uksele:

- UKS MÄND 02B 9X21 SIRGE SERVAGA

Product details

Total weight: 9.10 kg
Package measurements: 14.00 x 9.30 x 210.00 cm

Description provided by sitypro.com

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

Frequently asked questions about the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE

What is the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE and which doors is it for?

Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE is an unfinished pine door frame with a straight edge designed for Jeld‑Wen straight‑edge doors, e.g. the MÄND 02B 9X21 SIRGE SERVAGA. It fits doors of the 9x21 format in that series.

What are the dimensions and weight of the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE?

Package measurements are 14.00 x 9.30 x 210.00 cm and total weight is 9.10 kg. Use these figures when planning transport and storage before installation.

What material is the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE made of and is it finished?

The frame is made of pine and supplied unfinished (viimistlemata). You should sand, prime and paint or lacquer it yourself before installation if required.

Are fixing screws included with the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE?

No, Lengi fixing screws are not included in the set. You will need to buy appropriate fixing screws separately, selected for your wall type and frame thickness.

Is the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE suitable for interior or exterior doors?

The pine straight‑edge frame is intended for interior installations of Jeld‑Wen straight‑edge doors such as the MÄND 02B 9x21. For exterior doors choose specially treated and weather‑resistant frames.

Is the frame compatible with the UKS MÄND 02B 9X21 SIRGE SERVAGA door?

Yes, the product description states the frame fits the UKS MÄND 02B 9X21 SIRGE SERVAGA door. Make sure your opening and door leaf thickness match the 9x21 format.

Do I need to buy architraves or a threshold separately for installation?

The frame is supplied on its own and does not include architraves or a threshold. Purchase architraves or threshold separately from the „Коробки, пороги, наличники“ category to match profile and finish.

What tools and preparation are needed to install the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE?

You will need a spirit level, packing wedges, chisel/saw for trimming, drill and separately purchased fixing screws, plus assembly foam or seals. As the frame is unfinished, sand and treat it (primer/antiseptic) before fitting.

How do I choose the correct handing (left/right) for this frame?

The frame has a straight‑edge profile and fits the door model; left or right handing depends on the door opening direction. Check the opening side on site and order the frame handed to match your door.

Can I paint or lacquer the Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE and what should I prepare?

Yes — the frame is unfinished and suitable for painting or lacquering. Sand the surface, treat with a wood preservative/primer, then apply paint or lacquer in several coats for proper protection.

Where to buy Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE?

You can buy Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE in our online store for 36.35€. Category: Door frames.

What is the price of Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE?

The current price of Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE is 36.35€. Brand: Tootja puudub.

Door frame MÄND 9X21 93MM SIRGE SERVAGA UKSELE — specifications and description

Model: 000-439157ASP. Category: Door frames. Brand: Tootja puudub. Price: 36.35€.

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