/* showcase-model-product */

a .showcase-product_image-first {
  z-index: 2;
}

a .showcase-product_image-second {
  z-index: 1;
}

.showcase-product:hover .showcase-product_image-first,
.showcase-product:hover .showcase-product_image-first {
  z-index: 1;
}

.showcase-product:hover .showcase-product_image-second,
.showcase-product:hover .showcase-product_image-second {
  z-index: 2;
}

.showcase-product:focus .showcase-product_link__image,
.showcase-product:hover .showcase-product_link__image {
  opacity: 1;
}

.showcase-product:focus .showcase-product_buy,
.showcase-product:hover .showcase-product_buy {
  z-index: 3;
}

/* showcase-model-5 */

.showcase-model-5 .showcase-banners_link:focus img,
.showcase-model-5 .showcase-banners_link:hover img {
  transform: scale(1.2);
}

.showcase-model-5 .showcase-banners_link img,
.showcase-model-5 .showcase-banners_link img {
  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


