/* Справжні товари ONE ROLL із папки good */
.target.target.good {
  align-items: flex-end;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.target.target.good::before { content: none; }

.target.target.good::after {
  content: "ONE ROLL";
  position: absolute;
  z-index: 2;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 5px;
  border-radius: 2px;
  background: #f2c337;
  color: #372415;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .4px;
  white-space: nowrap;
}

.target.target.good img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: none;
  mix-blend-mode: normal;
}
