.shopProduct {
  padding-top: 20px;
}
.shopProduct-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopProduct-item img {
  width: 60px;
  height: auto;
}
