Sink cabinet DEFA DINA DAV50 50CM SEINA

The photographs are for illustrative purposes only.
Get AI analytics on product DEFA DINA DAV50 50 cm wall-mounted sink cabinet:
79.00€/pc.
Ex Tax: 63.71€/pc.
Defa
0 reviews
In stock
Product Code: 000-323100ASP
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 sizes24,00 x 50,50 x 71,00 cm
Package dimensions26,00 x 52,50 x 73,00 cm
Gross weight14,329 kg
Net weight15,688 kg

DEFA DINA DAV50 50cm Sink Cabinet (SEINA)

A compact sink cabinet designed to accommodate a bathroom sink and provide practical storage. This DEFA DINA DAV50 50cm unit is a tidy solution for organizing bathroom essentials and concealing plumbing while optimizing limited space.

Key advantages


    Compact 50cm width ideal for small bathrooms and powder rooms
  • Provides concealed storage to keep toiletries organized
  • Helps hide plumbing for a cleaner bathroom look
  • Simple, space-saving design that fits many interiors
  • Easy to match with other bathroom furniture and fixtures
  • Practical choice for renovations where efficient layout matters

Application and use cases

Suitable wherever a compact sink solution and storage are needed. Typical applications highlight the product’s versatility and usefulness in everyday bathroom setups.


    Small family bathrooms where space is limited
  • Guest bathrooms and powder rooms in homes
  • Apartments and rental properties needing efficient fixtures
  • Bathroom renovation projects to update storage and appearance
  • En-suite bathrooms that require compact, organized furniture

What to consider when choosing


    Ensure compatibility with your sink style and basin dimensions
  1. Assess how much internal storage you need for toiletries and supplies
  2. Check installation requirements and access to plumbing connections
  3. Choose a finish and color that match existing bathroom décor
  4. Compare build quality and materials to fit your expected use
  5. Consider overall price and available options within your budget

Characteristics


    Product type: sink cabinet
  • Brand: DEFA
  • Model: DINA DAV50
  • Width indicated in name: 50cm
  • Variant/series label in name: SEINA

Why buy at SityPro


    Wide selection of bathroom furniture and clear product characteristics to compare before you buy
  • Competitive prices and transparent information about price and features
  • Reliable delivery options to Estonia and Finland for convenient shipping
  • Secure online ordering and responsive customer support to help with questions
  • SityPro offers detailed listings to simplify choosing the right cabinet for your application

Description provided by sitypro.com

Sink cabinet DEFA DINA DAV50 50CM SEINA
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DEFA DINA DAV50 50 cm wall-mounted sink cabinet

What is the DEFA DINA DAV50 50 cm wall-mounted sink cabinet and what is it for?

DEFA DINA DAV50 50 cm wall-mounted sink cabinet is a compact 50 cm wide unit designed to store toiletries, conceal plumbing and save floor space; ideal for small bathrooms and powder rooms where tidy, concealed storage is needed.

Is the DEFA DINA DAV50 50 cm suitable for a small bathroom?

Yes, the 50 cm wide DEFA DINA DAV50 is a space-saving wall-mounted unit that frees up floor area and is well suited to small bathrooms and cloakrooms.

Can I install the DEFA DINA DAV50 50 cm above a sink and will it hide the pipes?

The DEFA DINA DAV50 is designed to be used with a sink and can conceal plumbing; check the unit’s 50 cm width and the position of your pipes to ensure compatibility before installation.

What material is the DEFA DINA DAV50 50 cm made of and how water-resistant is it?

The product description highlights moisture resistance suitable for bathrooms and easy maintenance; confirm the exact material and water-resistance rating on the SityPro product page or with the seller before purchasing.

What dimensions besides the 50 cm width should I check before buying?

Besides the 50 cm width, check the cabinet's depth and height to ensure it fits the installation spot and sink; also consider the faucet position and pipe locations.

What tools and fixings are needed to mount the DEFA DINA DAV50 50 cm wall cabinet?

The description notes easy installation; you will need a spirit level, wall plugs and screws suitable for your wall type (concrete, brick or drywall anchors) and basic tools—follow the manufacturer’s fitting instructions.

Is the DEFA DINA DAV50 50 cm suitable for storing medicines and a first-aid kit?

Yes, the DEFA DINA DAV50 is intended for organizing small items and can store medicines and a first-aid kit; ensure the cabinet stays dry and at appropriate temperatures for medicines.

Can the DEFA DINA DAV50 50 cm be matched with other DEFA furniture?

Yes, the DEFA DINA DAV50 is designed to match other bathroom furniture and interiors; choose complementary styles and sizes to create a cohesive bathroom look.

What items are practical to store in the DEFA DINA DAV50 50 cm cabinet?

The cabinet is ideal for toiletries, toothbrushes, towels, sponges, skincare products and medicines; internal shelves help organise small accessories effectively.

How does the DEFA DINA DAV50 50 cm differ from wider models?

The main difference is the compact 50 cm width: it saves space and fits narrow areas, while wider models provide more storage but need more room.

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