Skip to content

Modern White Display Table

SKU JN-K 002
Save 29% Save 29%
Original price 69.900 KD
Original price 69.900 KD - Original price 69.900 KD
Original price 69.900 KD
Current price 49.900 KD
49.900 KD - 49.900 KD
Current price 49.900 KD

Enhance your retail presentation with this modern geometric display table, designed to bring a clean and contemporary look to any showroom or boutique. The table features a sleek white finish with a unique angular base design that creates a striking visual centerpiece while maintaining excellent stability.

Its minimalist structure makes it perfect for showcasing clothing, accessories, shoes, bags, or decorative items in retail environments. The wide tabletop provides ample display space while keeping the focus on your products.

Built for both style and durability, this display table fits beautifully in modern boutiques, fashion stores, showrooms, and luxury retail spaces.


Key Features

• Contemporary geometric base design
• Clean all-white modern finish
• Wide tabletop for organized product display
• Strong and stable structure for commercial use
• Perfect for retail stores, boutiques, and showrooms
• Minimalist design that complements modern interiors


Ideal For

  • Clothing boutiques

  • Shoe stores

  • Fashion showrooms

  • Accessories display

  • Retail merchandising tables

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