Cartier | Ballon Bleu WJBB0009 | Unisex | 18 kt Rose Gold
Retail price 31700 USD. Introduced in 2007, the Ballon Bleu from Cartier is recognisable thanks to its distinctive rounded appearance. The timepiece is crafted to display a voluminous, curved appearance for a modern aesthetic.
In excellent condition and recently serviced. All components are factory original. Photos of actual watch. Cartier Calibre 076, Base ETA 2670, 25 Jewels. Comes with the original box 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 */
}