.product-item__wrapper {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.product-item__img-placeholder {
  width: 50px;
  height: 50px;
  display: block !important;
  flex-shrink: 0;
}

.product-item__kicker {
  margin: 0;
  opacity: 0.5;
}
