.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 680px !important;
  object-fit: cover !important;
}

/* Keep slider cards clickable without breaking slick layout */
.gs-product-cards-slider-area,
.gs-product-cards-slider-section {
  position: relative;
  z-index: 1;
}

.gs-product-cards-slider-area.related-products,
.gs-product-cards-slider-section.more-products-by-seller {
  isolation: isolate;
  z-index: 2;
}

.gs-product-cards-slider-area.related-products .product-cards-slider,
.gs-product-cards-slider-section.more-products-by-seller .product-cards-slider {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.gs-product-cards-slider-area.related-products .product-cards-slider .slick-track,
.gs-product-cards-slider-section.more-products-by-seller .product-cards-slider .slick-track,
.gs-product-cards-slider-area.related-products .product-cards-slider .slick-slide,
.gs-product-cards-slider-section.more-products-by-seller .product-cards-slider .slick-slide {
  pointer-events: auto;
}

.product-card-grid .single-product {
  height: 100%;
}

.gs-product-cards-slider-area .product-cards-slider .slick-list,
.gs-product-cards-slider-area .product-cards-slider .slick-track {
  overflow: hidden;
}

.gs-product-cards-slider-area .product-cards-slider .single-product {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.gs-product-cards-slider-area .product-cards-slider .single-product * {
  pointer-events: auto;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  object-fit: cover !important;
}

.header-logo-wrapper {
  display: inline-flex;
  align-items: center;
}

.header-logo-wrapper .logo {
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .header-logo-wrapper .logo {
    max-height: 48px;
  }
}

@media (max-width: 767.98px) {
  .mobile-menu .mobile-menu-top {
    padding: 12px 16px;
    gap: 12px;
    overflow: hidden;
  }

  .mobile-menu .mobile-menu-top img {
    display: none !important;
    max-height: 0;
    max-width: 0;
    width: 0;
    height: 0;
    object-fit: contain;
    flex-shrink: 1;
    opacity: 0;
    visibility: hidden;
  }
}

.gs-footer-section .footer-row .left-info .social-links a i {
  color: black;
  transition: all 0.3s;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: white;
}

#cardNumber,
#securityCode,
#expirationDate {
  height: 60px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  padding: 0px 18px;
}

#cardNumber,
#securityCode,
#expirationDate {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}

.vehicle-filter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vehicle-filter--card {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.vehicle-filter--inline {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: contents;
  gap: 0;
}

.vehicle-filter__field {
  flex: 1 1 auto;
  min-width: 0;
}

.vehicle-filter__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.35rem;
  display: block;
}

.vehicle-filter__select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.65rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  color: #111827;
  background-color: #f9fafb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vehicle-filter__select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
  background-color: #ffffff;
}

.vehicle-filter__select:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.product-compatibility-button {
  --product-compatibility-accent: var(--bs-primary, #2563eb);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  border-radius: 999px;
  border: 2px solid var(--product-compatibility-accent);
  background-color: transparent;
  color: var(--product-compatibility-accent);
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.product-compatibility-button:hover,
.product-compatibility-button:focus {
  background-color: var(--product-compatibility-accent);
  color: #ffffff;
  border-color: var(--product-compatibility-accent);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.product-compatibility-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.35);
}

@media (min-width: 992px) {
  .vehicle-filter--card {
    flex-direction: row;
    align-items: center;
  }

  .vehicle-filter__field {
    max-width: none;
  }
}

.search-form--vehicle .search-form__grid {
  display: grid;
  gap: 1.25rem;
}

.search-form--vehicle .search-form__section {
  display: grid;
  gap: 1rem;
}

.search-form--vehicle .search-form__section--vehicle,
.search-form--vehicle .search-form__section--query {
  grid-template-columns: 1fr;
}

.search-form--vehicle .search-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.search-form__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.search-form__actions {
  align-self: end;
}

.search-form__label--spacer {
  visibility: hidden;
}

.categori-container {
  position: relative;
}

.search-category-select {
  width: 100%;
  min-height: 46px;
  padding: 0.6rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.search-category-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
  outline: none;
  background-color: #ffffff;
}

.search-category-select--mobile {
  min-width: 200px;
  background-color: #ffffff;
}

.category-select-wrapper {
  display: flex;
  align-items: stretch;
}

.category-select-wrapper .search-separator {
  align-self: stretch;
}

.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
}

.search-submit__text {
  display: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .search-form--vehicle .search-form__section--vehicle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .search-form--vehicle .search-form__section--vehicle {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}

@media (min-width: 992px) {
  .search-form--vehicle .search-form__section--query {
    grid-template-columns: minmax(220px, 1.6fr) minmax(150px, 1fr) auto;
    align-items: end;
  }

  .search-submit__text {
    display: inline;
  }
}

.hero-filter-banner {
  position: static;
  width: 100%;
  margin-top: 1.5rem;
}

.hero-filter-banner__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-filter-form {
  width: 100%;
}

.hero-filter-form__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.hero-filter-form__grid .vehicle-filter {
  width: 100%;
}

.hero-filter-form__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-filter-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
}

.hero-filter-submit i {
  font-size: 1rem;
}

.hero-filter-submit__text {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-filter-toolbar {
  margin-bottom: 2rem;
}

.product-filter-toolbar__form {
  width: 100%;
}

.product-filter-toolbar__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-filter-toolbar__filters .vehicle-filter {
  width: 100%;
}

.product-filter-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.product-filter-toolbar__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
}

.product-filter-toolbar__submit-text {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .product-filter-toolbar__grid {
    flex-direction: row;
    align-items: center;
  }

  .product-filter-toolbar__actions {
    justify-content: flex-start;
  }

  .product-filter-toolbar__filters {
    flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .hero-filter-form__grid {
    flex-direction: row;
    align-items: center;
  }

  .hero-filter-form__grid .vehicle-filter {
    flex: 1 1 auto;
  }

  .hero-filter-form__actions {
    flex: 0 0 auto;
    width: auto;
    align-self: center;
  }

  .hero-filter-submit {
    width: auto;
    min-width: 190px;
    min-height: 60px;
    padding: 0.9rem 2rem;
  }
}

@media (min-width: 992px) {
  .hero-slider-wrapper .gs-hero-section {
    position: relative;
    padding-bottom: 7rem;
  }

  .hero-filter-banner {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translateX(-50%);
    margin-top: 0;
    padding: 0 1.5rem;
    z-index: 3;
  }

  .hero-filter-banner__inner {
    max-width: 1140px;
    margin: 0 auto;
  }

  .hero-filter-form__grid .vehicle-filter {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-wrapper .gs-hero-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
  }
}

.contact-map iframe {
  width: 100%;
  border: 0;
  min-height: 450px;
}

.gs-footer-section .gs-footer-bottom .footer-bottom-row {
  padding: 24px 0;
}

.gs-footer-section .gs-footer-bottom .footer-bottom-content {
  text-align: left;
}

.gs-footer-section .gs-footer-bottom .footer-bottom-content p {
  padding: 0;
}

.product-extra-visuals {
  width: 100%;
}

.product-extra-visuals__item {
  width: 100%;
}

.product-extra-visuals__image {
  width: 70%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

.footer-payment-methods .footer-payment-img {
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

.product-sku {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6b7280;
  margin-top: 0.15rem;
}

@media (max-width: 767.98px) {
  .gs-footer-section .gs-footer-bottom .footer-bottom-content {
    text-align: center;
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .product-extra-visuals__image {
    width: 100%;
    max-width: 100%;
  }

  .footer-payment-methods .footer-payment-img {
    max-height: 40px;
  }
}
