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.
- 67651ST-003 Audemars Piguet 8647
- 26620IO-002 Audemars Piguet 8631
- 15600TI-001 Audemars Piguet 8620
- 26239OR-003 Audemars Piguet 8612
- 26240OR-009 Audemars Piguet 8610
- 15550ST-006 Audemars Piguet 8609
- 15400ST-011 Audemars Piguet 8606
- 26331ST-009 Audemars Piguet 8605
- 26331ST-010 Audemars Piguet 8604
- 26283ST-002 Audemars Piguet 8602
- 26239OR-002 Audemars Piguet 8600
- 26320ST-006 Audemars Piguet 8596
- 26320ST-005 Audemars Piguet 8595
- 15510ST-029 Audemars Piguet 8586
- 26240ST-011 Audemars Piguet 8571
- 26331ST-008 Audemars Piguet 8567
- 26240CE-007 Audemars Piguet 8553
- 26240BA-004 Audemars Piguet 8540
<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>


















