/* Minimum d'achat — boutons desactives */
.cjqc-min-order-disabled,
a.cjqc-min-order-disabled,
button.cjqc-min-order-disabled {
  opacity: 0.55 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  filter: grayscale(0.15);
}

.cjqc-min-order-disabled-wrap {
  opacity: 0.45;
  pointer-events: none !important;
  filter: grayscale(0.2);
}

.cjqc-minimum-order-notice,
.wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content,
.woocommerce-error li {
  white-space: pre-line;
}

.cjqc-minimum-order-notice {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid #b32d2e;
  background: #fcf0f1;
  color: #3c434a;
  font-size: 0.95rem;
  line-height: 1.45;
}