body::after {
  background-image: url('/cdn/shop/files/anime_wallpaper.webp?v=1733761399');
  will-change: background-position;
  background-position: var(--bg-x, 100%) var(--bg-y, 0%);
  background-size: 150%;
}

@media screen and (max-width: 989px) {
  body::after {
    background-size: 380% !important;
  }
}

@media (min-width: 3800px) {
  body::after {
    background-size: cover !important;
  }
}