/* === SECTION 1610641972b4bac3f7 — boutons & marges === */
.shopify-section-1610641972b4bac3f7 {
  .bttn--secondary {
    padding: 18px 28px !important;
    width: 100% !important;
    max-width: 200px !important;
    background: #FFD700 !important; /* Or brillant Sweet */
    color: #1B1B1B !important;      /* Texte noir élégant */
    border: 1px solid #FFD700 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease;
  }
  .bttn--secondary:hover {
    background: #E6C200 !important; /* Or légèrement foncé au hover */
    color: #000000 !important;
  }
}
