MIRRORKAPP GRAND URBAN 60CM MÄND LED VALGUSTIGA

The photographs are for illustrative purposes only.
Get AI analytics on product Grand Urban 60 cm Pine Mirror Cabinet with LED Lighting:
292.95€/pc.
Ex Tax: 236.25€/pc.
0 reviews
In stock
Product Code: 000-471140ASP
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
Product sizes60,80 x 13,00 x 70,00 cm
Package dimensions63,00 x 15,00 x 72,00 cm
Gross weight13,984 kg
Net weight17,346 kg

Grand Urban 60 cm Pine Mirror Cabinet with LED Light

This mirror cabinet combines a clean, urban design with natural pine elements and integrated LED lighting. It is intended for bathroom or hallway installation to provide a reflective surface, discreet storage and practical illumination.

Key advantages


    Compact 60 cm width ideal for smaller bathrooms or narrow spaces
  • Natural pine finish adds warmth and a modern rustic touch
  • Integrated LED lighting for clear, energy-efficient illumination
  • Mirror and storage in one piece to save space and reduce clutter
  • Easy to integrate with contemporary urban interior styles
  • Durable construction suitable for daily bathroom use

Application and use cases

The Grand Urban mirror cabinet is designed for everyday use where reflection, storage and lighting are needed together.


    Mounted above a bathroom sink to provide a vanity mirror and storage for toiletries
  • Installed in a guest bathroom or powder room to maximize function in a small footprint
  • Placed in a hallway or entryway as a compact mirror with hidden storage
  • Used in rental apartments or modern urban homes for a stylish, space-saving solution

What to consider when choosing


    Measure the available wall width and mounting height to ensure the 60 cm unit fits the space
  1. Consider the finish and wood appearance to match existing bathroom furniture or decor
  2. Check the LED lighting type and placement to ensure it provides the desired level of illumination
  3. Assess storage needs inside the cabinet to confirm it accommodates your toiletries
  4. Verify installation requirements and whether professional mounting or electrical work is needed

Characteristics


    Model name: Grand Urban mirror cabinet
  • Width: 60 cm
  • Material/finish: pine
  • Includes integrated LED lighting

Why buy at SityPro


    Wide selection of home and bathroom furniture to compare features and price
  • Reliable customer service to help with product characteristics and buying advice
  • Delivery options available to Estonia and Finland for convenient shipping
  • Secure online purchase process to buy with confidence
  • Clear product information and support from SityPro for installation and application questions

Description provided by sitypro.com

MIRRORKAPP GRAND URBAN 60CM MÄND LED VALGUSTIGA
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the MIRRORKAPP GRAND URBAN 60CM MÄND LED VALGUSTIGA

What is the Grand Urban 60 cm Pine Mirror Cabinet with LED Lighting?

Grand Urban 60 cm Pine Mirror Cabinet with LED Lighting is a compact 60 cm mirror cabinet with a pine finish and integrated LED lights, designed for bathroom or hallway use; it combines a reflective surface, concealed storage and energy-efficient illumination for daily use.

What are the dimensions and recommended installation location for the Grand Urban 60 cm Pine Mirror Cabinet with LED Lighting?

The cabinet is 60 cm wide, a compact size for small to medium bathrooms or hallways. Install it on the wall above a basin or in a hallway at a comfortable height, ensuring access to the LED lighting power supply.

What material is the Grand Urban 60 cm Pine Mirror Cabinet made from?

The cabinet has a pine-style finish (MDF with a pine effect) providing a warm Scandinavian look and durability for bathroom use. It’s suitable for daily use but should be cared for to avoid prolonged exposure to moisture.

Does the Grand Urban 60 cm Pine Mirror Cabinet have built-in LED lighting and what are its benefits?

Yes, the cabinet includes integrated LED lighting that provides even, energy-efficient illumination for grooming and makeup. LEDs produce a clean light without heating the mirror surface and use less energy than conventional lighting.

How many shelves does the Grand Urban 60 cm Pine Mirror Cabinet have?

The product description doesn’t state an exact shelf count; similar 60 cm mirror cabinets typically include one or two adjustable shelves for cosmetics and toiletries. We recommend checking detailed product specs or inspecting the unit before installation.

Is this mirror cabinet suitable for use in a high-humidity bathroom?

The cabinet is intended for daily bathroom use, but the pine-effect MDF construction needs protection from direct water contact and good room ventilation. Avoid prolonged exposure to splashes and condensation to preserve the finish and fittings.

What type of mounting and electrical connection is required for the LED lighting?

The description doesn’t specify mounting or wiring; typically these cabinets are wall-mounted with anchors and the LED requires a 220 V connection via concealed wiring or a socket. Use a qualified electrician and follow the manufacturer’s installation instructions.

What is the weight and required wall strength for installing the Grand Urban 60 cm cabinet?

The exact weight isn’t provided; typically a 60 cm mirror cabinet should be mounted to a load-bearing wall or fixed with reliable anchors for solid walls. For hollow walls use reinforced anchors or a mounting plate per the manufacturer’s guidance.

Can this cabinet be used in a hallway instead of a bathroom?

Yes, the 60 cm Grand Urban cabinet works well in a hallway as a mirror and storage unit for small items. Make sure the chosen location can provide power for the LED lighting if you plan to use it.

How does the Grand Urban 60 cm Pine Mirror Cabinet with LED Lighting differ from other mirror cabinets in the category?

The Grand Urban offers a compact 60 cm width, a pine-effect finish for a Scandinavian look, and integrated LED lighting — ideal for small spaces needing both mirror and storage. Its key differences are the pine aesthetic and energy-efficient LED integration.

What pine colours/tones are available for the Grand Urban 60 cm model?

The description lists a pine finish as the available option but does not specify tones or additional colour variants. Check product photos or request a sample to confirm the exact pine shade before purchasing.

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