.floating-chat {
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(18, 18, 24, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.floating-chat::before {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

@media (max-width: 560px) {
  .floating-chat {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
    min-height: 58px;
    padding: 15px 16px;
    font-size: 14px;
    text-align: center;
  }

  .floating-cart {
    bottom: 84px;
  }
}
