.card {
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #e7e9ec;
  background-color: #ffffff;
}

.topText p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

/* Empty State */
.emptyState {
  text-align: center;
  padding-top: 40px;
  color: #9b9b9b;
}

.emptyState p {
  margin-top: 10px;
  font-size: 14px;
}

.emptyStateIcon {
  font-size: 50px;
  opacity: 0.5;
}

.emptyStateIconWrapper {
  border: 1px solid #e7e9ec;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.shopBtn {
  background: #385dff;
  border: none;
  padding: 1em 4em;
  font-size: 13px;
  max-width: fit-content;
  font-weight: 500;
  border-radius: 100px;
}
