@media (max-width: 900px) {
  body[data-page-scope="shopify-service"][data-shopify-fab-clear] #mobileCtaBar.m-fab:not(.is-open):not(:focus-within) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
