/* Force Stock Button - disabled Add to cart state */
.fsb-out-of-stock,
.fsb-out-of-stock:hover,
.fsb-out-of-stock:focus,
.fsb-out-of-stock:active {
  background: #d7d7d7 !important;
  border-color: #c7c7c7 !important;
  color: #777 !important;
  opacity: 0.65 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  filter: grayscale(1);
}

/* Keep the availability states visually distinct:
 * - "En stock" remains controlled by the theme (usually green)
 * - "Sur commande" is explicitly orange
 *
 * Prefer a warning variable exposed by Creative Elements / Bootstrap when
 * available, with a safe orange fallback.
 */
.fsb-on-order,
.fsb-on-order .product-available,
.fsb-on-order .product-unavailable,
.fsb-on-order .material-icons,
.fsb-on-order i,
.fsb-on-order span {
  color: var(--ce-color-warning, var(--bs-warning, var(--warning, #f39c12))) !important;
}
