@keyframes splide-loading {
  0% {
    transform: rotateZ( 0 );
  }

  100% {
    transform: rotateZ( 360deg );
  }
}
