.flyingBtn {
  z-index: 1;
  transform-origin: center bottom;
  transform: scale(1);
}
[data-addToCart] {
  background: var(--color-2);
  color: white;
  outline: none;
}

[data-addToCart]:hover {
  cursor: pointer;
  opacity: 0.5;
}

body #fuse-splash-screen img {
  width: 220px !important;
  max-width: 220px !important;
}
