Skip to content

Glass Display Table

SKU Italian Table
Save 44% Save 44%
Original price 125.000 KD
Original price 125.000 KD - Original price 125.000 KD
Original price 125.000 KD
Current price 70.000 KD
70.000 KD - 70.000 KD
Current price 70.000 KD

The Italian Glass Display Table is a stylish and functional display solution designed for modern retail environments. Featuring a sleek chrome metal frame with glass shelves, this table provides a clean and elegant platform for presenting merchandise in boutiques and showrooms.

The design includes two levels of display — a spacious main glass tabletop and an elevated upper shelf — allowing you to organize and highlight products effectively. The sturdy metal frame with cross-support structure ensures stability while maintaining a lightweight and modern aesthetic.

Its minimalist design and transparent glass surfaces help keep the focus on the products, making it ideal for showcasing accessories, folded garments, handbags, or featured retail items.

Key Features

Two-tier glass display design for organized presentation
• Elegant chrome metal frame construction
• Spacious main tabletop with upper display shelf
• Stable cross-support base for durability
• Modern, minimalist retail appearance

Ideal For

• Fashion boutiques
• Retail stores
• Accessories and handbag displays
• Showrooms and exhibitions
• Window displays

A sleek two-level glass display table designed to elevate product presentation while maintaining a modern and sophisticated retail look.

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