.cartEmpty {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem;
  min-height: 15.625rem;
}
.cartEmpty__message {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: var(--color-text-o-73);
  text-align: center;
  margin-bottom: 2rem;
}
