/* Saved-product browsing. Creation controls belong to the Research composer. */
.products-view .products-content { scrollbar-width: thin; scrollbar-color: var(--field-border) transparent; }
.products-view .products-empty { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.products-view .products-empty h2 { margin: 0; font-size: 14px; line-height: 1.5; }
.products-view .products-empty p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.products-view .products-search-page { min-height: calc(var(--home-height,100dvh) - var(--professional-header-height) - var(--professional-mobile-nav-height)); }
@media (min-width: 801px) and (min-height: 560px) {
  .products-view { height: 100%; min-height: 0; }
  .products-view .products-search-page { min-height: 0; }
}
