.product-meta .see-more-link-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(200, 200, 200, 0.7));
  text-align: center;
}

.product-meta .see-more-link {
  display: inline-block;
  font-size: 100%;
  width: 90%;


  margin-top:        0px;
  margin-bottom: 0px;
  margin-left:  auto;
  margin-right: auto;

  padding: 5px 10px;
  color: #02040e;

  background: #ffffff;

  border: 2px solid black;
  border-radius: 8px;
}

.product-meta .fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
