.floating-whatsapp {
  display: none !important;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .floating-whatsapp:not([hidden]) {
    display: inline-flex !important;
  }
}
