Offre spéciale : livraison gratuite, paiement à la livraison,  commander dès maintenant !

Offre spéciale Jusqu’à -50% sur nos produits

  Dépêchez-vous et commandez dès maintenant !

* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; background-color: #f4f4f4; padding: 20px; } header { text-align: center; margin-bottom: 30px; } .products { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .product-card { background: white; padding: 15px; width: 250px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .product-card img { max-width: 100%; height: auto; } .old-price { text-decoration: line-through; color: gray; font-size: 0.9em; } .new-price { color: green; font-weight: bold;