/* =====================
   Product detail (template 1) - attributs
   ===================== */
.attribute-option {
  border-radius: 999px !important;
  padding: 0.35rem 0.75rem !important;
  border-color: #e2e8f0 !important;
  color: #334155 !important;
  background-color: #f8fafc !important;
  transition: all 0.2s ease;
}
.attribute-option:hover,
.attribute-option:focus {
  background-color: #f1f5f9 !important;
  border-color: #cbd5f5 !important;
  color: #1f2937 !important;
}

/* Actif clair */
.attribute-option.active,
.attribute-option.btn-primary,
.attribute-option.btn-primary:hover,
.attribute-option.btn-primary:focus,
.attribute-option.btn-primary:active,
.attribute-option.btn-outline-secondary:active,
.attribute-option.btn-outline-secondary:focus {
  background-color: #eef2f7 !important;
  border-color: #cbd5e1 !important;
  color: #1f2937 !important;
  box-shadow: 0 0 0 0.2rem rgba(148, 163, 184, 0.25) !important;
}
.attribute-option.active small,
.attribute-option.active span {
  color: #1f2937 !important;
}
