.arch-inventory-guard__notice {
  margin: 0.8rem 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgb(var(--color-foreground));
}

.arch-quantity [name='plus'].disabled,
.quantity [name='plus'].disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

product-form:has(.arch-quantity-row) .product-form__error-message-wrapper {
  display: none !important;
}
