.product_detail_image_shimmer{background-color:hsla(0,0%,100%,.04);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.18) 50%,hsla(0,0%,100%,0));background-size:200% 100%;background-repeat:no-repeat;animation:product_detail_image_shimmer 1.4s ease-in-out infinite}@keyframes product_detail_image_shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}