Votre commande est qualifié pour la livraison gratuite
You are $1 away from free shipping.
Women T-shirts
"No future, no future for you!", Sex Pistols, God Save the Queen
From vintage-inspired...
"No future, no future for you!", Sex Pistols, God Save the Queen
From vintage-inspired horror movie graphics to original gothic artwork, these tees are perfect for building a wardrobe that reflects your personal style. The fits range from classic relaxed cuts to more fitted silhouettes, all in quality fabrics that actually hold up to regular wear. Whether you're layering under a jacket or wearing solo, these gothic t-shirts give you that effortless dark style without trying too hard.
)
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);
}
});
})();