.product__gallery{overflow:hidden}.product-gallery{position:relative}@media screen and (max-width: 768px){.product-gallery{overflow:hidden}.product-gallery .wrapper{padding:0}.product-gallery .grid{margin:0}.product-gallery .grid__item{padding:0}}.product-gallery-item{position:relative;margin-bottom:5px}.product-gallery-item__image{padding-bottom:400px;background-size:cover;background-position:center;background-repeat:no-repeat}.product-gallery-item__caption{transition:.2s opacity ease-in-out;position:absolute;top:auto;right:0;left:0;bottom:0;margin:0;padding:30px 10px 10px;text-align:center;background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));color:var(--color-white);opacity:0}@media screen and (max-width: 768px){.product-gallery-item__caption{opacity:1}}.product-gallery-item:hover .product-gallery-item__caption{opacity:1}