.paw-cart-fly {
  position: fixed;
  width: 2.2rem;
  height: 2.2rem;
  color: rgb(var(--color-button, 18, 18, 18));
  pointer-events: none;
  z-index: 9999;
  will-change: transform, opacity;
}

.paw-cart-fly svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .paw-cart-fly {
    display: none;
  }
}
