product
https://www.tjdc.co.uk/small-bust-shimmer-pecan
2819
Small Bust - Shimmer Pecan
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/f/s/fsn2-pc.jpg
24.95
24.95
GBP
InStock
/Jewellery
/Jewellery /Necklace Display
/Jewellery /Necklace Display/Bust
/Elegance at first glance | Product Edit
/Shimmer Edition
/Christmas Display Edit
/Christmas Display Edit/Necklace Display
94
123
147
235
271
230
265
1
2
94
123
230
A bust with a contemporary shape and 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-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-bust-shimmer-white"
class="colour-option is-extra"
style="--colour:#f2f2f2;"
data-colour="Shimmer White"></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>This small bust is finished in shimmer pecan silk, offering a contemporary way to present fine jewellery. Its sleek silhouette is designed to layer multiple pendants up the neck or highlight a single show-stopping piece, making it a versatile choice for both retail and exhibition use.</p>
<p>The shimmer pecan finish is rich and luxurious, providing a warm tone that complements gold and silver jewellery. Pair it with other FSN busts to create a cohesive and dynamic jewellery display, or use alone as a statement prop.</p>
<p><strong>Material:</strong> Shimmer silk<br>
<strong>Finish:</strong> Pecan<br>
<strong>Size:</strong> Small bust<br>
<strong>Use cases:</strong> Necklace display, pendant stand, jewellery merchandising, statement piece presentation, window or countertop display</p>
<p><strong>Style tip:</strong> Combine with shimmer silver or white for a tonal metallic look, or contrast with blush pink or racing green suede for a striking layered display.</p>
GBP
0
0
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/f/s/fsn_shimmer_3_1.jpg
add-to-cart
Brown
Shimmery Silk
7
5.5
19.5