body { background-color:#f8f9fa; color:#212529; }

.product-image { border-radius:0.5rem; max-width:100%; object-fit:contain;}

.payment-info {
  font-weight:600; font-size:1.125rem; color:#0d6efd; margin-top:1rem; word-break:break-word;
}

.crypto-address {
  font-family: monospace, monospace;
  background: #e9ecef;
  padding: 0.65rem 1rem;
  border-radius: 0.375rem;
  user-select: all;
  margin-top: 0.25rem;
  word-break: break-all;
}

/* Spinner overlay */
#spinnerOverlay {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: rgba(255,255,255,0.75);
  z-index: 1055; /* above bootstrap modal */
  display: none;
  align-items: center;
  justify-content: center;
}

.btn-outline-secondary img {
  display: inline-block;
  vertical-align: middle;
}

.modal-blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
  pointer-events: none; /* optional: prevent interaction with blurred modal */
}

/*#discountInfo {
  font-weight: 700;
  color: #198754; /* Bootstrap success green */
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
*/
.modal-blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
  pointer-events: none;
}
