Tiffany & Co. | Atlas Diamond Ring | White Gold
Above Tiffany’s New York flagship store is the Atlas clock, which is so renowned for its preciseness that New Yorkers would set their watch to the same time for accuracy. The clock inspired Tiffany’s Atlas collection, which features designs engraved with roman numerals to echo the famous clock.
Retails for 2100 USD. In excellent condition and recently polished. Ring size is 6.
.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 */
}