/* Final visual layer for product cards in the point-of-sale catalog. */
.product-card.offer-card {
  position: relative;
  border-color: #d9b365;
  background: #fffdf7;
}

.product-card.offer-card:hover {
  border-color: #a87418;
}

.catalog-offer-tag {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 1;
  border-radius: 4px;
  padding: 4px 6px;
  background: #6d4a11;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .05em;
}

.product-card.has-image .product-card-image {
  background: #e9eee9;
}

.product-card .product-card-stock {
  display: block;
  color: #2d6650;
  font-size: 11px;
  font-weight: 700;
}
