[id*="MainProduct"]:has(.bsscommerce-hv-message) [id*="Quantity-Form"] {
  display: none;
}
[id*="MainProduct"]:has(.bsscommerce-hv-message) [id*="ProductSubmitButton"],
[id*="MainProduct"]:has(.bsscommerce-hv-message) .shopify-payment-button {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
