.jet-woo-builder-archive-product-thumbnail {
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jet-woo-builder-archive-product-thumbnail a {
  display: block;
  position: relative;
}
.jet-woo-builder-archive-product-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.jet-woo-builder-archive-product-thumbnail.has-preview-image:hover img {
  opacity: 0;
}