.product-card {
  flex-basis: 383px;
  max-height: 675px;
  cursor: pointer;
}

.card-image {
  max-height: 400px;
}

.clickable {
  cursor: pointer;
}

.header-text {
  width: 95%;
}

.dollar-icon {
  font-size: 28px;
}

.product-details-image {
  flex-basis: 600px;
}

.hidden {
  display: none;
}
