.b24-vehicle-toolbar[hidden],
.b24-vt-location[hidden] {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-heading {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
  padding-inline-end: 250px !important;
}

html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  position: absolute !important;
  inset-inline-start: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active {
  position: relative !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #69727d !important;
  box-shadow: none !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: #111827 !important;
  font-weight: 900 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active::after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  left: 12px !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #3476c4 !important;
}

html body #b24VehicleToolbar .b24-vt-check {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-type-count {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font: inherit !important;
}

html body #b24VehicleToolbar .b24-vt-specs {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  white-space: nowrap !important;
}
html body #b24VehicleToolbar .b24-vt-specs::-webkit-scrollbar {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-spec-group,
html body #b24VehicleToolbar .b24-vt-spec-options {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
html body #b24VehicleToolbar .b24-vt-spec-group > strong {
  color: #253243 !important;
  font-size: 12px !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button,
html body #b24VehicleToolbar .b24-vt-spec-button:hover,
html body #b24VehicleToolbar .b24-vt-spec-button:focus {
  min-height: 0 !important;
  padding: 2px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #707a86 !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  cursor: pointer !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button.is-active {
  border-bottom-color: #3476c4 !important;
  color: #3476c4 !important;
  font-weight: 900 !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    padding: 7px 13px !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    padding-top: 139px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    flex: 0 0 27px !important;
    min-height: 27px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types {
    flex: 0 0 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button {
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 12px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    flex: 0 0 26px !important;
    height: 26px !important;
  }
}

@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    padding: 5px 7px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    min-height: 24px !important;
    padding-inline-end: 152px !important;
    gap: 10px !important;
  }
  html body #b24VehicleToolbar .b24-vt-breadcrumb {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    gap: 4px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls label {
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-sort-wrap select {
    width: 108px !important;
    height: 25px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types {
    min-height: 27px !important;
    height: 27px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    gap: 20px !important;
    min-height: 24px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-group,
  html body #b24VehicleToolbar .b24-vt-spec-options {
    gap: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-group > strong,
  html body #b24VehicleToolbar .b24-vt-spec-button {
    font-size: 9px !important;
  }
}

.b24-vehicle-toolbar {
  box-sizing: border-box !important;
  direction: rtl !important;
  border: 1px solid #dce3eb !important;
  background: #fff !important;
  color: #202936 !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  box-shadow: 0 4px 16px rgba(26, 45, 70, 0.065) !important;
}

.b24-vt-heading,
.b24-vt-controls,
.b24-vt-total,
.b24-vt-breadcrumb,
.b24-vt-types,
.b24-vt-types > button,
.b24-vt-location,
.b24-vt-sort-wrap {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}

.b24-vt-heading {
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.b24-vt-total {
  flex: 0 0 auto !important;
  gap: 7px !important;
  white-space: nowrap !important;
}

.b24-vt-total > span {
  color: #697586 !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
}

.b24-vt-total > strong {
  color: #1f2937 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.b24-vt-total b {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  font-variant-numeric: tabular-nums !important;
}

.b24-vt-breadcrumb {
  min-width: 0 !important;
  gap: 5px !important;
  color: #7b8490 !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

.b24-vt-breadcrumb svg {
  width: 14px !important;
  height: 14px !important;
  fill: none !important;
  stroke: #9aa3ae !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.b24-vt-breadcrumb strong {
  max-width: 180px !important;
  overflow: hidden !important;
  color: #414b59 !important;
  font-weight: 800 !important;
  text-overflow: ellipsis !important;
}

.b24-vt-types {
  width: 100% !important;
  min-width: 0 !important;
  flex-flow: row nowrap !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain !important;
  scrollbar-width: thin !important;
  scrollbar-color: #d7dde5 transparent !important;
}

.b24-vt-types > button {
  appearance: none !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #6e7784 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease !important;
}

.b24-vt-types > button:hover {
  background: #f6f7f8 !important;
  color: #374151 !important;
}

.b24-vt-types > button:focus-visible {
  outline: 3px solid rgba(79, 93, 112, 0.18) !important;
  outline-offset: 1px !important;
}

.b24-vt-types > button.is-active {
  border-color: #d8dde3 !important;
  background: #eceff2 !important;
  color: #1d2633 !important;
  font-weight: 900 !important;
}

.b24-vt-check {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4d5968 !important;
}

.b24-vt-types > button.is-active .b24-vt-check {
  display: inline-flex !important;
}

.b24-vt-check svg {
  width: 14px !important;
  height: 14px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.b24-vt-type-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 22px !important;
  height: 19px !important;
  padding: 0 5px !important;
  border-radius: 10px !important;
  background: #f1f3f5 !important;
  color: #7b8490 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums !important;
}

.b24-vt-types > button.is-active .b24-vt-type-count {
  background: #dfe3e7 !important;
  color: #333d49 !important;
}

.b24-vt-controls {
  justify-content: flex-start !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.b24-vt-controls > label {
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: #525d6a !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.b24-vt-sort-wrap {
  position: relative !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
}

.b24-vt-sort-wrap select {
  appearance: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 12px 0 30px !important;
  border: 1px solid #d7dde5 !important;
  border-radius: 8px !important;
  outline: none !important;
  background: #fff !important;
  color: #323c49 !important;
  font-family: inherit !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.b24-vt-sort-wrap select:focus {
  border-color: #9aa5b3 !important;
  box-shadow: 0 0 0 3px rgba(83, 96, 113, 0.1) !important;
}

.b24-vt-sort-wrap > svg {
  position: absolute !important;
  left: 9px !important;
  width: 14px !important;
  height: 14px !important;
  pointer-events: none !important;
  fill: none !important;
  stroke: #77818d !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.b24-vt-location {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  height: 36px !important;
  gap: 5px !important;
  padding: 0 10px !important;
  border: 1px solid #e0e3e7 !important;
  border-radius: 8px !important;
  background: #eff1f3 !important;
  color: #626c78 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
}

.b24-vt-location svg {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  fill: none !important;
  stroke: #7b8490 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.b24-vt-location span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content {
    grid-template-rows: auto auto !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 85% !important;
    min-width: 0 !important;
    max-width: 85% !important;
    min-height: 132px !important;
    margin: 0 0 0 auto !important;
    padding: 14px 15px 12px !important;
    border-radius: 11px !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 11px !important;
  }

  html body.b24-vehicle-results-mode .b24-selected-category-label {
    display: none !important;
  }

  .b24-vt-types {
    gap: 3px !important;
    min-height: 44px !important;
    padding: 1px 0 4px !important;
  }

  .b24-vt-types > button {
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 9px !important;
    font-size: 10.5px !important;
  }

  .b24-vt-types > button.is-active {
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 13px !important;
    font-size: 13.5px !important;
  }

  .b24-vt-sort-wrap {
    width: 205px !important;
  }

  .b24-vt-location {
    max-width: 230px !important;
  }
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-radius: 5px !important;
  line-height: 1 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  border-radius: 5px !important;
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  box-shadow: inset 0 0 0 1px #d9dde2 !important;
}

@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button:hover,
  html body #b24VehicleToolbar .b24-vt-types > button:focus,
  html body #b24VehicleToolbar .b24-vt-types > button:active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    padding: 0 4px !important;
    border-radius: 5px !important;
  }
}

html body #b24VehicleToolbar .b24-vt-types {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 24px !important;
  max-height: none !important;
  gap: 5px 4px !important;
  padding: 0 !important;
  overflow: visible !important;
  scrollbar-width: none !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  flex: 0 0 auto !important;
  inline-size: max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  gap: 3px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 9.8px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  border-radius: 6px !important;
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  color: #252d37 !important;
  box-shadow: inset 0 0 0 1px rgba(100, 110, 120, 0.08) !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content {
    grid-template-rows: auto auto !important;
    column-gap: 20px !important;
    row-gap: 0 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 82px !important;
    max-height: none !important;
    margin-bottom: 0 !important;
    padding: 10px 13px !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 24px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection,
  html
    body.b24-vehicle-results-mode
    > .content
    > #b24VehicleToolbar.b24-vt-no-specs
    + .b24-selected-category-label
    + #resultsSection {
    grid-column: 1 !important;
    grid-row: 2 !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    height: auto !important;
    min-height: 62px !important;
    max-height: none !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar .b24-vt-types {
    height: auto !important;
    min-height: 24px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button:hover,
  html body #b24VehicleToolbar .b24-vt-types > button:focus,
  html body #b24VehicleToolbar .b24-vt-types > button:active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
    height: 23px !important;
    min-height: 23px !important;
    max-height: 23px !important;
    padding: 0 5px !important;
    border-radius: 6px !important;
    font-size: 9px !important;
  }
}

@media (max-width: 900px) {
  html body.b24-vehicle-results-mode .b24-selected-category-label {
    display: none !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    margin: 0 0 10px !important;
    padding: 8px 9px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .b24-vt-heading {
    min-height: 20px !important;
    gap: 8px !important;
  }

  .b24-vt-total {
    gap: 4px !important;
  }

  .b24-vt-total > span {
    font-size: 9px !important;
  }

  .b24-vt-total > strong {
    font-size: 9.5px !important;
  }

  .b24-vt-total b {
    font-size: 11.5px !important;
  }

  .b24-vt-breadcrumb {
    gap: 3px !important;
    max-width: 48% !important;
    font-size: 8.5px !important;
  }

  .b24-vt-breadcrumb svg {
    width: 11px !important;
    height: 11px !important;
  }

  .b24-vt-breadcrumb strong {
    max-width: 92px !important;
  }

  .b24-vt-types {
    flex: 0 0 38px !important;
    gap: 2px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 1px 0 3px !important;
    scrollbar-width: none !important;
  }

  .b24-vt-types::-webkit-scrollbar {
    display: none !important;
  }

  .b24-vt-types > button {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 7px !important;
    gap: 3px !important;
    border-radius: 7px !important;
    font-size: 9px !important;
  }

  .b24-vt-types > button.is-active {
    height: 35px !important;
    min-height: 35px !important;
    padding: 0 9px !important;
    font-size: 11.5px !important;
  }

  .b24-vt-check svg {
    width: 11px !important;
    height: 11px !important;
  }

  .b24-vt-type-count {
    min-width: 18px !important;
    height: 16px !important;
    padding: 0 4px !important;
    font-size: 7.5px !important;
  }

  .b24-vt-controls {
    display: grid !important;
    grid-template-columns: auto minmax(126px, 1fr) minmax(0, auto) !important;
    gap: 5px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  .b24-vt-controls > label {
    font-size: 8.5px !important;
  }

  .b24-vt-sort-wrap {
    width: 100% !important;
  }

  .b24-vt-sort-wrap select {
    height: 31px !important;
    padding: 0 8px 0 24px !important;
    border-radius: 7px !important;
    font-size: 8.5px !important;
  }

  .b24-vt-sort-wrap > svg {
    left: 7px !important;
    width: 11px !important;
    height: 11px !important;
  }

  .b24-vt-location {
    max-width: 112px !important;
    height: 31px !important;
    padding: 0 7px !important;
    gap: 3px !important;
    border-radius: 7px !important;
    font-size: 7.8px !important;
  }

  .b24-vt-location svg {
    width: 11px !important;
    height: 11px !important;
    flex-basis: 11px !important;
  }
}

@media (max-width: 360px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .b24-vt-controls {
    grid-template-columns: auto minmax(116px, 1fr) minmax(0, auto) !important;
    gap: 4px !important;
  }

  .b24-vt-location {
    max-width: 88px !important;
  }
}

html body > .content > #b24VehicleToolbar[hidden],
html body #b24VehicleLocationBadge[hidden] {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-heading {
  justify-content: flex-start !important;
  gap: 30px !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active {
  border-color: #e0e4e8 !important;
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  background-image: none !important;
  color: #59636f !important;
  box-shadow: none !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  border-color: #cbd1d7 !important;
  background: #d9dde2 !important;
  background-color: #d9dde2 !important;
  background-image: none !important;
  color: #202936 !important;
}

html body #b24VehicleToolbar .b24-vt-type-count {
  background: #fff !important;
  color: #697480 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active .b24-vt-type-count {
  background: #f7f8f9 !important;
  color: #303a46 !important;
}

html body #b24VehicleToolbar .b24-vt-controls {
  gap: 12px !important;
}

html body #b24VehicleToolbar .b24-vt-location {
  border-color: #d9dde2 !important;
  background: #eceff1 !important;
  background-color: #eceff1 !important;
  color: #626c77 !important;
}

html body #b24VehicleToolbar .b24-vt-location-distance {
  padding-inline-start: 8px !important;
  border-inline-start: 1px solid #cbd1d7 !important;
  color: #747e89 !important;
  font-weight: 700 !important;
}

html body #b24VehicleToolbar .b24-vt-location-distance[hidden] {
  display: none !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content {
    grid-template-rows: minmax(0, auto) !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 3 !important;
    justify-content: space-between !important;
    gap: 7px !important;
    width: 85% !important;
    min-width: 0 !important;
    max-width: 85% !important;
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    margin: 0 0 0 auto !important;
    padding: 10px 13px !important;
    overflow: hidden !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 1 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding-top: 161px !important;
  }

  html body #b24VehicleToolbar .b24-vt-heading {
    flex: 0 0 22px !important;
    min-height: 22px !important;
  }

  html body #b24VehicleToolbar .b24-vt-types {
    flex: 0 0 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    gap: 4px !important;
    padding: 2px 0 !important;
    scrollbar-width: none !important;
  }

  html body #b24VehicleToolbar .b24-vt-types::-webkit-scrollbar {
    display: none !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 37px !important;
    min-height: 37px !important;
    padding: 0 13px !important;
    font-size: 13px !important;
  }

  html body #b24VehicleToolbar .b24-vt-controls {
    flex: 0 0 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  html body #b24VehicleToolbar .b24-vt-sort-wrap select,
  html body #b24VehicleToolbar .b24-vt-location {
    height: 32px !important;
  }

  html body #b24VehicleToolbar .b24-vt-location {
    max-width: 260px !important;
  }
}

@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    justify-content: space-between !important;
    gap: 4px !important;
    height: 106px !important;
    min-height: 106px !important;
    max-height: 106px !important;
    margin-bottom: 9px !important;
    padding: 7px 8px !important;
  }

  html body #b24VehicleToolbar .b24-vt-heading {
    min-height: 18px !important;
    gap: 14px !important;
  }

  html body #b24VehicleToolbar .b24-vt-breadcrumb {
    max-width: none !important;
  }

  html body #b24VehicleToolbar .b24-vt-types {
    flex: 0 0 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 1px 0 !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button {
    height: 29px !important;
    min-height: 29px !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 32px !important;
    min-height: 32px !important;
  }

  html body #b24VehicleToolbar .b24-vt-controls {
    height: 29px !important;
    min-height: 29px !important;
    gap: 5px !important;
  }

  html body #b24VehicleToolbar .b24-vt-sort-wrap select,
  html body #b24VehicleToolbar .b24-vt-location {
    height: 29px !important;
  }

  html body #b24VehicleToolbar .b24-vt-location {
    max-width: 128px !important;
  }

  html body #b24VehicleToolbar .b24-vt-location-distance {
    padding-inline-start: 5px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-heading {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 26px !important;
  padding-inline-end: 250px !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  position: absolute !important;
  inset-inline-start: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
}
html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active {
  position: relative !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #69727d !important;
  box-shadow: none !important;
}
html body #b24VehicleToolbar .b24-vt-types > button.is-active {
  color: #111827 !important;
  font-weight: 900 !important;
}
html body #b24VehicleToolbar .b24-vt-types > button.is-active:after {
  content: "" !important;
  position: absolute !important;
  right: 10px !important;
  left: 10px !important;
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #3476c4 !important;
}
html body #b24VehicleToolbar .b24-vt-check {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-type-count {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font: inherit !important;
}
html body #b24VehicleToolbar .b24-vt-specs {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  white-space: nowrap !important;
}
html body #b24VehicleToolbar .b24-vt-specs[hidden] {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-specs::-webkit-scrollbar {
  display: none !important;
}
html body #b24VehicleToolbar .b24-vt-spec-group,
html body #b24VehicleToolbar .b24-vt-spec-options {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
}
html body #b24VehicleToolbar .b24-vt-spec-group > strong {
  color: #253243 !important;
  font-size: 11px !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button,
html body #b24VehicleToolbar .b24-vt-spec-button:hover,
html body #b24VehicleToolbar .b24-vt-spec-button:focus {
  min-height: 0 !important;
  padding: 2px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #707a86 !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 650 !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button.is-active {
  border-bottom-color: #3476c4 !important;
  color: #3476c4 !important;
  font-weight: 900 !important;
}
@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    height: 128px !important;
    min-height: 128px !important;
    max-height: 128px !important;
    padding: 7px 13px !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    padding-top: 139px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    flex: 0 0 27px !important;
    min-height: 27px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types {
    flex: 0 0 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    flex: 0 0 26px !important;
    height: 26px !important;
  }
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    padding: 5px 7px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    min-height: 24px !important;
    padding-inline-end: 152px !important;
    gap: 10px !important;
  }
  html body #b24VehicleToolbar .b24-vt-breadcrumb {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    gap: 4px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls label {
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-sort-wrap select {
    width: 108px !important;
    height: 25px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types {
    min-height: 27px !important;
    height: 27px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    gap: 20px !important;
    min-height: 24px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-group,
  html body #b24VehicleToolbar .b24-vt-spec-options {
    gap: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-group > strong,
  html body #b24VehicleToolbar .b24-vt-spec-button {
    font-size: 9px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  flex: none !important;
  overflow: visible !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls > label {
  color: #374151 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap {
  flex: 0 0 210px !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
  display: block !important;
  width: 210px !important;
  min-width: 210px !important;
  height: 31px !important;
  padding: 0 12px 0 30px !important;
  border: 1px solid #d5dbe3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #263241 !important;
  font-size: 10.5px !important;
  font-weight: 750 !important;
  opacity: 1 !important;
}
html body #b24VehicleToolbar .b24-vt-types > button {
  gap: 5px !important;
}
html body #b24VehicleToolbar .b24-vt-type-count {
  display: inline !important;
  color: #1e61af !important;
  font-size: 0.92em !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
html body #b24VehicleToolbar .b24-vt-specs {
  gap: 34px !important;
  border: 0 !important;
  background: transparent !important;
}
html body #b24VehicleToolbar .b24-vt-spec-group {
  gap: 15px !important;
  border: 0 !important;
  background: transparent !important;
}
html body #b24VehicleToolbar .b24-vt-spec-options {
  gap: 17px !important;
  border: 0 !important;
  background: transparent !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button,
html body #b24VehicleToolbar .b24-vt-spec-button:hover,
html body #b24VehicleToolbar .b24-vt-spec-button:focus,
html body #b24VehicleToolbar .b24-vt-spec-button:active {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 2px 0 !important;
  border: 0 !important;
  border-bottom: 1.5px solid transparent !important;
  border-radius: 0 !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #596574 !important;
  box-shadow: none !important;
  outline-offset: 3px !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button.is-active {
  border-bottom-color: #3476c4 !important;
  background: none !important;
  color: #1e61af !important;
}
html body #b24VehicleToolbar .b24-vt-inline-count {
  color: #1e61af !important;
  font-size: 0.92em !important;
  font-weight: 900 !important;
}
@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 116px !important;
    width: 116px !important;
    min-width: 116px !important;
    max-width: 116px !important;
    height: 25px !important;
    font-size: 9px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    padding-inline-end: 160px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    gap: 24px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-group {
    gap: 10px !important;
  }
  html body #b24VehicleToolbar .b24-vt-spec-options {
    gap: 12px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-heading {
  padding-right: 0 !important;
  padding-left: 292px !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  right: auto !important;
  left: 0 !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  transform: translateY(-50%) !important;
  direction: rtl !important;
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls > label {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 0 0 2px !important;
  white-space: nowrap !important;
}
html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #59636f !important;
  line-height: 1 !important;
}
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  color: #252d37 !important;
  box-shadow: inset 0 0 0 1px rgba(100, 110, 120, 0.08) !important;
}
html body #b24VehicleToolbar .b24-vt-types > button.is-active:after {
  display: none !important;
  content: none !important;
}
html body #b24VehicleToolbar .b24-vt-type-name,
html body #b24VehicleToolbar .b24-vt-type-count {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
html body #b24VehicleToolbar .b24-vt-type-count {
  position: static !important;
  transform: none !important;
  color: #6f7883 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}
html body #b24VehicleToolbar .b24-vt-specs {
  width: 100% !important;
  box-sizing: border-box !important;
  padding-top: 7px !important;
  border-top: 1px solid rgba(130, 140, 150, 0.22) !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button,
html body #b24VehicleToolbar .b24-vt-spec-button:hover,
html body #b24VehicleToolbar .b24-vt-spec-button:focus,
html body #b24VehicleToolbar .b24-vt-spec-button:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 24px !important;
  padding: 0 7px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #59636f !important;
  line-height: 1 !important;
}
html body #b24VehicleToolbar .b24-vt-spec-button.is-active,
html body #b24VehicleToolbar .b24-vt-spec-button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-spec-button.is-active:focus {
  border: 0 !important;
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  color: #252d37 !important;
  box-shadow: inset 0 0 0 1px rgba(100, 110, 120, 0.08) !important;
}
html body #b24VehicleToolbar .b24-vt-inline-count {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #6f7883 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar {
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    padding-top: 143px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    flex-basis: 31px !important;
    height: 31px !important;
  }
}
@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-heading {
    padding-right: 0 !important;
    padding-left: 158px !important;
  }
  html body #b24VehicleToolbar .b24-vt-type-count,
  html body #b24VehicleToolbar .b24-vt-inline-count {
    font-size: 9.5px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    padding-top: 5px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-heading {
  position: relative !important;
  display: grid !important;
  grid-template-areas: "controls total" !important;
  grid-template-columns: 270px minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 16px !important;
  padding: 0 !important;
  direction: ltr !important;
}

html body #b24VehicleToolbar .b24-vt-total {
  grid-area: total !important;
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  direction: rtl !important;
  white-space: nowrap !important;
}

html body #b24VehicleToolbar .b24-vt-category-title {
  display: inline-flex !important;
  align-items: center !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #202936 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

html body #b24VehicleToolbar .b24-vt-results-count {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  margin: 0 !important;
  color: #77818d !important;
  font-size: 10.5px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

html body #b24VehicleToolbar .b24-vt-results-count > b {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 850 !important;
}

html body #b24VehicleToolbar .b24-vt-breadcrumb {
  display: none !important;
}

html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  grid-area: controls !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  inset: auto !important;
  transform: none !important;
  justify-self: start !important;
  width: 270px !important;
  height: 31px !important;
  min-height: 31px !important;
  margin: 0 !important;
  direction: rtl !important;
}

html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
  flex: 0 0 210px !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
}

html body #b24VehicleToolbar.b24-vt-no-specs > .b24-vt-specs,
html body #b24VehicleToolbar > .b24-vt-specs[hidden] {
  display: none !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  flex: 0 0 auto !important;
  inline-size: max-content !important;
  width: max-content !important;
  max-inline-size: max-content !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 7px !important;
  gap: 4px !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active {
  font-weight: 900 !important;
}

html body #b24VehicleToolbar .b24-vt-type-name,
html body #b24VehicleToolbar .b24-vt-type-count {
  font-size: inherit !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    justify-content: flex-start !important;
    gap: 9px !important;
    height: 108px !important;
    min-height: 108px !important;
    max-height: 108px !important;
    padding: 10px 13px 9px !important;
  }

  html
    body.b24-vehicle-results-mode
    > .content
    > #b24VehicleToolbar.b24-vt-no-specs
    + .b24-selected-category-label
    + #resultsSection {
    padding-top: 119px !important;
  }

  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-heading {
    flex: 0 0 31px !important;
    min-height: 31px !important;
  }

  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
    flex: 0 0 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}

@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-heading {
    grid-template-areas: "controls total" !important;
    grid-template-columns: 158px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  html body #b24VehicleToolbar .b24-vt-breadcrumb {
    display: none !important;
  }

  html body #b24VehicleToolbar .b24-vt-category-title {
    font-size: 10.5px !important;
  }

  html body #b24VehicleToolbar .b24-vt-results-count {
    font-size: 9px !important;
  }

  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    width: 158px !important;
    height: 25px !important;
    min-height: 25px !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    justify-content: flex-start !important;
    gap: 5px !important;
    height: 67px !important;
    min-height: 67px !important;
    max-height: 67px !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button:hover,
  html body #b24VehicleToolbar .b24-vt-types > button:focus,
  html body #b24VehicleToolbar .b24-vt-types > button:active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
    height: 25px !important;
    min-height: 25px !important;
    padding: 0 6px !important;
    gap: 3px !important;
    font-size: 9px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-category-title,
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls > label {
  color: #3476c4 !important;
}

html body #b24VehicleToolbar .b24-vt-results-count,
html body #b24VehicleToolbar .b24-vt-results-count > b,
html body #b24VehicleToolbar .b24-vt-results-count > span {
  color: #111827 !important;
}

html body #b24VehicleToolbar .b24-vt-types {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 22px !important;
  max-height: none !important;
  gap: 5px 4px !important;
  padding: 0 !important;
  overflow: visible !important;
  scrollbar-width: none !important;
}

html body #b24VehicleToolbar .b24-vt-types::-webkit-scrollbar {
  display: none !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  flex: 0 0 auto !important;
  inline-size: max-content !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  gap: 3px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 9.8px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  border-radius: 5px !important;
  background: #eef0f2 !important;
  background-color: #eef0f2 !important;
  color: #252d37 !important;
  box-shadow: inset 0 0 0 1px #d9dde2 !important;
}

html body #b24VehicleToolbar .b24-vt-type-name,
html body #b24VehicleToolbar .b24-vt-type-count {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content {
    grid-template-rows: auto auto !important;
    column-gap: 20px !important;
    row-gap: 0 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 80px !important;
    max-height: none !important;
    margin-bottom: 0 !important;
    padding: 10px 13px !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 22px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection,
  html
    body.b24-vehicle-results-mode
    > .content
    > #b24VehicleToolbar.b24-vt-no-specs
    + .b24-selected-category-label
    + #resultsSection {
    grid-column: 1 !important;
    grid-row: 2 !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    height: auto !important;
    min-height: 60px !important;
    max-height: none !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar .b24-vt-types {
    height: auto !important;
    min-height: 21px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button:hover,
  html body #b24VehicleToolbar .b24-vt-types > button:focus,
  html body #b24VehicleToolbar .b24-vt-types > button:active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
    padding: 0 4px !important;
    border-radius: 5px !important;
    font-size: 9px !important;
  }
}
@media (min-width: 901px) {
  html body.b24-vehicle-results-mode > .content {
    grid-template-rows: auto !important;
    row-gap: 0 !important;
  }
  html body.b24-vehicle-results-mode > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 2 !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    margin: 0 0 0 auto !important;
    overflow: hidden !important;
  }
  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
    flex-flow: row nowrap !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    gap: 3px !important;
    overflow: hidden !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection,
  html
    body.b24-vehicle-results-mode
    > .content
    > #b24VehicleToolbar.b24-vt-no-specs
    + .b24-selected-category-label
    + #resultsSection {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    margin-top: 80px !important;
    padding-top: 0 !important;
  }
}
html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-inline-start: auto !important;
}

html body #b24VehicleToolbar .b24-vt-types,
html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
  justify-content: space-between !important;
  gap: 6px !important;
  padding-inline: 0 !important;
}

html body #b24VehicleToolbar .b24-vt-types > button,
html body #b24VehicleToolbar .b24-vt-types > button:hover,
html body #b24VehicleToolbar .b24-vt-types > button:focus,
html body #b24VehicleToolbar .b24-vt-types > button:active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:hover,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:focus,
html body #b24VehicleToolbar .b24-vt-types > button.is-active:active {
  padding-inline: 3px !important;
  font-size: 10.8px !important;
}

@media (min-width: 901px) {
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 114px !important;
    width: 114px !important;
    min-width: 114px !important;
    max-width: 114px !important;
  }

  /* The select's own padding is asymmetric (extra space reserved on one side for the
     custom chevron icon at .b24-vt-sort-wrap > svg), and with appearance:none the text's
     own alignment otherwise just falls back to the inherited RTL direction — pushing it
     to one edge instead of sitting centered in the field. Force true centering instead. */
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    text-align: center !important;
    text-align-last: center !important;
    line-height: 29px !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection,
  html
    body.b24-vehicle-results-mode
    > .content
    > #b24VehicleToolbar.b24-vt-no-specs
    + .b24-selected-category-label
    + #resultsSection {
    margin-top: 84px !important;
  }
}

@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 99px !important;
    width: 99px !important;
    min-width: 99px !important;
    max-width: 99px !important;
  }

  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    font-size: 9.9px !important;
  }

  html body.b24-vehicle-results-mode > .content > #resultsSection {
    margin-top: 4px !important;
  }
}
html body #b24VehicleToolbar .b24-vt-types,
html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain !important;
}
@media (max-width: 900px) {
  html body {
    overflow-anchor: none !important;
  }
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    box-sizing: border-box !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 3px 6px !important;
    gap: 1px !important;
    overflow: hidden !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    flex: 0 0 21px !important;
    min-height: 21px !important;
    height: 21px !important;
    padding-inline-end: 105px !important;
    gap: 4px !important;
  }
  html body #b24VehicleToolbar .b24-vt-total > strong {
    font-size: 9.5px !important;
  }
  html body #b24VehicleToolbar .b24-vt-total > span {
    font-size: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-total b {
    font-size: 10px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls label {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 99px !important;
    width: 99px !important;
    min-width: 99px !important;
    max-width: 99px !important;
    height: 21px !important;
    min-height: 21px !important;
    font-size: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types,
  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types {
    flex: 0 0 23px !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 23px !important;
    height: 23px !important;
    max-height: 23px !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-types::-webkit-scrollbar {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button,
  html body #b24VehicleToolbar .b24-vt-types > button.is-active {
    flex: 0 0 25% !important;
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    padding: 0 2px !important;
    font-size: 8.2px !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
  }
  html body #b24VehicleToolbar .b24-vt-types > button.is-active::after {
    right: 6px !important;
    left: 6px !important;
  }
  html body #b24VehicleToolbar .b24-vt-specs {
    display: none !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    margin-top: 2px !important;
  }
}
.b24-vt-mobile-filter {
  display: none;
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode #fixedFilterBtnMobile {
    display: none !important;
  }
  html body.b24-vehicle-results-mode > .content {
    overflow: visible !important;
  }
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    position: sticky !important;
    top: 152px !important;
    z-index: 16950 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 0 10px 10px !important;
    background: #fff !important;
    box-shadow: 0 5px 12px rgba(22, 43, 68, 0.07) !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    display: grid !important;
    grid-template-areas: "filter controls" !important;
    grid-template-columns: minmax(66px, 1fr) 112px !important;
    direction: rtl !important;
    gap: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-total {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-mobile-filter {
    grid-area: filter !important;
    justify-self: start !important;
    align-self: center !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 62px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 7px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #eaf1f8 !important;
    color: #3476c4 !important;
    box-shadow: none !important;
    font:
      800 9px "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic",
      "Cairo",
      sans-serif !important;
    cursor: pointer !important;
  }
  html body #b24VehicleToolbar .b24-vt-mobile-filter svg {
    width: 13px !important;
    height: 13px !important;
    flex: 0 0 13px !important;
    fill: currentColor !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    grid-area: controls !important;
    justify-self: end !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    margin: 0 !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    box-sizing: border-box !important;
    flex-basis: 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding: 0 5px 0 22px !important;
    color: #29384a !important;
    outline: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select:focus {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-sort-wrap > svg {
    left: 4px !important;
    width: 13px !important;
    height: 13px !important;
    stroke: #48596c !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    box-sizing: border-box !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 3px 7px !important;
    gap: 0 !important;
    overflow: hidden !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    flex: 1 1 24px !important;
    width: 100% !important;
    height: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    grid-template-areas: "controls total" !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    direction: ltr !important;
  }
  html body #b24VehicleToolbar .b24-vt-total {
    grid-area: total !important;
    justify-self: end !important;
    gap: 4px !important;
    direction: rtl !important;
  }
  html body #b24VehicleToolbar .b24-vt-category-title {
    font-size: 9.5px !important;
    line-height: 1 !important;
  }
  html body #b24VehicleToolbar .b24-vt-results-count,
  html body #b24VehicleToolbar .b24-vt-results-count > b,
  html body #b24VehicleToolbar .b24-vt-results-count > span {
    font-size: 8px !important;
    line-height: 1 !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    grid-area: controls !important;
    justify-self: start !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls > label {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 104px !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 24px !important;
    min-height: 24px !important;
    font-size: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-types,
  html body #b24VehicleToolbar.b24-vt-no-specs .b24-vt-types,
  html body #b24VehicleToolbar .b24-vt-specs {
    display: none !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    margin-top: 2px !important;
  }
}
@media (max-width: 900px) {
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    justify-self: start !important;
    margin-left: -3px !important;
    margin-right: 0 !important;
    transform: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    position: sticky !important;
    top: 152px !important;
    z-index: 16950 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    display: grid !important;
    grid-template-areas: "controls filter" !important;
    grid-template-columns: 112px minmax(66px, 1fr) !important;
    direction: ltr !important;
    gap: 8px !important;
  }
  html body #b24VehicleToolbar .b24-vt-total {
    display: none !important;
  }
  html body #b24VehicleToolbar .b24-vt-mobile-filter {
    grid-area: filter !important;
    justify-self: end !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    grid-area: controls !important;
    justify-self: start !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    margin: 0 !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  html body.b24-vehicle-results-mode > .content > #resultsSection {
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode #fixedFilterBtnMobile {
    display: flex !important;
  }
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    top: 162px !important;
    transition: top 0.23s ease !important;
  }
  html body.b24-search-collapsed.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-search-collapsed.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    top: 62px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading {
    grid-template-areas: "controls total" !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
    direction: ltr !important;
  }
  html body #b24VehicleToolbar .b24-vt-total {
    grid-area: total !important;
    justify-self: end !important;
    display: flex !important;
    direction: rtl !important;
    gap: 4px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls {
    grid-area: controls !important;
    justify-self: start !important;
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap,
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    flex-basis: 122px !important;
    width: 122px !important;
    min-width: 122px !important;
    max-width: 122px !important;
  }
  html body #b24VehicleToolbar .b24-vt-heading > .b24-vt-controls .b24-vt-sort-wrap select {
    padding: 0 1px 0 20px !important;
    direction: rtl !important;
    text-align: left !important;
    text-align-last: left !important;
  }
  html body #b24VehicleToolbar .b24-vt-sort-wrap > svg {
    left: 3px !important;
  }
  html body #b24VehicleToolbar .b24-vt-mobile-filter {
    display: none !important;
  }
}
@media (max-width: 900px) {
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar,
  html body.b24-vehicle-results-mode > .content > #b24VehicleToolbar.b24-vt-no-specs {
    position: relative !important;
    top: auto !important;
    z-index: 2 !important;
    transition: none !important;
  }
}
