/* Full Protection - Stock Disponible */
.fp-product__stock.fpsa-available {
  background: #ecfdf3;
  border-color: #b7f0c8;
  color: #055d2a;
}

.fp-product__stock.fpsa-no-inventory {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #7f1d1d;
}

body.fpsa-no-inventory-product .fp-product__cart,
body.fpsa-no-inventory-product form.cart,
body.fpsa-no-inventory-product .single_add_to_cart_button {
  display: none !important;
}
