product
https://www.tjdc.co.uk/small-bust-shimmer-white
2605
Small Bust - Shimmer White
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/2/0/20161215_153124.jpg
24.95
24.95
GBP
InStock
/Jewellery
/Jewellery /Necklace Display
/Jewellery /Necklace Display/Bust
/Shimmer Edition
/Christmas Display Edit
/Christmas Display Edit/Necklace Display
94
123
147
271
230
265
1
2
94
123
230
A bust with a contemporary shape covered in sleek shimmer silk.
<br><br>
<p>Other colours:</p>
<div class="tjdc-colour-wrap" data-open="false">
<div class="tjdc-colour-selector">
<!-- visible (no light first, no light last) -->
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-black"
class="colour-option"
style="--colour:#000000;"
data-colour="Black"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-charcoal-grey"
class="colour-option"
style="--colour:#4a4a4a;"
data-colour="Charcoal Grey"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-navy"
class="colour-option"
style="--colour:#1b2a43;"
data-colour="Navy"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-racing-green"
class="colour-option"
style="--colour:#0f3d2e;"
data-colour="Racing Green"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-teal"
class="colour-option"
style="--colour:#2f7f7a;"
data-colour="Teal"></a>
<!-- hidden behind + More colours -->
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-burgundy"
class="colour-option is-extra"
style="--colour:#6b1f2b;"
data-colour="Burgundy"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-scarlet-red"
class="colour-option is-extra"
style="--colour:#9b1c2c;"
data-colour="Scarlet Red"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-orange"
class="colour-option is-extra"
style="--colour:#e28a1f;"
data-colour="Orange"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-brown"
class="colour-option is-extra"
style="--colour:#6b4f3b;"
data-colour="Brown"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-taupe"
class="colour-option is-extra"
style="--colour:#9b8f7a;"
data-colour="Taupe"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-natural-suede"
class="colour-option is-extra"
style="--colour:#c2a57a;"
data-colour="Natural Suede"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-pink"
class="colour-option is-extra"
style="--colour:#e7b2bd;"
data-colour="Blush Pink"></a>
<a href="https://www.tjdc.co.uk/small-bust-shimmer-pecan"
class="colour-option is-extra"
style="--colour:#8b5a2b;"
data-colour="Pecan"></a>
<a href="https://www.tjdc.co.uk/small-shimmer-neck-stand-silver"
class="colour-option is-extra"
style="--colour:#cfcfcf;"
data-colour="Shimmer Silver"></a>
<a href="https://www.tjdc.co.uk/small-suede-neck-stand-light-grey"
class="colour-option is-extra"
style="--colour:#d3d3d3;"
data-colour="Light Grey"></a>
<a href="https://www.tjdc.co.uk/small-neck-stand-shimmer-pink"
class="colour-option is-extra"
style="--colour:#e7b2bd;"
data-colour="Shimmer Pink"></a>
</div>
<button type="button" class="tjdc-colour-toggle">
+ More colours
</button>
</div>
<style>
.tjdc-colour-selector {
display: flex;
gap: 8px;
margin: 6px 0;
flex-wrap: wrap;
}
.colour-option {
width: 18px;
height: 18px;
border-radius: 4px;
background-color: var(--colour);
border: 2px solid transparent;
position: relative;
cursor: pointer;
transition: border-color 0.25s ease;
}
.colour-option:hover {
border-color: #8dc4b1;
}
.colour-option::after {
content: attr(data-colour);
position: absolute;
bottom: 110%;
left: 50%;
transform: translateX(-50%);
background: #8dc4b1;
color: #fff;
font-size: 12px;
padding: 4px 8px;
border-radius: 3px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
}
.colour-option:hover::after {
opacity: 1;
}
.colour-option.is-extra {
display: none;
}
.tjdc-colour-wrap[data-open="true"] .colour-option.is-extra {
display: inline-block;
}
.tjdc-colour-toggle {
margin-top: 6px;
background: none;
border: 0;
padding: 0;
font-size: 13px;
color: #8dc4b1;
cursor: pointer;
}
.tjdc-colour-toggle:hover {
text-decoration: underline;
}
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle,
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle:hover,
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle:focus,
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle:active {
background: transparent !important;
border: 0 !important;
border-color: transparent !important;
color: #8dc4b1 !important;
opacity: 1 !important;
box-shadow: none !important;
outline: none !important;
}
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle {
padding: 0 !important;
margin-top: 6px;
font-size: 13px;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
}
body.pixiedust .tjdc-colour-wrap .tjdc-colour-toggle:hover {
text-decoration: underline;
}
</style>
<script>
document.addEventListener('click', function (e) {
const btn = e.target.closest('.tjdc-colour-toggle');
if (!btn) return;
const wrap = btn.closest('.tjdc-colour-wrap');
const open = wrap.getAttribute('data-open') === 'true';
wrap.setAttribute('data-open', !open);
btn.textContent = open ? '+ More colours' : '− Fewer colours';
});
</script>
<p>Showcase your jewellery with refined elegance using this small bust, finished in sleek shimmer white silk. With its contemporary shape and versatile height, this bust allows you to layer multiple pendants or feature a single statement piece with impact.</p>
<p>The shimmer white finish is refreshing, crisp, and clean, offering a timeless neutral backdrop that complements gold, silver, or coloured jewellery. Its versatility makes it the perfect staple piece for boutiques, exhibitions, or window displays.</p>
<p>Available in a variety of colours, this shimmer silk bust pairs beautifully with other items from the FSN range, making it a reliable addition to any display collection.</p>
<p><strong>Material:</strong> Shimmer silk<br>
<strong>Colour:</strong> White<br>
<strong>Size:</strong> Small<br>
<strong>Use cases:</strong> Necklace display, pendant bust, retail merchandising, window display</p>
<p><strong>Style tip:</strong> Pair with shimmer silver and shimmer pecan busts for tonal contrast, or combine with suede displays for a layered luxury look.</p>
GBP
0
0
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/s/h/shimmer-white_5.png
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/2/0/20161215_153130.jpg
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/2/0/20161215_153200.jpg
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/f/s/fsn_shimmer_3.jpg
add-to-cart
White
Shimmery Silk
7
5.5
19.5