@import '../helpers/helpers';

.favourite-empty-list {
  .page-header {
    margin-bottom: 54px;

    @include media-breakpoint-up(md) {
      margin-bottom: 64px;
    }
  }

  .page-body {
    text-align: center;
    margin-bottom: 10px;

    &__icon-heart {
      min-height: 36.4px;
      width: auto;
    }

    .fa-heart {
      font-size: 2.6em;
      color: $warm-grey;
      max-width: 36.4px;
    }

    &__title {
      font-size: 24px;
      color: $warm-grey;
      line-height: 1.3;
    }

    &__subtitle {
      font-size: 16px;
    }
  }
}
