Showing all 6 resultsSorted by popularity

Men’s and women’s caps

Seishin International cap - Baseball cap

has been added to your list

Seishin International Cap - Snapback Cap

has been added to your list

Adidas Snap Caps

has been added to your list

EURO 19,90
Snapback Cap - TOKAIDO - black

has been added to your list

Out of stock
EURO 24,90
Snapback Cap - TOKAIDO - black and red

has been added to your list

Embroidered cap Karate-Gi Ultimate

has been added to your list

Out of stock
document.addEventListener('DOMContentLoaded', function() { let lastSentEmail = ''; const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;// On écoute tout le document pour survivre aux rechargements AJAX de WooCommerce document.body.addEventListener('focusout', function(event) { // On vérifie si l'élément quitté est bien notre champ e-mail if (event.target && event.target.id === 'billing_email') { const email = event.target.value.trim(); console.log('Test Brevo - Champ quitté. Email saisi :', email);if (emailRegex.test(email) && email !== lastSentEmail) { if (typeof window.sib === 'object' && typeof window.sib.identify === 'function') { window.sib.identify(email); lastSentEmail = email; console.log('Test Brevo - Succès : Email envoyé à Brevo !'); } else { console.log('Test Brevo - Erreur : Le script Brevo (window.sib) est introuvable.'); } } } }); });