Tudor Watches
- 79360N-003 Tudor 6109
- TDBB07024 Tudor 3577
Tudor Black Bay79230N, Steel, Red Bezel, Black Dial, 41 mm
79230N, Steel, Red Bezel, Black Dial, 41 mm
Regular Price $3,900 Special Price $3,600
- G079360N-002 Tudor 7748
- G079230B-002 Tudor 6149
- G079250BB-001 Tudor 6148
- G079503-001 Tudor 6146
- G079543-001 Tudor 6116
- G0TDFR07001 Tudor 5692
- G0TDHT07003 Tudor 3657
- G0TDBB07025 Tudor 3656
- G0TDBB07021 Tudor 3654
- G0TDBB07023 Tudor 3581
<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("/tudor)) 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;
}
.page_title {
display: none;
}
.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>











