Cartier | Ronde Louis Cartier WR007004 | Unisex | 18 kt White Gold
Retail price 41500 USD. A watch that emerged from Louis Cartier’s tenure, the Ronde de Cartier is a staple timepiece. With a round face and Roman numerals, the watch is recognizable thanks to its distinctive blue sword-shaped hands.
In excellent condition. All components are factory original. Photos of the actual watch.
Cartier Calibre 9754 MC, 19 Jewels. Comes with papers and instructions.
Authenticity guaranteed.
.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 */
}