/* Catalogue toolbar: one search field and one compact profile switch. */
body #catalogue .catalog-controls {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #3e2d37 !important;
  border-radius: 0 !important;
  background: none !important;
  backdrop-filter: none;
}
#catalogue .catalog-search-row { width: 100%; gap: 10px; }
#catalogue .catalog-search-row input {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 12px 16px;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0;
  background: #1b171d;
}
#catalogue .catalog-search-row input::placeholder { color: #baaeb7; opacity: 1; }
#catalogue .catalog-search-row input:focus { box-shadow: 0 0 0 2px #df7e9e26; }
#catalogue .catalog-search-row .button {
  flex: 0 0 auto;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 500;
}
#catalogue .trawa-viewmodes-slot { min-width: 0; margin: 0; }
#catalogue .trawa-viewmodes {
  display: block;
  width: auto;
  padding: 4px;
  border: 1px solid #49343f;
  border-radius: 12px;
  background: #1b171d;
}
#catalogue .trawa-viewmodes__label {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}
#catalogue .trawa-viewmodes__segments { display: flex; gap: 4px; padding: 0; background: none; }
#catalogue .trawa-viewmodes__seg {
  flex: 1 1 0;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
#catalogue .trawa-viewmodes__seg.is-selected { background: #df7e9e; box-shadow: none; }
#catalogue .trawa-viewmodes__seg:not(.is-selected):hover { background: #32232e; color: #f0d8e4; }
@media (max-width: 760px) {
  body #catalogue .catalog-controls { grid-template-columns: minmax(0,1fr); gap: 12px; }
  #catalogue .trawa-viewmodes { width: 100%; box-sizing: border-box; }
  #catalogue .trawa-viewmodes__seg { min-height: 44px; }
}
