Skip to content

Single Arm Chrome Clothing Display Stand

SKU JN 188
Save 30% Save 30%
Original price 50.000 KD
Original price 50.000 KD - Original price 50.000 KD
Original price 50.000 KD
Current price 35.000 KD
35.000 KD - 35.000 KD
Current price 35.000 KD

The JN.188 Single Arm Clothing Display Stand is designed for elegant and minimal garment presentation in boutiques and retail showrooms. Featuring a sleek chrome vertical frame with a single horizontal display arm, this stand is ideal for showcasing individual garments in a clean and focused way.

Its tall and slim structure allows the displayed item to stand out while keeping the retail space organized and visually uncluttered. The sturdy square base provides stability and can also be used to display shoes, accessories, or folded items to complement the garment.

Crafted from durable metal with a polished chrome finish, this display stand offers a modern and professional look suitable for high-end retail environments.

Key Features

Single arm garment display
• Elegant chrome metal frame
• Tall slim design for focused presentation
• Stable square base platform
• Modern boutique display style

Ideal For

• Fashion boutiques
• Clothing stores
• Retail showrooms
• Window displays
• Featured garment presentations

A stylish single-arm display stand designed to highlight individual garments while maintaining a clean and sophisticated retail appearance.

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