/* FAVORITES */

.products.index.favorites {

  h1.category-title {
    margin-bottom: 24px;
  }

  /* Four across rather than the catalog's three — there's no facet tray
     taking a column here. */
  .product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .favorites-empty {
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-black);
    text-align: center;
    padding: 48px 0;
  }

}
