Audemars Piguet Watches
Audemars Piguet stands as a paragon of Swiss luxury watchmaking, with a history steeped in tradition and innovation since its inception in 1875. Founded in the heart of Switzerland, the brand quickly established itself as a pioneer in the world of high-end timepieces. Renowned for their intricate craftsmanship and complex movements, Audemars Piguet watches embody the epitome of luxury and precision engineering.
- 15451OR-007 Audemars Piguet 8659
- 15551ST-002 Audemars Piguet 4993
- G026450OR-SPY-002 Audemars Piguet 8489
- G026393NR-002 Audemars Piguet 4566
- G015551ST-007 Audemars Piguet 4037
- G016202OR-001 Audemars Piguet 3970
<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("/audemars-piguet-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>






