Skip to content

Glass Display Shelving Unit

SKU
Save 47% Save 47%
Original price 75.000 KD
Original price 75.000 KD - Original price 75.000 KD
Original price 75.000 KD
Current price 40.000 KD
40.000 KD - 40.000 KD
Current price 40.000 KD

The Italian Glass Display Shelving Unit is a stylish and versatile retail fixture designed to showcase products in a clean and modern way. Featuring a durable chrome metal frame with glass shelves, this unit provides an elegant platform for displaying merchandise in boutiques and showrooms.

The design includes multiple display levels, allowing you to organize products efficiently while maintaining a visually appealing presentation. The open frame structure keeps the display light and modern, while the glass shelves highlight products clearly from every angle.

The sturdy cross-support structure adds stability, making it suitable for everyday retail use while maintaining a sleek European-inspired design.

Key Features

• Elegant chrome metal frame construction
• Durable glass shelves for product display
Multi-level shelving design for organized presentation
• Reinforced cross-support structure for stability
• Modern and minimal retail display style

Ideal For

• Fashion boutiques
• Retail stores
• Accessories and handbag displays
• Shoes and folded garments
• Showrooms and exhibitions

A modern Italian-style glass shelving display unit designed to present retail products with elegance, organization, and maximum visibility.

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(); }); });