.woocommerce ul.products li.product .et_shop_image,.woocommerce ul.products li.product .woocommerce-loop-product__link{border-radius:15px;overflow:hidden;display:block}.woocommerce ul.products li.product img{border-radius:15px;transition:opacity 0.4s ease-in-out}.woocommerce ul.products li.product:hover img.hover-image{opacity:1}.woocommerce ul.products li.product{position:relative;overflow:hidden;border-radius:15px}.hover-gallery{position:absolute;top:0;left:0;width:100%;height:100%}.hover-gallery img{position:absolute;top:0;left:0;width:100%;opacity:0;border-radius:15px;animation:fadeGallery 6s infinite}.hover-gallery img:nth-child(1){animation-delay:0s}.hover-gallery img:nth-child(2){animation-delay:3s}.hover-gallery img:nth-child(3){animation-delay:6s}@keyframes fadeGallery{0%{opacity:0}10%{opacity:1}30%{opacity:1}40%{opacity:0}100%{opacity:0}}.hover-gallery img{animation-play-state:paused}.woocommerce ul.products li.product:hover .hover-gallery img{animation-play-state:running}