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.
- 26240ST-011 Audemars Piguet 8571
- 26331ST-008 Audemars Piguet 8567
- 26240CE-007 Audemars Piguet 8553
- 26240BA-004 Audemars Piguet 8540
- 26242OR-001 Audemars Piguet 8524
- 26381BC-001 Audemars Piguet 8478
- 26560IO-001 Audemars Piguet 8306
- 26000PT-001 Audemars Piguet 8264
- 15452OR-001 Audemars Piguet 8163
- 77450BC-001 Audemars Piguet 8121
- 15400ST-010 Audemars Piguet 8096
- 15413BC-001 Audemars Piguet 8046
- 26674ST-001 Audemars Piguet 8001
- 15400ST-007 Audemars Piguet 7944
- 77451OR-004 Audemars Piguet 7915
- 26421OR-001 Audemars Piguet 7845
- 26589IO-004 Audemars Piguet 7746
- 26283ST-001 Audemars Piguet 7716
<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>


















