.empty-cart {
  margin-top: 86px;
  margin-bottom: 86px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.empty-cart h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.empty-cart .related-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
}
.empty-cart .related-products h2 {
  font-size: 20px;
  line-height: 28px;
}
.empty-cart .arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*# sourceMappingURL=empty-cart.css.map */
