.x-swiper,.x-swiper-container  {
  overflow:visible!important;
}

.x-product-card__wrapper:hover .x-product-card__image-wrapper .x-product-card__image--second, .x-product-card__wrapper:focus-within .x-product-card__image-wrapper .x-product-card__image--second {
  opacity:0!important;
  visibility:hidden!important;
}
.x-product-card__wrapper .x-product-card__image-wrapper:not(.x-product-card__image-wrapper--main-only) .x-product-card__image--main, .x-product-card__wrapper:focus-within .x-product-card__image-wrapper:not(.x-product-card__image-wrapper--main-only) .x-product-card__image--main {
  transition: all 0.2s ease-in;
}
.x-product-card__wrapper:hover .x-product-card__image-wrapper:not(.x-product-card__image-wrapper--main-only) .x-product-card__image--main, .x-product-card__wrapper:focus-within .x-product-card__image-wrapper:not(.x-product-card__image-wrapper--main-only) .x-product-card__image--main {
  opacity: 1!important;
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.4s ease-out;
}
  