Skip to content

Spiral Clothes Display Stand

SKU R065
Save 8% Save 8%
Original price 24.000 KD
Original price 24.000 KD - Original price 24.000 KD
Original price 24.000 KD
Current price 22.000 KD
22.000 KD - 22.000 KD
Current price 22.000 KD

Showcase multiple garments in a compact and eye-catching way with this Chrome Spiral Clothes Display Stand. Designed with a unique spiral arm structure, this stand allows you to hang several pieces while keeping your display organized and visually dynamic.

The polished chrome finish gives it a clean, modern retail look, making it perfect for boutiques, showrooms, and promotional displays. The sturdy five-leg base with smooth caster wheels ensures easy movement around your store, allowing you to reposition your display effortlessly.

Ideal for highlighting featured collections, scarves, accessories, or lightweight garments in a space-saving vertical layout.

Key Features

• Durable chrome spiral hanging arms
• Unique multi-level display design
• Strong metal construction
• 5-wheel base for stability and mobility
• Easy to move and reposition
• Space-saving vertical layout

Ideal For

• Clothing boutiques
• Accessory and scarf displays
• Promotional floor displays
• Showrooms and exhibitions

A practical and stylish display solution that adds movement, flexibility, and modern appeal 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(); }); });