product
https://www.tjdc.co.uk/large-suede-earring-stand-orange
343
Large Suede Earring Stand - Orange
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/0/1/0161_1.jpg
6.95
6.95
GBP
InStock
/Jewellery
/Jewellery /Earring Display
/Jewellery /Prestige Suede/Earring display
/Jewellery /Prestige Suede
/Autumn Edition
/Jewellery /Earring Display/Drop earring display
/Summer Selection
/Autumn Colours
94
137
151
129
275
182
308
322
1
2
94
129
137
Large orange suede earring stand for one pair of studs or drops.
<br><br>
<p>Size:</p>
<div class="tjdc-size-selector">
<a href="https://www.tjdc.co.uk/small-suede-earring-stand-orange" class="size-option">S</a>
<a href="https://www.tjdc.co.uk/medium-suede-earring-stand-orange" class="size-option">M</a>
<a href="#" class="size-option active">L</a>
</div>
<style>
/* size */
.tjdc-size-selector {
display: flex;
gap: 8px;
margin: 10px 0 14px;
}
.tjdc-size-selector .size-option {
display: inline-flex;
justify-content: center;
align-items: center;
width: 24px;
height: 24px;
box-sizing: border-box;
background-color: #8dc4b1;
color: #ffffff;
font-family: "Jost", system-ui, sans-serif;
font-size: 13px;
text-decoration: none;
border-radius: 4px;
border: 0;
transition: background-color 0.25s ease;
}
.tjdc-size-selector .size-option:hover {
background-color: #4e977b;
}
.tjdc-size-selector .size-option.active {
background-color: #ffffff !important;
color: #4e977b !important;
border-color: #4e977b !important;
border: 1px solid;
}
</style>
<p>Other colours:</p>
<div class="tjdc-colour-wrap" data-open="false">
<div class="tjdc-colour-selector">
<!-- Dark / strong anchors first (no light colours first) -->
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-black"
class="colour-option"
style="--colour:#000000;"
data-colour="Black"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-charcoal-grey"
class="colour-option"
style="--colour:#4a4a4a;"
data-colour="Charcoal Grey"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-navy"
class="colour-option"
style="--colour:#1b2a43;"
data-colour="Navy"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-burgundy"
class="colour-option"
style="--colour:#6b1f2b;"
data-colour="Burgundy"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-teal"
class="colour-option"
style="--colour:#2f7f7a;"
data-colour="Teal"></a>
<!-- + More colours (contrast-safe order) -->
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-racing-green"
class="colour-option is-extra"
style="--colour:#0f3d2e;"
data-colour="Racing Green"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-fuchsia"
class="colour-option is-extra"
style="--colour:#d33f8b;"
data-colour="Fuchsia"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-purple"
class="colour-option is-extra"
style="--colour:#5a3d6d;"
data-colour="Purple"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-lavender"
class="colour-option is-extra"
style="--colour:#c4a3d1;"
data-colour="Lavender"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-mint-green"
class="colour-option is-extra"
style="--colour:#a8d5c1;"
data-colour="Mint"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-taupe"
class="colour-option is-extra"
style="--colour:#9b8f7a;"
data-colour="Taupe"></a>
<a href="https://www.tjdc.co.uk/large-earring-stand-linen"
class="colour-option is-extra"
style="--colour:#d7d0c4;"
data-colour="Linen"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-natural-suede"
class="colour-option is-extra"
style="--colour:#c2a57a;"
data-colour="Natural Suede"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-blush-pink"
class="colour-option is-extra"
style="--colour:#e7b2bd;"
data-colour="Blush Pink"></a>
<a href="https://www.tjdc.co.uk/large-suede-earring-stand-light-grey"
class="colour-option is-extra"
style="--colour:#d3d3d3;"
data-colour="Light Grey"></a>
<a href="https://www.tjdc.co.uk/large-shimmer-white-earring-stand"
class="colour-option is-extra"
style="--colour:#f2f2f2;"
data-colour="Shimmer White"></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 large earring stand is finished in vibrant orange suede and designed to display one pair of stud or drop earrings. The soft suede texture and bold tone bring warmth and energy to your jewellery presentation, making it an eye-catching feature within your display.</p>
<p>Part of our suede collection, this piece works beautifully with other items in the range. The orange suede finish adds a contemporary twist and pairs effortlessly with both bright and neutral tones for a balanced layout.</p>
<p><strong>Material:</strong> Suede<br>
<strong>Finish:</strong> Orange<br>
<strong>Size:</strong> Large<br>
<strong>Holds:</strong> One pair of earrings<br>
<strong>Use cases:</strong> Earring display, jewellery merchandising, retail presentation, exhibition styling</p>
<p><strong>Style tip:</strong> Combine with natural or light grey suede props for contrast, or pair with matching orange pieces for a cohesive, colourful display.</p>
GBP
0
0
https://www.tjdc.co.uk/cdn-cgi/image/format=auto,metadata=none,quality=85/media/catalog/product/0/1/0155.jpg
add-to-cart
Orange
Suede
4
3
10