body.lp-inventory {
  background: #fff;
}

body.lp-inventory .lp-kicker {
  display: block;
  margin-bottom: 10px;
  color: #ff3a00;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.lp-inventory .lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: 0.2s ease;
}

body.lp-inventory .lp-btn-orange {
  background: #ff3a00;
  color: #fff !important;
  border-color: #ff3a00;
}

body.lp-inventory .lp-btn-orange:hover {
  background: #e63500;
  border-color: #e63500;
  color: #fff !important;
}

body.lp-inventory .lp-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

body.lp-inventory .lp-btn-ghost:hover {
  background: #fff;
  color: #111 !important;
}

body.lp-inventory .lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.lp-inventory .lp-page-hero {
  padding: 20px 0 8px;
  background: #fff;
}

body.lp-inventory .lp-page-hero h1 {
  max-width: 900px;
  margin: 0 0 14px;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.lp-inventory .lp-page-hero p {
  max-width: 560px;
  margin: 0 0 22px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

body.lp-inventory .large-container {
  padding-left: 28px;
  padding-right: 28px;
}

body.lp-inventory .lp-inventory__search {
  display: flex;
  max-width: 520px;
  margin: 0;
}

body.lp-inventory .lp-inventory__search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 15px;
  box-shadow: none;
}

body.lp-inventory .lp-inventory__search input[type="search"]:focus {
  border-color: #ff3a00;
  outline: none;
}

body.lp-inventory .lp-inventory__search button {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 22px;
  border: 0;
  background: #ff3a00;
  color: #fff;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

body.lp-inventory .lp-inventory__search button:hover {
  background: #e63500;
}

body.lp-inventory .cars-section-four {
  padding: 24px 0 72px;
}

body.lp-inventory .lp-inventory__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

body.lp-inventory .filter-btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

body.lp-inventory .filter-btn:hover,
body.lp-inventory .filter-btn.active {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}

body.lp-inventory .car-block-four .inner-box {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
}

body.lp-inventory .car-block-four .inner-box .image-box .image,
body.lp-inventory .car-block-four .inner-box .image-box .image img {
  border-radius: 0;
}

body.lp-inventory .car-block-four .inner-box .image-box .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

body.lp-inventory .car-block-four .inner-box .content-box {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ff3a00;
  padding: 16px 18px 14px;
}

body.lp-inventory .car-block-four .inner-box .content-box .title {
  margin-bottom: 10px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

body.lp-inventory .car-block-four .inner-box .content-box .title a {
  color: #111;
}

body.lp-inventory .car-block-four .inner-box .content-box .title a:hover {
  color: #ff3a00;
}

body.lp-inventory .car-block-four .content-box table {
  margin: 0 0 12px;
  font-size: 13px;
}

body.lp-inventory .car-block-four .content-box th {
  width: 40%;
  padding: 3px 8px 3px 0;
  color: #888;
  font-family: var(--title-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.lp-inventory .car-block-four .content-box td {
  padding: 3px 0;
  color: #444;
}

body.lp-inventory .car-block-four .inner-box .content-box .btn-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
}

body.lp-inventory .car-block-four .inner-box .content-box .btn-box small {
  color: #111;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 800;
}

body.lp-inventory .car-block-four .inner-box .content-box .btn-box .details {
  position: static;
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #ff3a00;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.lp-inventory .car-block-four .inner-box .content-box .btn-box .details svg {
  position: static;
  top: auto;
  margin-left: 6px;
}

body.lp-inventory .car-block-four .sale-badge,
body.lp-inventory .car-block-four .sold-badge {
  border-radius: 0 !important;
  box-shadow: none;
  animation: none !important;
}

body.lp-inventory .car-block-four .sale-badge {
  background: #ff3a00;
}

body.lp-inventory .car-block-four .sold-badge {
  background: #111;
}

body.lp-inventory .lp-inventory__empty {
  margin: 0;
  padding: 40px 0 24px;
  color: #666;
  font-size: 18px;
}

body.lp-inventory .cars-section-four .pagination-sec {
  margin-top: 20px;
}

body.lp-inventory .cars-section-four .pagination-sec .pagination {
  gap: 6px;
}

body.lp-inventory .cars-section-four .pagination-sec .pagination li a,
body.lp-inventory .cars-section-four .pagination-sec .pagination li:first-child a,
body.lp-inventory .cars-section-four .pagination-sec .pagination li:last-child a,
body.lp-inventory .cars-section-four .pagination-sec .pagination .page-link,
body.lp-inventory .cars-section-four .pagination-sec .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

body.lp-inventory .cars-section-four .pagination-sec .pagination .page-item.active .page-link,
body.lp-inventory .cars-section-four .pagination-sec .pagination li.active a,
body.lp-inventory .cars-section-four .pagination-sec .pagination .current {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}

body.lp-inventory .cars-section-four .pagination-sec .pagination .page-link:hover,
body.lp-inventory .cars-section-four .pagination-sec .pagination li a:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

body.lp-inventory .lp-inventory-cta {
  padding: 80px 0;
  background: #111;
}

body.lp-inventory .lp-inventory-cta__inner {
  max-width: 760px;
}

body.lp-inventory .lp-inventory-cta .lp-kicker {
  color: #ff3a00;
}

body.lp-inventory .lp-inventory-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--title-font);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

body.lp-inventory .lp-inventory-cta p {
  margin: 0 0 28px;
  color: #ddd;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  body.lp-inventory .lp-page-hero {
    padding: 16px 0 8px;
  }

  body.lp-inventory .lp-inventory__search {
    max-width: none;
  }

  body.lp-inventory .lp-inventory-cta {
    padding: 56px 0;
  }
}

/* Single inventory card */
body.lp-inventory.single-inventory,
body.lp-inventory.single {
  background: #fff;
}

body.lp-inventory .inventory-section {
  padding: 20px 0 48px;
  background: #fff;
  border-radius: 0;
}

body.lp-inventory .inventory-section .large-container {
  padding-left: 28px;
  padding-right: 28px;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header {
  margin-bottom: 20px;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header .breadcrumb {
  margin-bottom: 10px;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header .breadcrumb li {
  margin-right: 18px;
  color: #888;
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header .breadcrumb li::before {
  color: #ccc;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header .breadcrumb li a {
  color: #ff3a00;
  text-decoration: none;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header .breadcrumb li a:hover {
  color: #111;
}

body.lp-inventory .inventory-single-v2 .inventory-single-header h2 {
  max-width: none;
  margin: 0;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.lp-inventory .inventory-single-v2 .inventory-single-layout.row {
  column-gap: 32px;
}

@media (min-width: 1200px) {
  body.lp-inventory .inventory-purchase-card {
    top: 124px;
  }
}

body.lp-inventory .inventory-purchase-card {
  padding: 24px;
  border: 1px solid #ececec;
  border-top: 2px solid #ff3a00;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

body.lp-inventory .inventory-purchase-card__price {
  margin-bottom: 16px;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.lp-inventory .inventory-purchase-card__actions {
  gap: 8px;
  margin-bottom: 18px;
}

body.lp-inventory .inventory-purchase-card__actions .buy-now-btn,
body.lp-inventory .buy-now-btn {
  margin: 0;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 2px solid #ff3a00;
  border-radius: 0;
  background: #ff3a00 !important;
  color: #fff !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.lp-inventory .buy-now-btn:hover {
  background: #e63500 !important;
  border-color: #e63500;
  color: #fff !important;
}

body.lp-inventory .inventory-call-btn {
  min-height: 48px;
  padding: 0 12px;
  border: 2px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.lp-inventory .inventory-call-btn:hover {
  background: #111;
  color: #fff;
}

body.lp-inventory .inventory-specs-grid {
  gap: 8px;
  margin-bottom: 20px;
}

body.lp-inventory .inventory-specs-grid li {
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 0;
  background: #f7f7f7;
}

body.lp-inventory .inventory-specs-grid .inventory-spec-label {
  color: #888;
  font-family: var(--title-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.lp-inventory .inventory-specs-grid li strong {
  color: #111;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 800;
}

body.lp-inventory .inventory-purchase-card__form {
  border-top-color: #ececec;
  padding-top: 18px;
}

body.lp-inventory .inventory-purchase-card__title {
  margin: 0 0 4px;
  color: #111;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

body.lp-inventory .inventory-purchase-card__subtitle {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
}

body.lp-inventory .inventory-inquire-form .form-control {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
  font-size: 15px;
}

body.lp-inventory .inventory-inquire-form .form-control:focus {
  border-color: #ff3a00;
  background: #fff;
  box-shadow: none;
  outline: none;
}

body.lp-inventory .inventory-inquire-form textarea.form-control {
  min-height: 110px;
}

body.lp-inventory .inventory-submit-btn,
body.lp-inventory .inventory-inquire-form .theme-btn,
body.lp-inventory .form-submit .inventory-submit-btn {
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 0 !important;
  background: #ff3a00 !important;
  color: #fff !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-transform: uppercase;
}

body.lp-inventory .inventory-submit-btn:hover,
body.lp-inventory .inventory-inquire-form .theme-btn:hover {
  background: #e63500 !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.lp-inventory .inventory-meta-list {
  border-top-color: #ececec;
}

body.lp-inventory .inventory-meta-list li {
  border-bottom-color: #f2f2f2;
  font-size: 14px;
}

body.lp-inventory .inventory-meta-list li span {
  color: #888;
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.lp-inventory .inventory-meta-list li strong {
  color: #111;
  font-weight: 700;
}

body.lp-inventory .inventory-single-v2 .gallery-column .gallery-wrapper {
  gap: 8px;
}

body.lp-inventory .inventory-single-v2 .gallery-column .gallery-wrapper img {
  height: 240px;
  border-radius: 0;
  box-shadow: none;
  background: #111;
}

body.lp-inventory .inventory-single-v2 .gallery-column .sale-badge,
body.lp-inventory .inventory-single-v2 .gallery-column .sold-badge,
body.lp-inventory .gallery-wrapper .sale-badge,
body.lp-inventory .gallery-wrapper .sold-badge {
  border-radius: 0 !important;
  box-shadow: none;
  animation: none !important;
  font-family: var(--title-font);
  letter-spacing: 0.08em;
}

body.lp-inventory .inventory-single-v2 .gallery-column .sale-badge,
body.lp-inventory .gallery-wrapper .sale-badge {
  background: #ff3a00;
}

body.lp-inventory .inventory-single-v2 .gallery-column .sold-badge,
body.lp-inventory .gallery-wrapper .sold-badge {
  background: #111;
}

body.lp-inventory .inventory-video {
  margin: 28px 0;
}

body.lp-inventory .inventory-video h3,
body.lp-inventory .inventory-details h3 {
  margin: 0 0 14px;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body.lp-inventory .inventory-video__frame {
  position: relative;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #111;
}

body.lp-inventory .inventory-video__frame iframe,
body.lp-inventory .inventory-video__frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

body.lp-inventory .inventory-details {
  margin-top: 8px;
}

body.lp-inventory .inventory-details__text {
  margin-bottom: 28px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

body.lp-inventory .inventory-details__text p {
  margin: 0 0 14px;
}

body.lp-inventory .inventory-details__text ul,
body.lp-inventory .inventory-details__text ol {
  margin: 0 0 14px;
  padding-left: 18px;
}

body.lp-inventory .cars-section-three {
  padding: 12px 0 80px;
  background: #f6f6f6;
}

body.lp-inventory .cars-section-three .large-container {
  padding-left: 28px;
  padding-right: 28px;
}

body.lp-inventory .cars-section-three .boxcar-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

body.lp-inventory .cars-section-three .boxcar-title h2 {
  margin: 0;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body.lp-inventory .cars-section-three .boxcar-title .btn-title {
  position: static;
  color: #ff3a00;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.lp-inventory .cars-section-three .boxcar-title .btn-title svg path {
  fill: #ff3a00;
}

body.lp-inventory .car-block-three .inner-box {
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}

body.lp-inventory .car-block-three .inner-box .content-box {
  border-radius: 0;
  border: 1px solid #ececec;
  border-top: 2px solid #ff3a00;
  margin-top: 0;
}

body.lp-inventory .car-block-three .image-box,
body.lp-inventory .car-block-three .image-box img,
body.lp-inventory .car-block-three .inner-box .image-box .image,
body.lp-inventory .car-block-three .inner-box .image-box .image img {
  border-radius: 0 !important;
}

body.lp-inventory .car-block-three .inner-box .image-box .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.lp-inventory .car-block-three .content-box .title a {
  color: #111;
  font-family: var(--title-font);
  font-weight: 800;
  text-transform: uppercase;
}

body.lp-inventory .car-block-three .content-box .title a:hover {
  color: #ff3a00;
}

body.lp-inventory .car-block-three .inner-box .content-box .btn-box small {
  color: #111;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 800;
}

body.lp-inventory .car-block-three .inner-box .content-box .btn-box .details {
  color: #ff3a00;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.lp-inventory .car-block-three .btn-box .details svg path {
  fill: #ff3a00;
}

body.lp-inventory .car-slider-three .slick-prev,
body.lp-inventory .car-slider-three .slick-next {
  width: 44px;
  height: 44px;
  border-radius: 0;
  border-color: #111;
  background: #fff;
}

body.lp-inventory .buy-now-modal {
  border-radius: 0;
  padding: 28px 28px 24px;
}

body.lp-inventory .buy-now-modal-title {
  color: #111;
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

body.lp-inventory .buy-now-form-group label {
  color: #888;
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.lp-inventory .buy-now-form-group .form-control {
  min-height: 46px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}

body.lp-inventory .buy-now-form-group .form-control:focus {
  border-color: #ff3a00;
  outline: none;
}

body.lp-inventory .buy-now-submit {
  height: 48px;
  border-radius: 0 !important;
  background: #ff3a00 !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.lp-inventory .buy-now-submit:hover {
  background: #e63500 !important;
}

@media (max-width: 1199px) {
  body.lp-inventory .inventory-single-v2 .gallery-column .gallery-wrapper img {
    border-radius: 0;
    box-shadow: none;
  }

  body.lp-inventory .inventory-gallery-counter {
    right: 16px;
    bottom: 16px;
    border-radius: 0;
    background: #111;
    font-family: var(--title-font);
    letter-spacing: 0.06em;
  }

  body.lp-inventory .inventory-mobile-sticky-bar {
    border-top: 1px solid #ececec;
    box-shadow: none;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__price {
    color: #111;
    font-family: var(--title-font);
    font-weight: 800;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__btn {
    border-radius: 0;
    font-family: var(--title-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__btn--call {
    color: #111;
    border-color: #111;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__btn--call:hover {
    background: #111;
    color: #fff;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__btn--quote {
    background: #ff3a00;
    border-color: #ff3a00;
    color: #fff;
  }

  body.lp-inventory .inventory-mobile-sticky-bar__btn--quote:hover {
    background: #e63500;
    border-color: #e63500;
    color: #fff;
  }
}
