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.
- 15551OR-005 Audemars Piguet 4992
- G026674SG-002 Audemars Piguet 8577
- G026420IO-SPY-001 Audemars Piguet 8496
- G015553BA-SPY-001 Audemars Piguet 8495
- G026450OR-SPY001 Audemars Piguet 8193
- G015513BA-SPY001 Audemars Piguet 8191
- G026665BA-001 Audemars Piguet 7698
- G026441OR-001 Audemars Piguet 7696
- G026396NR-001 Audemars Piguet 7604
- G015551BC-003 Audemars Piguet 7428
- G015510ST-014 Audemars Piguet 7183
- G015202PT-001-001 Audemars Piguet 5235
- G026238TI-001 Audemars Piguet 5173
- G026589IO-001 Audemars Piguet 4722
- G015210ST-007 Audemars Piguet 4695
- G026534TI-001 Audemars Piguet 4636
- G026393ST-001 Audemars Piguet 4563
- G026240ST-011 Audemars Piguet 4554
<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>


















