 .produto-float-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  max-width: calc(100% - 36px);
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
}

.produto-float-link span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.14);
}

.produto-float-link:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .produto-float-link {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
    border-radius: 18px;
  }
}
