Tiffany & Co. | Paloma Picasso Diamond Melody Pendant | Rose Gold
The daughter of artist Pablo Picasso and painter Françoise Gilot, Paloma Picasso has creativity in her DNA. The designer’s collection for Tiffany is inspired by her travels and surroundings, including everything from New York graffiti to the natural world.
Retails for 9250 USD. In excellent condition and recently polished. 18 inches in length. Comes with 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 */
}