You unlocked FREE shipping !
You are $1 away from free shipping.
Capes & Cloaks
Gothic Capes & Cloaks
Drape yourself in darkness. Devil Fashion's gothic capes and cloaks collection features dramatic outerwear...
Gothic Capes & Cloaks
Drape yourself in darkness. Devil Fashion's gothic capes and cloaks collection features dramatic outerwear for those who make an entrance. From hooded full-length cloaks to short decorative capes — dark alternative outerwear at its finest.
Explore the Collection
Gothic Cloaks — Full-length hooded cloaks in velvet, satin and gothic fabrics
Gothic Capes — Shorter dramatic capes for layering
)
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);
}
});
})();