Omega | Speedmaster 145.022-69 | Men | Stainless Steel
With a name inspired by the Speedmaster style from Omega that journeyed as far as the moon, this watch looks just as good on Earth as it did on Apollo 11 astronauts. The Speedmaster was first introduced in 1957.
In excellent condition and recently serviced. All components are factory original. Photos of actual watch. Omega Calibre 861, 18 Jewels..
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 */
}