Door frame CL.SAAR VAL.VERT VAS

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame CL.SAAR VAL.VERT VAS:
56.12€/pair
Ex Tax: 45.26€/pair
Classen
0 reviews
In stock
Product Code: 000-384506ASP

Specification

Qty
One click order
Tags:

DESCRIPTION Door frame CL.SAAR VAL.VERT VAS price 57.04€ Classen

Product sizes9,00 x 204,00 x 4,20 cm
Package dimensions10,50 x 10,50 x 216,00 cm
Net weight2,200 kg

Ukselengi vertikaalid vasaku käelisele uksele, valmistatud MDF-ist.

Vali eraldi juurde horisontaalid sobivas mõõdus:

UKSELENG CL.SAAR VALGE HOR9 - avamõõt 9x21 ustele, ukselengi välismõõt 886x2065mm

UKSELENG CL.SAAR VALGE HOR8 - avamõõt 8x21 ustele, ukselengi välismõõt 786x2065mm

UKSELENG CL.SAAR VALGE HOR7 - avamõõt 7x21 ustele, ukselengi välismõõt 686x2065mm

Ukseleng sobib uste mudelitele: GRECO 1 ja GRECO 3

NB! Pilt on illustreeriv, toote originaal värvitooni leiate piltide lisast (värvitoon võib erineda tegelikkust) !

Product details

Total weight: 2.20 kg
Product measurements: 9.00 x 204.00 x 4.20 cm
Package measurements: 10.50 x 10.50 x 216.00 cm

Description provided by sitypro.com

Door frames
Height (mm)
2065
Material
MDF
Size
7x21
8x21
9x21
Width (mm)
886
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame CL.SAAR VAL.VERT VAS
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame CL.SAAR VAL.VERT VAS

What is Door frame CL.SAAR VAL.VERT VAS and which doors is it compatible with?

Door frame CL.SAAR VAL.VERT VAS is a left-side vertical MDF door jamb element designed to be paired with separate horizontal pieces in the correct size; it is compatible with GRECO 1 and GRECO 3NB door models, with dimensions and finish detailed in the product description.

What are the exact dimensions and weight of this door frame piece?

The vertical jamb measures 9.00 x 204.00 x 4.20 cm with a gross weight of 2.20 kg; package dimensions are 10.50 x 10.50 x 216.00 cm.

Do I need separate horizontal pieces and which size should I choose?

Yes — horizontals are sold separately. Choose by opening size: HOR9 for 9x21 (external frame 886x2065 mm), HOR8 for 8x21 (786x2065 mm), HOR7 for 7x21 (686x2065 mm).

Which door opening side is this vertical jamb intended for?

This is a left-side vertical jamb (for left-handed door opening), as stated in the product name and description.

What material is the frame made of and how does that affect installation?

The vertical is made of MDF, providing a smooth surface and standard handling during installation; MDF joints should be sealed and finished carefully before painting or final trim.

Is this frame compatible with the GRECO 1 door by dimensions?

Yes — the product description lists compatibility with GRECO 1. Choose the correct horizontal (HOR7/HOR8/HOR9) to match the opening and achieve the required overall frame size.

What is the difference between HOR7, HOR8 and HOR9 and how does that affect the overall frame size?

They differ by opening width: HOR7 for 7x21 (external 686x2065 mm), HOR8 for 8x21 (786x2065 mm), HOR9 for 9x21 (886x2065 mm). The horizontal you choose determines the overall external frame dimensions.

Can this vertical be used for right-hand door opening or is there a mirrored version?

This model is for left-hand opening only; for right-hand doors you must choose the mirrored/right-side vertical, sold separately.

What colours are available and does the picture match the actual colour?

The product image is illustrative; the exact finish tone is shown in additional photos, but the actual shade may differ slightly from the picture.

Is this frame suitable for installation with non-standard walls or will modifications be needed?

The MDF vertical can be adapted, but non-standard walls may require trimming or use of extensions (dobors). MDF is workable, but joints should be sealed and finished after adjustments.

Where to buy Door frame CL.SAAR VAL.VERT VAS?

You can buy Door frame CL.SAAR VAL.VERT VAS in our online store for 45.26€. Category: Door frames.

What is the price of Door frame CL.SAAR VAL.VERT VAS?

The current price of Door frame CL.SAAR VAL.VERT VAS is 45.26€. Brand: Classen.

Door frame CL.SAAR VAL.VERT VAS — specifications and description

Model: 000-384506ASP. Category: Door frames. Brand: Classen. Price: 45.26€.

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