/* V20.17 — Toast único, no topo, sem sobrepor carrinho/menu mobile */
.toast-stack.ultra-toast-stack-safe,
body.v19-store-mobile-active .toast-stack.ultra-toast-stack-safe,
body .toast-stack.ultra-toast-stack-safe {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  width: min(calc(100vw - 28px), 402px) !important;
  display: grid !important;
  gap: 0 !important;
  z-index: 2147483647 !important;
  pointer-events: none !important;
}

.toast-stack.ultra-toast-stack-safe .toast,
body.v19-store-mobile-active .toast-stack.ultra-toast-stack-safe .toast,
body .toast-stack.ultra-toast-stack-safe .toast.ultra-toast-safe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 16px !important;
  background: #000 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  padding: 12px 14px !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24) !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  body.v19-store-mobile-active .toast-stack:not(.ultra-toast-stack-safe) {
    top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    bottom: auto !important;
  }
}
