TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"

The photographs are for illustrative purposes only.
Get AI analytics on product TOWEL RAIL
ROSELA 3-LAIN.580X600 3/4":
100.28€/pc.
Ex Tax: 80.87€/pc.
No brand
0 reviews
Pre-Order
Product Code: 000-384630ASP
Item sold out
Tags:

SPECIFICATION TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" price 101.93€

Product sizes60,00 x 60,00 x 2,00 cm
Package dimensions60,00 x 60,00 x 20,00 cm
Gross weight6,360 kg
Net weight6,470 kg

Product details

Net weight: 6.36 kg
Total weight: 6.47 kg
Product measurements: 60.00 x 60.00 x 2.00 cm
Package measurements: 60.00 x 60.00 x 20.00 cm

Description provided by sitypro.com

TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
TOWEL RAIL  ROSELA NORA 470X780
In Stock
302.68€ Ex Tax: 244.10€
KÄTERÄTIKUIVATI VARMIKO CLASSIC-KU 500X600MM C5
In Stock
247.48€ Ex Tax: 199.58€
Or you can choose other products in the category: Radiators
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"

What is the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"?

TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" is a wall-mounted towel rail measuring 60x60x2 cm with a net weight of 6.36 kg and a 3/4" connection; designed for drying towels and providing additional bathroom heating.

What are the dimensions and weight of the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"?

Product measurements are 60.00 x 60.00 x 2.00 cm, net weight 6.36 kg and total weight 6.47 kg; package dimensions 60 x 60 x 20 cm — useful for planning wall space and transport.

What type of connection does the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" use?

The model is specified with a 3/4" connection, a common threaded water connection for towel rails; check that your heating/plumbing system and fittings are compatible with 3/4" before purchase.

Is the ROSELA 3-LAIN.580X600 3/4" suitable for a small bathroom?

Yes — its compact dimensions of 60x60x2 cm make it suitable for small bathrooms. The net weight of 6.36 kg keeps it lightweight and easy to wall-mount without taking much space.

What material is the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" made of?

The product description only provides dimensions and weight; the exact material (steel, brass, stainless steel) is not specified. We recommend confirming the material with the seller or technical documentation before purchase.

Is model A051307SP suitable for connection to central water heating?

Model A051307SP (ROSELA 3-LAIN.580X600 3/4") has a 3/4" connection, so it is compatible with water heating systems if fittings and system pressure match. Confirm thread size and hookup locations with your plumber.

What are the package dimensions and is it easy to pick up or transport?

Package dimensions are 60 x 60 x 20 cm with a total weight of 6.47 kg, making it compact and easy to pick up in a car or transport by courier.

What is the model and SKU for the TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"?

The model number is A051307SP and the SKU is 000-384630ASP; use these identifiers when confirming product details or compatibility with seller/installer.

Is this towel rail suitable for combined (electric+water) installation?

The description only mentions a 3/4" water connection and gives no information about electric wiring. Check with the manufacturer or installer whether a combined version exists or if it can be adapted to electric.

How to choose the correct installation spot for the ROSELA 3-LAIN.580X600 3/4" in the bathroom?

Select a wall with access to water supply, ensure the surface is level and there is enough space for towels. Consider the 60x60x2 cm dimensions and 6.36 kg net weight when choosing fixings.

Where to buy TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"?

You can buy TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" in our online store for 80.87€. Category: Radiators.

What is the price of TOWEL RAIL ROSELA 3-LAIN.580X600 3/4"?

The current price of TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" is 80.87€. Brand: Tootja puudub.

TOWEL RAIL ROSELA 3-LAIN.580X600 3/4" — specifications and description

Model: 000-384630ASP. Category: Radiators. Brand: Tootja puudub. Price: 80.87€.

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