.list-items .item.out-stock:has(.out-stock-stripe)::after {
  display: none;
}

.list-items .item.out-stock:has(.out-stock-stripe) .out-stock-stripe {
  height: 44px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #b8b8b8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
