/* ==========================================================================
   all_items.css — "All Products" page overrides
   Loaded AFTER styles/index.css, header.css, home.css AND category.css
   (see all_items.ejs). category.css already supplies the full filters +
   toolbar + infinite-scroll grid + card shell shared by this page and the
   single category/tag page -- this file only adds what's specific to
   having two filter facets (Categories, Tags) side by side instead of one.
   ========================================================================== */

/* The page title/count block is identical to category.ejs's, so no
   sp-all-items-specific override is needed there. Kept scoped under
   body.sp-all-items regardless, for anything that comes up later without
   risking a leak onto the category/tag page. */

/* Small breathing room so "Categories" and "Tags" don't feel cramped next
   to each other in the sidebar/offcanvas -- category.css's
   .sp-cat-filters__group already draws the separating rule between them. */
body.sp-all-items .sp-cat-filters__title {
  display: flex;
  align-items: center;
  gap: 6px;
}
