@keyframes product-icon-movement{0%{background-position:0 0,0 0,0 0}to{background-position:500px 0,-500px 0,1000px 0}}.product-wave{animation-direction:normal;animation-duration:20s;animation-iteration-count:infinite;animation-name:product-icon-movement;animation-timing-function:linear;background-color:#6c6964;background-repeat:repeat-x;background-size:500px 100%;box-shadow:inset 0 0 50px rgba(0,0,0,.2);transition:background-color .3s}.product-wave:hover{background-color:#55534e}