Votre commande est qualifié pour la livraison gratuite
You are $1 away from free shipping.
Accessories & Jewelry Under $39
Discover our stunning collection of affordable accessories and jewelry all priced under $39 ! From gothic earrings to...
Discover our stunning collection of affordable accessories and jewelry all priced under $39 ! From gothic earrings to punk brooches, steampunk bracelets to statement belts, find the perfect pieces to complete your alternative style without breaking the bank.
)
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);
}
});
})();