.vignette .product {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.vignette .product img {
  width: 100%;
}
.vignette .product .description {
  position: absolute;
  top: 0;
  padding: 0 10px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.4s ease-out;
  z-index: 20;
  color: transparent;
}
.vignette .product .product-title {
  position: absolute;
  top: 100%;
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
  z-index: 20;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.vignette .product .overlay {
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent 20%, #000);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vignette .product a.btn {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  color: transparent;
  width: auto;
  z-index: 30;
}
.vignette .product a.btn:hover {
  opacity: 1;
  background: none !important;
  background-color: transparent !important;
}
.vignette .product .overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.vignette .product .fakeImg {
  width: 100%;
  min-height: 185px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.vignette .product .trigger-long {
  background: #fff;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.vignette .product.hover .product-title,
.vignette .product.mobile .product-title {
  top: 0%;
  bottom: auto;
  margin-top: 10px !important;
}
.vignette .product.hover a.btn,
.vignette .product.mobile a.btn,
.vignette .product.hover a.btn:hover,
.vignette .product.mobile a.btn:hover {
  opacity: 1;
}
.vignette .product.hover .description,
.vignette .product.mobile .description {
  color: #fff;
}
.vignette .product.hover .overlay,
.vignette .product.mobile .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.vignette .product-title:hover {
  cursor: pointer;
}
.vignette .product.hover a.btn {
  -moz-box-shadow: 0px 5px 10px 2px #656565;
  -webkit-box-shadow: 0px 5px 10px 2px #656565;
  -o-box-shadow: 0px 5px 10px 2px #656565;
  box-shadow: 0px 5px 10px 2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}
.vignette .family-fullmessage {
  color: #c0504d;
  font-weight: bold;
}
