@charset "UTF-8";
.top-info-bar {
  background: #252525;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-info-bar .info-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .top-info-bar .info-bar-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-info-bar .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
@media (max-width: 991px) {
  .top-info-bar .info-item {
    flex: 0 0 calc(50% - 10px);
    min-width: 250px;
  }
}
@media (max-width: 575px) {
  .top-info-bar .info-item {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.top-info-bar .info-item .info-icon {
  width: 32px;
  height: 32px;
  color: #ffffff;
  flex-shrink: 0;
}
.top-info-bar .info-item .info-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.top-info-bar .info-item .info-content .info-title {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.top-info-bar .info-item .info-content .info-subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

.header-7 .header-top {
  background: #252525;
  padding: 17px 0px 23px;
}
.header-7 .header-top .header-top--wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header-7 .header-top .header-top--left {
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  display: block;
  position: relative;
}
.header-7 .header-top .header-top--left .header__heading {
  position: relative;
  top: 4px;
}
.header-7 .header-top .header-top-center {
  position: relative;
  flex: 0 0 calc(44.666667% + 20px);
  max-width: calc(44.666667% + 20px);
}
.header-7 .header-top .header-top-center .search-bar {
  border-radius: 5px;
}
.header-7 .header-top .header-top-center .search-bar .input-group-field {
  padding: 15px 20px 13px;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
  width: calc(100% - 42px);
}
.header-7 .header-top .header-top-center .search-bar .icon-search {
  padding: 0;
  width: 42px;
}
.header-7 .header-top .header-top-center .search-bar .icon-search svg {
  width: 22px;
  height: 22px;
  fill: #252525;
}
.header-7 .header-top .header-top-center .quickSearchResultsWrap {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.header-7 .header-top .header-top-center .quickSearchResultsWrap .quickSearchResult {
  padding: 30px 30px 30px;
  max-height: calc(80vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
}
.header-7 .header-top .header-top-center .quickSearchResultsWrap .search-block-title span {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
}
.header-7 .header-top .header-top-center .quickSearchResultsWrap .item .link {
  border-radius: 5px;
}
.header-7 .header-top .header-top-center .quickSearchResultsWrap.show {
  top: calc(100% + 10px);
}
.header-7 .header-top .header-top--right {
  flex: 0 0 calc(33.3333% - 10px);
  max-width: calc(33.3333% - 10px);
}
.header-7 .header-top .header-top--right .header__group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-7 .header-top .header-top--right .customer-service-text {
  font-size: 14px;
  text-align: left;
  margin-right: 22px;
  position: relative;
  top: 5px;
  color: #ffffff;
}
.header-7 .header-top .header-top--right .customer-service-text a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.header-7 .header-top .header-top--right .header__icon {
  position: relative;
  text-align: center;
}
.header-7 .header-top .header-top--right .header__icon svg {
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
  top: 2px;
  fill: #ffffff;
}
.header-7 .header-top .header-top--right .header__icon > span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: block !important;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  letter-spacing: 0;
  color: #ffffff;
}
.header-7 .header-top .header-top--right .header__icon .cart-count-bubble {
  position: absolute;
  right: -8px;
  top: -7px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fe3131;
}
.header-7 .header-top .header-top--right .header__icon .cart-count-bubble span {
  color: #ffffff;
}
.header-7 .header-top .header-top--right .header__icon + .header__icon {
  margin-left: 40px;
}
.header-7 .header-bottom {
  background: #252525;
}
.header-7 .header-bottom .header-bottom--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .menu-lv-1__action {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .label {
  font-size: 12px;
  border-radius: 3px;
  line-height: 18px;
  height: 18px;
  padding: 0 9px;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .label.new-label {
  background: #3dc781;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .label.hot-label {
  background: #ff750f;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .label.sale-label {
  background: #e52f69;
}
.header-7 .header-bottom .list-menu .menu-lv-1 .label::before {
  display: none;
}
.header-7 .header-bottom .list-menu .site-nav-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.header-7 .header-bottom .list-menu .product-card .card-price {
  justify-content: center;
}
.header-7 .header-bottom .header-language_currency {
  display: inline-block;
  position: relative;
  text-align: right;
  padding: 0;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button {
  padding: 0;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .icon svg {
  width: 16px;
  height: 16px;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .text + svg {
  fill: #ffffff;
  width: 11px;
  height: 11px;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .text.text-language {
  position: relative;
}
.header-7 .header-bottom .header-language_currency .halo-language_currency .disclosure__button .text.text-language::after {
  position: absolute;
  content: "/";
  top: 0px;
  right: -14px;
  color: #ffffff;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency {
  display: flex;
  justify-content: center;
  background: #fafafa;
  position: absolute;
  right: 0;
  top: 10px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 300px;
  border-radius: 5px;
  padding-bottom: 19px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency.show {
  top: calc(100% + 9px);
  opacity: 1;
  z-index: 9;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .dropdown-item {
  width: 50%;
  padding: 0;
  text-align: left;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .dropdown-item:hover {
  background: transparent;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .title {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  padding: 13px 30px 13px;
  font-weight: 600;
  background: #fafafa;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .text {
  position: relative;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 7px 15px 8px 30px;
  display: flex;
  align-items: center;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item .icon svg {
  width: 24px;
  height: 24px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item.active span {
  font-weight: 600;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .currency-item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__list {
  background: transparent;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link {
  display: flex;
  align-items: center;
  padding: 7px 15px 4px 30px;
  text-decoration: none;
  line-height: 1.8;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link .icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link .icon svg {
  width: 24px;
  height: 24px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link.disclosure__link--active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link.disclosure__link--active span {
  font-weight: 700;
}
.header-7 .header-bottom .header-language_currency .dropdown-language_currency .disclosure__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-mobile {
  background: #252525;
}
.header-mobile .header-mobile--icon .mobileMenu-toggle {
  color: #ffffff;
}
.header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon {
  background-color: #ffffff;
}
.header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::before, .header-mobile .header-mobile--icon .mobileMenu-toggle .mobileMenu-toggle__Icon::after {
  background-color: #ffffff;
}
.header-mobile .header-mobile--icon svg {
  fill: #ffffff;
}
.header-mobile .header-mobile--icon .cart-count-bubble {
  background-color: #fe3131 !important;
}
.header-mobile .header-mobile--icon .cart-count-bubble span {
  color: #ffffff;
}

.partner-links-bar {
  background: #1a1a1a;
  padding: 8px 0;
  border-bottom: 1px solid #2a2a2a;
}
.partner-links-bar .partner-links-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.partner-links-bar .partner-link {
  color: #e8e8e8;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-right: 1px solid #2a2a2a;
}
.partner-links-bar .partner-link:last-child {
  border-right: none;
}
.partner-links-bar .partner-link:hover {
  color: #ffffff;
  background: #252525;
}
.partner-links-bar .partner-link.highlight {
  background: #d9242c;
  color: #ffffff;
  font-weight: 700;
}
.partner-links-bar .partner-link.highlight:hover {
  background: #b01f27;
}

.mobile-promo-banner {
  background: #d9242c;
  color: #ffffff;
  padding: 12px 15px;
  display: none;
  position: relative;
}
.mobile-promo-banner .mobile-promo-banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mobile-promo-banner .mobile-promo-banner__text {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.mobile-promo-banner .mobile-promo-banner__close {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
}
.mobile-promo-banner .mobile-promo-banner__close:hover {
  opacity: 0.8;
}

.megamenu-vehicle-vertical .megamenu-vehicle-container {
  display: flex;
  width: 100%;
  min-height: 400px;
  max-height: 500px;
  background: #ffffff;
  overflow: hidden;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands {
  width: 200px;
  background: #f8f8f8;
  border-right: 1px solid #e0e0e0;
  flex-shrink: 0;
  overflow: visible;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item .brand-name {
  font-size: 13px;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item:hover {
  background: #ffffff;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item:hover .brand-name {
  color: #d9242c;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item:hover + .models-content {
  display: block !important;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item.active {
  background: #ffffff;
  border-left: 3px solid #d9242c;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item.active .brand-name {
  color: #d9242c;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item::after {
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models {
  flex: 1;
  position: relative;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .models-content {
  display: none;
  padding: 30px;
  background: #ffffff;
  min-height: 100%;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .models-content.active {
  display: block;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .models-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 25px;
  column-gap: 30px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .model-column .model-title {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .model-column .model-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .model-column .model-list li {
  margin-bottom: 6px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .model-column .model-list li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
  padding: 4px 0;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .model-column .model-list li a:hover {
  color: #d9242c;
  padding-left: 5px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models::-webkit-scrollbar {
  width: 8px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models::-webkit-scrollbar-thumb {
  background: #d9242c;
  border-radius: 4px;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models::-webkit-scrollbar-thumb:hover {
  background: #b01f27;
}

.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item:first-child {
  background: #ffffff;
  border-left: 3px solid #d9242c;
}
.megamenu-vehicle-vertical .megamenu-vehicle__brands .brand-item:first-child .brand-name {
  color: #d9242c;
}
.megamenu-vehicle-vertical .megamenu-vehicle__models .models-content:first-child {
  display: block;
}

.megamenu-brands-grid .brands-grid-wrapper {
  padding: 30px 0;
}
.megamenu-brands-grid .brands-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}
.megamenu-brands-grid .brand-item .brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 15px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #ffffff;
  min-height: 100px;
  justify-content: center;
}
.megamenu-brands-grid .brand-item .brand-link:hover {
  border-color: #d9242c;
  box-shadow: 0 2px 8px rgba(217, 36, 44, 0.15);
  transform: translateY(-2px);
}
.megamenu-brands-grid .brand-item .brand-logo {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.megamenu-brands-grid .brand-item .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.megamenu-brands-grid .brand-item .brand-logo .brand-text {
  font-size: 11px;
  font-weight: 700;
  color: #232323;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.megamenu-brands-grid .brand-item .brand-name {
  font-size: 10px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}

@media (max-width: 1300px) {
  .megamenu-brands-grid .brands-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) {
  .megamenu-brands-grid .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .mobile-promo-banner {
    display: block;
  }
  .partner-links-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .partner-links-bar .partner-links-nav {
    flex-wrap: wrap;
    gap: 1px;
  }
  .partner-links-bar .partner-link {
    font-size: 10px;
    padding: 5px 12px;
  }
}
.hero-content-modern {
  max-width: 100% !important;
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0 20px;
}
.hero-content-modern .banner-title-modern .hero-title-main {
  font-size: 72px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-content-modern .banner-text-modern {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 800px;
}
.hero-content-modern .banner-button-modern .text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hero-content-modern .banner-title-modern .hero-title-main {
    font-size: 56px;
  }
  .hero-content-modern .banner-text-modern {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .hero-content-modern .banner-title-modern .hero-title-main {
    font-size: 42px;
    letter-spacing: 1px;
  }
  .hero-content-modern .banner-text-modern {
    font-size: 16px;
  }
}
.vehicle-search-section {
  position: relative;
  margin-top: -80px;
  z-index: 10;
  padding: 0 15px;
}

.vehicle-search-wrapper {
  background: #2a2a2a;
  border: 2px solid #d9242c;
  padding: 20px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.vehicle-search-desktop {
  display: flex;
  align-items: center;
  gap: 15px;
}
.vehicle-search-desktop .vehicle-search-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  white-space: nowrap;
  padding-right: 15px;
  border-right: 2px solid #d9242c;
}
.vehicle-search-desktop .vehicle-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.vehicle-search-desktop .vehicle-select {
  flex: 1;
  height: 45px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23232323' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}
.vehicle-search-desktop .vehicle-select:hover {
  border-color: #d9242c;
}
.vehicle-search-desktop .vehicle-select:focus {
  outline: none;
  border-color: #d9242c;
  box-shadow: 0 0 0 2px rgba(217, 36, 44, 0.2);
}
.vehicle-search-desktop .vehicle-select option {
  padding: 10px;
}
.vehicle-search-desktop .vehicle-search-btn {
  height: 45px;
  padding: 0 40px;
  background: #d9242c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.vehicle-search-desktop .vehicle-search-btn:hover {
  background: #b01f27;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 36, 44, 0.4);
}
.vehicle-search-desktop .vehicle-search-btn:active {
  transform: translateY(0);
}
.vehicle-search-desktop .vehicle-reset-btn {
  height: 45px;
  width: 45px;
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.vehicle-search-desktop .vehicle-reset-btn svg {
  stroke: #ffffff;
}
.vehicle-search-desktop .vehicle-reset-btn:hover {
  background: #4a4a4a;
  border-color: #d9242c;
}
.vehicle-search-desktop .vehicle-reset-btn:hover svg {
  stroke: #d9242c;
}

.vehicle-search-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .vehicle-search-section {
    margin-top: -60px;
  }
  .vehicle-search-wrapper {
    padding: 15px 20px;
  }
  .vehicle-search-desktop .vehicle-search-title {
    font-size: 14px;
    padding-right: 12px;
  }
  .vehicle-search-desktop .vehicle-search-form {
    gap: 8px;
  }
  .vehicle-search-desktop .vehicle-select {
    height: 42px;
    font-size: 13px;
  }
  .vehicle-search-desktop .vehicle-search-btn {
    height: 42px;
    padding: 0 30px;
    font-size: 14px;
  }
  .vehicle-search-desktop .vehicle-reset-btn {
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 768px) {
  .vehicle-search-section {
    margin-top: -50px;
    padding: 0 10px;
  }
  .vehicle-search-wrapper {
    padding: 0;
    background: #2a2a2a;
    border: 1px solid #d9242c;
  }
  .vehicle-search-desktop {
    display: none;
  }
  .vehicle-search-mobile {
    display: block;
  }
  .vehicle-search-mobile .vehicle-search-mobile-toggle {
    width: 100%;
    background: #2a2a2a;
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .vehicle-search-mobile .vehicle-search-mobile-toggle .text {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .vehicle-search-mobile .vehicle-search-mobile-toggle .icon-arrow {
    stroke: #d9242c;
    transition: transform 0.3s ease;
  }
  .vehicle-search-mobile .vehicle-search-mobile-toggle.active .icon-arrow {
    transform: rotate(180deg);
  }
  .vehicle-search-mobile .vehicle-search-mobile-toggle:hover {
    background: #333333;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content {
    display: none;
    padding: 20px;
    background: #2a2a2a;
    border-top: 1px solid #3a3a3a;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content.active {
    display: block;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-select-mobile {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23232323' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-select-mobile:focus {
    outline: none;
    border-color: #d9242c;
    box-shadow: 0 0 0 2px rgba(217, 36, 44, 0.2);
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions {
    display: flex;
    gap: 12px;
    margin-top: 15px;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-search-btn-mobile {
    flex: 1;
    height: 50px;
    background: #d9242c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-search-btn-mobile:active {
    background: #b01f27;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-reset-btn-mobile {
    height: 50px;
    width: 50px;
    background: #3a3a3a;
    border: 1px solid #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-reset-btn-mobile svg {
    stroke: #ffffff;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-reset-btn-mobile:active {
    background: #4a4a4a;
    border-color: #d9242c;
  }
  .vehicle-search-mobile .vehicle-search-mobile-content .vehicle-search-mobile-actions .vehicle-reset-btn-mobile:active svg {
    stroke: #d9242c;
  }
}
.popular-brands-section {
  padding: 60px 0;
  background: #f8f8f8;
}

.popular-brands-title {
  font-size: 32px;
  font-weight: 800;
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}

.popular-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.popular-brands-grid--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.brand-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  aspect-ratio: 1;
}
.popular-brands-grid--two .brand-card {
  aspect-ratio: 2.5/1;
  max-height: 250px;
}
.brand-card__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.brand-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.brand-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.brand-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.brand-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.brand-card:hover .brand-card__image img {
  transform: scale(1.05);
}
.brand-card:hover .brand-card__overlay {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .popular-brands-section {
    padding: 50px 0;
  }
  .popular-brands-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .popular-brands-grid {
    gap: 20px;
  }
  .brand-card__name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popular-brands-section {
    padding: 40px 0;
  }
  .popular-brands-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .popular-brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .brand-card__overlay {
    transform: translateY(0);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  }
  .brand-card__name {
    font-size: 14px;
  }
}
.site-nav-mobile .menu-lv-1 {
  border-bottom: 1px solid #e8e8e8;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action .menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action .menu-icon svg {
  width: 20px;
  height: 20px;
  fill: #232323;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action .text {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action .icon-dropdown {
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.site-nav-mobile .menu-lv-1.has-icon .menu-lv-1__action .icon-dropdown svg {
  fill: #666;
}
.site-nav-mobile .menu-lv__dropdownmenu {
  background: #f9f9f9;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2 {
  border-bottom: 1px solid #e0e0e0;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2 .menu-lv-2__action {
  padding: 12px 20px 12px 50px;
  font-size: 14px;
  color: #666;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2 .menu-lv-2__action:hover {
  color: #d9242c;
  background: #ffffff;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2.nav-title-mobile {
  background: #232323;
  padding: 15px 20px;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2.nav-title-mobile .text {
  color: #ffffff;
  font-weight: 600;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-2.nav-title-mobile .icon-dropdown svg {
  fill: #ffffff;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-3 .menu-lv-3__action {
  padding: 10px 20px 10px 70px;
  font-size: 13px;
  color: #999;
}
.site-nav-mobile .menu-lv__dropdownmenu .menu-lv-3 .menu-lv-3__action:hover {
  color: #d9242c;
}

.container-1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.halo-block-new-products-professional {
  padding: 80px 0;
  background: #f9f9f9;
}
.halo-block-new-products-professional .new-products-wrapper {
  align-items: stretch;
}
.halo-block-new-products-professional .brand-spotlight-column {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .halo-block-new-products-professional .brand-spotlight-column {
    margin-bottom: 0;
    padding-right: 25px;
  }
}
.halo-block-new-products-professional .brand-spotlight-card {
  background: #fafafa;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.halo-block-new-products-professional .brand-spotlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.halo-block-new-products-professional .brand-spotlight-card .brand-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 35px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.halo-block-new-products-professional .brand-spotlight-card .brand-logo-container .brand-featured-image {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-logo-container:hover .brand-featured-image {
  transform: scale(1.05);
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-title {
  font-size: 26px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 280px;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-link {
  width: 100%;
  max-width: 240px;
  text-align: center;
  padding: 14px 24px;
  background: #d9242c;
  color: #ffffff;
  border: 2px solid #d9242c;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-top: 8px;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-link:hover {
  background: transparent;
  color: #d9242c;
}
.halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-link .text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .halo-block-new-products-professional .new-products-grid-column {
    padding-left: 25px;
  }
}
.halo-block-new-products-professional .halo-row-header-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  z-index: 5;
}
.halo-block-new-products-professional .halo-row-header-inline .section-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  margin: 0;
  letter-spacing: 0.02em;
}
.halo-block-new-products-professional .halo-row-header-inline .view_all {
  font-size: 14px;
  color: #d9242c;
  font-weight: 500;
  transition: color 0.3s ease;
}
.halo-block-new-products-professional .halo-row-header-inline .view_all:hover {
  color: #b01e24;
  text-decoration: underline;
}
.halo-block-new-products-professional .halo-row-header-inline .view_all .text {
  position: relative;
}
.halo-block-new-products-professional .product-carousel {
  position: relative;
  overflow: hidden;
}
.halo-block-new-products-professional .product-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #f9f9f9 20%, rgba(249, 249, 249, 0.5) 50%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 991px) {
  .halo-block-new-products-professional .product-carousel::after {
    display: none;
  }
}
.halo-block-new-products-professional .product-carousel .row {
  margin: 0 -10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.halo-block-new-products-professional .product-carousel .row::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .halo-block-new-products-professional .product-carousel .row {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.halo-block-new-products-professional .product-carousel .product-item {
  padding: 0 10px 20px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .halo-block-new-products-professional .product-carousel .product-item {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .halo-block-new-products-professional .product-carousel .product-item {
    flex: 0 0 50%;
  }
}
.halo-block-new-products-professional .product-carousel .product-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.halo-block-new-products-professional .product-carousel .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.halo-block-new-products-professional .product-carousel .product-card .product-card-media img {
  transition: transform 0.3s ease;
}
.halo-block-new-products-professional .product-carousel .product-card .product-card-media:hover img {
  transform: scale(1.05);
}
.halo-block-new-products-professional .product-carousel .product-card .product-card-bottom {
  padding: 20px 15px;
}
.halo-block-new-products-professional .product-carousel .product-card .card-vendor {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.halo-block-new-products-professional .product-carousel .product-card .card-title {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.halo-block-new-products-professional .product-carousel .product-card .card-title:hover {
  color: #d9242c;
}
.halo-block-new-products-professional .product-carousel .product-card .card-price {
  font-size: 16px;
  font-weight: 600;
  color: #d9242c;
}
.halo-block-new-products-professional .product-carousel .product-card .card-price .money {
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 991px) {
  .halo-block-new-products-professional .brand-spotlight-column {
    margin-bottom: 40px;
  }
  .halo-block-new-products-professional .product-carousel::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .halo-block-new-products-professional {
    padding: 40px 0;
  }
  .halo-block-new-products-professional .brand-spotlight-card {
    padding: 30px 20px;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-logo-container {
    padding: 20px;
    margin-bottom: 25px;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-logo-container .brand-featured-image {
    max-height: 140px;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-content {
    gap: 14px;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-title {
    font-size: 22px;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-description {
    font-size: 13px;
    max-width: 100%;
  }
  .halo-block-new-products-professional .brand-spotlight-card .brand-content .brand-link {
    padding: 12px 20px;
    margin-top: 4px;
  }
  .halo-block-new-products-professional .halo-row-header-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .halo-block-new-products-professional .halo-row-header-inline .section-subtitle {
    font-size: 18px;
  }
  .halo-block-new-products-professional .product-carousel .product-item {
    padding: 0 5px 15px;
  }
}
@media (min-width: 992px) {
  .halo-block-new-products-professional .product-carousel .product-card .card-title {
    font-size: 15px;
  }
  .halo-block-new-products-professional .product-carousel .product-card .card-price {
    font-size: 18px;
  }
}

.instagram-horizontal-scroll {
  padding: 80px 0;
  background: #ffffff;
}
.instagram-horizontal-scroll .instagram-title-large {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #232323;
}
.instagram-horizontal-scroll .instagram-title-large svg {
  width: 40px;
  height: 40px;
}
.instagram-horizontal-scroll .instagram-title-large span {
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .instagram-horizontal-scroll .instagram-title-large {
    font-size: 24px;
  }
  .instagram-horizontal-scroll .instagram-title-large svg {
    width: 30px;
    height: 30px;
  }
}
.instagram-horizontal-scroll .instagram-scroll-wrapper {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #d9242c #f0f0f0;
  padding: 10px 0 20px;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #d9242c;
  border-radius: 10px;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #b01e24;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper .img-box {
  flex: 0 0 auto;
  width: 350px;
}
@media (max-width: 991px) {
  .instagram-horizontal-scroll .instagram-scroll-wrapper .img-box {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .instagram-horizontal-scroll .instagram-scroll-wrapper .img-box {
    width: 250px;
  }
}
.instagram-horizontal-scroll .instagram-scroll-wrapper .img-box .image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper .img-box .image:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.instagram-horizontal-scroll .instagram-scroll-wrapper .img-box .image img {
  transition: transform 0.3s ease;
}
.instagram-horizontal-scroll .instagram-scroll-wrapper .img-box .image:hover img {
  transform: scale(1.05);
}
.instagram-horizontal-scroll .instagram-button {
  margin-top: 40px;
}

.section-title-large {
  font-size: 32px;
  font-weight: 800;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .section-title-large {
    font-size: 24px;
  }
}
