﻿.product-container .product-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #f6f6f6;
  z-index: 1;
}

.product-item > div:last-child {
  background-color: rgba(255,255,255,0.5);
  padding: 5px 8px;
  left: 15px;
  bottom: 15px;
}

  .product-item > div:last-child > h2,
  .product-details .details .product-name span {
    color: #777;
  }
