.product-orders-disabled {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.product-orders-disabled__content {
  width: min(100%, 780px);
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #78350f;
  box-shadow: 0 18px 36px rgba(120, 53, 15, 0.18);
  padding: 14px 18px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  pointer-events: auto;
}

@media (max-width: 640px) {
  .product-orders-disabled {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .product-orders-disabled__content {
    font-size: 14px;
    padding: 12px 14px;
  }
}
