VANNITOAMÖÖBEL DEFA DINA DA50-2/P 50CM

The photographs are for illustrative purposes only.
Get AI analytics on product Bathroom furniture DEFA DINA DA50-2/P 50 cm:
95.00€/pc.
Ex Tax: 76.61€/pc.
Defa
0 reviews
In stock
Product Code: 000-323172ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Product sizes50,00 x 30,00 x 85,00 cm
Package dimensions52,00 x 32,00 x 70,00 cm
Gross weight24,000 kg
Net weight24,400 kg

DEFA DINA DA50-2/P 50 cm Bathroom Furniture

This DEFA DINA DA50-2/P 50 cm unit is a compact piece of bathroom furniture designed to provide practical storage and a tidy appearance in smaller bathrooms. It is intended to organize essentials while fitting into limited spaces.

Key advantages


    Compact footprint ideal for small bathrooms or powder rooms
  • Model-specific design that matches other DEFA DINA series items
  • Provides practical storage to reduce countertop clutter
  • Easy to integrate into existing bathroom layouts
  • Simple styling that complements a variety of interiors
  • Suitable as a coordinated element in a modular bathroom set

Application and use cases

Practical for everyday bathroom storage and organization, this unit works well wherever a narrow or medium-width solution is needed.


    Under-sink storage in small bathrooms
  • Wall-mounted or floor-standing placement next to a washbasin
  • Organizing toiletries and cleaning supplies in apartments
  • Adding discreet storage in guest bathrooms or en-suite rooms
  • Completing a coordinated DEFA DINA bathroom set

What to consider when choosing


    Measure the available space to ensure the 50 cm width fits comfortably
  1. Decide whether the unit will be wall-mounted or floor-standing before purchase
  2. Consider the overall bathroom style to match finishes and proportions
  3. Check compatibility with existing plumbing and furniture in a coordinated set
  4. Think about the internal storage needs and how the unit will be used daily

Characteristics


    Product type: bathroom furniture
  • Brand/model: DEFA DINA DA50-2/P
  • Width indicated: 50 cm

Why buy at SityPro


    Easy to buy online with clear information on price and characteristics
  • Wide selection of bathroom furniture and matching items from trusted brands
  • Reliable customer service to help with product questions and selection
  • Delivery options to Estonia and Finland for convenient shipping
  • Professional purchase support and assistance with ordering and returns

Description provided by sitypro.com

VANNITOAMÖÖBEL DEFA DINA DA50-2/P 50CM
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the Bathroom furniture DEFA DINA DA50-2/P 50 cm

What is Bathroom furniture DEFA DINA DA50-2/P 50 cm?

Bathroom furniture DEFA DINA DA50-2/P 50 cm is a compact 50 cm wide unit that includes a cabinet and integrated washbasin, designed for small bathrooms and powder rooms. It provides under-sink storage and a tidy appearance while being easy to integrate into existing layouts.

What are the dimensions of DEFA DINA DA50-2/P and is it suitable for a very narrow bathroom?

The unit is 50 cm wide, making it suitable for narrow or compact bathrooms and powder rooms. Check the installation depth and height at your site to ensure the basin and cabinet clear existing plumbing and door openings.

Does the DEFA DINA DA50-2/P 50 cm include a washbasin?

Yes, the DEFA DINA DA50-2/P 50 cm set includes the washbasin as a combined cabinet-and-basin unit, simplifying selection and installation. During fitting, verify compatibility with the trap and tap you plan to use.

Is the DEFA DINA DA50-2/P 50 cm unit wall-mounted or floor-standing?

The listing describes a compact under-sink cabinet but does not specify mounting type. Check the technical sheet for model A090849SP or ask the seller to confirm whether wall mounting or floor-standing installation is required.

Which taps and traps is the DEFA DINA DA50-2/P washbasin compatible with?

The description does not provide exact hole dimensions, so compatibility depends on the position and diameter of the tap and waste holes. Compare the basin hole measurements to your tap and trap or consult the technical documentation for model A090849SP.

Is DEFA DINA DA50-2/P suitable for a guest toilet or apartment bathroom?

Yes, the 50 cm DEFA DINA DA50-2/P is designed for small spaces like guest toilets, apartments and compact bathrooms. It provides essential storage while keeping a small footprint.

What materials are the cabinet and basin of DEFA DINA DA50-2/P made from?

The listing does not specify exact materials, though these units typically pair a furniture cabinet (e.g. MDF/laminate) with a ceramic basin. Verify cabinet and basin materials in the product sheet or with the seller before purchase.

How easy is installation of the DEFA DINA DA50-2/P and what is included in the set?

The product notes easy installation as part of a ready-made set, but does not list included items (fixings, trap, tap). Check the product details to confirm what is supplied and which plumbing parts you must buy separately.

How does DEFA DINA DA50-2/P differ from other DEFA DINA models?

The DA50-2/P is distinguished by its compact 50 cm width tailored for small rooms; other DEFA DINA models may offer different widths, drawer configurations or basin types. Choose based on required storage layout and available space.

Is DEFA DINA DA50-2/P suitable for replacing an old vanity unit during renovation?

Yes, the unit is marketed as a convenient replacement during renovation thanks to the combined cabinet-and-basin design. Measure existing water and waste outlet positions to ensure alignment and compatibility.

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