Skip to content

Floor Standing Mirror with Storage Shelf – Black

SKU G12-684
Save 47% Save 47%
Original price 15.000 KD
Original price 15.000 KD - Original price 15.000 KD
Original price 15.000 KD
Current price 8.000 KD
8.000 KD - 8.000 KD
Current price 8.000 KD

Floor Standing Mirror with Storage Shelf – Black Finish

A practical and stylish mirror designed for boutiques, fitting rooms, and retail displays. With its adjustable tilt and built-in shelf, it combines convenience, functionality, and modern design.

Key Features

  • Large adjustable mirror for full viewing comfort

  • Sturdy metal frame with modern black finish

  • Built-in bottom shelf for shoes or accessories

  • Smooth rolling wheels for easy movement

  • Stable and durable floor-standing design

Perfect for

  • Boutiques and fitting rooms

  • Shoe and accessory displays

  • Clothing stores and showrooms

  • Home dressing areas

A versatile mirror that adds functionality and a professional look to any retail or dressing space.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });