Chopard | 18k White Gold Chopard My Happy Hearts Diamond Single Stud Earring, 0.12ctw | Unisex | White Gold
A celebration of small diamonds, the Happy Diamonds collection from Chopard showcases the power of tiny stones and how they create a symphony of sparkling light. Since 1976, the collection showcases diamond settings with an unconventional edge, demonstrating freedom in design and honouring the liberation of women.
Retails for 2060 USD. In excellent condition. 7 mm in length. Comes with Box and Original Receipt. Comes with the original box and papers.
.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 */
}