.wcspt-has-gallery {
  position: relative;
}

.wcspt-has-gallery .onsale {
  z-index: 10;
}

.wcspt-has-gallery .wcspt-secondary-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.wcspt-products:hover .wcspt-transition {
  will-change: opacity;
}

.wcspt-transition {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.wcspt-img-link:hover .wcspt-transition,
.products .wcspt-has-gallery a:first-of-type:hover .wcspt-transition {
  opacity: 1 !important;
}

.wcspt-ie8-tempfix {
  filter: alpha(opacity=0) !important;
}