.product-card {
  isolation: isolate;
  background: #461019 !important;
}

.product-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  background: linear-gradient(180deg, rgba(31, 3, 8, .12) 0%, rgba(31, 3, 8, .08) 38%, rgba(31, 3, 8, .9) 100%);
  pointer-events: none;
}

.product-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.product-card:hover .product-photo {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.04);
}

.product-no,
.product-info {
  position: relative;
  z-index: 2;
}

.product-no {
  align-self: flex-start;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(45, 5, 12, .35);
  backdrop-filter: blur(8px);
}

.product-info h3 {
  padding-right: 25px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.product-info .arrow {
  z-index: 3;
}
