Mirror LUNA 60CM Grey TAMM

The photographs are for illustrative purposes only.
Get AI analytics on product Mirror LUNA 60 cm Grey Oak:
96.60€/pc.
Ex Tax: 77.90€/pc.
RBbathroom
0 reviews
In stock
Product Code: 000-323584ASP
Qty
One click order
Tags:
Product sizes12,00 x 60,00 x 65,00 cm
Package dimensions14,00 x 62,00 x 67,00 cm
Gross weight12,572 kg
Net weight13,570 kg

LUNA 60 cm Grey Oak Mirror

The LUNA 60 cm Grey Oak mirror is a stylish interior mirror with a grey oak finish and a compact 60 cm size, designed to reflect light, enhance décor and provide practical use in living spaces. Consider this model when you want a combination of understated design and everyday functionality.

Key advantages


    Timeless Grey Oak finish that complements modern and classic interiors
  • Compact 60 cm size suitable for smaller walls or grouped arrangements
  • Enhances natural and artificial light, making rooms appear brighter
  • Simple, versatile style that fits hallways, bedrooms, bathrooms, or living areas
  • Easy to pair with existing furniture and décor for a coordinated look
  • Low-maintenance surface that is easy to clean and keep clear

Application and use cases

This mirror is suitable for a variety of interior applications and offers flexible use across rooms and settings.


    Entryway or hallway to check appearance before leaving the house
  • Bedroom or dressing area as part of a grooming setup
  • Living room as a decorative accent to reflect light and create depth
  • Bathroom (where appropriate) to add style and practical reflection
  • Retail or boutique spaces as a stylish customer-facing mirror

What to consider when choosing


    Placement and viewing height to ensure the mirror meets practical needs
  1. Compatibility of the Grey Oak finish with your existing furniture and color scheme
  2. Wall strength and mounting options to accommodate safe installation
  3. Desired size and whether a single 60 cm piece or multiple mirrors work best
  4. Lighting conditions in the room to maximize the mirror’s reflective benefits

Characteristics


    Product type: Mirror
  • Model name: LUNA
  • Size: 60 cm
  • Finish: Grey Oak

Why buy at SityPro


    SityPro offers a wide selection of interiors and décor items so you can find matching pieces easily
  • Competitive price options and transparent information on product characteristics and features
  • Reliable delivery to Estonia and Finland with clear shipping terms
  • Customer support and assistance to help you choose the right mirror before you buy
  • Easy returns and purchase policies that give confidence when ordering online

Description provided by sitypro.com

Mirror LUNA 60CM Grey TAMM
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the Mirror LUNA 60 cm Grey Oak

What is Mirror LUNA 60 cm Grey Oak and what is it used for?

Mirror LUNA 60 cm Grey Oak is a wall-mounted mirror cabinet with a Grey TAMM oak finish and a compact 60 cm width, designed to reflect light and provide small storage in bathrooms, hallways or toilets. It suits smaller walls, brightens rooms and stores everyday toiletries.

What are the dimensions and form factor of Mirror LUNA 60 cm Grey Oak?

This is a compact 60 cm wide wall-mounted mirror cabinet designed for installation above a basin or in a hallway. For exact height and depth measurements refer to the product page on SityPro — model A090251SP (SKU 000-323584ASP).

Is Mirror LUNA 60 cm Grey Oak suitable for a high-humidity bathroom?

The LUNA mirror cabinet is intended for bathroom and toilet use and features an easy-to-clean mirror surface. In high-humidity environments ensure good ventilation and follow the product installation guidance on SityPro for long-term durability.

What materials and finish does Mirror LUNA 60 cm Grey Oak have?

The mirror cabinet features a Grey TAMM oak finish with a mirrored front and a clean, minimal design. Materials are chosen for easy maintenance and compatibility with various interior styles.

Does LUNA 60 cm Grey Oak have internal shelves and how much do they hold?

The LUNA 60 cm mirror cabinet includes internal storage shelves suitable for small toiletries. For exact shelf count and load capacity consult the product details on SityPro for model A090251SP.

How is Mirror LUNA 60 cm Grey Oak mounted and what is needed for installation?

The LUNA 60 cm mirror cabinet is wall-mounted and suitable above a basin or in a hallway. Installation requires standard wall fixings (anchors and screws); check the SityPro product page for specific mounting instructions and recommended fixings.

Is LUNA 60 cm Grey Oak suitable for mounting above a bathroom basin?

Yes, the LUNA 60 cm mirror cabinet is designed for wall mounting and is suitable above a bathroom basin. Confirm the dimensions and mounting height meet your needs on the SityPro product page.

How does LUNA 60 cm Grey Oak differ from other mirror cabinets in the same category?

LUNA stands out with its compact 60 cm width, Grey TAMM oak finish and clean minimalist design that fits many interiors. Compare features and measurements on SityPro in the Bathroom, Toilet, Bath category to evaluate differences.

Where is Mirror LUNA 60 cm Grey Oak recommended to be used?

Recommended for bathrooms above a basin, hallways as a mirror and storage, dressing areas, and commercial spaces like salons and offices. The model suits small to medium-sized rooms to improve light and organisation.

How to care for the mirror surface of LUNA 60 cm Grey Oak?

Clean the mirror with a soft lint-free cloth and a mild glass cleaner or diluted warm water with gentle detergent. Avoid abrasive cleaners and vigorous rubbing to protect the Grey TAMM finish and the mirror surface.

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