Towel dryer M-type L-500 C-500 1* 10341, M-VEIDA

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer M-type L-500 C-500 1* 10341, M-VEIDA:
92.16€/pc.
Ex Tax: 74.32€/pc.
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993337MASP
EAN Code: 4750667028119

Specification

  • C: 500 mm
  • The form: M-shaped
  • Model: 10341
  • Brand: M-VEIDA
Qty
One click order
Tags:

M-VEIDA M-type Towel Dryer — L-500 / C-500 (model 10341)

Compact M-type towel dryer (model 10341) by M-VEIDA, L-500 C-500 configuration designed for drying and warming towels.

Key Benefits


    Specifically designed for towel drying and warming — clear application benefits.
  • M-type construction for consistent performance and reliable use.
  • Compact L-500 dimension suitable for tighter spaces.
  • C-500 connection variant simplifies installation planning.
  • Distinct model number 10341 makes ordering and replacement straightforward.
  • Brand M-VEIDA signalling known manufacturer quality.

Applications

Typical areas of application for this towel dryer:


    Residential bathrooms for daily towel drying.
  • Hotel rooms and guest bathrooms.
  • Spa and wellness facilities.
  • Changing rooms and small laundry areas.

What to Consider When Choosing


    Confirm the M-type variant fits your intended installation and mounting style.
  1. Verify L-500 length suits available wall space before purchase.
  2. Check the C-500 connection type matches your plumbing/electrical setup.
  3. Confirm model number 10341 and brand M-VEIDA when comparing features and price.
  4. Compare buy options and delivery to Estonia or Finland via SityPro.

Specifications


    Product: Tow.dryer
  • Type: M-type
  • Length: L-500
  • Connection: C-500
  • Variant: 1*
  • Model number: 10341
  • Brand: M-VEIDA

Why Buy from SityPro


    Easy online buy process with clear price information.
  • Product support and advice to compare features and application suitability.
  • Fast delivery and logistics covering Estonia and Finland.
  • Convenient ordering and customer service focused on reliability.

Description provided by sitypro.com

C
500 mm
Bathroom luminaires
The form
M-shaped
ETERNIIT
Model
10341
Taps
Brand
M-VEIDA
Общее
Application
towel drying, heating
Length (mm)
500 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer M-type L-500 C-500 1* 10341, M-VEIDA
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Полотенцесушитель М-обр. 500х500 1 10341, M-VEIDA

What is the Towel dryer M-type L-500 C-500 1* 10341, M-VEIDA and what is it used for?

Towel dryer M-type L-500 C-500 1* 10341, M-VEIDA is an M-shaped towel dryer 500 mm in length with C=500 mm centre distance, designed for towel drying and supplementary heating in small sanitary areas. The compact L-500 size and model 10341 make it suitable for bathrooms, guest WC, laundries and shower rooms.

What are the main dimensions and centre distance of this towel dryer?

The length is 500 mm (L-500) and the centre distance for connections is C=500 mm (C-500). These dimensions are specified for model 10341 and assist with installation planning.

Is this M-type towel dryer suitable for a small bathroom?

Yes — the compact L-500 dimensions make model 10341 suitable for small bathrooms and guest WCs. The M-shaped form allows hanging several towels even in limited space.

Which rooms is the M-VEIDA 10341 towel dryer intended for?

Model 10341 is intended for bathrooms, guest WCs, small laundry rooms, saunas and shower rooms, as well as cottages. It is designed for towel drying and providing supplementary heating.

What material and construction does the M-shaped towel dryer have?

The listing specifies an M-shaped form and standard 1* execution indicating a straightforward construction for easy installation. The exact material is not given in the product data; check M-VEIDA manufacturer details for material specifics.

Is this towel dryer compatible with standard pipework when C=500 mm?

Yes, the centre distance C=500 mm is specified as compatible with typical pipework, making connection planning easier. Still verify the actual distance between your risers on site before installation.

What does the 1* execution mean for this model and why does it matter?

The 1* execution denotes a standard construction for straightforward installation and mounting. It matters if you want a basic model without extra options or complex connection requirements.

What is the model and product code for ordering or replacement?

The model number is 10341 and the product model code is MA3660004SP (SKU 000-6993337MASP). Use these identifiers to find the correct replacement or spare part.

Is this towel dryer suitable for use in a sauna or shower room?

Yes, the description lists saunas and shower rooms among suitable applications for quick and hygienic towel drying. Consider ventilation and operating conditions when choosing the installation spot.

How many towels can be hung on the M-type L-500 towel dryer?

The exact number depends on towel size, but the M-shape is designed to hang several towels within a compact space. Typically you can fit around 2–3 standard bath or guest towels.

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