.sticky-basket-button {
  display: none;
}

@media screen and (max-width: 749px) {
  .sticky-basket-button {
    position: fixed;
    bottom: var(--sticky_basket_button_location);
    width: 100%;
    padding: 0 1rem;
    z-index: 60000;
    display:block;
  }

  .sticky-basket-button_hide {
    display: none !important;
  }
}