/** Shopify CDN: Minification failed

Line 61:23 Unexpected "\"#cm-collection-list\""

**/
.pagination__inner {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pagination__nav-item-container {
  min-width: 35px;
  height: 35px;
  display: flex;
  border: 1px solid #d4d6d8;
  border-radius: 2px;
}

.pagination__nav-item {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (min-width: 641px) and (max-width: 800px) {
  body .header__logo-image {
    max-width: 160px !important;
  }
}

@media (max-width: 425px) {
  body .header__logo-image {
    max-width: 120px !important;
  }
}

#cm-fitment-table .cm_fitment-table{
  margin-top: 0;
}

.cm_FacetPanel {
  background-color: #fff;
}

.cm_field-manufacturers {
  display: none;
}

.header__action-item--mobile-search-box {
  display: none;
}

.cm_garage .cm_garageDropdown {
    right: 7px;
}

.container--narrow:has("#cm-collection-list") {
    max-width: 1480px;
}

.cm_vehicle-categories_category-title-container {
  margin-top: auto;
}

@media (max-width: 641px) {
  .cm_main-content .cm_message, 
  .cm_main-content .cm_SearchVehicleWidget, 
  .cm_main-content .cm_SearchHeader {
    margin: 10px;
  }

  .header__action-item--mobile-search-box {
    display: block;
  }
}

#cm-garage {
  width: 122px;
}

#cm-collection-page,
#cm_results,
#cm-collection-list,
#cm_manufacturers {
  min-height: 70vh;
}

#cm-verify-fitment:empty {
  height: 67.31px;
}

#cm-ymm:empty {
  height: 88px;
}

@media (max-width: 1280px) {
  #cm-garage {
    width: 35px;
  }
}

@media (max-width: 880px) {
  #cm-ymm:empty {
    height: 258.39px;
  }
}

.header__action-item.header__action-item--currency{
  display: none;
}