/* Product mobile: the fixed WhatsApp launcher otherwise fully obscures the back-to-top control. */
@media (max-width: 767px) {
  body#product #back-to-top {
    display: none !important;
  }
}
