Herzlichen Glückwunsch! Deine Bestellung ist für den kostenlosen Versand qualifiziert.
You are $1 away from free shipping.
Witchy Wednesday
Embrace the dark arts with our curated collection of witchy and mystical pieces. From moon-inspired outerwear to occult...
Embrace the dark arts with our curated collection of witchy and mystical pieces. From moon-inspired outerwear to occult accessories, this collection features gothic garments perfect for those who walk between worlds. Discover enchanting dresses, spell-binding tops, celestial jewelry, and ritual-ready pieces that channel your inner witch.
)
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);
}
});
})();