.image-preview-row {
  justify-content: flex-start;
  gap: 8px;
}

.clothing-preview-item {
  position: relative;
  flex: 0 0 auto;
}

.image-preview-row .clothing-preview-item img {
  display: block;
  width: 58px;
  height: 68px;
  object-fit: contain;
  background: #fff;
}

.clothing-preview-item span {
  position: absolute;
  left: 3px;
  bottom: 3px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: #292b31d9;
  color: #fff;
  font-size: 9px;
}

.clothing-preview-item button {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 21px;
  height: 21px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #292b31;
  color: #fff;
  font: 14px/21px inherit;
  cursor: pointer;
}
