/* ==========================================================
   🔘 BOUTONS — FANCY / SECONDAIRES
========================================================== */

.fpd-secondary-btn {
  background-color: #F3E4EE;
  color: #333333 !important;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* ==========================================================
/* 🌟 Bouton "Acheter une création unique" */
.cta-bouton-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.cta-bouton-unique {
  background-color: #fff6fa;
  color: #d191ac;
  border: 2px solid #fff6fa;
  padding: 10px 20px;
  border-radius: 33px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.cta-bouton-unique:hover {
  background-color: #000;
  color: #f9d7e5;
  border-color: #000;
}