Omega Speedmaster
The first proto-Omega watches were made in 1848 in a small watch shop in La Chaux de Fonds, Switzerland by Louis Brandt. Originally branded as Louis Brandt & Fil, these watches were sold to customers around the world during the 30 years after the business was founded.
- 3106042-001 Omega 8560
- 3106342-001 Omega 8471
- 311.92-001 Omega 7831
- G03116344-001 Omega 8470
- G03243038-001 Omega 8076
- G0310.60.42.50.10.001-001 Omega 7693
- G0304.33.44-001 Omega 6649
- G0311304-001 Omega 5885
- G03103242-003 Omega 4872
- G0311.30.42.30.01.006-002 Omega 3286
<style>
.catalog-category-view .product-item .product-item-details .old-price [data-price-type=oldPrice] .price, .cms-index-index .product-item .product-item-details .old-price [data-price-type=oldPrice] .price {
display: none !important;
}
.category-text {
display: none;
}
</style>
<script>
(function() {
const path = window.location.pathname || "";
if (!path.includes("/omega-speedmaster")) return;
const cssId = "custom-black-friday-css";
const customCSS = `
.catalog-category-view .product-item .product-item-details .old-price [data-price-type=oldPrice] .price,
.cms-index-index .product-item .product-item-details .old-price [data-price-type=oldPrice] .price {
display: none !important;
}
.category-text {
display: none;
}
`;
function injectCustomCSS() {
if (document.getElementById(cssId)) return;
const style = document.createElement("style");
style.id = cssId;
style.type = "text/css";
style.appendChild(document.createTextNode(customCSS));
document.head.appendChild(style);
}
// Inject on initial load
injectCustomCSS();
// Re-inject after any AJAX content load (Magento uses jQuery.ajax)
if (window.jQuery) {
jQuery(document).ajaxComplete(function() {
if (!document.getElementById(cssId)) {
injectCustomCSS();
}
});
}
// Extra fallback: Watch for DOM changes to product list
const observer = new MutationObserver(() => {
if (!document.getElementById(cssId)) {
injectCustomCSS();
}
});
observer.observe(document.body, {
childList: true,
subtree: true
});
})();
</script>










