.a-shadow {
  height: 150px;
  background: linear-gradient(to right, #efefef 45%, #ccc 49% 51%, #efefef 55%) 0 0 / 200% 100%;
  animation: 2s linear infinite gradient;
}

@keyframes gradient {
  0% {
    background-position: 20%;
  }

  50% {
    background-position: 80%;
  }

  100% {
    background-position: 20%;
  }
}

/*# sourceMappingURL=index.4a5519d3.css.map */
