.product-price-drop {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.product-price-drop .old {
  color: #888;
  text-decoration: line-through;
}

.product-price-drop .percent {
  color: #d9534f; /* rouge pour attirer l’attention */
  font-weight: bold;
}
