DOOR FALKO 8X21 VASAK TAMM GESSATO

The photographs are for illustrative purposes only.
Get AI analytics on product DOOR FALKO 8X21 VASAK TAMM GESSATO:
173.89€/pc.
Ex Tax: 140.23€/pc.
Classen
0 reviews
In stock
Product Code: 000-477590ASP

Specification

Qty
One click order
Tags:

DESCRIPTION DOOR FALKO 8X21 VASAK TAMM GESSATO price 176.72€ Classen

Product sizes203,50 x 74,40 x 4,00 cm
Package dimensions207,00 x 75,00 x 8,00 cm
Gross weight25,000 kg
Net weight26,000 kg

Raamuks FALKO, vasaku käeline

Raamsiseukse elemendid on valmistatud MDF-st, horisontaalsed vahepaneelid on karastatud satiin klaasist.
Ukseleht on mantelservaga. Paneel on kaetud kvaliteetse 3D-struktuuriga paberkatega, mis tagab suurema kulumiskindluse. 3D-paberkate on uuenduslik lahendus, mis on populaarne keskkonnateadlike inimeste seas, sest tootmisprotsessis tekib vähe jäätmeid ja see ei häiri metsa ökosüsteemi.

Kasutusala: köetavad töö-ja eluruumid

Ava mõõdud: 8 x 21
Ukselehe mõõt:744x2035mm
Viimistlus: Tamm Gessato

Ühiku netokaal: 25,000 kg

Kogukaal: 26,000 kg

Mõõtmed: 203,50 x 74,40 x 4,00 cm

Pakendi mõõtmed: 207,00 x 75,00 x 8,00 cm

Description provided by sitypro.com

Door
Door type
Internal
Web height (mm)
2035
Web width (mm)
744
Side
Lefthand
Size
8x21
Glass
No
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
DOOR FALKO 8X21 VASAK TAMM GESSATO
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DOOR FALKO 8X21 VASAK TAMM GESSATO

What is DOOR FALKO 8X21 VASAK TAMM GESSATO?

DOOR FALKO 8X21 VASAK TAMM GESSATO is a left-hand framed interior door with an MDF frame and horizontal tempered satin glass panels; door leaf size is 744×2035 mm, finish Tamm Gessato, designed for heated residential and work spaces.

What are the dimensions and weight of DOOR FALKO 8X21 VASAK TAMM GESSATO?

Overall dimensions 203.50×74.40×4.00 cm; door leaf 744×2035 mm. Unit net weight 25 kg, gross weight 26 kg; package dimensions 207×75×8 cm.

Is DOOR FALKO 8X21 suitable for a bathroom or unheated room?

DOOR FALKO 8X21 is intended for heated residential and work spaces; for bathrooms or unheated rooms choose doors with explicit moisture-resistant finishing rather than this standard MDF model.

What type of glass is used and is it safe?

The horizontal panels use tempered satin glass, stronger than regular glass and breaking into smaller, safer fragments; the satin finish also offers increased privacy suitable for interior doors.

What is the panel finish and material?

The panel is covered with a quality 3D-structured paper veneer (3D-paberkate) for improved wear resistance and lower environmental impact; the finish is Tamm Gessato.

It says left — how do I confirm handing and fit to my frame?

VASAK indicates left-hand door (hinges on the left when opening toward you). Check your opening size 8×21 and door leaf 744×2035 mm to confirm the door matches your frame dimensions.

What is the door leaf thickness and required installation gaps?

Door leaf thickness is 4.00 cm (40 mm). Required installation gaps depend on the frame and hardware; using the 744×2035 mm leaf size, leave standard adjustment clearances for fitting the frame.

What hardware (hinges, locks, handles) is compatible with this door?

The MDF framed construction is compatible with standard mortise hinges and locks for interior doors; select hardware sized for a 744×2035 mm leaf and 40 mm thickness for correct fitting.

How do I maintain the 3D paper finish and what to clean it with?

Wipe the 3D-structured paper veneer with a soft dry or slightly damp cloth and mild detergent if needed. Avoid solvents, abrasive cleaners and prolonged moisture exposure to preserve the texture.

How does model A144267SP (sku 000-477590ASP) differ from other FALKO models?

Model A144267SP (SKU 000-477590ASP) is the left-hand FALKO 8×21 framed door with a 744×2035 mm leaf, Tamm Gessato finish and 3D paper veneer; its differences from other models are handing, exact dimensions and the specific finish.

Where to buy DOOR FALKO 8X21 VASAK TAMM GESSATO?

You can buy DOOR FALKO 8X21 VASAK TAMM GESSATO in our online store for 140.23€. Category: Internal doors.

What is the price of DOOR FALKO 8X21 VASAK TAMM GESSATO?

The current price of DOOR FALKO 8X21 VASAK TAMM GESSATO is 140.23€. Brand: Classen.

DOOR FALKO 8X21 VASAK TAMM GESSATO — specifications and description

Model: 000-477590ASP. Category: Internal doors. Brand: Classen. Price: 140.23€.

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