#product-wrapper {
  width: 100%;
  min-height: 60vh;
  height: fit-content;
  margin-top: 3rem;
  margin-bottom: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#product-info {
  column-gap: 4rem;
  display: flex;
  align-items: end;
}

#product-image {
  max-width: 16rem;
  max-height: 16rem;
}

#product-text {
  display: flex;
  flex-direction: column;
}

#product-text #product-name {
  font-size: 3rem;
  margin-bottom: 2rem;
}

#product-text #product-description {
  font-size: 1rem;
  color: gray;
  margin-bottom: 1rem;
  max-height: 6rem;
  overflow: hidden;
}

#product-text #product-price {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: black;
  text-decoration: none;
  max-width: fit-content;
  text-wrap: nowrap;
}

#back-arrow {
  color: black;
  text-decoration: none;
}
