Skip to content

Round Display Table

SKU JNT 015
Save 29% Save 29%
Original price 55.000 KD
Original price 55.000 KD - Original price 55.000 KD
Original price 55.000 KD
Current price 39.000 KD
39.000 KD - 39.000 KD
Current price 39.000 KD

The JNT.015 Round Display Table combines elegance and functionality, making it an excellent centerpiece for retail stores and boutiques. Designed with a smooth round tabletop and a stylish curved base structure, this table provides a sophisticated platform to showcase products beautifully.

Its unique sculpted base adds a decorative touch while ensuring strong support and stability. The round tabletop offers ample space for displaying merchandise such as folded clothing, handbags, accessories, or decorative items.

Finished in a clean white color, this display table blends easily into modern retail environments while allowing the products on top to stand out.

Key Features

Round tabletop design for clear product presentation
• Stylish curved decorative base structure
• Durable and stable construction
• Clean white finish for modern retail spaces
• Ideal as a centerpiece display table

Ideal For

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

A refined round display table designed to elevate product presentation while adding a modern decorative element to your retail 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(); }); });