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

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer M-type L-800 C-500 1* 10433, M-VEIDA:
127.26€/box
Ex Tax: 102.63€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993388MASP
EAN Code: 4750667038668

Specification

  • The form: M-shaped
  • Model number: 10433
  • Application: For drying towels and air drying in bathrooms and toilets
  • Center distance: 500 mm
  • Manufacturer: SEMKO SIA
Qty
One click order
Tags:

M-type towel dryer — L-800 C-500 model by M-VEIDA

Electric towel dryer designed to warm and dry towels and small textiles; check features and buy at SityPro while comparing price and application options.

Key Benefits


    Efficient towel drying to reduce dampness and odors
  • Compact L-800 format fits standard bathroom layouts
  • M-type design by M-VEIDA ensures robust construction
  • Suitable for single-unit installation (1*) for simple setup
  • Center distance C-500 accommodates common mounting points

Applications

Ideal for spaces where towel warming and quick drying are required.


    Residential bathrooms
  • Hotel and guesthouse bathrooms
  • Spa and wellness facilities
  • Poolside changing rooms
  • Laundry or utility rooms

What to Consider When Choosing


    Confirm length L-800 fits available wall space
  1. Match center distance C-500 to your mounting points
  2. Decide if the single-unit specification (1*) meets your drying needs
  3. Verify compatibility with your bathroom layout and heating/electric system
  4. Compare price and features to similar models before you buy

Specifications


    Product: Towel dryer (translated)
  • Type: M-type
  • Length: L-800 (800 mm)
  • Center distance: C-500 (500 mm)
  • Units/rows: 1*
  • Article number: 10433
  • Brand: M-VEIDA

Why Buy from SityPro


    Clear online ordering and competitive price display
  • Fast delivery options to Estonia and Finland
  • Dedicated customer support to answer product questions
  • Secure payment methods and reliable order processing
  • Wide selection and verified product features for confident purchase

Description provided by sitypro.com

Bathroom luminaires
The form
M-shaped
Taps
Model number
10433
Общее
Application
For drying towels and air drying in bathrooms and toilets
Center distance
500 mm
Manufacturer
SEMKO SIA
Length (mm)
800 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer M-type L-800 C-500 1* 10433, M-VEIDA
Write a review
Related Products
rempro rempro-mobile

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

What is the Towel dryer M-type L-800 C-500 1* 10433, M-VEIDA?

Towel dryer M-type L-800 C-500 1* 10433, M-VEIDA is a wall-mounted M-shaped towel dryer, 800 mm long with 500 mm center distance (model 10433 by SEMKO SIA), designed to dry towels and reduce humidity in bathrooms and toilets.

What are the dimensions and what does C-500 mean?

The towel dryer length is 800 mm (L-800). C-500 refers to the 500 mm center distance between mounting points, which you should match to your wall fixings before installation.

What material is the towel dryer made of and how to care for the finish?

The listing specifies M-type construction and SEMKO SIA as manufacturer but does not state the exact material; clean with a soft damp cloth and mild detergent, avoiding abrasives and strong chemicals to protect the finish.

Is this towel dryer suitable for small bathrooms and guest WCs?

Yes, the M-type L-800 is a compact, space-saving design suitable for small bathrooms and guest WCs, providing even towel drying without taking much wall space.

Does the 1* model connect to electricity or to a water system?

The "1*" indicates a single-section unit; the product description presents it as a wall-mounted towel dryer, but the listing does not explicitly state electrical or hydronic connection — confirm connection type with the seller before purchase.

How many towels fit on the M-type L-800 towel dryer?

Capacity depends on towel size; with an 800 mm length the M-shape can hold several small/medium towels or 1–2 large bath towels while providing even drying.

Is this towel dryer suitable for commercial use in hotels or spas?

Yes, the product description lists applications including hotel rooms and spa zones; its compact M-shape and efficient towel drying make it suitable for small commercial settings.

How does the M-shaped design differ from other towel dryer types?

The M-shaped design is space-saving and provides multiple hanging points for towels, compared with wider ladder models; it offers even drying within a more compact footprint.

What measurements should I check before buying and installing?

Check that the L-800 length fits your wall space, confirm the C-500 center distance matches your mounting holes, and verify with the seller the connection type and included fixings.

What is the model number and manufacturer of the towel dryer?

The model number is 10433 and the manufacturer is SEMKO SIA; product model MA3660055SP and SKU 000-6993388MASP.

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