@media screen and (max-width: 749px) {
  .hokee-floating-cart,
  .hokee-sticky-cart,
  .hokee-cart-conversion,
  [class*="hokee"][class*="floating"],
  [class*="hokee"][class*="sticky"] {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
