.dealers {
  font-family: var(--font-family-1);
}
.dealers * {
}
.dealers-filter {
  top: 30px;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15); */
  padding: 1.254rem 1.25rem 0rem;
}
@media only screen and (max-width: 576px) {
  .dealers-filter {
      padding: 1.254rem 1rem 0rem;
  }
  .dealers-content {
    padding: 1.875rem 1rem 3.75rem !important;
  }
}
.dealers-filter-button {
  background-color: var(--brand-black);
  gap: 0.875rem;
  height: 3rem;
  -webkit-appearance: none;
  padding: 0;
}
.dealers-filter-button-text {
  font-size: 1.25rem;
  font-family: var(--font-family-1);
  font-weight: var(--weight-bolder);
  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 1.25rem 3.75rem;
  gap: 1.25rem;
}
.dealers-content-title {
  font-size: 2rem;
  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-dark-5);
}
.dealers-desktop-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
}
.dealers-desktop-sidebar-inner {
  gap: 5rem !important;
  padding-block: 1.875rem;
}
.dealers-desktop-sidebar-location-title {
  font-size: 1.125rem;
  font-weight: var(--weight-bolder);
  font-family: var(--font-family-1-2);
  color: var(--brand-black);
  line-height: normal;
}
.dealers-desktop-sidebar-selector{
  align-items: center;
  position: relative;
}
.dealers-desktop-sidebar-location-selector {
  font-size: 1rem;
  font-weight: var(--weight-normal);
  font-family: var(--font-family-1-2);
  color: var(--gray-dark-1);
  padding: 0.5rem 0.75rem;
  height: 3rem;
  border-radius: 0%;
  appearance: none;
  background-color: var(--gray-dark-5);
}
.dealers-desktop-sidebar-location-selector-icon{
    position: absolute;
    right: 12px;
    margin: 0.5rem;
    pointer-events: none;
}

.selector-placeholder {
    color: var(--gray-dark-3);
}

.dealers-desktop-sidebar-location-selector-option {
    padding: 0.75rem;
    font-family: var(--font-family-1);
}
.dealers-desktop-sidebar-services-title {
  font-size: 1.25rem;
  font-weight: var(--weight-bolder);
  font-family: var(--font-family-1);
  color: var(--brand-black);
  line-height: normal;
}
.dealers-desktop-sidebar-services-title ~ ul .gap-2 {
  gap: 0.75rem !important;
}
.dealers-desktop-sidebar-services-label {
  font-size: 1rem;
  font-family: var(--font-family-1-2);
  color: var(--gray-dark-1);
  font-weight: var(--weight-normal);
  line-height: normal;
}
.dealers-mobile-sidebar-header {
  font-family: var(--font-family-1);
  font-size: 1.25rem;
  color: var(--brand-black);
  font-weight: var(--weight-bolder);
  border-bottom: 3px solid var(--brand-black);
  background-color: var(--white, #fff);
  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-bolder);
    font-size: var(--paragraph-2);
    margin-top: 1.25rem;
    background: var(--brand);
    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: 1536px) {
  .offcanvas.offcanvas-start {
      padding: 2rem 5.5rem !important;
  }
}

@media only screen and (min-width: 1200px) {
  .offcanvas.offcanvas-start {
    padding: 2rem;
  }
  .dealers-desktop-sidebar {
    margin-top: 13.5rem;
    width: 13rem;
  }
  .dealers-content {
    padding-top: 6rem;
    padding-bottom: 9rem;
    padding-inline: 2rem 2rem;
    gap: 2rem;
  }
  
}

@media only screen and (max-width: 900px) {
  .dealers-content-title {
    font-size: 2rem;
    line-height: 2.438rem;
    text-align: start;
  }
}


@media only screen and (max-width: 768px) {
  .dealers-content-title {
    font-size: 2rem;
  }
}

@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: 2rem;
    line-height: 2.438rem;
  }
}

@media only screen and (min-width: 1625px) {
  .dealers-desktop-sidebar {
    width: 354px !important;
  }
}

@media only screen and (min-width: 768px) {
  .dealers-desktop-sidebar {
    background-color: var(--gray-dark-5);
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    align-self: flex-start;
    padding-bottom: 5rem;
    margin-top: 4.375rem;
    width: 276px;
  }
/*  .dealers-desktop-sidebar-location-title {
    font-size: 1.125rem;
  }*/
  .dealers-desktop-sidebar-location-selector {
    font-size: 1rem;
    font-weight: var(--weight-normal);
  }
/*  .dealers-desktop-sidebar-services-title {
    font-size: 1.25rem;
  }*/
  .dealers-content-title {
    font-size: 2rem;
    line-height: normal;
  }
  .dealers-desktop-sidebar-wrapper {
    padding: 1rem;
    position: relative;
    visibility: visible;
    z-index: auto;
    transform: none;
    border-right: none;
    width: auto;
  }
  .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; */
  }
}

.dealers-content .container {
  --bs-gutter-x: 0rem !important;
}

.quick-links{
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  background-color:var(--brand);
  color:var(--brand-white);
  padding: 5rem 3rem;
  gap: 4rem;
}
.quick-link{
  flex: 1;
}
.quick-link a {
  font-size: 1.5rem;
  font-family: var(--font-family-1);
  font-weight: var(--weight-bolder);
  color: var(--brand-white);
}
.quick-link a svg {
  margin-left: 0.5rem;
}
.quick-link-title {
  font-family: var(--font-family-1);
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .quick-links{
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .quick-link-title {
    font-family: var(--font-family-1-2);
    font-size: 0.875rem;
    padding-bottom: 1rem;
  }
  .quick-link a {
    font-size: 0.875rem;
  }
  .quick-link a svg {
    width: 6px !important;
    height: 10px !important;
    margin-left: 0.25rem;
  }
}
