/* v121 — keep every Find an item control inside the product panel */
.product-toolbar {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.product-toolbar > *,
.pos-group-tabs,
.pos-favorites-panel,
.pos-popular-panel,
.category-search-row {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.pos-group-tabs {
  overflow: hidden;
}
