Tiffany & Co. | True Diamond Ring | White Gold
Tiffany reinvents a classic with the Return To Tiffany collection. Originally designed in 1969, the Tiffany keyring is the source of inspiration behind this line-up, which is defined by its engraved heart-shaped pendant.
Retails for 8100 USD. In excellent condition. Ring size is 6.75. Comes with Box; Comes with the original box.
.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 */
}