Omega | Seamaster “Beijing 2008” 221.20.42.40.01.001 | Men | 18 kt Rose Gold
Retail price 7400 USD. Since 1948, the Omega Seamaster has been a leading watch style, making it the longest-running product line still sold by the brand. Inspired by the wristwatches worn by the British Royal Navy, it was designed to be waterproof and highly resistant to the natural elements. The iconic design gained further exposure when it become the watch of choice worn by the James Bond character in every movie since 1995. Comes with the original box and papers.
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 */
}