/**
 * SZIC Filter Bar — design tokens + components
 * Source: Figma jxh5cPHNDQFF6Ca0EDPQ7L (244:17463 desktop, 871:18715 mobile)
 */

.szic-filter-bar {
  --szic-white: #ffffff;
  --szic-light: #eeeeef;
  --szic-black: #262b33;
  --szic-silver: #6d7275;
  --szic-radius: 5px;
  --szic-radius-card: 10px;
  --szic-gap: 10px;

  font-family: 'Satoshi Variable', 'Satoshi', system-ui, -apple-system, sans-serif;
  color: var(--szic-black);
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

/* Reset desktop: pozycjonowany absolutnie obok tabs-bar (top-right) */
.szic-filter-bar .szic-filter-bar__card > .szic-filter-bar__reset {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 5;
}

/* ============================================================
   TABS BAR
   ============================================================ */
.szic-filter-bar__tabs-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}

.szic-filter-bar__tabs {
  background: var(--szic-light);
  border-radius: var(--szic-radius-card) var(--szic-radius-card) 0 0;
  padding: 7px;
  display: flex;
  gap: 0;
  position: relative;
  z-index: 2;
}

.szic-filter-bar .szic-filter-bar__tab,
.szic-filter-bar button.szic-filter-bar__tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--szic-black) !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11.7px 30px !important;
  border-radius: var(--szic-radius) !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
  letter-spacing: 0.02em;
  text-transform: none;
  box-shadow: none;
}

.szic-filter-bar .szic-filter-bar__tab.is-active,
.szic-filter-bar button.szic-filter-bar__tab.is-active {
  background: var(--szic-black) !important;
  color: var(--szic-white) !important;
}

.szic-filter-bar .szic-filter-bar__reset,
.szic-filter-bar button.szic-filter-bar__reset {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--szic-white) !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 20px !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  align-self: center;
  text-transform: none;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.szic-filter-bar .szic-filter-bar__reset:hover { opacity: 0.7; background: transparent !important; }

.szic-filter-bar__reset-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 18px;
  line-height: 1;
}

/* ============================================================
   CARD
   ============================================================ */
.szic-filter-bar__card {
  background: var(--szic-white);
  padding: 30px;
  border-radius: 0 var(--szic-radius-card) var(--szic-radius-card) var(--szic-radius-card);
  display: flex;
  flex-direction: column;
  gap: 21px;
}

/* ============================================================
   CHIPS — wybrane marki/modele nad form
   ============================================================ */
.szic-filter-bar__chips {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
}
.szic-filter-bar__chips.has-chips { display: flex; }

.szic-filter-bar .szic-chip,
.szic-filter-bar button.szic-chip {
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: 0;
  border: 1px solid var(--szic-light) !important;
  background: var(--szic-light) !important;
  color: var(--szic-black) !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 14px !important;
  border-radius: var(--szic-radius) !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}
.szic-filter-bar .szic-chip:hover {
  background: var(--szic-black) !important;
  color: var(--szic-white) !important;
  border-color: var(--szic-black) !important;
}
.szic-chip__x {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

/* ============================================================
   FORM LAYOUT — desktop 4 cols × 2 rows
   ============================================================ */
.szic-filter-bar__form {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.szic-filter-bar__row {
  display: flex;
  gap: var(--szic-gap);
  align-items: flex-end;
  min-height: 80px;
}

.szic-filter-bar__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  min-width: 0;
}

/* Field range — fixed dwa selecty obok siebie */
.szic-filter-bar__field--range {
  flex: 0 0 auto;
}
.szic-filter-bar__range {
  display: flex;
  gap: 5px;
}
.szic-filter-bar__range .szic-filter-bar__field {
  flex: 0 0 112px;
  gap: 0;
}

/* Apply field */
.szic-filter-bar__field--apply {
  flex: 1 0 0;
}

/* Row 2 — fields nadwozie/przebieg max 340px (per design) */
.szic-filter-bar__row:last-child > .szic-filter-bar__field:not(.szic-filter-bar__field--range):not(.szic-filter-bar__field--apply) {
  max-width: 340px;
}

/* Label */
.szic-filter-bar__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--szic-black);
  letter-spacing: 0.02em;
}

/* ============================================================
   CUSTOM DROPDOWN — wszystkie pola spójnie
   ============================================================ */
.szic-dropdown {
  position: relative;
  width: 100%;
}

.szic-filter-bar .szic-dropdown__trigger,
.szic-filter-bar button.szic-dropdown__trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: var(--szic-light) !important;
  color: var(--szic-black) !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 20px !important;
  border-radius: var(--szic-radius) !important;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
  min-height: 50px;
  transition: background-color 0.15s ease;
}
.szic-filter-bar .szic-dropdown__trigger:hover,
.szic-filter-bar button.szic-dropdown__trigger:hover { background: #e3e3e4 !important; }
.szic-filter-bar .szic-dropdown.is-open .szic-dropdown__trigger { background: #e3e3e4 !important; }

.szic-dropdown__label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.szic-dropdown__label.is-placeholder { color: var(--szic-black); }

.szic-dropdown__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: var(--szic-black);
}
.szic-dropdown.is-open .szic-dropdown__chevron { transform: rotate(180deg); }

.szic-dropdown__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: var(--szic-white);
  border: 1px solid var(--szic-light);
  border-radius: var(--szic-radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 50;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
}
.szic-dropdown__menu[hidden] { display: none; }

.szic-dropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--szic-black);
  border-radius: var(--szic-radius);
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.szic-dropdown__option:hover { background: var(--szic-light); }
.szic-dropdown__option.is-selected { background: var(--szic-light); }

.szic-dropdown__check {
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--szic-silver);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: transparent;
  background: var(--szic-white);
  transition: all 0.1s ease;
}
.szic-dropdown__option.is-selected .szic-dropdown__check {
  background: var(--szic-black);
  border-color: var(--szic-black);
  color: var(--szic-white);
}

.szic-dropdown__option-label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.szic-dropdown__group + .szic-dropdown__group { margin-top: 4px; }
.szic-dropdown__group-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--szic-silver);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 14px 4px;
}

.szic-dropdown__empty {
  padding: 14px 16px;
  color: var(--szic-silver);
  font-size: 14px;
  text-align: center;
}

/* Range dropdowny — zwężone */
.szic-filter-bar__range .szic-dropdown__trigger {
  padding: 15px 14px;
}
.szic-filter-bar__range .szic-dropdown__menu {
  min-width: 160px;
}

/* ============================================================
   APPLY BUTTON
   ============================================================ */
.szic-filter-bar .szic-filter-bar__apply,
.szic-filter-bar button.szic-filter-bar__apply {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: var(--szic-black) !important;
  color: var(--szic-white) !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  padding: 15px 30px !important;
  border-radius: var(--szic-radius) !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 80px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  box-shadow: none;
}
.szic-filter-bar .szic-filter-bar__apply:hover {
  background: #c25661 !important;
  color: var(--szic-white) !important;
}

/* Apply field — button rozciąga się na pełen rząd (label + gap + input) */
.szic-filter-bar__field--apply {
  justify-content: stretch;
  align-self: stretch;
}

/* ============================================================
   PAGINACJA
   ============================================================ */
.szic-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.szic-pagination:empty { display: none; }

/* Strony numeryczne (1, 2, 42, ...) — biały bg + light border */
.szic-pagination a.szic-pagination__link--page,
.szic-pagination .szic-pagination__link--page {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 48px;
  padding: 10px 20px !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-decoration: none !important;
  text-align: center;
  color: #262b33 !important;
  background: #ffffff !important;
  border: 1px solid #eeeeef !important;
  border-radius: 0 !important;
  box-shadow: none;
  transition: background-color 0.15s ease;
}

/* Prev/Next — light bg, NO border per Figma */
.szic-pagination a.szic-pagination__link--prev,
.szic-pagination .szic-pagination__link--prev,
.szic-pagination a.szic-pagination__link--next,
.szic-pagination .szic-pagination__link--next {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 20px !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-decoration: none !important;
  color: #262b33 !important;
  background: #eeeeef !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  transition: background-color 0.15s ease;
}

/* Hover */
.szic-pagination a.szic-pagination__link--page:hover {
  background: #eeeeef !important;
}
.szic-pagination a.szic-pagination__link--prev:hover,
.szic-pagination a.szic-pagination__link--next:hover {
  background: #e3e3e4 !important;
}

/* Active page */
.szic-pagination a.szic-pagination__link--page.is-active {
  background: #eeeeef !important;
  border-color: #eeeeef !important;
}

/* Dots ellipsis fallback color */
.szic-pagination__dots { color: #262b33; }

/* ============================================================
   CAR GALLERY — [szic_car_gallery]
   Main image (width 100%, height auto) + thumb strip pod sp.
   Per Figma: thumb 207×155px desktop, 4 widoczne + 5ty wystaje z prawej.
   Active = full opacity, inactive = 0.5 opacity.
   ============================================================ */
.szic-car-gallery {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
  font-family: 'Satoshi Variable', 'Satoshi', system-ui, -apple-system, sans-serif;
}

.szic-car-gallery__main {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #eeeeef;
}

/* Strzałki prev/next — w krawędziach głównego zdjęcia, kolor #EEEEEF, zero dekoracji */
.szic-car-gallery__nav,
.szic-car-gallery__nav:hover,
.szic-car-gallery__nav:focus,
.szic-car-gallery__nav:active,
.szic-car-gallery__nav:focus-visible {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #555555 !important;
  cursor: pointer;
  line-height: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
  text-shadow: none !important;
  opacity: 0.7 !important;
}
.szic-car-gallery__nav svg { display: block; }
.szic-car-gallery__nav svg path {
  stroke: #555555 !important;
  fill: none !important;
}
.szic-car-gallery__nav--prev { left: 16px; }
.szic-car-gallery__nav--next { right: 16px; }

@media (hover: none), (pointer: coarse) {
  .szic-car-gallery__nav { display: none; }
}
.szic-car-gallery__main-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.szic-car-gallery__thumbs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.szic-car-gallery__thumbs::-webkit-scrollbar { height: 4px; }
.szic-car-gallery__thumbs::-webkit-scrollbar-thumb { background: #c0c0c0; border-radius: 2px; }
.szic-car-gallery__thumbs::-webkit-scrollbar-track { background: transparent; }

.szic-car-gallery__thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  flex: 0 0 207px;
  height: 155px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  scroll-snap-align: start;
  box-shadow: none;
}
.szic-car-gallery__thumb:hover { opacity: 0.8; }
.szic-car-gallery__thumb.is-active { opacity: 1; }
.szic-car-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .szic-car-gallery__thumb {
    flex: 0 0 140px;
    height: 100px;
  }
  .szic-car-gallery__thumbs { gap: 10px; }
}
@media (max-width: 480px) {
  .szic-car-gallery__thumb {
    flex: 0 0 100px;
    height: 75px;
  }
}

/* ============================================================
   SORT WIDGET — [szic_sort]
   ============================================================ */
.szic-sort {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 253px;
  font-family: 'Satoshi Variable', 'Satoshi', system-ui, -apple-system, sans-serif;
  color: #262b33;
}

.szic-sort__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #262b33;
  letter-spacing: 0.02em;
}

/* Dropdown w sort widget — używa współdzielonego komponentu .szic-dropdown.
   Trigger styling jest zdefiniowany pod .szic-filter-bar — duplikujemy go tutaj
   dla szic-sort żeby działał poza kartą filtrów. */
.szic-sort .szic-dropdown__trigger,
.szic-sort button.szic-dropdown__trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: #eeeeef !important;
  color: #262b33 !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 20px !important;
  border-radius: 5px !important;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
  min-height: 50px;
  transition: background-color 0.15s ease;
}
.szic-sort .szic-dropdown__trigger:hover,
.szic-sort button.szic-dropdown__trigger:hover { background: #e3e3e4 !important; }
.szic-sort .szic-dropdown.is-open .szic-dropdown__trigger { background: #e3e3e4 !important; }

.szic-sort .szic-dropdown { position: relative; }
.szic-sort .szic-dropdown__label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.szic-sort .szic-dropdown__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #262b33;
}
.szic-sort .szic-dropdown.is-open .szic-dropdown__chevron { transform: rotate(180deg); }

.szic-sort .szic-dropdown__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #ffffff;
  border: 1px solid #eeeeef;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 50;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
}
.szic-sort .szic-dropdown__menu[hidden] { display: none; }

.szic-sort .szic-dropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #262b33;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.szic-sort .szic-dropdown__option:hover { background: #eeeeef; }
.szic-sort .szic-dropdown__option.is-selected { background: #eeeeef; }
.szic-sort .szic-dropdown__option-label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Field wrapper z renderera dropdown — niepotrzebne w sort, zachowamy 0 paddingu */
.szic-sort .szic-filter-bar__field { gap: 0; }
.szic-sort .szic-filter-bar__field .szic-filter-bar__label { display: none; }

@media (max-width: 1024px) {
  .szic-sort {
    min-width: 0;
    width: 100%;
  }
}

/* Ellipsis "..." */
.szic-pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 30px;
  font-size: 16px;
  font-weight: 700;
  color: var(--szic-black);
  user-select: none;
}

/* Następna text */
.szic-pagination__next-text { white-space: nowrap; }

/* ============================================================
   LOADING STATE
   ============================================================ */
.jet-listing-grid.szic-loading { opacity: 0.35; transition: opacity 0.2s ease; pointer-events: none; }

.szic-listing-loader {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  pointer-events: none;
  animation:
    szic-loader-spin 0.8s ease-out 1 both,
    szic-loader-pulse 1.2s ease-in-out 0.8s infinite;
}
.szic-listing-loader svg { display: block; width: 140px; height: auto; }

@keyframes szic-loader-spin {
  from { opacity: 0; transform: translateX(-50%) rotate(0deg)   scale(0.7); }
  to   { opacity: 1; transform: translateX(-50%) rotate(360deg) scale(1); }
}

@keyframes szic-loader-pulse {
  0%, 100% { opacity: 0.35; transform: translateX(-50%) scale(0.95); }
  50%      { opacity: 1;    transform: translateX(-50%) scale(1); }
}

/* ============================================================
   MOBILE  (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .szic-filter-bar { max-width: 100%; }

  /* Tabs bar — pionowo: NOWE na górze, UŻYWANE pod, reset osobno */
  .szic-filter-bar__tabs-bar {
    flex-direction: column;
    gap: 0;
    background: var(--szic-light);
    border-radius: var(--szic-radius-card) var(--szic-radius-card) 0 0;
    padding: 7px;
  }
  .szic-filter-bar__tabs {
    background: transparent;
    border-radius: 0;
    padding: 0;
    flex-direction: column;
    gap: 5px;
  }
  .szic-filter-bar__tab {
    width: 100%;
    text-align: center;
  }
  .szic-filter-bar .szic-filter-bar__tab:not(.is-active),
  .szic-filter-bar button.szic-filter-bar__tab:not(.is-active) {
    background: var(--szic-white) !important;
    color: var(--szic-black) !important;
    border-radius: var(--szic-radius) !important;
  }
  /* Reset mobile: wraca do flow, jest WEWNĄTRZ białej karty (button-style) */
  .szic-filter-bar .szic-filter-bar__card > .szic-filter-bar__reset {
    position: static !important;
    background: var(--szic-white) !important;
    color: var(--szic-black) !important;
    width: 100%;
    justify-content: center;
    padding: 15px 20px !important;
    margin: 0;
    border-radius: var(--szic-radius) !important;
    border: 0 !important;
    order: 0;
  }
  .szic-filter-bar .szic-filter-bar__card > .szic-filter-bar__reset:hover {
    background: var(--szic-light) !important;
    color: var(--szic-black) !important;
    opacity: 1;
  }

  .szic-filter-bar__card {
    padding: 20px;
    border-radius: 0 0 var(--szic-radius-card) var(--szic-radius-card);
    gap: 21px;
  }

  /* Form — wszystko stacked */
  .szic-filter-bar__row {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    min-height: auto;
  }
  .szic-filter-bar__field {
    flex: 1 1 100%;
    max-width: 100% !important;
    gap: 5px;
  }
  /* Range zostaje 2 inputy obok siebie */
  .szic-filter-bar__field--range {
    flex: 1 1 100%;
  }
  .szic-filter-bar__range .szic-filter-bar__field {
    flex: 1 0 0;
    min-width: 0;
  }

  .szic-filter-bar__apply { height: 60px; min-height: 60px !important; }

  /* Apply pełna szerokość, normalna wysokość */
  .szic-filter-bar__field--apply {
    align-self: stretch;
  }

  /* Mobile: tabs container ma rounded-top, reset bez radius (pod tabami), card bez radius-top */
  .szic-filter-bar__tabs-bar {
    border-radius: var(--szic-radius-card) var(--szic-radius-card) 0 0;
  }
  .szic-filter-bar__card {
    border-radius: 0 0 var(--szic-radius-card) var(--szic-radius-card);
  }
}

/* ============================================================
   FALLBACK fontów
   ============================================================ */
.szic-filter-bar { font-feature-settings: "kern" 1, "liga" 1; }
