Sink cabinet DEFA DINA DIV55 55CM

The photographs are for illustrative purposes only.
Get AI analytics on product DEFA DINA DIV55 55 cm sink cabinet:
75.00€/pc.
Ex Tax: 60.48€/pc.
Defa
0 reviews
In stock
Product Code: 000-323186ASP
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 sizes14,00 x 55,00 x 70,00 cm
Package dimensions16,00 x 57,00 x 72,00 cm
Gross weight15,345 kg
Net weight16,645 kg

DEFA DINA DIV55 55 cm Sink Cabinet

This sink cabinet is a compact bathroom furniture unit designed to house a sink and provide under-sink storage. It is intended to organize plumbing space while delivering a neat finished look. Ideal for customers who want to buy a reliable cabinet with a known model and clear price reference.

Key advantages


    Compact design that fits smaller bathroom spaces, indicated by the 55 cm width
  • Provides practical under-sink storage to keep toiletries and cleaning items organized
  • Model recognition: DEFA DINA DIV55 for easy selection and replacement
  • Clean, integrated look that complements modern bathroom styles
  • Simplifies installation planning thanks to a standard sink-cabinet format
  • Easy to compare characteristics and price when shopping

Application and use cases

Suitable for a variety of bathroom layouts and renovation projects where space efficiency and storage are important.


    Primary bathrooms where a compact sink cabinet is required
  • Small or guest bathrooms in apartments and homes
  • Renovation projects replacing an older cabinet with a known model
  • Rental properties and holiday homes needing durable, easy-to-maintain furniture
  • Commercial washrooms where compact, standardized fittings simplify maintenance

What to consider when choosing


    Measure available space and door clearance to ensure the cabinet fits the location
  1. Check compatibility with your chosen sink style and plumbing layout
  2. Decide how much internal storage you need for toiletries and supplies
  3. Evaluate moisture resistance and surface finishes for bathroom use
  4. Consider installation method and whether professional fitting is required
  5. Compare price and after-sales service to get the best value

Characteristics


    Product type: sink cabinet
  • Model: DEFA DINA DIV55
  • Width: 55 cm (as stated in the product name)

Why buy at SityPro


    Wide selection of bathroom furniture and easy filtering to find the right model
  • Competitive price offers and clear product characteristics listed for each item
  • Reliable delivery options, including shipping to Estonia and Finland
  • Dedicated customer support to help choose the right features and size
  • Secure ordering process and assistance with returns or replacements if needed

Description provided by sitypro.com

Sink cabinet DEFA DINA DIV55 55CM
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DEFA DINA DIV55 55 cm sink cabinet

What is the DEFA DINA DIV55 55 cm sink cabinet and where is it suitable?

DEFA DINA DIV55 55 cm sink cabinet is a compact 55 cm wide wall-mounted unit designed to provide under-sink storage and tidy the basin area. It’s suitable for small bathrooms, guest WCs and apartments where space-saving, neat storage and a clean integrated look are required.

What are the dimensions/width of the DEFA DINA DIV55 sink cabinet?

The DEFA DINA DIV55 sink cabinet is specified with a width of 55 cm, making it a compact wall-mounted unit suitable for smaller bathrooms. The product description highlights the 55 cm width as optimal for space-saving installations.

Is the DEFA DINA DIV55 suitable to install with existing sink plumbing?

Yes, the DEFA DINA DIV55 is designed as a standard sink cabinet allowing space for pipes and a trap. Check the location of your plumbing relative to the cabinet interior before installation to ensure compatibility.

What installation type is the DEFA DINA DIV55 — wall-mounted or floor-standing?

The DEFA DINA DIV55 is described as a compact wall-mounted cabinet designed to save floor space around the sink. Installation requires secure wall fixings and consideration of the loaded cabinet weight.

What material is the DEFA DINA DIV55 made from and how to care for the surface?

The description notes the cabinet is adapted for bathroom use and easy to maintain, implying moisture-resistant finishes suitable for damp rooms. Care typically involves wiping with a soft damp cloth and avoiding abrasive cleaners.

Is the DEFA DINA DIV55 suitable for a guest WC without a washing machine?

Yes — at 55 cm wide the DEFA DINA DIV55 is a compact unit well suited to guest WCs or small cloakroom bathrooms where limited storage for toiletries is needed. It saves space and tidies the basin area.

How does the DEFA DINA DIV55 differ from wider sink cabinets?

The DEFA DINA DIV55’s key difference is its compact 55 cm width, saving space in small bathrooms compared with wider models. It’s easier to install in tight spaces but naturally offers less internal storage capacity than broader cabinets.

Is the DEFA DINA DIV55 suitable for bathroom renovation in an apartment or cottage?

Yes — the DEFA DINA DIV55 is suitable for renovating small bathrooms in apartments and cottages where a compact, functional storage solution is needed. Its standard sink-cabinet format simplifies planning for the basin and installation.

How is storage organised inside the DEFA DINA DIV55 — are there shelves or compartments?

The description states the DEFA DINA DIV55 provides convenient storage for everyday items, which typically involves internal shelves or compartments. Check the product technical details on the SityPro product page for exact shelf configuration.

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