.dealers {
  font-family: var(--font-family-1);
}
.dealers * {
}
.dealers-filter {
  top: 50px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  /* border-top: solid 1px white; */
}
.dealers-filter-button {
  background-color: #0B457F;
  gap: 0.875rem;
  height: 3rem;
  -webkit-appearance: none;
  padding: 0;
}
.dealers-filter-button-text {
  font-size: var(--paragraph-1);
  font-family: var(--font-family-2);
  font-weight: var(--weight-normal);
  color: var(--brand-white);
  -webkit-appearance: none;
  letter-spacing: 0.32px;
}
.dealers-block-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dealers-content {
  padding: 1.875rem 2rem 3.75rem;
  gap: 2rem;
}
.dealers-content-title {
  font-size: 22px;
  font-weight: var(--weight-bolder);
  font-family: var(--font-family-1);
  color: var(--brand-black);
  text-align: start;
}
.dealers-sidebar-and-content {
  display: flex;
  overflow: unset;
}
.dealers-desktop-sidebar-wrapper {
  background-color: var(--gray-light-2);
}
.dealers-desktop-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
}
.dealers-desktop-sidebar-inner {
  gap: 3rem !important;
  padding-block: 1.875rem;
  background: var(--gray-light-2);
}
.dealers-desktop-sidebar-location-title {
  font-size: var(--title-4);
  font-weight: var(--weight-bold);
  font-family: var(--font-family-2);
  color: var(--brand-black);
  line-height: 21.98px;
}
.dealers-desktop-sidebar-selector{
  align-items: center;
  position: relative;
}
.dealers-desktop-sidebar-location-selector {
  font-size: var(--paragraph-1);
  /* font-weight: var(--weight-bolder); */
  font-family: var(--font-family-2);
  color: var(--brand-gray-1);
  padding: 0.5rem 0.75rem;
  height: 3rem;
  border-radius: 0%;
  appearance: none;
  background: transparent;
  line-height: 22px;
}
.dealers-desktop-sidebar-location-selector-icon{
    position: absolute;
    right: 12px;
    margin: 0.5rem;
    pointer-events: none;
}
.dealers-desktop-sidebar-location-selector-option {
  padding: 0.75rem;
  font-family: var(--font-family-1);
}
select:focus {
  width: 50%;
}
.dealers-desktop-sidebar-services-title {
  font-size: var(--title-13);
  font-weight: var(--weight-bolder);
  font-family: var(--font-family-1-1);
  color: var(--brand-black);
  line-height: 24.42px;
}
.dealers-desktop-sidebar-services-title ~ ul .gap-2 {
  gap: 0.75rem !important;
}
.dealers-mobile-sidebar-header {
  font-family: var(--font-family-2);
  font-size: 1.25rem;
  color: var(--brand-gray-1);
  font-weight: var(--weight-bolder);
  border-bottom: 3px solid var(--brand-gray-1);
  background-color: var(--gray-light-2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  height: 3.125rem;
  text-transform: uppercase;
}
.dealers-mobile-sidebar-header-close-button {
  background-color: transparent;
}
.dealers-mobile-sidebar-filter-button {
    color: var(--brand-white);
    font-family: var(--font-family-1);
    font-weight: var(--weight-normal);
    font-size: var(--title-6);
    margin-top: 1.25rem;
    background: #0B457F;
    border: none;
    width: 100%;
    height: 3rem;
    /* text-transform: uppercase; */
    /* max-width: 22rem; */
    line-height: 1.375rem;
}
/* .content-scrollable{
  overflow-y: auto;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
.content-scrollable::-webkit-scrollbar{
  display: none;  
} */

@media only screen and (min-width: 1400px) {
  .dealers-desktop-sidebar {
    width: 17.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  .offcanvas.offcanvas-start {
    padding: 6.25rem 5.5rem;
  }
  .dealers-desktop-sidebar {
    /* margin-top: 13.5rem; */
    width: 13rem;
  }
  .dealers-content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-inline: 4rem 3rem;
    /* gap: 3.12rem; */
  }
  
}



@media only screen and (max-width: 900px) {
  .dealers-content-title {
    font-size: 32px;
    line-height: 42.21px;
    /* text-align: center; */
  }
}


@media only screen and (max-width: 767px) {
  .dealers-content {
    padding: 1.875rem 1rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .dealers-block-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 3.75rem;
  }

  .dealers-content-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .dealers-desktop-sidebar {
    background-color: var(--gray-light-2);
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    align-self: flex-start;
    padding-bottom: 5rem;
    /* margin-top: 4.375rem; */
    width: 354px;
  }
  .dealers-desktop-sidebar-location-title {
    font-size: var(--paragraph-1);
    line-height: 21.98px;
  }
  .dealers-desktop-sidebar-location-selector {
    font-size: var(--paragraph-2);
    line-height: 19.38px;
  }
  .dealers-desktop-sidebar-services-title {
    font-size: var(--title-6);
    line-height: 24.42px;
  }
  .dealers-content-title {
    font-size: var(--title-8);
    line-height: 39.07px;
  }
  .dealers-desktop-sidebar-wrapper {
    padding: 1rem;
    position: relative;
    visibility: visible;
    z-index: auto;
    transform: none;
    border-right: none;
    width: auto;
  }
  .dealers-desktop-sidebar-services-label {
    font-size: var(--paragraph-2);
    font-family: var(--font-family-2);
    line-height: 19.38px;
    color: var(--brand-gray-1);
  }
  .offcanvas {
  }
  .offcanvas.offcanvas-start {
    transform: none;
    border-right: none;
    width: auto;
    /* border-bottom: 6px solid var(--brand); */
  }
}


@media only screen and (max-width: 767px) {
  .dealers-desktop-sidebar {
    /* display: none; */
  }
}

