@charset "UTF-8";
/**
 * Search & Filter - FINAL
 * Desktop: Badge bei 2+ | Mobile: Counter + Horizontal Pills
 */
@keyframes sfFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sfSlideIn {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection[data-sf-count] .search-filter-component-combobox__selection-item {
    display: none !important;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection[data-sf-count]::before {
    content: attr(data-sf-count) " ausgewählt";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: "Montserrat" !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 10px;
    background: rgba(87, 130, 172, 0.18);
    border: 1px solid rgba(87, 130, 172, 0.35);
    white-space: nowrap;
    line-height: 1.3;
    animation: sfFadeIn 0.25s ease-out;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection[data-sf-count]::before:hover {
    background: rgba(87, 130, 172, 0.25);
    border-color: rgba(87, 130, 172, 0.45);
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection[data-sf-count] input {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-width: 100% !important;
    gap: 8px !important;
    padding: 6px 8px 10px 0px !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection::-webkit-scrollbar {
    height: 5px;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.35);
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection[data-sf-count]::before {
    content: attr(data-sf-count) " →";
    display: inline-flex !important;
    font-size: 10px;
    padding: 3px 8px;
    background: rgba(87, 130, 172, 0.25);
    border: 1px solid rgba(87, 130, 172, 0.4);
    margin-right: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    align-self: center;
    line-height: 1.2;
    letter-spacing: 0.3px;
    animation: sfFadeIn 0.2s ease-out;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    animation: sfSlideIn 0.25s ease-out backwards;
    margin-right: 22px;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(1) {
    animation-delay: 0.03s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(2) {
    animation-delay: 0.06s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(3) {
    animation-delay: 0.09s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(4) {
    animation-delay: 0.12s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(5) {
    animation-delay: 0.15s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(6) {
    animation-delay: 0.18s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(7) {
    animation-delay: 0.21s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(8) {
    animation-delay: 0.24s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(9) {
    animation-delay: 0.27s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection .search-filter-component-combobox__selection-item:nth-child(10) {
    animation-delay: 0.3s;
  }
  .search-filter-component-combobox--mode-multiple .search-filter-component-combobox__selection input {
    flex-shrink: 0 !important;
    min-width: 60px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .search-filter-component-combobox--mode-multiple * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
