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

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer M-type L-700 C-500 1* 10389, M-VEIDA:
115.55€/box
Ex Tax: 93.18€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993344MASP
EAN Code: 4750667028300

Specification

  • Model: MA3660011SP
  • Design: M-shaped
  • Model number: 1 10389
  • Manufacturer: SEMKO SIA
  • Length (mm): 700 mm
Qty
One click order
Tags:

M-type Towel Dryer L‑700 C‑500 from M-VEIDA — compact bathroom radiator

Translated product: towel dryer designed as an M-type radiator, model 10389, intended for warming and drying towels and small textiles.

Key Benefits


    Compact length L‑700 suitable for smaller bathrooms and tight spaces
  • Standard center distance C‑500 for straightforward wall mounting
  • M-type design offering reliable towel warming and drying
  • Single unit (1*) simplifies selection and installation
  • Clear product code 10389 for fast ordering and support
  • Branded by M‑VEIDA for consistent quality and finishes

Applications

Typical application areas for this towel dryer model.


    Residential bathrooms for towel warming
  • Laundry rooms for quick drying of small items
  • Saunas and spa changing areas
  • Hotel or guest bathrooms and rental properties

What to Consider When Choosing


    Measure available wall space to accommodate L‑700 length
  1. Check mounting and pipe connection compatibility with C‑500 center distance
  2. Confirm you need a single unit (1*) before ordering
  3. Verify M‑type configuration fits your heating or electrical setup
  4. Use product code 10389 when comparing features and price

Specifications


    Product type: Towel dryer (translated)
  • Model type: M-type
  • Length: L‑700
  • Center distance: C‑500
  • Quantity: 1*
  • Product code: 10389
  • Brand: M‑VEIDA

Why Buy from SityPro


    Easy to buy online with clear product code reference (10389)
  • Competitive price information and visible features on the product page
  • Fast ordering and customer support for Estonia and Finland
  • Convenient delivery options to Estonia and Finland
  • SityPro expertise to help match model specifications to your application

Description provided by sitypro.com

ETERNIIT
Model
MA3660011SP
Taps
Design
M-shaped
Model number
1 10389
Общее
Manufacturer
SEMKO SIA
Length (mm)
700 mm
Width (mm)
500 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer M-type L-700 C-500 1* 10389, M-VEIDA
Write a review
Related Products
rempro rempro-mobile

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

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

Towel dryer M-type L-700 C-500 1* 10389, M-VEIDA is a wall-mounted M-shaped towel radiator measuring 700 mm by 500 mm, designed for drying towels and providing supplementary bathroom heating. It’s suitable for small bathrooms, laundry rooms and hotel bathrooms where space-saving towel warming is needed.

What are the dimensions and design of the M-VEIDA L-700 C-500 towel dryer?

Length is 700 mm and width 500 mm; the design is M-shaped to provide practical towel hanging space. The C-500 centre distance simplifies selection of wall mounts and installation.

Is the L-700 C-500 model suitable for a small bathroom or WC?

Yes, the 700×500 mm dimensions make the M-VEIDA L-700 C-500 a compact choice for small bathrooms and guest WCs. The M-shape provides usable towel hanging area without taking much floor space.

What is the installation type and what does centre C-500 mean?

This towel dryer is wall-mounted. Centre C-500 indicates a 500 mm distance between the mounting centres, making it easier to choose correct wall plugs and brackets.

What materials and who manufactures model MA3660011SP?

Model MA3660011SP (model number 1 10389) is manufactured by SEMKO SIA. The product description specifies an M-shaped construction and dimensions 700×500 mm; the exact material is not stated in the provided data.

How many bars or sections does the M-shaped L-700 towel dryer have?

The description specifies an M-shaped design and dimensions 700×500 mm, but the exact number of bars/sections is not provided in the available data. Check the product details for model MA3660011SP for precise bar count.

Is this towel dryer suitable for a hydronic or electric system?

The description states it’s a wall-mounted towel dryer for drying towels and supplementary heating, but it doesn’t specify hydronic or electric connection. Verify the connection type for model MA3660011SP before purchase.

For which rooms is the M-VEIDA L-700 recommended?

The description lists residential bathrooms, guest WCs, holiday homes and hotel rooms as typical applications. Its compact 700×500 mm size makes it suitable for small to medium spaces needing a towel dryer.

What is the model and SKU to order this item?

Model is MA3660011SP, SKU 000-6993344MASP and model number 1 10389. Use these identifiers when checking product details or compatibility.

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

The M-shaped design provides both vertical and horizontal hanging areas, letting you fit multiple towels on a compact footprint. Compared with ladder or tubular shapes it delivers a denser working surface within the 500 mm width.

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