David Yurman | Hampton Cable Ring With Black Diamonds | Silver
The Cable bracelet was designed in 1984 and is one of David Yurman’s most beloved pieces. From the bracelet, an entire collection was born with an extensive range of earrings and necklaces. The range is characterised by its distinctive twisted look.
Retails for 1450 USD. In excellent condition and recently polished. Ring size is 5.75.
.watch-details {
display: grid;
grid-template-columns: 1fr 1fr; /* Two-column layout */
gap: 5px; /* Smaller gap */
margin-top: 10px;
}
.watch-detail-item {
display: flex;
justify-content: center; /* Center-align each item */
align-items: center; /* Center content vertically */
text-align: center; /* Center text horizontally */
border: 1px solid #ddd;
padding: 5px; /* Small padding */
background-color: #f9f9f9;
border-radius: 5px;
}
.watch-detail-label, .watch-detail-value {
font-weight: normal; /* Normal weight */
}