/* Catalog route — head row + product grid layout.
   Heavy lifting lives in ProductCard.css and pill-tabs primitive. */
.daruta-catalog {
  display: flex; flex-direction: column;
}
