.attachment-woocommerce_thumbnail.ani-sway {
  transform-origin: center 90%;
  animation: ani-sway 8739ms infinite ease-in-out alternate;
}

@keyframes ani-sway {
  from {
    transform: rotate(-3deg);
  }

  to {
    transform: rotate(3deg);
  }
}

.attachment-woocommerce_thumbnail.ani-float {
  animation: ani-float 8580ms infinite linear normal;
}

@keyframes ani-float {

  0%,
  30%,
  80%,
  100% {
    transform: scale(0.99);
  }

  60%,
  90% {
    transform: scale(1.0);
  }

}

.ani-delay-0 {
  animation-delay: -0ms;
}

.ani-delay-1 {
  animation-delay: -1123ms;
}

.ani-delay-2 {
  animation-delay: -2315ms;
}

.ani-delay-3 {
  animation-delay: -3116ms;
}

.ani-delay-4 {
  animation-delay: -4183ms;
}

.ani-delay-5 {
  animation-delay: -5111ms;
}

.ani-delay-6 {
  animation-delay: -6237ms;
}

.ani-delay-7 {
  animation-delay: -7335ms;
}

.ani-delay-8 {
  animation-delay: -8453ms;
}

.ani-delay-9 {
  animation-delay: -9373ms;
}