/* AMUI v2.1.4 — koszyk: kontroler ilości w pełni wielorazowy po AJAX update. */
body.woocommerce-cart table.shop_table.cart .quantity {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-cart table.shop_table.cart .quantity .qty,
body.woocommerce-cart table.shop_table.cart .quantity input.qty,
body.woocommerce-cart table.shop_table.cart .amui-qty-btn {
  opacity: 1 !important;
  pointer-events: auto !important;
  user-select: auto !important;
  cursor: pointer !important;
}

body.woocommerce-cart table.shop_table.cart .quantity .qty,
body.woocommerce-cart table.shop_table.cart .quantity input.qty {
  cursor: text !important;
  text-align: center !important;
  height: 42px !important;
  line-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.woocommerce-cart table.shop_table.cart .quantity .qty:disabled,
body.woocommerce-cart table.shop_table.cart .quantity input.qty:disabled,
body.woocommerce-cart table.shop_table.cart .amui-qty-btn:disabled {
  opacity: 1 !important;
  filter: none !important;
  pointer-events: auto !important;
}

body.woocommerce-cart.amui-cart-v214-updating table.shop_table.cart .quantity::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 1px solid rgba(255, 90, 0, .22);
  pointer-events: none;
}
