Towel dryer P-type L-500 C-700 1x galvanized, P-VEIDA

The photographs are for illustrative purposes only.
-47% Economy 11.78€
Get AI analytics on product Towel dryer P-type L-500 C-700 1x galvanized, P-VEIDA:
24.86€/box 13.08€/box
Ex Tax: 10.55€/box
0 reviews
In stock
Product Code: 000-6993584MASP
EAN Code: 4750667112764

Specification

  • Model: P-VEIDA
  • Brand: P-VEIDA
  • Finish: zinc
  • Application: towel drying, local heating in bathroom
  • Length (mm): 500 mm
Qty
One click order

P-shaped galvanized towel radiator, P-VEIDA — L-500 · C-700

Compact P-type towel dryer designed to dry towels and provide additional bathroom heating; single-row galvanized construction for corrosion resistance.

Key Benefits


    Galvanized finish for improved corrosion resistance — a key feature for wet rooms
  • P-shaped design saves wall space and offers multiple hanging levels
  • Single-row construction (1*) keeps the unit lightweight and easy to handle
  • Efficient towel drying and supplementary bathroom warming
  • Durable P-VEIDA model suitable for regular bathroom use

Applications

Suitable for indoor wet and humid spaces; common application examples:


    Family bathrooms
  • Guest bathrooms
  • Laundry and utility rooms
  • Sauna or spa changing areas
  • Small cloakrooms and washrooms

What to Consider When Choosing


    Check available wall space and mounting location to fit the P-shape
  1. Verify compatibility with your heating or mounting system
  2. Consider the single-row (1*) design if you need more drying capacity
  3. Choose galvanized finish for humid environments
  4. Compare model features and price before purchase

Specifications


    Product type: Towel dryer (P-type)
  • Model: P-VEIDA
  • L-500
  • C-700
  • Rows: 1*
  • Finish: galv. (galvanized)

Why Buy from SityPro


    Easy to buy online at SityPro with clear product information
  • Competitive price options and transparent pricing
  • Fast and reliable delivery to Estonia and Finland
  • Professional support to explain features and application details
  • Secure payment methods and convenient ordering process

Description provided by sitypro.com

ETERNIIT
Model
P-VEIDA
Taps
Brand
P-VEIDA
Finish
zinc
Общее
Application
towel drying, local heating in bathroom
Length (mm)
500 mm
Width (mm)
700 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer P-type L-500 C-700 1x galvanized, P-VEIDA
Write a review
Related Products
rempro rempro-mobile

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

What is the Towel dryer P-type L-500 C-700 1x galvanized, P-VEIDA?

Towel dryer P-type L-500 C-700 1x galvanized, P-VEIDA is a P-shaped galvanized towel radiator sized 500×700 mm for towel drying and supplementary bathroom heating; the P-VEIDA model features a zinc finish for corrosion resistance and compact wall mounting.

What are the dimensions and key specs of this model?

Dimensions are 500 mm length and 700 mm width; single-row P-shaped construction, P-VEIDA model with zinc finish, suitable for towel drying and local bathroom heating.

Is this towel dryer suitable for a small bathroom?

Yes: the compact 500×700 mm size and vertical P-shaped design save wall space, making the P-VEIDA suitable for small family bathrooms, guest WCs and utility rooms.

What is the finish and why zinc?

The unit has a zinc (galvanized) finish: zinc improves corrosion resistance in wet bathroom environments and extends the service life of the P-VEIDA towel dryer.

Which rooms is the P-VEIDA towel dryer suited for?

The P-VEIDA is suited for bathrooms, guest WCs, laundry/utility rooms, sauna changing areas and small commercial spaces where towel drying and supplementary heating are needed.

Is this an electric or water towel dryer?

The product description specifies shape, size and galvanized finish but does not state the connection type; the P-VEIDA model is for towel drying and heating, so confirm whether your unit is electric or hydronic before purchase.

What tools and conditions are required for wall mounting?

Wall mounting requires fixings sized for the 500×700 mm footprint; the single-row lightweight design typically needs a drill and wall anchors/screws suitable for your wall type—refer to the P-VEIDA installation guide for exact bracket positions.

How many towels can be dried at once on the 500×700 P-type dryer?

The exact number depends on towel size; with a 500×700 mm P-shaped layout you can typically hang several small to medium towels—around 2–4 standard bath towels with efficient placement.

How does the P-VEIDA model differ from other towel dryers?

P-VEIDA stands out with its P-shaped design, compact 500×700 mm footprint and galvanized finish; these features save space and offer better corrosion resistance compared with non-galvanized or larger models.

Does the zinc finish require additional treatment or painting?

The zinc (galvanized) finish provides corrosion protection and generally does not require additional painting; if you want a decorative coating, follow P-VEIDA manufacturer guidance to avoid compromising corrosion resistance.

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