.catalog-thumb {
  display: grid;
  width: 54px;
  height: 54px;
  object-fit: cover;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #d9e3df;
  background: #f2f6f4;
}

.catalog-thumb.placeholder {
  color: #71817b;
  font-size: .62rem;
  text-align: center;
}

.product-result-image {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #d9e3df;
}

.product-result-copy {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
