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

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer M-type L-600 C-500 1* 10402, M-VEIDA:
103.84€/box
Ex Tax: 83.74€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993338MASP
EAN Code: 4750667028157

Specification

  • Высота: 500 mm
  • Model: L-600 C-500 1*
  • Configuration: 1*
  • Use: towel drying, additional bathroom heating
Qty
One click order
Tags:

M-VEIDA M-type towel heater — L-600, C-500 configuration

Compact M-type towel dryer (model 1* 10402) with L-600 and C-500 designation, intended for warming towels and light room heating in bathrooms and service areas; see SityPro to buy and check price and features.

Key Benefits


    M-type design for straightforward installation and use
  • Length L-600 suitable for medium-size installations
  • Center distance C-500 aligns with common mounting points
  • Single-unit configuration 1* 10402 for simple connection
  • Manufacturer M-VEIDA — clear model identification
  • Compact footprint ideal where space is limited

Applications

Typical application areas for this towel dryer include personal and commercial wash spaces.


    Residential bathroom towel warming
  • Laundry and utility rooms
  • Hotel bathrooms and guest suites
  • Spa and wellness changing areas
  • Commercial washrooms
  • Small service rooms

What to Consider When Choosing


    Confirm the M-type matches your heating system and mounting requirements
  1. Verify L-600 fits available wall space
  2. Check C-500 center distance against bracket positions
  3. Ensure the 1* 10402 configuration meets your connection needs
  4. Consider brand M-VEIDA reputation and compare price and features on SityPro

Specifications


    Type: M-type
  • L-600
  • C-500
  • Configuration: 1* 10402
  • Manufacturer: M-VEIDA

Why Buy from SityPro


    Clear online listing with price and product features for easy comparison
  • Simple purchase process when you want to buy quickly
  • Customer support to help with product selection and compatibility
  • Delivery available to Estonia and Finland
  • Reliable order handling and post-sale assistance

Description provided by sitypro.com

Высота
500 mm
ETERNIIT
Model
L-600 C-500 1*
Taps
Configuration
1*
Use
towel drying, additional bathroom heating
Общее
Brand
M-VEIDA
Length (mm)
600 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer M-type L-600 C-500 1* 10402, M-VEIDA
Write a review
Related Products
rempro rempro-mobile

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

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

Towel dryer M-type L-600 C-500 1* 10402, M-VEIDA is a compact M-type towel heater with length 600 mm and height 500 mm, designed for towel drying and supplementary bathroom heating in residential and commercial wash spaces.

What are the dimensions and basic specs of this model?

Length is 600 mm and height 500 mm, model L-600 C-500 1* by M-VEIDA; intended for towel drying and additional bathroom heating with a single-unit (1*) configuration.

Is this towel dryer suitable for a small bathroom?

Yes — the compact 600×500 mm footprint and M-type shape make the M-VEIDA model suitable for small bathrooms and guest washrooms where space-saving is needed.

Does the model support C-500 centre distance and what does that mean?

Yes — L-600 C-500 indicates a centre distance of 500 mm for mounting points, which aligns with common plumbing outlets and simplifies connection to existing pipework.

What tasks is this towel dryer best suited for?

It is best for towel drying and light bathroom heating, suitable for guest bathrooms, cottages and hotel rooms where a compact heater with a neat design is required.

What material is the towel dryer made of and how to maintain it?

The listing identifies the M-VEIDA brand and a standard domestic construction; maintenance is wiping the surface with a damp soft cloth and periodically checking fixings. Avoid abrasive cleaners to preserve the finish.

Is this towel dryer compatible with electric or water connection?

The description states compatibility with typical plumbing connections, implying it is intended for water connection; for an electric version you would need a separate electric-configured model or manufacturer confirmation.

How does the L-600 C-500 1* model differ from other M-VEIDA towel dryers?

L-600 C-500 1* differs by its 600 mm length, 500 mm height and single-unit (1*) configuration, making it more compact than longer or multi-tier M-VEIDA models; choice depends on installation space and drying needs.

How to choose the right size and placement for the towel dryer in the bathroom?

Consider the 600×500 mm dimensions and C-500 centre distance — measure available wall space and plumbing outlets to ensure the M-shaped dryer fits without obstructing other fixtures.

Can this towel dryer be installed in commercial spaces like hotels?

Yes — the product description lists applications for commercial spaces including hotel rooms and guest suites, making it suitable where a compact towel drying solution is needed.

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