You unlocked FREE shipping !
You are $0 away from free shipping.
Metal
"Born to raise hell" (Motörhead)
Explore our metal collection, raw power stitched into every piece. From distressed leather...
"Born to raise hell" (Motörhead)
Explore our metal collection, raw power stitched into every piece. From distressed leather to chains and spikes, these clothes are armor for the defiant. Built for those who command the room with their presence and leave an echo behind when they walk out.
)
capture();
// Retry après 1.5s au cas où gtag n'est pas encore initialisé
setTimeout(capture, 1500);
// Retry final sur ATC / page cart pour maximiser la fenêtre avant checkout
document.addEventListener('click', function(e) {
var el = e.target;
if (el && (el.matches('[name="add"], .add-to-cart, [data-action="add-to-cart"]') ||
el.closest('[name="add"], .add-to-cart, [data-action="add-to-cart"]'))) {
setTimeout(capture, 300);
}
});
})();