.product.checking {
  pointer-events: none;
  opacity: .62;
  position: relative;
}
.product.checking::after {
  content: "CHECKING LIVE STOCK";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(5, 9, 16, .76);
  border: 1px solid #ff2435;
  border-radius: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
