&noscript=1 />

Grand Seiko Watches

5 Items

Set Ascending Direction
  1. SBGE257-001 Grand Seiko 7761
  2. SBGE263-002 Grand Seiko 7526
  3. G0SBGV245-002 Grand Seiko 7303
  4. G0SBGV245-001 Grand Seiko 6829
  5. G0SBGJ201-001 Grand Seiko 4381

5 Items

Set Ascending Direction
per page

<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("/grand-seiko-watches")) 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>