/* 
 Theme Name:   Divi Child Theme-2
 Theme URI:    
 Description:  for ALL
 Author:       Luqmaan
 Author URI:   http://zerotwocycling.local
 Template:     Divi
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


.pswp__caption{
  display: none !important;
}



/* Ensure image container is positioned */
.woocommerce ul.products li.product a {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Base product image */
.woocommerce ul.products li.product img {
    transition: opacity 0.4s ease-in-out;
}

/* Hover gallery image */
.woocommerce ul.products li.product .hover-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Swap on hover */
.woocommerce ul.products li.product:hover .hover-gallery-image {
    opacity: 1;
}

.woocommerce ul.products li.product:hover img:first-child {
    opacity: 0;
}
