.item {
  margin: 0 auto;
  max-width: 20%;
  box-shadow: 1px 2px 2px 2px rgb(223, 221, 221);
}

.store-item-image {
  padding: 25px;
}
.item img {
  max-width: 100%;
  height: 35vh;
}

.item h1 {
  font-size: 24px;
}

.item h2 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.store-item-name {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.dog-name {
  margin-top: 8px;
  font-size: 2rem;
}

.store-item-description {
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.store-item-description h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.store-item-description p {
  font-size: 14px;
}

.buy-button {
  background-color: lightsalmon;
  height: 6vh;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: white;
}

.buy {
  margin-top: 18px;
  font-size: 10px;
}

.price {
  display: flex;
  justify-content: center;
  height: 5vh;
  color: darkolivegreen;
}

.number {
  font-size: 18px;
  font-weight: 800;
}
