You unlocked FREE shipping !
You are $1 away from free shipping.
SALE
"I can resist everything except temptation.", Oscar Wilde, Lady Windermere's Fan
Your gothic wardrobe...
"I can resist everything except temptation.", Oscar Wilde, Lady Windermere's Fan
Your gothic wardrobe dreams just became affordable. Authentic dark fashion pieces at prices that won't drain your soul—from everyday essentials to statement pieces you've been craving.
)
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);
}
});
})();