

.btn-primary{ background: var(--brand-primary);border:3px solid var(--brand-accent);}
.btn-primary:hover{ background: var(--brand-accent);border:3px solid var(--brand-accent);}

body.public-body {
  --toast-overlay-background: color-mix(in srgb, var(--brand-secondary) 60%, transparent);
  --toast-background: color-mix(in srgb, var(--brand-primary) 88%, #07111f);
  --toast-color: #ffffff;
  --toast-success-background: var(--brand-accent);
  --toast-success-color: #ffffff;
  --toast-info-background: color-mix(in srgb, var(--brand-primary) 88%, #07111f);
  --toast-info-color: #ffffff;
  --toast-warning-background: #9a5a12;
  --toast-warning-color: #ffffff;
  --toast-error-background: #9f1d1d;
  --toast-error-color: #ffffff;
  --toast-stack-gap: .85rem;
  --toast-enter-offset: 1.35rem;
  --toast-exit-offset: -1rem;
}

 .btn-outline-light {
 background: transparent;
 border:1px solid #fff;
 color: #fff;
 opacity:.5;
}

.Vtheme .v-theme-header {
  padding-top: 0;
  background: #fff;
  border-bottom: 5px solid var(--chrome-topbar-bg);
  box-shadow: 0 18px 48px rgba(8, 18, 35, .12);
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, margin-bottom .22s ease;
}

.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  margin-bottom: calc(var(--v-theme-header-height, 0px) * -1);
}

.Vtheme .v-theme-header.is-scrolled {
  background: #fff;
  border-bottom: 5px solid var(--chrome-topbar-bg);
  box-shadow: 0 18px 48px rgba(8, 18, 35, .12);
}

.Vtheme .v-theme-topbar {
  background: var(--chrome-topbar-bg);
  color: var(--chrome-topbar-text);
  font-size: .9rem;
  transition: background-color .22s ease, color .22s ease;
}

.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) .v-theme-topbar {
  background: linear-gradient(0deg, transparent, var(--chrome-topbar-bg));
  color: color-mix(in srgb, var(--chrome-topbar-text) 78%, transparent);
}

.Vtheme .v-theme-header.is-scrolled .v-theme-topbar {
  background: var(--chrome-topbar-bg);
  

}

.Vtheme .v-theme-topbar-inner,
.Vtheme .v-theme-topbar-copy,
.Vtheme .v-theme-topbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Vtheme .v-theme-topbar-copy {
  flex-wrap: wrap;
}

.Vtheme .v-theme-topbar-inner {
  justify-content: space-between;
  padding: .8rem;
}

.Vtheme .v-theme-topbar-actions {
  margin-left: auto;
}

.Vtheme .v-theme-header-commands {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Vtheme .v-theme-header-commands-desktop {
  width: 100%;
  justify-content: space-between;
}

.Vtheme .v-theme-header-commands-mobile {
  display: none;
}

.Vtheme .v-theme-topbar-actions a {
  color: color-mix(in srgb, var(--chrome-topbar-text) 88%, transparent);
  text-decoration: none;
}

.Vtheme .v-theme-topbar-actions form {
  display: inline-flex;
  margin: 0;
}

.Vtheme .v-theme-topbar-form {
  display: inline-flex;
  margin: 0;
}

.Vtheme .v-theme-topbar-link,
.Vtheme .v-theme-topbar-button {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 2rem;
  color: color-mix(in srgb, var(--chrome-topbar-text) 92%, transparent);
  text-decoration: none;
}

.Vtheme .v-theme-topbar-button {
  border: 0;
  background: transparent;
  appearance: none;
}

.Vtheme .v-theme-topbar-link strong {
  color: var(--chrome-topbar-text);
  font-weight: 800;
}

.Vtheme .v-theme-topbar-social {
  display: inline-flex;
  align-items: center;
  gap: .45rem;

}

.Vtheme .v-theme-topbar-icon-link {
  justify-content: center;
  width: 2rem;
  min-width: 2rem;
}

.Vtheme .v-theme-topbar-link:hover,
.Vtheme .v-theme-topbar-link:focus-visible,
.Vtheme .v-theme-topbar-button:hover,
.Vtheme .v-theme-topbar-button:focus-visible {
  color: var(--chrome-topbar-text);
}

.Vtheme .v-theme-topbar-link i,
.Vtheme .v-theme-topbar-button i {
  font-size: 1.3rem;
  line-height: 1;
}

.Vtheme .v-theme-topbar-button.btn {
  border-color: color-mix(in srgb, var(--chrome-topbar-text) 22%, transparent);
  color: var(--chrome-topbar-text);
  background: transparent;
}

.Vtheme .v-theme-topbar-button.btn:hover,
.Vtheme .v-theme-topbar-button.btn:focus-visible {
  border-color: color-mix(in srgb, var(--chrome-topbar-text) 38%, transparent);
  background: color-mix(in srgb, var(--chrome-topbar-text) 10%, transparent);
  color: var(--chrome-topbar-text);
}



.Vtheme .site-navbar.dark {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  background: color-mix(in srgb, var(--chrome-header-bg) 92%, transparent);
  border: 1px solid color-mix(in srgb, var(--chrome-header-border) 90%, transparent);
  box-shadow: 0 24px 56px rgba(8, 18, 35, 0.18);
}


.Vtheme .site-navbar {

  background: #fff;
  transition: background-color .22s ease;

}

.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) .site-navbar {
  background: transparent;
}

.Vtheme .v-theme-header.is-scrolled .site-navbar {
  background: #fff;
}

.Vtheme .site-navbar .nav-link { 
  font-size: 1rem;
  text-transform: uppercase;
  color:var(--brand-primary);
}
.Vtheme .site-navbar .nav-link:hover, .Vtheme .show.nav-link { 

  color:var(--brand-accent)!important;
}


.has-scroll-state .site-navbar .nav-link {
   color: #fff;
}

.has-scroll-state .site-navbar .nav-link:hover {
   color: #fff;
}


.Vtheme .site-navbar a {

  text-transform: uppercase;
}



.Vtheme .site-navbar .nav-link.active {
  color: var(--brand-accent);
}

.Vtheme .site-navbar .dropdown-toggle::after {
  width: .45em;
  height: .45em;
  margin-left: .45rem;
  vertical-align: .12em;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.Vtheme .site-navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}




.Vtheme .site-brand,
.Vtheme .public-body .navbar-nav .nav-link,
.Vtheme .site-language-link {

  transition: color .22s ease, background-color .22s ease, filter .22s ease;
}

.Vtheme .v-theme-header .site-brand,
.Vtheme .v-theme-header .site-language-link {
  color: color-mix(in srgb, var(--chrome-header-text) 92%, transparent);
}

.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) .site-brand,
.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) .site-language-link {
  color: rgba(255, 255, 255, .92);
}



.Vtheme .v-theme-header .navbar-nav .nav-link:hover
 {

  background: transparent;
}





.Vtheme .v-theme-header .navbar-nav .nav-link.active {
  color: #fff!important;
  background: var(--brand-primary);
}




.Vtheme .v-theme-header.has-scroll-state:not(.is-scrolled) .site-brand-logo {
  filter: brightness(0) invert(1);
}

.Vtheme .v-theme-header.is-scrolled .site-brand-logo {
  filter: none;
}

.Vtheme .v-theme-header.is-scrolled .site-brand,
.Vtheme .v-theme-header.is-scrolled .site-language-link {
  color: color-mix(in srgb, var(--chrome-header-text) 92%, transparent);
}



.Vtheme .v-theme-brand.has-logo {
  flex: 0 0 auto;
  gap: 0;
  width: max-content;
  max-width: max-content;
}

.Vtheme .v-theme-brand.has-logo>span:not(.site-brand-logo-wrap) {
  display: none;
}

body.public-body .Vtheme .v-theme-brand.has-logo .site-brand-logo-wrap {
  min-width: 0;
  min-height: 0;
}

.Vtheme .site-brand-tagline,
.Vtheme .site-language-link:not(.is-active) {
  color: color-mix(in srgb, var(--chrome-header-text) 62%, transparent);
}

.Vtheme .public-body .navbar-nav .nav-link:hover,
.Vtheme .public-body .navbar-nav .nav-link:focus,
.Vtheme .public-body .navbar-nav .nav-link.active {
  color: var(--chrome-header-text);
  background: color-mix(in srgb, var(--chrome-header-text) 9%, transparent);
}

.Vtheme .site-language-switch {
  background: color-mix(in srgb, var(--chrome-header-text) 8%, transparent);
  border-color: color-mix(in srgb, var(--chrome-header-text) 10%, transparent);
}

.Vtheme .site-language-link.is-active {
  background: var(--surface);
  color: var(--chrome-header-bg);
}

.Vtheme .site-dropdown {
  background: rgba(255, 255, 255, 0.98);
}

.Vtheme .v-theme-header-cta {
  border-radius: var(--radius-button);
}

.Vtheme .v-theme-hero-shell,
.Vtheme .v-theme-page-intro-shell {
  position: relative;
  border-radius: calc(var(--radius-card) + 10px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--chrome-header-bg) 96%, black) 0%, color-mix(in srgb, var(--chrome-header-bg) 78%, var(--brand-primary)) 46%, color-mix(in srgb, var(--brand-primary) 88%, black) 100%);
  box-shadow: 0 28px 72px rgba(8, 18, 35, 0.22);
}



.Vtheme .v-theme-hero-copy,
.Vtheme .v-theme-search-card,
.Vtheme .v-theme-page-intro-shell {
  position: relative;
  z-index: 1;
}

.Vtheme .v-theme-hero-copy {
  padding: 2.25rem 2.25rem 2rem;
  color: #ffffff;
}

.Vtheme .v-theme-hero-title {
  color: rgba(255, 255, 255, 1);
  max-width: 14ch;
  margin-top: 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.8vw, 4.9rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

.Vtheme .v-theme-hero-text {
  max-width: 42rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.Vtheme .v-theme-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.5rem;
}

.Vtheme .v-theme-hero-search-slot {
  max-width: 75rem;
  border-radius: 99px;
  margin: auto;
  margin-top: -2.8rem;
}

.Vtheme .v-theme-hero-actions .btn-primary,
.Vtheme .inventory-mobile-filter-button,
.Vtheme .vehicle-pill.is-accent, .nav-link.is-accent{
  background: linear-gradient(135deg, var(--brand-accent) 0%, #fb923c 100%)!important;;
  border-color: transparent;
  color: #ffffff!important;;font-weight: bold; 
}

.Vtheme .v-theme-hero-actions .btn-outline-secondary,
.Vtheme .vehicle-summary-actions .btn-outline-secondary {
border: 3px solid var(--brand-accent);
  color: #ffffff;
  font-weight:bold;
}

.btn-outline-secondary:hover{
  background:var(--brand-accent) ;
}

body.public-body .btn-lg{font-size:1.3rem;}

.Vtheme .v-theme-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}

.Vtheme .v-theme-hero-stat {
  padding: 1rem 1.05rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.Vtheme .v-theme-hero-stat strong {
  display: block;
  font-size: 1.35rem;
}

.Vtheme .v-theme-hero-stat span {
  display: block;
  margin-top: .2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: .92rem;
}

.Vtheme .v-theme-search-card {

  background: transparent;

}

.Vtheme .v-theme-search-card.glass {
  border-left: 9px solid rgba(255, 255, 255, 1);
  background: transparent;
  padding-left: 7rem;
  margin-top: 2.7rem;

}

.Vtheme .v-theme-search-card.glass .v-theme-search-title,
.Vtheme .v-theme-search-card.glass .form-label {
  color: #fff;
}



.Vtheme .v-theme-search-card.glass .v-theme-search-helper {
  color: rgba(255, 255, 255, .76);
}

.Vtheme .v-theme-search-card.glass .form-control,
.Vtheme .v-theme-search-card.glass .form-select {
  border-color: rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .92);
  color: var(--text);
}

.Vtheme .v-theme-search-card.glass .form-control::placeholder {
  color: color-mix(in srgb, var(--text-soft) 82%, transparent);
}

.Vtheme .v-theme-search-title {
  margin-bottom: .9rem;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
}

.Vtheme .v-theme-search-helper {
  color: var(--text-soft);
  font-size: .92rem;
  line-height: 1.55;
}

.Vtheme .v-theme-search-form {
  display: grid;
  gap: 1.5rem;
  padding-bottom:3rem;
}

.Vtheme .v-theme-search-form .form-control,
.Vtheme .v-theme-search-form .form-select {
  min-height: 3.2rem;
  border-radius: var(--radius-card);
}

.Vtheme .v-theme-search-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .55rem;
}

.Vtheme .v-theme-search-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 2rem;
  padding: .35rem .45rem .35rem .7rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-primary) 10%, #fff);
  color: var(--brand-primary);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
}

.Vtheme .v-theme-search-badge button {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.Vtheme .v-theme-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.Vtheme .v-theme-section-head h2 {
  margin: .25rem 0 0;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.Vtheme .v-theme-section-head a {
  color: var(--brand-primary);
  font-weight: 700;
  text-decoration: none;
}

.Vtheme .v-theme-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.Vtheme .v-theme-brand-card {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--surface) 96%, transparent);
  border: 1px solid var(--border);
  box-shadow: 0 16px 34px rgba(8, 18, 35, 0.06);
  color: var(--text);
  text-decoration: none;
}

.Vtheme .v-theme-brand-card strong,
.Vtheme .v-theme-brand-card span {
  display: block;
}

.Vtheme .v-theme-brand-card span {
  margin-top: .25rem;
  color: var(--muted);
  font-size: .92rem;
}

.Vtheme .v-theme-home-card,
.Vtheme .inventory-card,
.Vtheme .vehicle-summary-card,
.Vtheme .vehicle-showcase,
.Vtheme .vehicle-equipment-card,
.Vtheme .inventory-filter-card{
  border-radius: var(--radius-card);
  border-color: var(--border);
  box-shadow: 0 20px 42px rgba(8, 18, 35, 0.08);
}

.Vtheme .inventory-card-media {
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-primary) 10%, white) 0%, color-mix(in srgb, var(--surface-soft) 86%, white) 100%);
}

.Vtheme .inventory-card-meta {
  color: #1d4ed8;
}

.Vtheme .inventory-card-meta span {
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
}

.Vtheme .inventory-card-price,
.Vtheme .vehicle-price-current {
  color: var(--text);
}

.Vtheme .catalog-price-suffix {
  display: inline-block;
  font-size: .42em;
  font-weight: 700;
  line-height: 1.1;
  opacity: .72;
  text-transform: uppercase;
}



.Vtheme .inventory-filter-title,
.Vtheme .vehicle-title  {
  color: var(--text);
}

.vehicle-section-heading {
  display: inline;

}

.Vtheme .vehicle-section-heading h2 {
color: #fff;
  border-radius: 999px;
  padding: .15rem 2rem;
  background: var(--brand-primary);
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  text-align: center;
  margin-top: 2em; margin-bottom: .7em;
}


.Vtheme .inventory-filter-result-count {
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
}

.Vtheme .inventory-check-tag,
.Vtheme .inventory-check-option,
.Vtheme .vehicle-tag {
  border-color: var(--border);
  text-transform: uppercase;
}



.Vtheme .inventory-active-chip {
  border-color: var(--brand-primary);
  background:transparent;
  color:var(--brand-primary);
   
}
.inventory-active-chip-compact span{text-transform: capitalize;}

.inventory-sticky-active-filters-label {
color:var(--brand-primary);
}

.inventory-sticky-active-filters-label span {

  background: var(--brand-primary);
  color: var(--brand-secondary);
  font-size: .72rem;
}


.Vtheme .vehicle-tag {
  text-decoration: none;
}

.Vtheme .vehicle-tag:hover,
.Vtheme .vehicle-tag:focus-visible {
  color: #1d4ed8;
  text-decoration: none;
}


.Vtheme .inventory-filter-accordion-button:not(.collapsed) {
  background: transparent;
}

.Vtheme .inventory-filter-accordion-title,
.Vtheme .inventory-filter-section-title {
   color: var(--brand-accent);
}

.Vtheme .collapsed .inventory-filter-accordion-title,
.Vtheme .collapsed  .inventory-filter-section-title {
  color: var(--muted);
}




.inventory-filter-accordion-count, .inventory-filter-group-actions .btn  {
  background: var(--brand-primary);
  color: #fff;
  opacity: .5;
  text-decoration: none;
  padding: .2rem .6rem;
  line-height: 1rem;
}


.Vtheme .inventory-filter-sort-group {
  display: flex;
  flex-wrap: wrap;

}

.Vtheme .inventory-filter-sort-direction-group {
  margin-top: 0;
}

.Vtheme .inventory-filter-sort-direction-group.is-disabled {
  opacity: .58;
}

.Vtheme .inventory-filter-sort-direction-toggle {
  width: 2.75rem;
  min-width: 2.75rem;
  padding: 0;
}

.Vtheme .inventory-filter-sort-direction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Vtheme .inventory-filter-sort-direction-icon svg {
  width: 1rem;
  height: 1rem;
  transition: transform .18s ease;
}

.Vtheme .inventory-filter-sort-direction-toggle[data-direction="desc"] .inventory-filter-sort-direction-icon svg {
  transform: rotate(180deg);
}





.Vtheme .inventory-range-summary {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent) 0%, color-mix(in srgb, var(--surface-soft) 88%, white) 100%);
  border-color: var(--border);
  color: var(--text);
}

.Vtheme .inventory-range-summary-separator {
  color: var(--muted);
}

.Vtheme .inventory-range-track {
  background: color-mix(in srgb, var(--border) 86%, white);
}

.Vtheme .inventory-range-progress {
  background: linear-gradient(90deg, color-mix(in srgb, var(--brand-primary) 86%, white) 0%, color-mix(in srgb, var(--brand-accent) 74%, white) 100%);
}

.Vtheme .inventory-range-thumb::-webkit-slider-thumb,
.Vtheme .inventory-range-thumb::-moz-range-thumb {
  background: var(--brand-secondary);
}


.Vtheme .rental-hero {
  color: #fff;
}

.Vtheme .rental-hero-copy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.Vtheme .rental-hero-main {
  max-width: 58rem;
}

.Vtheme .rental-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: .75rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.Vtheme .rental-hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .2rem;
  min-width: 10rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 42px rgba(8, 18, 35, .18);
  text-align: right;
  backdrop-filter: blur(12px);
}

.Vtheme .rental-hero-stats strong {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}

.Vtheme .rental-hero-stats span {
  color: rgba(255, 255, 255, .74);
}

.Vtheme .rental-category-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .6rem;
  margin: 1.5rem 0 2rem;
}

.Vtheme .rental-category-tab {
  display: grid;
  gap: .2rem;
  justify-items: center;
  padding: .9rem .7rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--surface-soft) 76%, white);
  color: var(--text);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.Vtheme .rental-category-tab:hover,
.Vtheme .rental-category-tab.is-active {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--brand-primary) 26%, var(--border));
  box-shadow: 0 14px 28px rgba(8, 18, 35, 0.12);
  background: var(--surface);
}

.Vtheme .rental-category-tab.is-nuovo {
  border-top: 4px solid var(--brand-primary);
}

.Vtheme .rental-category-tab.is-usato {
  border-top: 4px solid color-mix(in srgb, var(--brand-secondary) 74%, white);
}

.Vtheme .rental-category-tab.is-neopatentati {
  border-top: 4px solid color-mix(in srgb, var(--brand-primary) 72%, white);
}

.Vtheme .rental-category-tab.is-offerte {
  border-top: 4px solid var(--brand-accent);
}

.Vtheme .rental-category-tab.is-commerciale {
  border-top: 4px solid color-mix(in srgb, var(--chrome-header-bg) 84%, white);
}

.Vtheme .rental-category-tab.is-green {
  border-top: 4px solid #179f6b;
}

.Vtheme .rental-card {
  display: flex;
  flex-direction: column;
}

.Vtheme .rental-card-top {
  z-index: 2;
  pointer-events: none;
}

.Vtheme .rental-card-flag {
  pointer-events: auto;
}

.Vtheme .rental-card-flag.is-usato {
  background: color-mix(in srgb, var(--brand-secondary) 74%, white);
}

.Vtheme .rental-card-flag.is-neopatentati {
  background: color-mix(in srgb, var(--brand-primary) 72%, white);
}

.Vtheme .rental-card-flag.is-offerte {
  background: var(--brand-accent);
}

.Vtheme .rental-card-flag.is-commerciale {
  background: color-mix(in srgb, var(--chrome-header-bg) 84%, white);
}

.Vtheme .rental-card-flag.is-green {
  background: #179f6b;
}

.Vtheme .rental-card-image {
  display: block;
  min-height: 0;
  padding: 0;
  background: var(--surface-muted);
}

.Vtheme .rental-card-body {
  flex: 1 1 auto;
}

.Vtheme .rental-card-body p {
  min-height: 3.2rem;
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
}

.Vtheme .rental-card-terms {
  padding: 0 1.1rem .95rem;
}

.Vtheme .rental-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
  padding: 0 1.1rem .55rem;
}

.Vtheme .rental-action-btn,
.Vtheme .rental-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: var(--radius-button);
  background: var(--brand-primary);
  color: #fff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.Vtheme .rental-action-btn:hover,
.Vtheme .rental-action-btn:focus-visible,
.Vtheme .rental-detail-btn:hover,
.Vtheme .rental-detail-btn:focus-visible {
  background: var(--brand-secondary);
  color: #fff;
  text-decoration: none;
}

.Vtheme .rental-detail-btn {
  margin: 0 1.1rem .65rem;
  background: color-mix(in srgb, var(--brand-primary) 10%, white);
  color: var(--brand-primary);
}

.Vtheme .rental-card-price {
  flex-wrap: wrap;
  padding: 0 1.1rem 1.15rem;
  color: var(--text);
}

.Vtheme .rental-card-price span,
.Vtheme .rental-card-price small {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}

.Vtheme .rental-card-price strong {
  position: static;
  display: inline-flex;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--brand-secondary);
}

.Vtheme .rental-empty-state {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  text-align: center;
  color: var(--muted);
}

.Vtheme .rental-detail-hero .vehicle-breadcrumb a,
.Vtheme .rental-detail-hero .vehicle-breadcrumb span {
  color: rgba(255, 255, 255, .78);
}

.Vtheme .rental-detail-hero .vehicle-breadcrumb a:hover,
.Vtheme .rental-detail-hero .vehicle-breadcrumb a:focus-visible {
  color: #ffffff;
}

.Vtheme .rental-detail-hero-subtitle {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin: .25rem 0 1rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  font-weight: 600;
}

.Vtheme .rental-detail-pricebox {
  display: grid;
  gap: .35rem;
  color: rgba(255, 255, 255, .78);
}

.Vtheme .rental-detail-pricebox .vehicle-price-current {
  display: block;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: .95;
}

.Vtheme .rental-detail-price-label,
.Vtheme .rental-detail-price-note,
.Vtheme .rental-detail-price-extra {
  display: block;
}

.Vtheme .rental-detail-price-label {
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.Vtheme .rental-detail-price-extra {
  margin-top: .35rem;
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
}

.Vtheme .rental-detail-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--brand-secondary);
}

.Vtheme .rental-back-link {
  display: inline-block;
  margin-bottom: .6rem;
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 700;
}

.Vtheme .rental-detail-head h1 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.Vtheme .rental-detail-price {
  text-align: right;
  color: var(--brand-secondary);
}

.Vtheme .rental-detail-price strong {
  font-size: 2.3rem;
  line-height: 1;
}

.Vtheme .rental-detail-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.5rem;
  align-items: start;
}

.Vtheme .rental-detail-gallery,
.Vtheme .rental-detail-specs,
.Vtheme .rental-detail-content {
  padding: 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: 0 18px 40px rgba(8, 18, 35, 0.08);
}

.Vtheme .rental-detail-gallery img {
  width: 100%;
  object-fit: contain;
}

.Vtheme .rental-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid var(--border);
}

.Vtheme .rental-spec-row:last-child {
  border-bottom: 0;
}

.Vtheme .rental-detail-conditions,
.Vtheme .rental-detail-actions,
.Vtheme .rental-detail-option-grid {
  display: grid;
  gap: 1rem;
}

.Vtheme .rental-detail-conditions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.Vtheme .rental-condition-card {
  padding: 1rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--surface);
  box-shadow: 0 18px 40px rgba(8, 18, 35, 0.08);
}

.Vtheme .rental-condition-card span,
.Vtheme .rental-detail-option-grid span {
  display: block;
  margin-bottom: .3rem;
  color: var(--muted);
}

.Vtheme .rental-condition-card strong,
.Vtheme .rental-detail-option-grid strong {
  color: var(--heading);
}

.Vtheme .rental-detail-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
  justify-content: end;
  margin-bottom: 1.5rem;
}

.Vtheme .rental-detail-option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

@media (max-width: 1200px) {

  .Vtheme .v-theme-search-card.glass {
    border-left: 0px solid rgba(255, 255, 255, 1);
    background: transparent;
    padding-left: 0rem;
    margin-top: 2rem;
  }
}

@media (max-width: 991.98px) {

  .Vtheme .rental-category-tabs,
  .Vtheme .rental-detail-layout,
  .Vtheme .rental-detail-conditions,
  .Vtheme .rental-detail-option-grid {
    grid-template-columns: 1fr;
  }

  .Vtheme .rental-hero-copy,
  .Vtheme .rental-detail-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .Vtheme .rental-detail-price,
  .Vtheme .rental-hero-stats {
    text-align: left;
  }

  .Vtheme .rental-detail-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

.Vtheme .inventory-sticky-summary-action[data-inventory-filter-open] {
  white-space: nowrap;
}

.Vtheme .inventory-sticky-summary {
  width: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
}




.Vtheme .inventory-sticky-summary-container {
  display: grid;
  gap: .65rem;
  width: min(100%, var(--site-container-max, 1320px));
  margin-inline: auto;

  border: 10px solid var(--brand-secondary);
  border-radius: 33px;
  padding: 0px;
  background: var(--brand-secondary);
transition: all 0.4s ease-in-out;

}



.Vtheme .inventory-sticky-summary.is-fixed .inventory-sticky-summary-container {
  border-radius: 0px 0px 24px 24px;
}

.Vtheme .inventory-sticky-summary-actions {
  display: contents;
}

.Vtheme .inventory-sticky-summary-sort {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: 0;
}

.Vtheme .inventory-sticky-summary-sort .inventory-filter-sort-compact-grid {
  display: inline-flex;
  gap: 0;
}

.Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: .9rem;
  width: 100%;
}

.Vtheme .inventory-sticky-summary-utility {
  min-width: 0;
}


.Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-main {
  align-items: stretch;
}

.Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-actions {
  width: 100%;
}

.Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-secondary {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-main,
.Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-rail {
  min-width: 0;
}

.Vtheme .inventory-utility-nav {
  width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .9rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.Vtheme .inventory-utility-nav::-webkit-scrollbar {
  display: none;
}

.Vtheme .inventory-utility-nav-link {
  flex: 0 0 auto;
  scroll-snap-align: start;
  max-width: min(15rem, 76vw);
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.Vtheme .inventory-utility-nav-link:first-child {
  margin-right: auto;
}

.Vtheme .inventory-utility-nav-link .inventory-utility-nav-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Vtheme .inventory-utility-nav-link .inventory-toolbar-count {
  flex: 0 0 auto;
}

@media (min-width: 992px) {


.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: 5px;
        padding: 1.5rem .5rem .5rem .5rem;
    z-index: -1;
    }

 .is-scrolled .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
  }


  .is-scrolled .navbar-nav a:not(.is-accent){color:var(--brand-secondary)!important;}

  .Vtheme .inventory-sticky-summary-secondary {
    position: relative;
    width: 100%;
    justify-content: stretch;
  }

  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-secondary {
    position: relative;
    width: 100%;
    min-height: 2.3rem;
    margin-left: 0;
    justify-content: flex-end;
  }

  .Vtheme .inventory-sticky-summary-sort {
    position: absolute;
    top: 50%;
    left: 45.4%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991.98px) {
  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-container {
    gap: .8rem;
    padding: .8rem .75rem;
    border-width: 6px;
    border-radius: 22px;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-copy {
    display: grid;
    gap: .2rem;
    align-items: start;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-copy strong,
  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-copy span {
    min-width: 0;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-copy span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.3;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-sticky-summary-rail {
    width: 100%;
    overflow: hidden;
  }

  .Vtheme .inventory-utility-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    margin-inline: -.25rem;
    padding: .1rem .25rem .25rem;
  }

  .Vtheme .inventory-utility-nav-link {
    width: 100%;
    min-width: 0;
    min-height: 2.15rem;
    max-width: none;
    margin-right: 0;
    padding: .48rem .72rem;
    font-size: .78rem;
    line-height: 1.1;
  }

  .Vtheme .inventory-utility-nav-link .inventory-utility-nav-label {
    min-width: 0;
  }

  .Vtheme .inventory-utility-nav-link.is-active {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-primary) 18%, transparent);
  }

  .Vtheme .inventory-sticky-summary-secondary {
    overflow: visible;
  }

  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-secondary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
  }

  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-saved,
  .Vtheme .inventory-sticky-summary-secondary .inventory-favorites-launch,
  .Vtheme .inventory-sticky-summary-secondary .inventory-alert-launch {
    width: 100%;
  }

  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-saved>.btn,
  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-actions-group-saved>a,
  .Vtheme .inventory-sticky-summary-secondary .inventory-favorites-launch,
  .Vtheme .inventory-sticky-summary-secondary .inventory-alert-launch {
    min-width: 0;
  }

  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-sort,
  .Vtheme .inventory-sticky-summary-secondary .inventory-profile-launch,
  .Vtheme .inventory-sticky-summary-secondary .inventory-sticky-summary-sort .inventory-filter-sort-compact-grid {
    grid-column: 1 / -1;
    width: 100%;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-utility-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-profile-launch {
    grid-column: auto;
  }

  .Vtheme .inventory-sticky-summary-utility .inventory-utility-nav-link {
    width: 100%;
  }
}

.Vtheme .inventory-option-input:checked+.inventory-option-pill {
  background: var(--brand-accent);
  border-color: var(--brand-primary);
  color: #fff;
}

.Vtheme .inventory-option-input:checked+.inventory-option-pill .inventory-option-name,
.Vtheme .inventory-option-input:checked+.inventory-option-pill .inventory-option-count {
  color: #fff
}

.inventory-option-count {
 
  margin-left:.5rem; 
}



.inventory-option-input:checked + .inventory-option-pill .inventory-option-count {
  background: var(--brand-primary);
  color: #fff; 
  opacity:.5;
}




.Vtheme .vehicle-detail-page {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--brand-primary) 8%, transparent) 0%, transparent 28%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 78%, white) 0%, var(--surface) 100%);
}

.Vtheme .vehicle-summary-card {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, transparent) 0%, color-mix(in srgb, var(--surface-soft) 82%, white) 100%);
}

.Vtheme .vehicle-price-card {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 82%, white) 0%, color-mix(in srgb, var(--surface) 92%, white) 100%);
}

.Vtheme .vehicle-price-note,
.Vtheme .vehicle-summary-footnote {
  color: var(--muted);
}

.Vtheme .v-theme-page-intro-shell {
  padding: 2rem 0;
  border-radius: 0;
}

.Vtheme .v-theme-page-intro-shell>.container {
  position: relative;
  z-index: 1;
}

.Vtheme .v-theme-page-intro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  color: rgba(255, 255, 255, .72);
}

.Vtheme .v-theme-page-intro-path,
.Vtheme .v-theme-page-intro-note {
  color: rgba(255, 255, 255, 0.7);
}

.Vtheme .v-theme-page-intro-title {
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0;
}

.Vtheme .v-theme-page-intro-text {
  color: rgba(255, 255, 255, .78);
  max-width: 40rem;
}

.Vtheme .v-theme-home-story {
  padding: 1.5rem 1.6rem;
  border-radius: var(--radius-card);
}

.Vtheme .v-theme-inventory-hero-shell,
.Vtheme .v-theme-detail-hero-shell,
.Vtheme .v-theme-hero-shell {
  position: relative;
  padding: 12rem 2rem 3rem 2rem;
  border-radius: 0px;
  margin-bottom: 0rem;
  border-width: 0px 0px 5px;
}

.Vtheme .site-footer,
.v-theme-detail-hero-shell,
.page-heading-section:not(.v-theme-page-intro),
 .Vtheme .page-heading-section,
.Vtheme .v-theme-hero-shell,
.Vtheme .v-theme-inventory-hero-shell,
.Vtheme .v-theme-page-intro-shell {
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(136deg, var(--brand-primary) 10%, var(--brand-secondary) 30%, var(--brand-secondary) 70%, var(--brand-accent) 111%);
}


.inventory-filter-footer {

  padding: 1rem 0rem;
}

.page-heading-title {
color:#fff;
}
.public-body .page-heading-excerpt, .public-body .v-theme-hero-text p{
  color:#fff;
  font-size:1.2rem;
  opacity:0.9;
}

.page-heading-section:not(.v-theme-page-intro) {
  position: relative;
padding: 11rem 2rem 2rem 2rem;
}



 .Vtheme .page-heading-section::before,
.Vtheme .v-theme-hero-shell::before,
.Vtheme .v-theme-hero-shell::after,
.Vtheme .v-theme-inventory-hero-shell::before,
.Vtheme .v-theme-inventory-hero-shell::after,
.Vtheme .v-theme-page-intro-shell::before,
.Vtheme .v-theme-page-intro-shell::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}
 .Vtheme .page-heading-section::before,
.Vtheme .v-theme-hero-shell::before,
.Vtheme .v-theme-inventory-hero-shell::before,
.Vtheme .v-theme-page-intro-shell::before {
  z-index: 0;
  opacity: .34;
  background-image: url("hero-home-lava.svg");
  background-repeat: no-repeat;
  background-position: 76% 34%;
  background-size:100%;
  animation: vThemeHeroBlobPrimary 22s ease-in-out infinite alternate;

}

.Vtheme .v-theme-hero-shell::after,
.Vtheme .v-theme-inventory-hero-shell::after,
.Vtheme .v-theme-page-intro-shell::after {
  z-index: 0;
  opacity: .36;
  background-image: url("hero-home-lava-alt.svg");
  background-repeat: no-repeat;
  background-position: 84% 42%;
  background-size: 100%;
  mix-blend-mode: normal;
 
}

@keyframes vThemeHeroBlobPrimary {
  0% {
    opacity: .3;
    transform: translate3d(-2.5%, -1.5%, 0) rotate(-8deg) scale(1.04);
  }

  45% {
    opacity: .78;
    transform: translate3d(1.5%, .95%, 0) rotate(-30deg) scale(1.3);
  }

  100% {
    opacity: .3;
    transform: translate3d(3%, 1.5%, 0) rotate(-2deg) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {

  .Vtheme .v-theme-hero-shell::before,
  .Vtheme .v-theme-hero-shell::after,
  .Vtheme .v-theme-inventory-hero-shell::before,
  .Vtheme .v-theme-inventory-hero-shell::after,
  .Vtheme .v-theme-page-intro-shell::before,
  .Vtheme .v-theme-page-intro-shell::after {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .Vtheme .v-theme-hero-shell::before,
  .Vtheme .v-theme-inventory-hero-shell::before,
  .Vtheme .v-theme-page-intro-shell::before {
    opacity: .34;
    background-position: 82% 28%;
    background-size: 100%;
    animation: none;
  }

  .Vtheme .v-theme-hero-shell::after,
  .Vtheme .v-theme-inventory-hero-shell::after,
  .Vtheme .v-theme-page-intro-shell::after {
    opacity: .2;
    background-position: 76% 60%;
    background-size: 88%;
    animation: none;
  }
}

.Vtheme .v-theme-inventory-hero-shell-compact {
  padding: 1.45rem 1.55rem;
}

.Vtheme .v-theme-inventory-hero-shell-compact .v-theme-inventory-hero-title {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  margin-top: .35rem;
}

.Vtheme .v-theme-inventory-hero-shell-compact .v-theme-inventory-hero-main {
  max-width: none;
}

.Vtheme .v-theme-detail-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, .16) 0%, transparent 26%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, .18) 0%, transparent 30%);
  pointer-events: none;
}

.Vtheme .v-theme-inventory-hero-title,
.Vtheme .v-theme-detail-title {
  position: relative;
  z-index: 1;
  margin-top: .65rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0;
}

.Vtheme .v-theme-detail-seo-summary {
  position: relative;
  z-index: 1;
  max-width: 54rem;
  margin: .7rem 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1rem;
  line-height: 1.55;
}

.Vtheme .v-theme-inventory-hero-text,
.Vtheme .v-theme-detail-submeta,
.Vtheme .vehicle-breadcrumb,
.Vtheme .v-theme-page-intro-path,
.Vtheme .v-theme-page-intro-note {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .76);
}

.Vtheme .v-theme-inventory-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
}



.Vtheme .v-theme-inventory-command-bar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.Vtheme .v-theme-inventory-command-label {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}

.Vtheme .v-theme-inventory-command-search.listing {
  width: min(100%, var(--site-container-max, 1320px));
  margin: auto;
  margin-top: -2.8rem;
  margin-bottom: 3rem;
  z-index: 99;
  position: relative;
}

.Vtheme .v-theme-inventory-command-search-field {
  display: flex;
  align-items: center;

  padding: .3rem .9rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.Vtheme .v-theme-inventory-command-search-control {
  position: relative;
  border: 10px solid var(--brand-secondary);
  border-radius: 99px;
  padding: 0px 2rem;
  background: var(--brand-secondary);
  box-shadow: -60px -30px 70px -20px color-mix(in srgb, var(--brand-accent) 50%, transparent);
}

.Vtheme .v-theme-inventory-command-search-prefix {

  font-size: .9rem;
  font-weight: 700;
  padding-right: .75rem;
  display: none;
}

.Vtheme .v-theme-inventory-command-search-field .form-control {
  border: 0;
  background: transparent;
  color: var(--brand-secondary);
  box-shadow: none;

  min-width: 0;
  font-size: 1.4rem;
}

.Vtheme .v-theme-inventory-command-search-submit {
  border-radius: .85rem;
  font-weight: 700;
  color: #16314f;
  background: #ffffff;
  border: 0;
  padding: .75rem 1rem;
  white-space: nowrap;
}

.Vtheme .v-theme-inventory-command-search-submit:hover,
.Vtheme .v-theme-inventory-command-search-submit:focus-visible {
  color: #16314f;
  background: rgba(255, 255, 255, 0.88);
}

.Vtheme .v-theme-inventory-command-suggestions {
  position: absolute;
  top: calc(100% + .45rem);
  left: 0;
  right: 0;
  z-index: 18;
  display: grid;
  gap: .3rem;
  padding: .45rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(17, 33, 56, 0.1);
  box-shadow: 0 24px 60px rgba(8, 18, 35, 0.18);
  max-height: min(70vh, 34rem);
  overflow: auto;
}

.Vtheme .inventory-command-suggestion {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .55rem;
  border-radius: .85rem;
  color: inherit;
  text-decoration: none;
  transition: background .16s ease, transform .16s ease;
}

.Vtheme .inventory-command-suggestion:hover,
.Vtheme .inventory-command-suggestion:focus-visible,
.Vtheme .inventory-command-suggestion.is-active {
  background: color-mix(in srgb, var(--brand-primary) 10%, white);
  transform: translateY(-1px);
}

.Vtheme .inventory-command-suggestion-media {
  aspect-ratio: 1 / 1;
  border-radius: .7rem;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface-soft) 90%, white);
}

.Vtheme .inventory-command-suggestion-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Vtheme .inventory-command-suggestion-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--text-soft);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.Vtheme .inventory-command-suggestion-copy {
  min-width: 0;
  display: grid;
  gap: .18rem;
}

.Vtheme .inventory-command-suggestion-meta {
  color: var(--text-soft);
  font-size: .73rem;
}

.Vtheme .inventory-command-suggestion-title {
  color: var(--text);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.25;
}

.Vtheme .inventory-command-suggestion-specs,
.Vtheme .inventory-command-suggestion-price {
  color: var(--text-soft);
  font-size: .78rem;
}

.Vtheme .inventory-command-suggestion-price {
  color: var(--brand-primary);
  font-weight: 700;
}

.Vtheme .inventory-command-suggestion-empty {
  padding: .85rem .95rem;
  color: var(--text-soft);
  font-size: .84rem;
}

.Vtheme .v-theme-inventory-command-sort {
  min-width: 0;
}

.Vtheme .inventory-filter-sort-card {
  margin-bottom: 0rem;
  padding: 0rem;
  border: 0px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.Vtheme .inventory-filter-sort-compact-grid {
  display: inline-flex;
  width: 100%;
  gap: 0;
}




.Vtheme .v-theme-inventory-command-sort-compact .inventory-filter-sort-compact-grid>.inventory-filter-sort-chip:last-child {

  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}



.Vtheme .v-theme-inventory-command-sort-compact .btn-check:checked+.inventory-filter-sort-chip {
  border-color:color-mix(in srgb, var(--brand-secondary) 64%, var(--brand-primary));
  background: color-mix(in srgb, var(--brand-secondary) 64%, var(--brand-primary));
  color: #fff;
  opacity: 1;
}



.Vtheme .inventory-filter-sort-chip-icon-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}

.Vtheme .inventory-filter-sort-chip-icon-glyph .bi {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .Vtheme .inventory-filter-sort-compact-grid {
    display: inline-flex;
  }
}

.Vtheme .v-theme-inventory-command-actions {
  display: grid;
  gap: .6rem;
  align-self: end;
}

.Vtheme .v-theme-inventory-command-actions .btn {

  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.Vtheme .v-theme-inventory-command-actions .btn:hover,
.Vtheme .v-theme-inventory-command-actions .btn:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.Vtheme .inventory-profile-launch {
  position: relative;
}

.Vtheme .inventory-profile-launch-indicator {
  min-width: 1.45rem;
  height: 1.45rem;
  margin-left: .55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .38rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  color: #16314f;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.Vtheme .inventory-profile-panel-summary {
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  line-height: 1.4;
}

.Vtheme .inventory-profile-switch {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  cursor: pointer;
  color: #ffffff;
  font-size: .84rem;
  font-weight: 700;
}

.Vtheme .inventory-profile-switch input {
  appearance: none;
  width: 2.65rem;
  height: 1.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.18);
  position: relative;
  margin: 0;
  transition: background-color .16s ease, border-color .16s ease;
}

.Vtheme .inventory-profile-switch input::after {
  content: "";
  position: absolute;
  top: .12rem;
  left: .14rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(8, 18, 35, 0.2);
  transition: transform .16s ease;
}

.Vtheme .inventory-profile-switch input:checked {
  background: linear-gradient(135deg, var(--brand-accent) 0%, #fb923c 100%);
  border-color: transparent;
}

.Vtheme .inventory-profile-switch input:checked::after {
  transform: translateX(1.02rem);
}

.Vtheme .inventory-profile-switch input:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.Vtheme .inventory-profile-panel {
  padding: 1.05rem;
}

.Vtheme .inventory-profile-panel-head,
.Vtheme .inventory-profile-panel-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .9rem;
}

.Vtheme .inventory-profile-panel-actions {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}

.Vtheme .inventory-profile-results-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .9rem;
  padding: .95rem 1rem;
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--brand-primary) 10%, white);
  border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, var(--border));
  margin-bottom: 1rem;
}

.Vtheme .inventory-profile-results-notice-copy {
  color: var(--text);
  font-size: .92rem;
  line-height: 1.45;
}

.Vtheme .inventory-profile-panel-eyebrow {
  color: rgba(255, 255, 255, .66);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.Vtheme .inventory-profile-panel-title {
  margin-top: .25rem;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.Vtheme .inventory-profile-question-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
  gap: .7rem;
  margin-top: .95rem;
}

.Vtheme .inventory-profile-question {
  display: block;
  cursor: pointer;
}

.Vtheme .inventory-profile-question input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.Vtheme .inventory-profile-question-body {
  display: grid;
  align-content: start;
  gap: .18rem;
  min-height: 100%;
  padding: .9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.Vtheme .inventory-profile-question-body strong {
  color: #ffffff;
  font-size: .94rem;
}

.Vtheme .inventory-profile-question-body small {
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  line-height: 1.35;
}

.Vtheme .inventory-profile-question:hover .inventory-profile-question-body,
.Vtheme .inventory-profile-question:focus-within .inventory-profile-question-body {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.24);
}

.Vtheme .inventory-profile-question input:checked+.inventory-profile-question-body {
  background: var(--brand-accent);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 28px rgba(8, 18, 35, 0.14);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-panel-summary,
.Vtheme .inventory-personalization-shell-utility .inventory-profile-panel-persistence,
.Vtheme .inventory-personalization-shell-utility .inventory-profile-entry-copy,
.Vtheme .inventory-personalization-shell-utility .inventory-profile-panel-stepcopy {
  color: var(--text-soft);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-switch {
  color: var(--text);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-switch input {
  border-color: rgba(15, 23, 42, 0.16);
  background: rgba(148, 163, 184, 0.16);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-question-body {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-question-body strong {
  color: var(--text);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-question-body small {
  color: var(--text-soft);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-question:hover .inventory-profile-question-body,
.Vtheme .inventory-personalization-shell-utility .inventory-profile-question:focus-within .inventory-profile-question-body {
  border-color: color-mix(in srgb, var(--brand-primary) 26%, var(--border));
  background: color-mix(in srgb, var(--brand-primary) 4%, white);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-question input:checked+.inventory-profile-question-body {
  background: color-mix(in srgb, var(--brand-primary) 8%, white);
  color: var(--text);
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.Vtheme .inventory-profile-reset {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.Vtheme .inventory-profile-reset:hover,
.Vtheme .inventory-profile-reset:focus-visible {
  color: #ffffff;
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-reset {
  color: var(--brand-primary);
}

.Vtheme .inventory-personalization-shell-utility .inventory-profile-reset:hover,
.Vtheme .inventory-personalization-shell-utility .inventory-profile-reset:focus-visible {
  color: color-mix(in srgb, var(--brand-primary) 82%, black);
}

.Vtheme .v-theme-inventory-hero-footer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.Vtheme .v-theme-sidebar-filter {
  position: sticky;
  top: 0rem;
  padding: .8rem;
  border-radius: 0px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, transparent) 0%, color-mix(in srgb, var(--surface-soft) 84%, white) 100%);
  border: 0px solid var(--border);
  box-shadow: 0 20px 44px rgba(8, 18, 35, 0.08);
  height: 100%;
}

.Vtheme .v-theme-sidebar-filter-header {
  margin-bottom: .75rem;
}

.Vtheme .inventory-filter-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.Vtheme .v-theme-results-bar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.Vtheme .inventory-results-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .75rem;
  flex-wrap: wrap;
}



.Vtheme .inventory-favorites-launch,
.Vtheme .inventory-compare-launch {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.Vtheme .inventory-favorites-launch.is-active,
.Vtheme .inventory-compare-launch.is-active {
  background: color-mix(in srgb, var(--brand-primary) 12%, white);
  border-color: color-mix(in srgb, var(--brand-primary) 26%, var(--border));
  color: var(--brand-primary);
}

.Vtheme .inventory-favorites-launch-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.65rem;
  height: 1.65rem;
  padding: 0 .45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-accent) 0%, #fb923c 100%);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.Vtheme .v-theme-results-copy {
  color: var(--muted);
  text-align: center;
}

.Vtheme .v-theme-landing-seo-copy {
  display: grid;
  gap: .85rem;
  justify-items: center;
    margin: 3rem 0rem;
}

.Vtheme .v-theme-landing-seo-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
}

.Vtheme .v-theme-landing-seo-copy p {
  margin: 0;
}

.Vtheme .v-theme-landing-seo-faq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}

.Vtheme .v-theme-landing-seo-badge-heading {
  margin: 0;
  font-size: .9rem;
  line-height: 1;
  letter-spacing: 0;
}

.Vtheme .v-theme-landing-seo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: .45rem .75rem;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 24%, var(--border));
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-primary) 7%, white);
  color: color-mix(in srgb, var(--brand-primary) 82%, var(--text));
  font-weight: 800;
  text-decoration: none;
}

.Vtheme .v-theme-landing-seo-badge:hover,
.Vtheme .v-theme-landing-seo-badge:focus-visible {
  border-color: color-mix(in srgb, var(--brand-accent) 54%, var(--brand-primary));
  background: color-mix(in srgb, var(--brand-accent) 12%, white);
  color: var(--brand-primary);
}

.Vtheme .v-theme-landing-local-links {
  padding: 1.5rem 0 2.5rem;
}

.Vtheme .v-theme-landing-local-links-inner {
  display: grid;
  justify-items: center;
  gap: .85rem;
  text-align: center;
}

.Vtheme .v-theme-landing-local-links h2 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.Vtheme .v-theme-landing-local-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
}

.Vtheme .v-theme-landing-local-link {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .38rem .68rem;
  border: 1px solid color-mix(in srgb, var(--border) 76%, var(--brand-primary));
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 94%, white);
  color: color-mix(in srgb, var(--text) 78%, var(--muted));
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.Vtheme .v-theme-landing-local-link:hover,
.Vtheme .v-theme-landing-local-link:focus-visible {
  border-color: color-mix(in srgb, var(--brand-primary) 36%, var(--border));
  background: color-mix(in srgb, var(--brand-primary) 6%, white);
  color: var(--brand-primary);
}

.Vtheme .v-theme-results-chips {
  margin-bottom: 1rem;
}

.Vtheme .inventory-personalization-stack {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.Vtheme .inventory-personalization-stack.is-animating {
  overflow: clip;
}

.Vtheme .inventory-insight-card,
.Vtheme .inventory-favorites-panel {
  transform-origin: top center;
}

.Vtheme .inventory-insight-card.is-revealing,
.Vtheme .inventory-favorites-panel.is-revealing {
  animation: inventoryPersonalizationReveal .18s ease-out;
}

@keyframes inventoryPersonalizationReveal {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.Vtheme .v-theme-inventory-personalization-shell {
  position: relative;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: calc(var(--radius-card) + 6px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--chrome-header-bg) 95%, black) 0%, color-mix(in srgb, var(--chrome-header-bg) 72%, var(--brand-primary)) 54%, color-mix(in srgb, var(--brand-primary) 82%, black) 100%);
  box-shadow: 0 24px 54px rgba(8, 18, 35, 0.16);
}

.Vtheme .v-theme-inventory-personalization-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, .14) 0%, transparent 28%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, .16) 0%, transparent 32%);
  pointer-events: none;
}

.Vtheme .v-theme-inventory-personalization-shell>* {
  position: relative;
  z-index: 1;
}



.Vtheme .inventory-insight-card-highlight {
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 10%, white) 0%, color-mix(in srgb, var(--surface) 98%, white) 100%);
  border-color: color-mix(in srgb, var(--brand-primary) 22%, var(--border));
}

.Vtheme .inventory-insight-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}

.Vtheme .inventory-insight-eyebrow {
  color: #1d4ed8;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.Vtheme .inventory-insight-title {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
}

.Vtheme .inventory-insight-copy {
  margin: 0;
  color: #fff;
}

.Vtheme .inventory-insight-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: .9rem;
  flex-wrap: wrap;
}

.Vtheme .inventory-search-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.Vtheme .inventory-search-chip {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .35rem .35rem .35rem .95rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 97%, white);
  border: 1px solid color-mix(in srgb, var(--border) 90%, white);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.Vtheme .inventory-search-chip:hover,
.Vtheme .inventory-search-chip:focus-within {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
  box-shadow: 0 12px 24px rgba(8, 18, 35, 0.08);
}

.Vtheme .inventory-search-chip-link {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
}

.Vtheme .inventory-search-chip-link:hover,
.Vtheme .inventory-search-chip-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.Vtheme .inventory-search-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, var(--border));
  color: var(--muted);
  flex: 0 0 auto;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.Vtheme .inventory-search-chip-remove:hover,
.Vtheme .inventory-search-chip-remove:focus-visible {
  background: color-mix(in srgb, var(--brand-primary) 12%, var(--surface));
  color: var(--brand-primary);
  transform: scale(1.04);
}

.Vtheme .inventory-search-chip-label {
  font-weight: 700;
  min-width: 0;
}

.Vtheme .inventory-search-chip-meta {
  color: var(--muted);
  font-size: .84rem;
}

.Vtheme .inventory-saved-search-list {
  display: grid;
  gap: .85rem;
}

.Vtheme .inventory-saved-search-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: .95rem 1rem;
  border-radius: calc(var(--radius-card) - 6px);
  background: color-mix(in srgb, var(--surface) 97%, white);
  border: 1px solid color-mix(in srgb, var(--border) 90%, white);
}

.Vtheme .inventory-saved-search-item.is-current {
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.08);
}

.Vtheme .inventory-saved-search-copy {
  min-width: 0;
}

.Vtheme .inventory-saved-search-title {
  color: var(--text);
  font-weight: 700;
}

.Vtheme .inventory-saved-search-meta {
  color: var(--muted);
  font-size: .9rem;
}

.Vtheme .inventory-saved-search-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  flex-wrap: wrap;
}

.Vtheme .inventory-saved-search-remove {
  color: #b91c1c;
  text-decoration: none;
}

.Vtheme .inventory-saved-search-remove:hover,
.Vtheme .inventory-saved-search-remove:focus-visible {
  color: #991b1b;
  text-decoration: underline;
}

.Vtheme .inventory-alert-request-summary {
  padding: .9rem 1rem;
  border-radius: calc(var(--radius-card) - 6px);
  background: color-mix(in srgb, var(--surface-soft) 84%, white);
  border: 1px solid color-mix(in srgb, var(--border) 90%, white);
  color: var(--text);
  font-weight: 600;
}

.Vtheme .inventory-alert-privacy-card {
  margin: 0;
}

 

.Vtheme .inventory-compare-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--border) 84%, white);
  border-radius: var(--radius-card);
  background: #fff;
}

.Vtheme .inventory-compare-toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.Vtheme .inventory-compare-table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid color-mix(in srgb, var(--border) 86%, white);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 18, 35, 0.08);
}

.Vtheme .inventory-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}

.Vtheme .inventory-compare-table th,
.Vtheme .inventory-compare-table td {
  padding: .9rem 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 82%, white);
  border-right: 1px solid color-mix(in srgb, var(--border) 82%, white);
  vertical-align: top;
}

.Vtheme .inventory-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 1px 0 color-mix(in srgb, var(--border) 82%, white);
}

.Vtheme .inventory-compare-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 12rem;
  background: #fff;
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.Vtheme .inventory-compare-table thead th:first-child {
  z-index: 4;
}

.Vtheme .inventory-compare-section-row th {
  position: static;
  background: color-mix(in srgb, var(--brand-primary) 7%, white);
  color: var(--brand-primary);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.Vtheme .inventory-compare-vehicle-head {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  min-width: 13rem;
}

.Vtheme .inventory-compare-image {
  display: block;
  overflow: hidden;
  border-radius: calc(var(--radius-card) - 8px);
  background: color-mix(in srgb, var(--border) 55%, white);
}

.Vtheme .inventory-compare-image img,
.Vtheme .inventory-compare-image-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.Vtheme .inventory-compare-image-placeholder {
  padding: .75rem;
  color: var(--muted);
  font-size: .75rem;
}

.Vtheme .inventory-compare-title {
  display: block;
  color: var(--text);
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.18;
  text-decoration: none;
}

.Vtheme .inventory-compare-meta,
.Vtheme .inventory-compare-price {
  margin-top: .25rem;
  color: var(--muted);
  font-size: .82rem;
}

.Vtheme .inventory-compare-price {
  color: var(--brand-primary);
  font-weight: 850;
}

.Vtheme .inventory-compare-vehicle-head .btn {
  grid-column: 1 / -1;
  justify-self: start;
}

.Vtheme .inventory-compare-mobile-list {
  display: none;
}

.Vtheme .inventory-compare-mobile-section,
.Vtheme .inventory-compare-mobile-row h4 {
  margin: 0;
}

@media (max-width: 767.98px) {

  .Vtheme .inventory-compare-toolbar {
    align-items: stretch;
    padding: .85rem;
  }

  .Vtheme .inventory-compare-toolbar,
  .Vtheme .inventory-compare-toolbar-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .Vtheme .inventory-compare-toolbar-actions .btn {
    width: 100%;
  }

  .Vtheme .inventory-compare-table-wrap {
    display: none;
  }

  .Vtheme .inventory-compare-mobile-list {
    display: grid;
    gap: .7rem;
    margin-top: 1rem;
  }

  .Vtheme .inventory-compare-mobile-section {
    padding: .8rem .95rem;
    border-radius: calc(var(--radius-card) - 8px);
    background: color-mix(in srgb, var(--brand-primary) 8%, white);
    color: var(--brand-primary);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .Vtheme .inventory-compare-mobile-row {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--border) 86%, white);
    border-radius: calc(var(--radius-card) - 6px);
    background: #fff;
    box-shadow: 0 12px 26px rgba(8, 18, 35, 0.07);
  }

  .Vtheme .inventory-compare-mobile-row h4 {
    padding: .8rem .95rem;
    border-bottom: 1px solid color-mix(in srgb, var(--border) 86%, white);
    color: var(--muted);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .Vtheme .inventory-compare-mobile-values {
    display: grid;
    grid-template-columns: 1fr;
  }

  .Vtheme .inventory-compare-mobile-value {
    display: grid;
    gap: .25rem;
    padding: .85rem .95rem;
  }

  .Vtheme .inventory-compare-mobile-value+.inventory-compare-mobile-value {
    border-top: 1px solid color-mix(in srgb, var(--border) 82%, white);
  }

  .Vtheme .inventory-compare-mobile-value span {
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.25;
  }

  .Vtheme .inventory-compare-mobile-value strong {
    color: var(--text);
    font-size: .98rem;
    line-height: 1.25;
  }
}

 

 




.Vtheme .inventory-favorite-unavailable-media {
  min-height: 10rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(148, 163, 184, 0.16), rgba(226, 232, 240, 0.34)),
    color-mix(in srgb, var(--surface-muted, #f3f5f7) 94%, transparent);
  color: color-mix(in srgb, var(--text) 42%, transparent);
  font-size: 2rem;
}

.Vtheme .inventory-favorite-unavailable-body {
  display: grid;
  align-content: center;
  gap: .45rem;
  padding: .95rem 1rem;
}

.Vtheme .inventory-favorite-unavailable-eyebrow {
  width: max-content;
  max-width: 100%;
  padding: .26rem .55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text) 8%, transparent);
  color: color-mix(in srgb, var(--text) 58%, transparent);
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.Vtheme .inventory-favorite-unavailable-body p {
  margin: 0;
  color: color-mix(in srgb, var(--text) 66%, transparent);
  font-size: .84rem;
  line-height: 1.35;
}

.Vtheme .inventory-favorite-unavailable-note {
  color: color-mix(in srgb, var(--text) 78%, transparent);
}

.Vtheme .inventory-favorite-unavailable-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-top: .2rem;
  color: color-mix(in srgb, var(--text) 48%, transparent);
  font-size: .78rem;
}

.Vtheme .v-theme-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.Vtheme .v-theme-listing-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: color-mix(in srgb, var(--surface) 98%, transparent);
  border: 4px solid color-mix(in srgb, var(--brand-primary) 10%, transparent);
   
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.Vtheme .v-theme-listing-card:hover {
    border: 4px solid color-mix(in srgb, var(--brand-primary) 40%, transparent);
}

.Vtheme .v-theme-listing-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.Vtheme .v-theme-listing-link:hover,
.Vtheme .v-theme-listing-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.Vtheme .v-theme-listing-link:focus-visible {
  outline: 0;
}



.Vtheme .v-theme-listing-card:hover .v-theme-listing-media img {
  transition: transform .3s ease-in-out;
  transform: scale(1.2);
}







.Vtheme .v-theme-listing-card:has(.v-theme-listing-link:focus-visible) {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-primary) 22%, white), 0 24px 54px rgba(8, 18, 35, 0.14);
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
}






.Vtheme .vehicle-favorite-toggle:focus-visible {
  outline: 0;
}

.Vtheme .vehicle-favorite-toggle:hover,
.Vtheme .vehicle-favorite-toggle:focus-visible,
.Vtheme .vehicle-favorite-toggle.is-active,
.Vtheme .vehicle-compare-toggle:hover,
.Vtheme .vehicle-compare-toggle:focus-visible,
.Vtheme .vehicle-compare-toggle.is-active {
  color: #fff;
  background:var(--brand-primary) ;
  border-color: #fff
}

.Vtheme .vehicle-favorite-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
}

.Vtheme .vehicle-favorite-toggle-icon svg {
  width: 100%;
  height: 100%;
}


.Vtheme .vehicle-card-action-group {
  height: 1.9rem;
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 4;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 0px 0px 2px rgba(8, 18, 35, 0.20);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease, box-shadow .18s ease;
}

.Vtheme .vehicle-card-action-group .vehicle-favorite-toggle,
.Vtheme .vehicle-card-action-group .vehicle-compare-toggle {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 0;
  box-shadow: none;
  flex: 0 0 auto;
  padding: 0rem .4rem
}

.Vtheme .vehicle-card-action-group>.btn+.btn {
  margin-left: 0;

}




@media (hover: hover) and (pointer: fine) {

  .Vtheme .v-theme-listing-card>.vehicle-favorite-toggle:not(.is-active),
  .Vtheme .v-theme-listing-card>.vehicle-compare-toggle:not(.is-active),
  .Vtheme .v-theme-listing-card .vehicle-card-action-group:not(:has(.is-active)) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

  }

  .Vtheme .v-theme-listing-card:hover>.vehicle-favorite-toggle,
  .Vtheme .v-theme-listing-card:hover>.vehicle-compare-toggle,
  .Vtheme .v-theme-listing-card:focus-within>.vehicle-favorite-toggle,
  .Vtheme .v-theme-listing-card:focus-within>.vehicle-compare-toggle,
  .Vtheme .v-theme-listing-card>.vehicle-favorite-toggle.is-active,
  .Vtheme .v-theme-listing-card>.vehicle-compare-toggle.is-active,
  .Vtheme .v-theme-listing-card:hover .vehicle-card-action-group,
  .Vtheme .v-theme-listing-card:focus-within .vehicle-card-action-group,
  .Vtheme .v-theme-listing-card .vehicle-card-action-group:has(.is-active) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

  }
}

.Vtheme .vehicle-favorite-toggle,
.Vtheme .vehicle-compare-toggle {
  position: absolute;
  right: 4.25rem;
  top: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  padding: 0;
  border-radius: 999px;
  background: var(--brand-accent);
 
}


.Vtheme .vehicle-favorite-toggle,
.Vtheme .vehicle-compare-toggle {
  background: color-mix(in srgb, var(--muted) 62%, white);
  color: #fff;
  
}


.Vtheme .vehicle-favorite-toggle {
  border-width: 0px;
}


.Vtheme .vehicle-compare-toggle {
  border-width: 0px 0px 0px 1px;
}



.Vtheme .v-theme-listing-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.Vtheme .v-theme-listing-media,
.Vtheme .vehicle-stage-item {
  position: relative;
  overflow: hidden;
}

.Vtheme .vehicle-media-overlay-badge {
  position: absolute;
  left: .5rem;
  bottom: .5rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  border: 0px solid rgba(255, 255, 255, .34);
  color: #fff;
  text-transform: uppercase;
  text-wrap: balance;
  box-shadow: 0 18px 24px rgba(8, 18, 35, .2);
  backdrop-filter: blur(12px);
}

.Vtheme .vehicle-media-overlay-badge.is-detail {
  right: 1.35rem;
  bottom: 1.35rem;
  padding: .72rem 1rem;
  font-size: 1rem;
}

.Vtheme .vehicle-media-overlay-badge.is-accent {
  background: linear-gradient(135deg, rgba(220, 38, 38, .96) 0%, rgba(249, 115, 22, .96) 100%);
}

.Vtheme .vehicle-media-overlay-badge.is-dark {
  background: linear-gradient(135deg, rgba(15, 23, 42, .94) 0%, rgba(2, 6, 23, .92) 100%);
}

.Vtheme .vehicle-media-overlay-badge.is-blue {
  background: linear-gradient(135deg, rgba(37, 99, 235, .96) 0%, rgba(14, 165, 233, .94) 100%);
}

.Vtheme .vehicle-media-overlay-badge.is-green {
  background: linear-gradient(135deg, rgba(22, 163, 74, .96) 0%, rgba(20, 184, 166, .94) 100%);
}

.Vtheme .vehicle-media-overlay-badge.is-gold {
  background: linear-gradient(135deg, rgba(180, 83, 9, .96) 0%, rgba(234, 179, 8, .94) 100%);

}

.Vtheme .v-theme-listing-badges {
  position: absolute;
  inset: .5rem 3.15rem auto .5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.Vtheme .v-theme-listing-body {
  padding: 1.2rem;
}

.Vtheme .v-theme-listing-meta {
  color: #1d4ed8;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.Vtheme .v-theme-listing-title {
  margin-top: .55rem;
  margin-bottom: .8rem;
  font-size: 1.22rem;
  line-height: 1.3;
}

.Vtheme .v-theme-listing-specs {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.Vtheme .v-theme-listing-specs span {
  display: inline-flex;
  align-items: center;
  padding: .08rem .6rem;
  border-radius: var(--radius-button);
  background: color-mix(in srgb, var(--surface-soft) 72%, white);
  border: 1px solid var(--border);
  color: #334155;
  font-size: .8rem;
}

.Vtheme .v-theme-listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.Vtheme .v-theme-listing-price {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 800;
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  color: var(--brand-secondary);
}

.Vtheme .v-theme-listing-price.has-website-offer {
  display: grid;
  justify-items: end;
  line-height: 1.2rem;
  bottom: 1.15rem;

}

.Vtheme .v-theme-listing-price-compare {
  color: #94a3b8;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: line-through;
}

.Vtheme .v-theme-listing-price-current {
  color: var(--brand-primary);
}


.v-theme-listing-card.has-website-offer * {

  color: #fff;
  background: transparent;

}

.v-theme-listing-card.has-website-offer .v-theme-listing-specs span {

  color: var(--brand-accent);

}

.Vtheme .vehicle-website-offer-chip {
  width: 50%;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.Vtheme .vehicle-website-offer-chip time {
  color: #fde68a;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}



.Vtheme .vehicle-equipment-section-heading {
  align-items: center;
}

.Vtheme .vehicle-equipment-total {
  display: none;
  align-items: center;
  min-height: 2rem;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-soft) 88%, white);
  border: 1px solid color-mix(in srgb, var(--border) 84%, white);
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.Vtheme .vehicle-equipment-card-full {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.Vtheme .vehicle-equipment-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .48fr);
  gap: .85rem 1.25rem;
  align-items: start;
  margin-bottom: 1rem;
}

.Vtheme .vehicle-equipment-toolbar-title {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
}


.Vtheme .vehicle-equipment-search-status {
  color: color-mix(in srgb, var(--text) 78%, var(--muted));
  font-size: .88rem;
  line-height: 1.45;
}

.Vtheme .vehicle-equipment-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: center;
}

.Vtheme .vehicle-equipment-search .form-control {
  min-height: 2.65rem;
  border-radius: .75rem;
}

.Vtheme .vehicle-equipment-search-status {
  grid-column: 1 / -1;
  min-height: 1.25rem;
}

.Vtheme .vehicle-equipment-search-status.is-success {
  color: #15803d;
  font-weight: 700;
}

.Vtheme .vehicle-equipment-search-status.is-empty {
  color: #b45309;
  font-weight: 700;
}

.Vtheme .vehicle-equipment-simple-list {
  padding-top: 2rem;
  --equipment-flat-collapsed-height: 34rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
  overflow: hidden;
  transition: max-height .22s ease;
}

.Vtheme .vehicle-equipment-simple-list.is-collapsed {
  max-height: var(--equipment-flat-collapsed-height);
}

.Vtheme .vehicle-equipment-simple-list:not(.is-collapsed),
.Vtheme .vehicle-equipment-simple-list.is-query-active {
  max-height: none;
}

.Vtheme .vehicle-equipment-simple-list.is-truncated::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, color-mix(in srgb, var(--surface) 98%, white) 100%);
  pointer-events: none;
}

.Vtheme .vehicle-equipment-simple-item {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  align-items: start;
  gap: .5rem;
  min-width: 0;
  min-height: 2.7rem;
  padding: .48rem .62rem;
  border: 1px solid color-mix(in srgb, var(--border) 82%, white);
  border-radius: .5rem;
  background: color-mix(in srgb, var(--surface) 96%, white);
  color: var(--text);
  font-size: .93rem;
  line-height: 1.25;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.Vtheme .vehicle-equipment-simple-icon {
  color:  var(--brand-accent);
  margin-top: .12rem;
  font-size: 1.96rem;
  line-height: 1;
}

.Vtheme .vehicle-equipment-simple-icon.is-empty {
  width: 1rem;
  height: 1rem;
}

.Vtheme .vehicle-equipment-simple-content {
  display: grid;
  gap: .14rem;
  min-width: 0;
  margin-left: 1rem;
}

.Vtheme .vehicle-equipment-simple-label,
.Vtheme .vehicle-equipment-simple-meta {
  min-width: 0;
  overflow-wrap: anywhere;
}

.Vtheme .vehicle-equipment-simple-label {
  font-weight: 550;
}

.Vtheme .vehicle-equipment-simple-meta {
  color: color-mix(in srgb, var(--muted) 86%, var(--text));
  font-size: .75rem;
  line-height: 1.25;
}

.Vtheme .vehicle-equipment-simple-item.is-standard {
  border-color: color-mix(in srgb, #15803d 24%, var(--border));
  background: color-mix(in srgb, #dcfce7 30%, var(--surface));
}

.Vtheme .vehicle-equipment-simple-item.is-paid {
  border-color: color-mix(in srgb, #b45309 28%, var(--border));
  background: color-mix(in srgb, #fef3c7 34%, var(--surface));
}

.Vtheme .vehicle-equipment-simple-item.is-selected {
  border-color: color-mix(in srgb, #0d6efd 22%, var(--border));
}

.Vtheme .vehicle-equipment-simple-item.is-match {
  color: #0d6efd;
  border: 2px solid #0d6efd;
  box-shadow: 0 8px 20px rgba(13, 110, 253, .12);
}

.Vtheme .vehicle-equipment-flat-toggle {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  color: #0d6efd;
  font-weight: 800;
  text-decoration: none;
}

.Vtheme .vehicle-equipment-flat-toggle::after {
  content: "\2193";
  font-size: .9rem;
  line-height: 1;
}

.Vtheme .vehicle-equipment-flat-toggle[aria-expanded="true"]::after {
  content: "\2191";
}

.Vtheme .vehicle-equipment-flat-toggle:hover,
.Vtheme .vehicle-equipment-flat-toggle:focus-visible {
  color: #084298;
  text-decoration: underline;
}

.Vtheme .vehicle-equipment-groups {
  display: grid;
  gap: .65rem;
}

.Vtheme .vehicle-equipment-group {
  --equipment-collapsed-height: 2.35rem;
  display: grid;
  gap: .65rem;
  padding: .85rem .9rem;
  border: 1px solid color-mix(in srgb, var(--border) 82%, white);
  border-radius: .9rem;
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 98%, white) 0%, color-mix(in srgb, var(--surface-soft) 72%, white) 100%);
  transition: opacity .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.Vtheme .vehicle-equipment-group:not(.is-collapsed),
.Vtheme .vehicle-equipment-group.is-query-active {
  border-color: color-mix(in srgb, var(--brand-primary) 18%, var(--border));
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.Vtheme .vehicle-equipment-group.is-dim {
  opacity: .42;
}

.Vtheme .vehicle-equipment-group.is-hidden {
  display: none;
}

.Vtheme .vehicle-equipment-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
}

.Vtheme .vehicle-equipment-group-title {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}

.Vtheme .vehicle-equipment-group-head h3 {
  margin: 0;
  color: var(--text);
  font-size: .98rem;
  font-weight: 700;
}

.Vtheme .vehicle-equipment-group-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 .5rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
  font-size: .8rem;
  font-weight: 800;
}

.Vtheme .vehicle-equipment-pill-wrap {
  position: relative;
  overflow: hidden;
  transition: max-height .22s ease;
}

.Vtheme .vehicle-equipment-group.is-collapsed .vehicle-equipment-pill-wrap {
  max-height: var(--equipment-collapsed-height);
}

.Vtheme .vehicle-equipment-group:not(.is-collapsed) .vehicle-equipment-pill-wrap,
.Vtheme .vehicle-equipment-group.is-query-active .vehicle-equipment-pill-wrap {
  max-height: none;
}

.Vtheme .vehicle-equipment-group.is-collapsed.is-truncated .vehicle-equipment-pill-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, color-mix(in srgb, var(--surface) 96%, white) 100%);
  pointer-events: none;
}

.Vtheme .vehicle-equipment-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .42rem;
}

.Vtheme .vehicle-equipment-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .38rem .68rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 94%, white);
  border: 1px solid color-mix(in srgb, var(--border) 86%, white);
  color: var(--text);
  font-size: .84rem;
  line-height: 1.35;
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.Vtheme .vehicle-equipment-pill.is-dim {
  opacity: .22;
}

.Vtheme .vehicle-equipment-pill.is-match {
  border-color: color-mix(in srgb, var(--brand-accent) 60%, #fff);
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-accent) 16%, white) 0%, color-mix(in srgb, var(--brand-accent) 9%, white) 100%);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.16);
  transform: translateY(-1px);
}

.Vtheme .vehicle-equipment-toggle {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  flex: 0 0 auto;
  min-height: 2rem;
  padding: .25rem .55rem;
  border: 1px solid color-mix(in srgb, var(--border) 86%, white);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 94%, white);
  color: #1d4ed8;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.Vtheme .vehicle-equipment-toggle::after {
  content: "+";
  font-size: .98rem;
  line-height: 1;
}

.Vtheme .vehicle-equipment-group:not(.is-collapsed) .vehicle-equipment-toggle::after {
  content: "-";
}

.Vtheme .vehicle-equipment-toggle:hover,
.Vtheme .vehicle-equipment-toggle:focus-visible {
  color: #1e40af;
  border-color: rgba(29, 78, 216, .32);
  text-decoration: none;
}

.Vtheme .vehicle-equipment-featured {
  display: grid;
  gap: .65rem;
  padding: .85rem .9rem;
  margin-bottom: .9rem;
  border: 1px solid color-mix(in srgb, var(--brand-accent) 24%, var(--border));
  border-radius: .9rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-accent) 8%, white) 0%, color-mix(in srgb, var(--surface) 96%, white) 100%);
}

.Vtheme .vehicle-equipment-featured-label {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.Vtheme .vehicle-equipment-featured-list {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.Vtheme .vehicle-equipment-featured-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid color-mix(in srgb, var(--brand-accent) 24%, white);
  color: var(--text);
  font-size: .84rem;
  font-weight: 700;
}

.Vtheme .vehicle-equipment-empty {
  margin-top: 1rem;
  padding: .95rem 1rem;
  border-radius: var(--radius-card);
  background: rgba(251, 191, 36, 0.11);
  border: 1px solid rgba(251, 191, 36, 0.22);
  color: #92400e;
  font-weight: 600;
}

.Vtheme .v-theme-related-stack {
  display: grid;
  gap: 2rem;
}

.Vtheme .v-theme-related-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .6rem;
  margin: 2rem .5rem 0rem 0rem;
  text-align: center;
}

.Vtheme .v-theme-related-head .btn {
  align-self: center;
}

.Vtheme .v-theme-related-title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.Vtheme .v-theme-related-title {
  margin: 0;
  color: var(--brand-primary);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);

  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.Vtheme .v-theme-related-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-accent) 0%, #fb923c 100%);
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.Vtheme .v-theme-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.Vtheme .v-theme-related-slider {
  position: relative;
  padding: 0 3.4rem;
}

.Vtheme .v-theme-related-slider:not(.has-related-nav) {
  padding-inline: 0;
}

.Vtheme .v-theme-related-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding: 1rem 0rem;
}

.Vtheme .v-theme-related-slider:not(.has-related-nav) .v-theme-related-viewport {
  overflow: visible;
}

.Vtheme .v-theme-related-viewport::-webkit-scrollbar {
  display: none;
}

.Vtheme .v-theme-related-track {
  --related-gap: 1.2rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (3 * var(--related-gap))) / 4);
  gap: var(--related-gap);
  min-width: 100%;
  justify-content: center;
  align-items: stretch;
}

.Vtheme .v-theme-related-slider.has-related-nav .v-theme-related-track {
  justify-content: start;
}

.Vtheme .v-theme-related-slider:not(.has-related-nav) .v-theme-related-track {
  width: 100%;
}

.Vtheme .v-theme-related-card {
  min-width: 0;
  width: 100%;
  scroll-snap-align: start;
}

.Vtheme .v-theme-website-offers-slider .v-theme-related-track {
  grid-auto-columns: calc((100% - var(--related-gap)) / 2);
}

.Vtheme .v-theme-home-offer-card {
  min-height: 100%;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-link {
  display: grid;
  grid-template-columns: minmax(18rem, 42%) minmax(0, 1fr);
  min-height: 18rem;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-card);
  background: #0f172a;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .22) !important;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(32, 48, 117, 0.86) 0%, rgba(26, 44, 119, 0.58) 46%, rgba(14, 32, 108, 0.18) 100%), linear-gradient(180deg, rgba(0, 34, 177, 0.18) 0%, rgba(4, 20, 86, 0.82) 100%);
  pointer-events: none;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(16rem, .46fr);
  align-items: end;
  min-height: clamp(20rem, 32vw, 27rem);
  color: #fff;
  overflow: hidden;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  transform: scale(1.1);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media img,
.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .inventory-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .inventory-card-placeholder {
  display: grid;
  place-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #1f2937 0%, #020617 100%);
  color: #fff;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, .08) 0%, rgba(2, 6, 23, .78) 100%);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .vehicle-media-overlay-badge {
  left: 1.35rem;
  top: 1.25rem;
  right: auto;
  bottom: auto;
  z-index: 3;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  box-shadow: none;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-badges {
  inset: 1.25rem 1.35rem auto auto;
  z-index: 3;
  justify-content: flex-end;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .vehicle-pill,
.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-specs span {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .14);
  color: #fff;
  backdrop-filter: blur(10px);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  align-content: end;
  gap: .75rem;

  min-height: 100%;
  padding: 5.75rem 1.7rem 5.35rem;
  color: #fff;
  background: transparent;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-meta {
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  letter-spacing: .14em;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.6vw, 4.35rem);
   font-weight: 850;
  line-height: .96;
  text-wrap: balance;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-specs {
  max-width: 34rem;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-footer {
  margin-top: .2rem;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-price {
  right: 1.7rem;
  bottom: 1.55rem;
  display: grid;
  justify-items: end;
  gap: .18rem;
  color: #fff;
  text-align: right;
  line-height: 1;
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-price-compare {
  color: rgba(255, 255, 255, .62);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-price-current {
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  text-shadow: 0 10px 28px rgba(2, 6, 23, .42);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .vehicle-website-offer-chip {
  position: absolute;
  left: 1.7rem;
  bottom: 1.55rem;
  display: inline-grid;
  gap: .12rem;
  max-width: calc(100% - 17rem);
  padding: .52rem .78rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: .7rem;
  background: rgba(2, 6, 23, .34);
  color: #fff;
  font-size: .88rem;
  line-height: 1.15;
  backdrop-filter: blur(12px);
}

.Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .vehicle-website-offer-chip time {
  color: #fde68a;
  text-align: left;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-media {
  min-height: 100%;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-media img,
.Vtheme .v-theme-home-offer-card.is-static-offer .inventory-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-body {
  position: relative;

  min-height: 18rem;
  padding: 1.35rem 1.45rem 4.4rem;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-title {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-price {
  right: 1.45rem;
  bottom: 1.05rem;
}

.Vtheme .v-theme-home-offer-card.is-static-offer .vehicle-website-offer-chip {
  left: 1.45rem;
  bottom: 1.05rem;
  width: auto;
  max-width: calc(100% - 13rem);
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-link {
  grid-template-columns: minmax(12rem, 44%) minmax(0, 1fr);
  min-height: 15.5rem;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-media img,
.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .inventory-card-placeholder,
.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-body {
  min-height: 15.5rem;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-title {
  font-size: 1.2rem;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link {
  grid-template-columns: minmax(0, 1fr);
  min-height: 24rem;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media img,
.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .inventory-card-placeholder,
.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body {
  min-height: 100%;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body {
  max-width: 88%;
}

.Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.Vtheme .v-theme-website-offers-section .col-lg-8 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link {
  min-height: 25rem;
}

.Vtheme .v-theme-website-offers-section .col-lg-8 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title {
  font-size: clamp(2rem, 3.7vw, 2.75rem);
}

.Vtheme .v-theme-website-offers-section .col-xl-4 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link {
  min-height: 23rem;
}

.Vtheme .v-theme-website-offers-section .col-xl-4 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body {
  max-width: 100%;
}

.Vtheme .v-theme-website-offers-section .col-xl-4 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title {
  max-width: 12ch;
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
}

.Vtheme .v-theme-website-offers-section .col-xl-4 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-specs span:nth-child(n+3) {
  display: none;
}

.Vtheme .v-theme-related-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px solid var(--border);
  border-radius: 999px;
  background: transparent;
  color: var(--brand-primary);
  box-shadow: none;
  transform: translateY(-50%);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.Vtheme .v-theme-related-nav:hover,
.Vtheme .v-theme-related-nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
 
}

.Vtheme .v-theme-related-nav:disabled {
  opacity: .42;
  cursor: default;
}

.Vtheme .v-theme-related-nav.is-prev {
  left: 0;
}

.Vtheme .v-theme-related-nav.is-next {
  right: 0;
}

.Vtheme .v-theme-related-nav span {
  font-size: 4.5rem;
  line-height: 1;
}

.Vtheme .v-theme-results-empty {
  min-height: 18rem;
}

.Vtheme .v-theme-detail-topline,
.Vtheme .v-theme-detail-submeta {
  --detail-submeta-icon-size: 1.2rem;
  --detail-submeta-icon-stroke-width: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.Vtheme .v-theme-detail-submeta>span {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .45rem .75rem;
  border-radius: var(--radius-button);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
}

.Vtheme .v-theme-detail-brand-official {
  display: inline-block;
  margin: .35rem 0 .75rem;
  color: rgba(255, 255, 255, .76);
  font-size: .9rem;
  text-decoration: none;
}

.Vtheme .v-theme-detail-brand-official:hover,
.Vtheme .v-theme-detail-brand-official:focus {
  color: #fff;
  text-decoration: underline;
}

.Vtheme .v-theme-detail-submeta-icon {
  width: var(--detail-submeta-icon-size);
  height: var(--detail-submeta-icon-size);
  flex: 0 0 auto;
  font-size: var(--detail-submeta-icon-size);
  line-height: 1;
  text-align: center;
  -webkit-text-stroke-width: calc(var(--detail-submeta-icon-stroke-width) * .015em);
  margin: 0px 5px 0px 5px;
}

.v-theme-detail-submeta-label {
  display: none;
}

.Vtheme .v-theme-detail-pricebox {
  position: relative;
  z-index: 1;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-card);

}

.Vtheme .v-theme-detail-pricebox .vehicle-price-compare {
  color: rgba(255, 255, 255, .55);
}

.Vtheme .v-theme-detail-pricebox .vehicle-price-current {
  color: #ffffff;
}

.Vtheme .v-theme-detail-pricebox .catalog-price-suffix {
  display: inline-block;
  margin-left: .35rem;
  font-size: .34em;
  letter-spacing: .08em;
}

.Vtheme .v-theme-detail-pricebox .vehicle-price-note {
  color: rgba(255, 255, 255, .76);
}

.Vtheme .v-theme-detail-pricebox.has-website-offer {
  background: rgba(15, 23, 42, .24);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

.Vtheme .vehicle-website-offer-detail {
  margin-top: .95rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.Vtheme .vehicle-website-offer-detail-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .65rem;
  color: #ffffff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.Vtheme .vehicle-website-offer-detail-head time {
  padding: .26rem .5rem;
  border-radius: var(--radius-button);
  background: #fef3c7;
  color: #7c2d12;
  white-space: nowrap;
}

.Vtheme .vehicle-website-offer-detail-copy {
  margin-top: .5rem;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.35;
}

.Vtheme .v-theme-detail-gallery {
  padding: 0rem;
}

.Vtheme .v-theme-detail-gallery-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;

}

.Vtheme .v-theme-detail-gallery-stage {
  position: relative;
  width: 100%;
  min-height: 31rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.Vtheme .v-theme-detail-gallery-stage .vehicle-stage-item {
  display: block;
  width: 100%;
  height: 100%;
}

.Vtheme .v-theme-detail-gallery-stage .vehicle-stage-item[hidden] {
  display: none;
}

.Vtheme .v-theme-detail-gallery-stage .vehicle-stage-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.Vtheme .v-theme-detail-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: .6rem;
}

.Vtheme .v-theme-detail-reserve-row {
  margin: 1.25rem 0 1.65rem;
}

.Vtheme .v-theme-detail-reserve-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
  align-items: start;
  gap: 1.15rem 1.5rem;
  padding: 0rem;
  border: 1px solid rgba(31, 42, 89, .12);
}

.Vtheme .vehicle-reserve-collapse-trigger,
.Vtheme .vehicle-reserve-collapse {
  grid-column: 1 / -1;
}

.Vtheme .vehicle-reserve-collapse-trigger {
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.Vtheme .vehicle-reserve-collapse-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
  align-items: start;
  gap: 1.15rem 1.5rem;
  padding: 1.2rem;
}

.Vtheme .v-theme-detail-reserve-card .v-theme-detail-sidebar-title {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .75rem;
}

.Vtheme .v-theme-detail-reserve-form {
  margin-top: 0;
}


.Vtheme .v-theme-detail-finance-heading {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.Vtheme .v-theme-detail-finance-heading h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
}

.Vtheme .v-theme-detail-finance-heading span {
  height: 3px;
  background: var(--brand-accent);
}

.Vtheme .v-theme-detail-finance-intro {
  margin: 0;
  color: var(--muted);
}

.Vtheme .v-theme-detail-finance-grid {
  display: grid;
  grid-template-columns: minmax(17rem, .68fr) minmax(0, 1.1fr);
  gap: 1.35rem;
}

.Vtheme .v-theme-detail-finance-result,
.Vtheme .v-theme-detail-finance-controls {
  padding: 1.35rem;
  border-radius: calc(var(--radius-card) - 8px);
}

.Vtheme .v-theme-detail-finance-result {
  display: grid;
  align-content: start;
  gap: .75rem;

  background: var(--brand-accent);
  color: #fff;
}

.Vtheme .v-theme-detail-finance-result span,
.Vtheme .v-theme-detail-finance-result small,
.Vtheme .v-theme-detail-finance-result em,
.Vtheme .v-theme-detail-finance-result div {
  color: inherit;
}

.Vtheme .v-theme-detail-finance-result>span {
  font-weight: 800;
}

.Vtheme .v-theme-detail-finance-result strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem;
  margin-top: .35rem;
  font-size: clamp(2.8rem, 7vw, 4.25rem);
  font-weight: 900;
  line-height: .9;
}

.Vtheme .v-theme-detail-finance-result strong small {
  font-size: 1.05rem;
  font-weight: 500;
}

.Vtheme .v-theme-detail-finance-result em {
  font-style: normal;
  font-weight: 800;
}

.Vtheme .v-theme-detail-finance-cta {

  justify-self: center;
  width: 100%;
  margin-top: .5rem;
  border-radius: 9px;
  color: var(--brand-accent);
  font-weight: 600;
  font-size: 1.4rem !important;
  background: #fff !important;
  ;
}

.Vtheme .v-theme-detail-finance-controls {
  background: color-mix(in srgb, var(--brand-accent) 30%, white);
}

.Vtheme .v-theme-detail-finance-controls h3 {
  max-width: 24rem;
  margin: 0 0 .9rem;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.Vtheme .v-theme-detail-finance-controls .form-label {
  color: var(--text);
  font-weight: 800;
}

.Vtheme .v-theme-detail-sidebar {
  position: sticky;
  top: 7rem;
}



.Vtheme .v-theme-detail-sidebar-title {
  margin-bottom: 1rem;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.Vtheme .v-theme-detail-sidebar-actions {
  flex-direction: column;
}

.Vtheme .v-theme-detail-sidebar-actions .btn {
  width: 100%;
}

.Vtheme .v-theme-detail-location-column {
  display: flex;
  flex-direction: column;
}

.Vtheme .v-theme-detail-location-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.Vtheme .v-theme-detail-location-card .v-theme-detail-sidebar-title {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.Vtheme .v-theme-detail-location-address {

  color: var(--muted);
  font-weight: 600;
  line-height: 1.45;
}

.Vtheme .v-theme-map-shell,
.Vtheme .v-theme-detail-location-map-shell {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: var(--v-theme-map-height, clamp(20rem, 34vw, 28rem));
  height: var(--v-theme-map-height, auto);
  margin-top: 1.1rem;
  border: 1px solid color-mix(in srgb, var(--brand-accent) 46%, var(--brand-primary));
  border-radius: .8rem;
  background:
    radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--brand-accent) 42%, transparent) 0 18%, transparent 44%),
    linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 78%, black), color-mix(in srgb, var(--brand-secondary) 99%, var(--brand-accent))),
    rgba(245, 247, 255, .9);
  isolation: isolate;
}

.Vtheme .v-theme-map-shell::before,
.Vtheme .v-theme-map-shell::after,
.Vtheme .v-theme-detail-location-map-shell::before,
.Vtheme .v-theme-detail-location-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.Vtheme .v-theme-map-shell::before,
.Vtheme .v-theme-detail-location-map-shell::before {
  z-index: 410;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand-secondary) 32%, transparent) 0%, transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--brand-accent) 34%, transparent) 0%, transparent 48%);
  mix-blend-mode: color;
  opacity: .72;
}

.Vtheme .v-theme-map-shell::after,
.Vtheme .v-theme-detail-location-map-shell::after {
  z-index: 500;
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow:
    inset 0 0 0 1px rgba(18, 32, 25, .05),
    inset 0 4rem 6rem color-mix(in srgb, var(--brand-primary) 14%, transparent),
    inset 0 -4.8rem 6rem color-mix(in srgb, var(--brand-accent) 22%, transparent);
}

.Vtheme .v-theme-map-canvas,
.Vtheme .v-theme-detail-location-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 150%;
  min-height: 150%;
  background: color-mix(in srgb, var(--surface-soft) 88%, white);
}

.Vtheme .v-theme-map-canvas.leaflet-container,
.Vtheme .v-theme-detail-location-map.leaflet-container {
  color: var(--text);
  font-family: var(--font-base, inherit);
}

.Vtheme .v-theme-map-canvas .leaflet-tile-pane,
.Vtheme .v-theme-detail-location-map .leaflet-tile-pane {
  filter: saturate(.55) sepia(.18) hue-rotate(22deg) contrast(.93) brightness(1.07);
}

.Vtheme .v-theme-map-canvas .leaflet-marker-icon,
.Vtheme .v-theme-detail-location-map .leaflet-marker-icon {
  filter: hue-rotate(172deg) saturate(1.8) brightness(.92) drop-shadow(0 10px 16px rgba(18, 32, 25, .32));
}

.Vtheme .v-theme-map-canvas .leaflet-control-zoom,
.Vtheme .v-theme-detail-location-map .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: .65rem;
  box-shadow: 0 14px 30px rgba(18, 32, 25, .24);
}

.Vtheme .v-theme-map-canvas .leaflet-control-zoom a,
.Vtheme .v-theme-detail-location-map .leaflet-control-zoom a {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: color-mix(in srgb, var(--brand-secondary) 90%, black);
  color: #fff;
  font-weight: 800;
  line-height: 2.25rem;
}

.Vtheme .v-theme-map-canvas .leaflet-control-zoom a:hover,
.Vtheme .v-theme-map-canvas .leaflet-control-zoom a:focus-visible,
.Vtheme .v-theme-detail-location-map .leaflet-control-zoom a:hover,
.Vtheme .v-theme-detail-location-map .leaflet-control-zoom a:focus-visible {
  background: linear-gradient(135deg, var(--brand-accent), #fb923c);
  color: #fff;
}

.Vtheme .v-theme-map-canvas .leaflet-popup-content-wrapper,
.Vtheme .v-theme-detail-location-map .leaflet-popup-content-wrapper {
  border: 1px solid color-mix(in srgb, var(--brand-accent) 34%, white);
  border-radius: .75rem;
 
}

.Vtheme .v-theme-map-canvas .leaflet-popup-content,
.Vtheme .v-theme-detail-location-map .leaflet-popup-content {
  margin: .8rem .95rem;
  color: var(--text);
  line-height: 1.45;
}

.Vtheme .v-theme-map-canvas .cms-map-popup-body,
.Vtheme .v-theme-detail-location-map .cms-map-popup-body {
  display: grid;
}

.Vtheme .v-theme-map-canvas .cms-map-popup-thumb,
.Vtheme .v-theme-detail-location-map .cms-map-popup-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 .35rem;
  border-radius: .6rem;
  background: color-mix(in srgb, var(--brand-secondary) 18%, white);
}

.Vtheme .v-theme-map-canvas .cms-map-popup-thumb::after,
.Vtheme .v-theme-detail-location-map .cms-map-popup-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5), inset 0 -2.5rem 3rem rgba(18, 32, 25, .18);
}

.Vtheme .v-theme-map-canvas .cms-map-popup-thumb img,
.Vtheme .v-theme-detail-location-map .cms-map-popup-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Vtheme .v-theme-map-canvas .cms-map-popup-body strong,
.Vtheme .v-theme-detail-location-map .cms-map-popup-body strong {
  color: var(--brand-secondary);
  font-size: 1rem;
}

.Vtheme .v-theme-map-canvas .cms-map-popup-body a,
.Vtheme .v-theme-detail-location-map .cms-map-popup-body a {
  color: var(--brand-primary);
  font-weight: 800;
  text-decoration: none;
}

.Vtheme .v-theme-map-canvas .leaflet-popup-tip,
.Vtheme .v-theme-detail-location-map .leaflet-popup-tip {
  box-shadow: 0 10px 24px rgba(18, 32, 25, .15);
}

.Vtheme .v-theme-map-canvas .leaflet-control-attribution,
.Vtheme .v-theme-detail-location-map .leaflet-control-attribution {
  margin: 0 .45rem .45rem 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-secondary) 86%, black);
  color: rgba(255, 255, 255, .78);
  font-size: .68rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(18, 32, 25, .18);
}

.Vtheme .v-theme-map-canvas .leaflet-control-attribution a,
.Vtheme .v-theme-detail-location-map .leaflet-control-attribution a {
  color: #fff;
}

.Vtheme .v-theme-detail-location-fallback {
  display: grid;
  place-items: center;
  gap: .75rem;
  min-height: 18rem;
  padding: 1.5rem;
  border: 1px dashed rgba(31, 42, 89, .22);
  border-radius: calc(var(--radius-card) - 10px);
  background: rgba(245, 247, 255, .9);
  color: var(--muted);
  text-align: center;
  font-weight: 700;
}

.Vtheme .v-theme-detail-location-fallback i {
  color: var(--brand-accent);
  font-size: 2rem;
}

.Vtheme .v-theme-detail-location-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
}

.Vtheme .v-theme-detail-location-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}



.Vtheme .vehicle-conversion-panel {
  border-color: transparent;
  background: transparent;
}

.tab-content.vehicle-conversion-tab-content{
border-color:var(--brand-secondary);
border-style:solid;
border-width: 4px;
border-radius: 0rem .9rem .9rem .9rem;
}

.Vtheme .vehicle-conversion-panel-reserve {
 border:3px solid var(--brand-secondary);
}

.vehicle-conversion-tabs {
 
  gap: 0rem;
}

.Vtheme .vehicle-conversion-tab-nav .nav-link {
  border-color: rgba(31, 42, 89, .2);
  border-radius: .7rem .7rem 0rem 0rem;
  margin: 0px;
  background:var(--muted);  color: #fff;
  padding:.3rem 1rem;
}

.Vtheme .vehicle-conversion-tab-nav .nav-link.active {
  background:var(--brand-secondary);  color: #fff;
  
}

.Vtheme .v-theme-detail-spec-list {
  display: grid;
  gap: .7rem;
}

.Vtheme .v-theme-tech-sheet {
  display: grid;
  gap: 1.35rem;
}

.Vtheme .v-theme-tech-section {
  display: grid;
  gap: .8rem;margin-bottom: 2rem;
}

.vehicle-section-heading::after {
  content: '';
  flex: 1;
  height: 0px;
  border-radius: 999px;
  background: var(--brand-primary);
 
}



.Vtheme .v-theme-tech-section-head {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: .8rem;
}

.Vtheme .v-theme-tech-section-head::after {
  content: "";
  height: 2px;
  background: color-mix(in srgb, var(--brand-primary) 68%, transparent);
}

.Vtheme .v-theme-tech-section-head h3 {
  margin: 0;
  color: var(--brand-primary);
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
}

.Vtheme .v-theme-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .62rem 1.2rem;
}

.Vtheme .v-theme-tech-section.is-main .v-theme-tech-grid {
  gap: .65rem .8rem;
}

.Vtheme .v-theme-tech-item {
  display: grid;
  grid-template-columns: minmax(4.8rem, max-content) minmax(0, 1fr);
  align-items: baseline;
  overflow:hidden;

  min-width: 0;

  border: 1px solid var(--border) ;
 border-radius: .7rem;
  background: color-mix(in srgb, var(--surface) 96%, white);
  color: var(--text);
  font-size: 1rem;

  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.Vtheme .v-theme-tech-section.is-main .v-theme-tech-item {
  align-items: center;
 
}

.Vtheme .v-theme-tech-label {
display: inline-flex;
  align-items: center;
  gap: .2rem;
  min-width: 0;
  font-weight: 800;

  padding: .8rem;
  background: var(--brand-primary);
  color: #fff;
  text-transform: uppercase;
  height:100%;
}


.is-main .v-theme-tech-label {

  background: var(--brand-accent);
  color: #fff;

}




.Vtheme .v-theme-tech-label span {
  padding-left:.4rem;
}
.Vtheme .v-theme-tech-label i {
  color: #fff;
 font-size: 1.2rem;
  line-height: 1;
}

.Vtheme .v-theme-tech-item strong {
  min-width: 0;
  color: color-mix(in srgb, var(--text) 88%, var(--muted));
  font-weight: 500;
  overflow-wrap: anywhere;
  padding-left:1rem;
    line-height:initial;
}

.Vtheme .v-theme-tech-item.has-plate {
  align-items: center;
}

.Vtheme .vehicle-plate-it {
  justify-self: start;
  display: inline-grid;
  grid-template-columns: minmax(1rem, 12%) minmax(0, 1fr) minmax(1rem, 12%);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #1d4ed8;
  border-radius: .28rem;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 4px 30px rgba(15, 23, 42, .18);
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 4vw, 2.2rem);
  font-weight: 800;
  text-align: center;
  width: min(100%, 18.75rem);
  aspect-ratio: 4.65 / 1;
  container-type: inline-size;
  line-height: 1;
}

.Vtheme .vehicle-plate-it-band {
  display: grid;
  place-items: center;
  background: #1d4ed8;
  color: #ffffff;
  font-size: clamp(.62rem, 1.8vw, 1rem);
  font-size: clamp(.62rem, 3.5cqw, 1rem);
  font-weight: 800;
  line-height: 1;
  padding: 0;
}

.Vtheme .vehicle-plate-it-code {
  display: grid;
  place-items: center;
  min-width: 0;
  padding-inline: .18em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 100%) 100%, rgba(241, 245, 249, .9) 100%);
  font-size: clamp(1.25rem, 8.5cqw, 2.2rem);
  white-space: nowrap;
}

@media (min-width: 992px) {

.Vtheme .site-dropdown-mega-title{
  border: 3px solid var(--brand-primary);
}

.Vtheme .site-dropdown-mega-title:hover{
  background: var(--brand-primary);
  color:#fff;
}
 
  .site-dropdown .dropdown-item.active {
 background: var(--brand-accent);
 border-color: var(--brand-accent);
  color: #fff;
}



 .menu-dropdown-style-mega {text-align: center; box-shadow: 0px 50px 50px 15px color-mix(in srgb, var(--brand-primary) 100%, transparent); }

.is-scrolled .menu-dropdown-style-mega a:hover, .is-scrolled .menu-dropdown-style-mega a.active { color: #fff!important; }

  .Vtheme .v-theme-detail-gallery-shell {
    --detail-gallery-rail-footprint: calc(var(--detail-gallery-thumbs-width, 10rem) + var(--detail-gallery-stage-gap, 1.25rem) + var(--detail-gallery-thumbs-inset, 1rem));
    position: relative;
    display: block;
  }




  .Vtheme .v-theme-detail-gallery-thumbs-shell {
    --gallery-thumbs-gap: .3rem;
    --detail-gallery-thumb-nav-size: 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--gallery-thumbs-gap);
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    right: var(--detail-gallery-thumbs-inset, 1rem);
    z-index: 3;
    width: var(--detail-gallery-thumbs-width, 10rem);
    margin-top: 0;
  }

  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumbs {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    padding-right: .15rem;
  }

  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumb {
    flex: 0 0 calc((100% - ((var(--detail-gallery-thumbs-visible, 4) - 1) * var(--gallery-thumbs-gap))) / var(--detail-gallery-thumbs-visible, 4));
    width: 100%;
  }

  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .Vtheme .v-theme-detail-gallery-stage {
    min-height: clamp(34rem, 46vw, 50rem);
    width: calc(100% - var(--detail-gallery-rail-footprint));
    max-width: calc(100% - var(--detail-gallery-rail-footprint));
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .Vtheme .v-theme-detail-gallery-stage .vehicle-stage-item {
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .Vtheme .v-theme-detail-gallery-stage .vehicle-stage-item img {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumbs-nav.is-prev span,
  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumbs-nav.is-next span {
    display: inline-block;
    transform: rotate(90deg);
  }



  .Vtheme .v-theme-detail-gallery-stage .vehicle-gallery-nav.is-next {
    right: 1rem;
  }

  .Vtheme .v-theme-detail-gallery-thumbs-shell .vehicle-gallery-thumbs-nav[hidden] {
    display: none !important;
  }
}

.Vtheme .v-theme-footer .v-theme-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
}

.Vtheme .v-theme-footer-title {
  margin-bottom: .85rem;
  color: var(--chrome-footer-text);
  font-weight: 700;
}

.Vtheme .v-theme-footer-nav {
  margin-top: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
}

.Vtheme .site-footer {
  position: relative;
  overflow: hidden;
}

.Vtheme .site-footer::before,
.Vtheme .site-footer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.Vtheme .site-footer::before {
  right: -16rem;
  bottom: -14rem;
  width: 180vw;
  aspect-ratio: 960 / 520;
  opacity: .24;
  background-image: url("hero-home-abstract.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(130deg);
}



.Vtheme .site-footer>.container {
  position: relative;
  z-index: 1;
}

.Vtheme .v-theme-footer-brand-strip {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.Vtheme .v-theme-footer-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
}

.Vtheme .v-theme-footer-brand-card {
  position: relative;
  display: flex;
  min-height: 10rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: .8rem;
  padding: 1rem .9rem .95rem;
  border-radius: 1rem;
  text-decoration: none;
  color: var(--chrome-footer-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .04) 100%);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.Vtheme .v-theme-footer-brand-card:hover,
.Vtheme .v-theme-footer-brand-card:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .18);
  background: linear-gradient(180deg, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, .06) 100%);
}

.Vtheme .v-theme-footer-brand-badge {
  position: absolute;
  top: .45rem;
  right: .45rem;
  min-width: 1.55rem;
  height: 1.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .4rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.Vtheme .v-theme-footer-brand-media {
  flex: 1 1 auto;
  width: 100%;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Vtheme .v-theme-footer-brand-media img {
  max-width: 100%;
  max-height: 3.8rem;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.22);
}

.Vtheme .v-theme-footer-brand-media strong {
  font-size: 1rem;
  line-height: 1.25;
}

.Vtheme .v-theme-footer-brand-label {
  display: block;
  width: 100%;
  font-size: 1.02rem;
  line-height: 1.2;
  text-align: center;
   
}

@media (max-width: 991.98px) {


  .Vtheme .site-navbar.fixed-compact-mobile {
    margin-top: .75rem;
    padding: 0rem 1rem;
    position: fixed;
    width: 100%;
    left: 0px;
    top: -13px;
    border-radius: 0px;
  }


  .Vtheme .site-navbar {
    margin-top: .75rem;
  }

  .public-body .navbar-nav {
    padding: 0rem .5rem;
    gap: .25rem;
  }


  .public-body .navbar-nav .nav-item {
    color: #fff;
    background: var(--brand-secondary);

    border-radius: .8rem;
  }

  .Vtheme .site-navbar .navbar-collapse.collapse.show {
    width: 100%;
    border-top: 0px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 30px 20px 20px rgba(8, 18, 35, 0.3);
  
  }






  .Vtheme .site-navbar .navbar-collapse.collapse.show.nav-link.active {
    color: var(--brand-primary);
  }


  .Vtheme .site-navbar .navbar-collapse.collapse.show .nav-link a {
    color: var(--brand-primary) !important;
  }

  .Vtheme .site-navbar .navbar-collapse.collapse.show .dropdown-menu {
 padding: .1rem;
    border-radius: 0rem 0rem .8rem.8rem;
    border: 5px solid var(--brand-primary);
    background: rgba(255, 255, 255, 0);margin-top: -3px;
  }


.dropdown-item{
  border:0px solid var(--brand-primary);
  border-width:0px 0px 2px 0px;border-radius:0px; padding:0px;
}
.site-dropdown .site-dropdown-mega-group{
padding:0px;border-radius:0px;
border-left: 0px solid color-mix(in srgb, var(--border) 85%, transparent);
}

  .Vtheme .site-navbar .navbar-collapse.collapse.show .dropdown-item {

        padding: .55rem .9rem;
        border-radius: 0;
        font-size: .8rem;
        white-space: normal;
        margin: 0px;
        color: #fff;
  }

  

  .Vtheme .site-navbar .navbar-collapse.collapse.show .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.65rem;
    margin-top: .2rem;
    margin-left: 0 !important;
    border-radius: .85rem;
    font-size: .94rem;
    font-weight: 800;
    line-height: 1.1;
  }

  .Vtheme .v-theme-topbar-desktop-only {
    display: none;
  }

  .Vtheme .v-theme-results-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .Vtheme .v-theme-header-commands-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .45rem;
    width: 100%;

    padding: .5rem;

  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-copy,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-actions {
    display: contents;
  }

  .Vtheme .v-theme-topbar-copy,
  .Vtheme .v-theme-topbar-actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .45rem;
    flex-wrap: nowrap;
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-social {
    display: contents;
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-form,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button {
    width: 100%;
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button {
    justify-content: center;
    aspect-ratio: 1;
    min-height: 0;
    padding: 0;
    border-radius: .85rem;
    color: #fff;
    background: var(--brand-primary);
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link:hover,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link:focus-visible,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button:hover,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button:focus-visible {
    color: #fff;
    background: var(--brand-secondary);
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link i,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button i {
    font-size: 1.6rem;
  }

  .Vtheme .v-theme-header-commands-mobile .site-language-switch {
    width: 100%;
    aspect-ratio: 1;
    padding: .18rem;
    border-radius: .85rem;
  }

  .Vtheme .v-theme-header-commands-mobile .site-language-link {
    min-width: 0;
    flex: 1 1 0;
    padding: 0 .2rem;
    font-size: .72rem;
  }

  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link span,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-link strong,
  .Vtheme .v-theme-header-commands-mobile .v-theme-topbar-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .Vtheme .site-language-switch {
    flex: 0 0 auto;
    padding: .12rem;
    border-radius: .75rem;
  }

  .Vtheme .site-language-link {
    min-width: 2rem;
    padding: .38rem .45rem;
    font-size: .78rem;
  }

  .Vtheme .v-theme-hero-copy {
    padding: 0rem;
  }

  .Vtheme .v-theme-hero-shell,
  .v-theme-page-intro {
   padding: 6rem 0rem 3rem 0rem;
  }

  .Vtheme .v-theme-inventory-hero-shell {
    padding: 5rem .5rem 2rem .5rem;
  }

  .Vtheme .v-theme-inventory-command-search.listing {

  margin-top: -2.8rem;  
    margin-bottom: 1rem;

  }


  .v-theme-inventory-hero .eyebrow {
    display: none;
  }


  .Vtheme .v-theme-search-card {
    margin: 0 1rem 1rem;
  }

  .Vtheme .v-theme-hero-stats,
  .Vtheme .v-theme-brand-grid,
  .Vtheme .v-theme-listing-grid,
  .Vtheme .v-theme-detail-facts {
    grid-template-columns: 1fr 1fr;
  }

  .Vtheme .v-theme-detail-reserve-card {
    grid-template-columns: 1fr;
  }

  .Vtheme .vehicle-reserve-collapse-inner {
    grid-template-columns: 1fr;
  }

  .Vtheme .v-theme-detail-finance-grid {
    grid-template-columns: 1fr;
  }

  .Vtheme .v-theme-detail-finance-result {
    min-height: 0;
  }

  .Vtheme .v-theme-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .Vtheme .v-theme-inventory-command-bar {
    justify-content: stretch;
  }

  .Vtheme .v-theme-footer-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .Vtheme .site-footer::before {
    right: -24rem;
    bottom: -10rem;
    width: min(70rem, 150vw);
    opacity: .24;
  }

  .Vtheme .site-footer::after {
    opacity: .36;
  }

  .Vtheme .vehicle-equipment-search {
    grid-template-columns: 1fr;
  }

  .Vtheme .inventory-results-actions,
  .Vtheme .inventory-insight-head {
    justify-content: flex-start;
  }

  .Vtheme .inventory-saved-search-item {
    grid-template-columns: 1fr;
  }

  .Vtheme .inventory-saved-search-actions {
    justify-content: flex-start;
  }

  .Vtheme .inventory-search-chip {
    width: 100%;
    justify-content: space-between;
  }

  .Vtheme .v-theme-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .Vtheme .v-theme-related-slider {
    padding: 0 2.9rem;
  }

  .Vtheme .v-theme-related-track {
    grid-auto-columns: calc((100% - var(--related-gap)) / 2);
  }

  .Vtheme .v-theme-sidebar-filter {
    position: static;
  }

  .Vtheme .v-theme-detail-sidebar {
    position: static;
  }

  .Vtheme .v-theme-detail-gallery-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .Vtheme .v-theme-detail-gallery-stage {
    min-height: 24rem;
  }
}

@media (max-width: 379.98px) {
  .Vtheme .v-theme-header-commands-mobile {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
.Vtheme .v-theme-inventory-command-search-field .form-control{font-size:1rem;}

  .vehicle-conversion-tab-nav {
  display: inline-flex;
  }

  .tab-content.vehicle-conversion-tab-content {
 
  border-radius: 0rem 0rem .9rem .9rem;
}

  .Vtheme .v-theme-page-intro-shell {
    border-radius: 0;
  }

  .Vtheme .v-theme-hero-stats,
  .Vtheme .v-theme-brand-grid,
  .Vtheme .v-theme-listing-grid {
    grid-template-columns: 1fr;
  }

  .Vtheme .v-theme-detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }






  .Vtheme .v-theme-tech-section-head {
    grid-template-columns: 1fr;
    gap: .45rem;
  }

  .Vtheme .v-theme-tech-grid {
    grid-template-columns: 1fr;
  }

  .Vtheme .v-theme-tech-item,
  .Vtheme .v-theme-tech-section.is-main .v-theme-tech-item {
    gap: .2rem;
  }
.Vtheme .v-theme-tech-item strong {
  text-align: right;
  padding-right: 1.2rem;
}
.Vtheme .v-theme-tech-label {
 font-size:.8rem;
  font-weight: 600;
  padding: .3rem;
  }


  .Vtheme .v-theme-listing-card .v-theme-listing-linkxxxxx {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    align-items: stretch;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-media {
    height: 100%;
    overflow: hidden;aspect-ratio: inherit;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-media img,
  .Vtheme .v-theme-listing-card .inventory-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 3 / 1;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-body {
    display: grid;
    align-content: center;
    gap: .42rem;
    padding: .8rem .8rem .85rem;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-meta {
    font-size: .7rem;
    line-height: 1.2;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-title {
    margin: 0;
    font-size: .98rem;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-specs {
    gap: .35rem;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-specs span {
    padding: .24rem .5rem;
    font-size: .74rem;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-specs span:nth-child(n+3) {
    display: none;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-footer {
    margin-top: .15rem;
  }

  .Vtheme .v-theme-listing-card .v-theme-listing-price {
    font-size: 1.08rem;
    line-height: 1.1;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-link,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-link {
    grid-template-columns: 9rem minmax(0, 1fr);
    min-height: 0;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-media img,
  .Vtheme .v-theme-home-offer-card.is-static-offer .inventory-card-placeholder,
  .Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-body,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-media img,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .inventory-card-placeholder,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-body {
    min-height: 100%;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-body {
    padding: .8rem .8rem .85rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer .v-theme-listing-title,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer .v-theme-listing-title {
    font-size: .98rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-link {
    grid-template-columns: minmax(0, 1fr);
    min-height: 24rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media {
    position: absolute;
    height: 100%;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media img,
  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .inventory-card-placeholder,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-media img,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .inventory-card-placeholder {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-body {
    display: grid;
    align-content: end;
    max-width: 100%;
    min-height: 24rem;
    padding: 5.25rem 1rem 5.9rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title,
  .Vtheme .v-theme-website-offers-section .col-md-6 .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-title {
    font-size: clamp(1.75rem, 9vw, 2.65rem);
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-price {
    right: 1rem;
    bottom: 1rem;
    font-size: 1.08rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .v-theme-listing-price-current {
    font-size: 1.45rem;
  }

  .Vtheme .v-theme-home-offer-card.is-static-offer.has-website-offer .vehicle-website-offer-chip {
    left: 1rem;
    right: auto;
    bottom: 1rem;
    max-width: calc(100% - 10.5rem);
    font-size: .72rem;
  }

  .Vtheme .v-theme-listing-card .vehicle-website-offer-chip {
    left: auto;
    right: .8rem;
    bottom: .62rem;
    max-width: calc(100% - 10.5rem);
    font-size: .62rem;
  }

  .Vtheme .inventory-insight-card{
    padding: 1rem;
  }



  .Vtheme .inventory-favorite-unavailable-media {
    min-height: 4.6rem;
  }

  .Vtheme .inventory-favorite-unavailable-body {
    padding: .8rem;
  }

  .Vtheme .inventory-favorite-unavailable-footer {
    align-items: flex-start;
    flex-direction: column;
  }


  .Vtheme .vehicle-favorite-toggle {
    top: .85rem;
    right: .85rem;
    width: 2.15rem;
    height: 2.15rem;
  }

  .Vtheme .vehicle-compare-toggle {
    top: .85rem;
    right: 3.35rem;
    width: 2.15rem;
    height: 2.15rem;
  }

  .Vtheme .vehicle-card-action-group {
    top: .4rem;
    right: .5rem;

  }

  .Vtheme .vehicle-card-action-group .vehicle-favorite-toggle,
  .Vtheme .vehicle-card-action-group .vehicle-compare-toggle {
    top: auto;
    right: auto;
    width: 2.15rem;
    height: 2.15rem;
  }

  .Vtheme .v-theme-listing-badges {
    display: none;
  }

  .Vtheme .v-theme-footer-brand-grid {
    display: flex;
    overflow-x: auto;
    gap: .65rem;
    padding-bottom: .35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .Vtheme .site-footer::before {
    right: -28rem;
    bottom: -6rem;
    width: 58rem;
    opacity: .18;
  }

  .Vtheme .site-footer::after {
    opacity: .28;
  }

  .Vtheme .v-theme-footer-brand-card {
    flex: 0 0 9.5rem;
    min-height: 8.8rem;
    padding: .9rem .75rem .85rem;
    scroll-snap-align: start;
  }

  .Vtheme .v-theme-footer-brand-media {
    min-height: 4rem;
  }

  .Vtheme .v-theme-footer-brand-media img {
    max-height: 3.2rem;
  }

  .Vtheme .v-theme-footer-brand-label {
    font-size: .96rem;
  }

  .Vtheme .v-theme-page-intro-shell {
    padding: 1.35rem 0;
  }



  .Vtheme .v-theme-inventory-personalization-shell {
    padding: 0rem;
    border-radius: var(--radius-card);
  }

  .Vtheme .v-theme-inventory-command-search-field {
    min-height: 3.15rem;
  }

  .Vtheme .v-theme-inventory-command-actions,
  .Vtheme .v-theme-inventory-hero-footer {
    justify-content: stretch;
  }

  .Vtheme .v-theme-listing-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .Vtheme .vehicle-equipment-card-full {
    padding: 0;
  }

  .Vtheme .vehicle-equipment-toolbar {
    grid-template-columns: 1fr;
    margin-bottom: .9rem;
  }

  .Vtheme .vehicle-equipment-simple-list {
    --equipment-flat-collapsed-height: 38rem;
    grid-template-columns: 1fr;
    gap: .52rem;
  }

  .Vtheme .vehicle-equipment-group-head {
    align-items: flex-start;
  }

  .Vtheme .vehicle-equipment-group-title {
    flex-wrap: wrap;
  }

  .Vtheme .vehicle-equipment-toggle {
    margin-left: auto;
  }

  .Vtheme .vehicle-equipment-pill-list {
    gap: .5rem;
  }

  .Vtheme .vehicle-equipment-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .Vtheme .v-theme-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .Vtheme .v-theme-related-slider {
    padding: 0 2.2rem;
  }

  .Vtheme .v-theme-related-track {
    --related-gap: .9rem;
    grid-auto-columns: 100%;
  }

  .Vtheme .v-theme-related-nav {
    width: 2.45rem;
    height: 2.45rem;
  }

  .Vtheme .v-theme-related-nav span {
    font-size: 3rem;
  }

  .Vtheme .v-theme-related-head {
    align-items: center;
    text-align: center;
  }
}

.v-lh-shell {
  padding: 0px !;
  border: 4px solid #272154;
  border-radius: 1rem;
  overflow: hidden;
  top: 0px;
  margin-top: 5px;
  position: relative;
  background: #272154;
}



@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 96%;
    padding: 0px;
  }



}



@media (max-width: 1400px) and (min-width: 992px) {
  .v-theme-detail-gallery-thumbs-shell {
    max-width: 20%;
  }

  .v-theme-detail-gallery-stage {
    min-width: 80%;
  }
}





@media (max-width: 992px) {


  .Vtheme .v-theme-map-canvas .leaflet-popup-content-wrapper,
  .Vtheme .v-theme-detail-location-map .leaflet-popup-content-wrapper {
    border-radius: .6rem;
    box-shadow: 0 10px 24px rgba(18, 32, 25, .2);
  }

  .Vtheme .v-theme-map-canvas .leaflet-popup-content,
  .Vtheme .v-theme-detail-location-map .leaflet-popup-content {
    max-width: 190px;
    margin: .55rem .7rem;
    font-size: .86rem;
    line-height: 1.35;
  }

  .Vtheme .v-theme-map-canvas .cms-map-popup-thumb,
  .Vtheme .v-theme-detail-location-map .cms-map-popup-thumb {
    display: none;
  }

  .Vtheme .v-theme-map-canvas .cms-map-popup-body,
  .Vtheme .v-theme-detail-location-map .cms-map-popup-body {
    gap: .15rem;
  }

  .Vtheme .v-theme-header .navbar-nav .nav-link:hover
 {
  color:#fff!important;
}


 .Vtheme .v-theme-hero-actions {

  justify-content: center;
}

.nav-link.dropdown-toggle.show{
  background: var(--brand-primary)!important;
border-bottom-right-radius: 0rem;
border-bottom-left-radius: 0rem;
}



.Vtheme .v-theme-filter-offcanvas .offcanvas-body {
  padding: 0;background: #fff;
}

#inventoryFilters{top:4.5rem;}

.offcanvas-header{ 
  background: transparent;
  top: -4rem;
  position: absolute;
  width: 100%;
}
.offcanvas-header .btn-close {
position: absolute;
  right: .45rem;
  bottom: -1.7rem;
  background: #fff;
  opacity: 1;
  padding: 1rem;

}
.offcanvas-header .btn-close i{
  font-size: 2rem;
  position: absolute;
  top: -1px;
 right: 0px;
  margin: auto;
  left: 0px;color:var(--brand-secondary)!important;

}

.offcanvas-backdrop {
    background:var(--brand-secondary);
  opacity: 0.5;top: -3rem;
}

.offcanvas-body {
    overflow-y: auto;
}
 




  .navbar-collapse{
  background: radial-gradient(ellipse at 72% 26%, rgba(249, 92, 35, .28) 0 9rem, transparent 32rem), linear-gradient(135deg, #3753dd 0%, #211d7a 44%, #550054 100%);
}

  body.public-body .site-brand-logo {
    max-width: 160px !important;
    max-height: auto;
  }

  .Vtheme .v-theme-inventory-command-search-control {
    padding: 0px;
    border-radius: 99px !important;
  }

  .Vtheme .inventory-sticky-summary-container {
    padding: 0px;
    border-radius: 33px !important;
  }


.page-heading-section:not(.v-theme-page-intro) {
 
  padding: 6rem 2rem 2rem 2rem;
}

  .inventory-sticky-active-filters-label {
    display: none;
  }

  .Vtheme .inventory-sticky-summary.is-fixed {
    position: fixed;
    margin-top: 55px;
    width: 100% !important;
    padding: 0px 0.5rem;
border-radius:0px 0px 99px 99px;
  }





  .inventory-sticky-summary-main {

    gap: 0rem;
  }




  .Vtheme .v-theme-detail-submeta>span {
    gap: .2rem;
    padding: .25rem .55rem;
    border-radius: var(--radius-button);
  }

  .Vtheme .v-theme-detail-submeta {
    --detail-submeta-icon-size: 1.55rem;
    --detail-submeta-icon-stroke-width: 1.05;
    display: none;
  }

  .Vtheme .v-theme-detail-submeta-icon {
    display: block;
  }

  .Vtheme .v-theme-detail-submeta-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .Vtheme .v-theme-brand.has-logo {
    margin-left: .5rem;
    margin-top: .2rem;
    margin-bottom: .1rem;
  }



  .vehicle-gallery-nav {
    top: -.5rem;
    z-index: 2;
    width: 4rem;
    height: 4rem;
    border: 0;
    border-radius: 0cqb;
    transform: none;
  }

  .vehicle-gallery-nav.is-next {
    right: 0px;
    border-radius: 0;
  }

  .vehicle-gallery-nav.is-prev {
    right: 60px;
    left: initial;
    border-radius: 0 0 0 1rem;
    border-right: 1px solid #fff;
    z-index: 9;
  }


  .vehicle-gallery-thumb {
    gap: 1px !important;
    margin-left: 0px;
    aspect-ratio: 4 / 3;
  }

	  .Vtheme .v-theme-detail-hero-shell {
	    top: 0rem;
	    min-height: 18rem;
	    padding: 5.2rem 0.8rem .5rem 0.8rem;
	  }

	  .Vtheme .v-theme-detail-gallery-stage {
	    min-height: 15.5rem;
	    aspect-ratio: 4 / 3;
	  }



  .container,
  .container-sm {
    max-width: 96%;
    padding: 0px;
  }


  .vehicle-gallery-thumbs-shell {

    --gallery-thumbs-gap: .2rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0px;
    margin-top: .2rem;
    min-height: 4.75rem;
  }

  .vehicle-gallery-thumb img {

    height: 100%;
  }

  .form-select .v-theme-detail-gallery-shell {
    display: grid;
    gap: 0rem;
  }



  .Vtheme .v-theme-detail-gallery-shell {

    gap: 0rem;
  }
}


.v-theme-detail-hero-shell .carbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.13;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 100%;
  display: flex;
  align-items: center;

  /* effetto base */
  filter: saturate(1.9) contrast(1.9);
}


#inventory-main-accordion{margin:-1rem;}

.inventory-filter-accordion-item,
.accordion-item:not(:first-of-type) {
  overflow: hidden;
  border-radius: 0rem;
  border: 0px solid var(--brand-accent);
  border-top-width: 10px;

  background: transparent;
  box-shadow: none;
}


.inventory-filter-accordion-item .accordion-body {
  padding: 0rem;
}

.accordion-button{padding: .5rem  1rem;}

.inventory-filter-group-actions {
  padding: 0rem 1rem;margin-bottom: .5rem;
}
.inventory-option-pill {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  border-radius: 999px;
  border: 2px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: var(--brand-secondary);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

[data-inventory-filter-renderer="offcanvas_mobile_sidebar_desktop"] .v-theme-sidebar-filter {
  padding: 0rem;
  background: transparent;
  box-shadow: none;
}





[data-inventory-filter-renderer="offcanvas_all"] .v-theme-sidebar-filter {
  position: relative;
  background: transparent;
  box-shadow: none;
}


.btn-group> :not(.btn-check:first-child)+.btn {
  margin-left: auto;
}



.inventory-sticky-summary-main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-color: transparent;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  border-radius: 999px;
  min-height: 2.6rem;
}

.inventory-sticky-summary-main .btn:hover,
.inventory-sticky-summary-main .btn:focus,
.inventory-sticky-summary-main .btn:focus-visible {
  border-color: var(--brand-accent);
  background: var(--brand-accent);
  color: #fff;
  opacity: 1;
}



.inventory-sticky-summary-main .btn.active {
  border-color: var(--brand-accent);
  background: var(--brand-accent);
  color: #fff;
  opacity: 1;

}



.inventory-sticky-summary-main .btn-group>.btn:first-child,
.inventory-sticky-summary-main.btn-group>a:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.inventory-sticky-summary-main .btn-group>.btn:last-child,
.inventory-sticky-summary-main .btn-group>a:last-child,
.inventory-sticky-summary-main>.btn:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}


.inventory-sticky-summary-main .btn i.bi {
  font-size: 1.4rem;
}


.inventory-saved-searches-button {
  border-left: 2px solid #fff;
}

[aria-controls="inventoryFilters"] {
  opacity: 1
}



.inventory-sticky-summary-actions-group .btn-group .btn:not(:last-child) {
  margin: 0px;
  margin-left: 0px;
  border-right: 1px solid color-mix(in srgb, var(--brand-primary) 60%, white);
}




.vehicle-pill {
  background: color-mix(in srgb, var(--brand-primary) 10%, white);
  color: #1e3a8a;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}


.vehicle-price-current {

  font-size: clamp(2rem, 5vw, 3rem);

}

.vehicle-price-compare {
  color: rgba(255, 255, 255, .35);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: line-through;
}

.vehicle-price-note {
  font-weight: 700;
  margin-top: .45rem;
  color: rgba(255, 255, 255, .65);
  font-size: 1.1rem;
}


.Vtheme .v-theme-navbar-toggler {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .6rem;
  padding: 0;  
  border: none;
box-shadow: none !important;
    outline: none !important;
  border: 0px solid color-mix(in srgb, var(--brand-secondary) 22%, transparent);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  background:transparent!important;
}





.v-theme-navbar-toggler-lines span{background: var(--brand-secondary);}
.has-scroll-state:not(.is-scrolled) .v-theme-navbar-toggler-lines span{background:#fff;}
.is-scrolled .v-theme-navbar-toggler-lines span{background: var(--brand-secondary);}





.v-theme-header .navbar-collapse,
.is-scrolled .navbar-collapse{
  background: transparent;
}
.is-scrolled .navbar-collapse a{
 color: #fff;
}


@media (min-width: 992px) {
  .Vtheme .v-theme-navbar-toggler {
    display: none;
  }
}

.Vtheme .v-theme-navbar-toggler:hover,
.Vtheme .v-theme-navbar-toggler:focus-visible {

  border-color: color-mix(in srgb, var(--brand-secondary) 42%, transparent);
  background: var(--brand-primary);

}

.Vtheme .v-theme-navbar-toggler:focus {
  box-shadow: 0 0 0 .22rem color-mix(in srgb, var(--brand-secondary) 20%, transparent);
}

.Vtheme .v-theme-navbar-toggler-lines {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1rem;
}

.Vtheme .v-theme-navbar-toggler-lines span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  transform-origin: center;
  transition: top .18s ease, transform .22s ease, opacity .14s ease, width .18s ease;
}

.Vtheme .v-theme-navbar-toggler-lines span:nth-child(1) {
  height: 2px;
  top: 1px;
}

.Vtheme .v-theme-navbar-toggler-lines span:nth-child(2) {
  height: 2px;
  top: calc(50% - 1px);
}

.Vtheme .v-theme-navbar-toggler-lines span:nth-child(3) {
  height: 2px;
  top: calc(100% - 2px);
}

.Vtheme .v-theme-navbar-toggler:hover .v-theme-navbar-toggler-lines span:nth-child(2) {
  width: 100%;
}

.Vtheme .v-theme-navbar-toggler[aria-expanded="true"] .v-theme-navbar-toggler-lines span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.Vtheme .v-theme-navbar-toggler[aria-expanded="true"] .v-theme-navbar-toggler-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(.35);
}

.Vtheme .v-theme-navbar-toggler[aria-expanded="true"] .v-theme-navbar-toggler-lines span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}



.vehicle-gallery-nav {
  background: var(--brand-secondary);
  color: #fff;
}

.usato-ayvens {
  background: #73D2D2;
  color: #fff;
}

.vehicle-pill.auto-storiche {
  background: #9C2624;
  color: #fff;
}

.vehicle-pill.iva-esposta {
  background: #75ae60;
  color: #fff;
}

.vehicle-pill.usato {
  display: none;
}

.vehicle-pill.pronta-consegna {
  background: #e07103;
  color: #fff;
}

.eyebrow span {
  font-weight: 700;

}

.Vtheme .site-breadcrumb-bar {
  margin: 0 0 1.4rem;
  padding: .75rem 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface-soft) 94%, white) 0%, rgba(255, 255, 255, .78) 100%);
  border-block: 1px solid color-mix(in srgb, var(--border) 78%, transparent);
}

.Vtheme .site-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: .55rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.Vtheme .site-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.Vtheme .site-breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: .55rem;
  color: color-mix(in srgb, var(--muted) 48%, transparent);
  font-weight: 800;
}

.Vtheme .site-breadcrumb-link,
.Vtheme .site-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  min-width: 0;
  max-width: 100%;
  line-height: 1.25;
}

.Vtheme .site-breadcrumb-link {
  color: color-mix(in srgb, var(--brand-primary) 82%, var(--text));
  text-decoration: none;
  transition: color .18s ease, background .18s ease;
}

.Vtheme .site-breadcrumb-link:hover,
.Vtheme .site-breadcrumb-link:focus-visible {
  color: var(--brand-accent);
}

.Vtheme .site-breadcrumb-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-accent) 40%, transparent);
  outline-offset: .18rem;
}

.Vtheme .site-breadcrumb-link i {
  color: var(--brand-accent);
  font-size: 1rem;
  line-height: 1;
}

.Vtheme .site-breadcrumb-current {
  color: color-mix(in srgb, var(--text) 76%, var(--muted));
}

@media (max-width: 767.98px) {
  .Vtheme .site-breadcrumb-bar {
    margin-bottom: 1rem;
    padding: .65rem 0;
  }

  .Vtheme .site-breadcrumb-list {
    gap: .42rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .Vtheme .site-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }

  .Vtheme .site-breadcrumb-item:last-child {
    flex: 1 1 auto;
  }

  .Vtheme .site-breadcrumb-current {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.site-footer .fw-semibold.mb-3,
.page-block-catalog-featured-brands .page-block-content > .d-flex:first-child,
.page-block-catalog_featured_brands .page-block-content > .d-flex:first-child {
  display: none !important;
}

.page-block-catalog-featured-brands a,
.page-block-catalog_featured_brands a {
  text-transform: uppercase;
  background: var(--brand-primary);
  color: #fff;
  padding: 0.7rem 0.5rem;
  text-align: center;
  display: block;
  border-width: 0px;
}

.page-block-catalog-featured-brands a.panel-card,
.page-block-catalog_featured_brands a.panel-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .45rem;
  min-height: 10rem;
}

.Vtheme .v-theme-detail-facts {
  gap: .8rem;
  margin: 1.4rem 0rem;
  overflow: visible;
  position: relative;
}

.Vtheme .v-theme-detail-facts article {
  position: relative;
  display: grid;
  align-content: center;
  gap: .2rem;
  min-height: 4.15rem;
  padding: .78rem .25rem .72rem;
  overflow: hidden;
  border: 1px solid rgba(18, 32, 25, .12);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .98);
  color: var(--text);
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(18, 32, 25, .1);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}



.Vtheme .v-theme-detail-facts article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: .18rem;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
  opacity: .9;
}

.Vtheme .v-theme-detail-facts article:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, var(--brand-secondary), var(--brand-primary));
}

.Vtheme .v-theme-detail-facts article:nth-child(3n)::before {
  background: linear-gradient(90deg, var(--brand-accent), color-mix(in srgb, var(--brand-primary) 70%, white));
}

.Vtheme .infobar {
  display: flex;
  align-items: stretch;
  gap: .75rem;
  margin: 1rem 0rem; 
  padding: .85rem;
  border: 0px solid rgba(18, 32, 25, .1);
  border-radius: .5rem;
  background: transparent;
  box-shadow: none;
}

 
.Vtheme .infobar-plate,
.Vtheme .infobar > article:has(.vehicle-plate-it) {
  flex: 0 0 clamp(12rem, 22vw, 18rem);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
}

.Vtheme .infobar .vehicle-plate-it {
  align-self: center;
  width: clamp(11.5rem, 100%, 17.5rem);
  max-width: 17.5rem;
  height: auto;
  min-height: 0;
  grid-template-columns: minmax(1.1rem, 12%) minmax(0, 1fr) minmax(1.1rem, 12%);
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  letter-spacing: .06em;
  line-height: 1;
}

.Vtheme .infobar .vehicle-plate-it-code {
  font-size: clamp(1.35rem, 8.8cqw, 2.35rem);
}

.Vtheme .infobar .vehicle-plate-it-band {
  padding: 0;
  font-size: .78rem;
}

.Vtheme .infobar-highlight {
  flex: 1 1 12rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .12rem;
  min-width: 9.5rem;
  margin: 0;
  padding: .7rem .9rem;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 14%, transparent);
  border-radius: .5rem;
  background: color-mix(in srgb, var(--surface-soft) 76%, white);
  text-align: center;
}

.Vtheme .infobar .vehicle-highlight-label {
  font-size: .72rem;
  line-height: 1.1;
  letter-spacing: .08em;
}

.Vtheme .infobar .vehicle-highlight-value {
  color: color-mix(in srgb, var(--text) 88%, var(--muted));
  font-size: clamp(.95rem, 1.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.Vtheme .infobar .pdf {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  margin-left: auto;
  padding: .35rem 1rem;
  float: none;
 
  gap: .7rem;
  padding: .35rem 1rem;
  float: none;
  border-radius: .5rem;
  background: #B80000;
  color: #fff;
  text-decoration: none;
  
}

.Vtheme .infobar .pdf span {
  line-height: 1.1;
  opacity: 1;font-size:1rem;
}

.Vtheme .infobar .pdf i {
  float: none;
  font-size: 2.55rem;
  line-height: 1;
}

 




.vehicle-highlight-label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: .9rem;
}

.Vtheme .v-theme-detail-facts .vehicle-highlight-label {
  color: color-mix(in srgb, var(--muted) 82%, var(--text));
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.1;
  opacity: 1;
}

.Vtheme .v-theme-detail-facts article strong,
.Vtheme .v-theme-detail-facts .vehicle-highlight-value {
  color: color-mix(in srgb, var(--text) 88%, var(--muted));
  font-size: clamp(.86rem, 1vw, 1rem);
  font-weight: 750;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
  .Vtheme .v-theme-detail-facts {
    padding: .5rem;
  }

  .Vtheme .v-theme-detail-facts article {
    min-height: 3.9rem;
    padding-inline: .45rem;
  }

  .Vtheme .infobar {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .Vtheme .infobar > article {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .Vtheme .infobar-plate,
  .Vtheme .infobar > article:has(.vehicle-plate-it) {
    flex-basis: 100%;
    justify-content: center;
  }

  .Vtheme .infobar-highlight {
    flex: 1 1 calc(50% - .75rem);
  }

  .Vtheme .infobar .pdf {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .Vtheme .infobar {
    padding: .7rem;
  }

  .Vtheme .infobar > article {
    flex: 1 1 100%;
  }

  .Vtheme .infobar-highlight {
    flex-basis: 100%;
    min-height: 3.8rem;
  }

  .Vtheme .infobar .pdf {
    width: fit-content;
    min-height: 3.8rem;
    margin-inline: auto;
  }
}


.page-block-catalog-featured-brands a .fw-semibold,
.page-block-catalog_featured_brands a .fw-semibold {
  font-weight: 600;
  color: #fff;

}

.page-block-catalog-featured-brands a img,
.page-block-catalog_featured_brands a img {
  display: block;
  width: min(100%, 12rem);
  height: auto;
  max-height: 6rem;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.page-block-catalog-featured-brands a .badge,
.page-block-catalog_featured_brands a .badge {
  font-size: 1.7rem;
  background: rgba(255, 255, 255, .3);
  color: var(--brand-primary);
  display: inline;
}


.vehicle-reserve-collapse-trigger {

  background: var(--brand-accent);
  color: #fff;
  padding: 0.7rem 1.1rem;
  text-align: center;
  display: block;
  border-width: 0px;
  font-size: 1.4rem;
  font-weight: 600;
  font-size: clamp(1rem, 3.5vw, 1.5rem);
}

.vehicle-reserve-collapse-trigger i {

  font-size: 2.4rem;
  font-weight: 500;
}

.vehicle-reserve-collapse-trigger.collapsed {

  background: var(--brand-secondary);

}

.Vtheme .v-theme-detail-reserve-card .vehicle-reserve-collapse-trigger {
  text-align: center;
}

.Vtheme .v-theme-detail-reserve-card .vehicle-reserve-collapse-trigger i {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  font-size: 2.4rem;
  line-height: 1;
}

.Vtheme .vehicle-conversion-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: .75rem 0 2.25rem;
}

.Vtheme .vehicle-conversion-quick-grid > .btn,
.Vtheme .vehicle-conversion-quick-grid > .btn-group,
.Vtheme .vehicle-conversion-quick-grid > .vehicle-share-actions {
  width: 100%;
  min-width: 0;
}

.Vtheme .vehicle-conversion-quick-grid .btn-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 3px solid rgba(18, 32, 25, .1);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .82);
  overflow: hidden;
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-share-actions {
  display: grid;
  gap: .5rem;
  min-width: 0;
}


 

.Vtheme .vehicle-conversion-quick-grid .vehicle-contact-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-contact-actions .vehicle-conversion-quick-action:only-child {
  grid-column: 1 / -1;
}

.Vtheme .vehicle-conversion-quick-grid .btn-group .vehicle-conversion-quick-action + .vehicle-conversion-quick-action {
  border-width: 0px 0px 0px 3px;
  border-style: solid;
  min-width: 5rem;
}

.Vtheme  .btn-group.va, .vehicle-conversion-quick-action.va {
border-color:var(--brand-primary)!important;color:var(--brand-primary)!important;
}
 .vehicle-conversion-quick-action.va i {
color:var(--brand-primary)!important;
}



.Vtheme  .btn-group.vf, .vehicle-conversion-quick-action.vf {
border-color:var(--brand-accent)!important;color:var(--brand-accent)!important;
}
 .vehicle-conversion-quick-action.vf i {
color:var(--brand-accent)!important;
}



.Vtheme  .btn-group.vc,  .Vtheme  .btn-group .vehicle-conversion-quick-action.vc{
border-color:var(--brand-secondary)!important;color:var(--brand-secondary)!important;
}
  .Vtheme  .btn-group .vehicle-conversion-quick-action.vc i{
color:var(--brand-secondary)!important;
}

.Vtheme .vehicle-share-actions,
.Vtheme .vehicle-share-actions .vehicle-conversion-quick-action.vs {
  border-color: color-mix(in srgb, var(--brand-primary) 56%, var(--brand-accent)) !important;
  color: color-mix(in srgb, var(--brand-primary) 64%, var(--brand-accent)) !important;
}

.Vtheme .vehicle-share-actions .vehicle-conversion-quick-action.vs i,
.Vtheme .vehicle-share-actions [data-vehicle-share-native] i {
  color: color-mix(in srgb, var(--brand-primary) 64%, var(--brand-accent)) !important;
}

.Vtheme .vehicle-share-actions > [data-bs-toggle="collapse"] {
  width: 100%;
  border: 3px solid color-mix(in srgb, var(--brand-primary) 56%, var(--brand-accent)) !important;
  border-radius: .8rem;
  background: rgba(255, 255, 255, .82);
  color: color-mix(in srgb, var(--brand-primary) 64%, var(--brand-accent)) !important;
}

.Vtheme .vehicle-share-collapse {
  min-width: 0;
}

.Vtheme .vehicle-share-collapse-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .35rem;
}

.Vtheme .vehicle-share-collapse-grid .vehicle-conversion-quick-action {
  min-width: 0;
  min-height: 3rem;
  padding: .65rem;
  border: 1px solid color-mix(in srgb, var(--brand-primary) 32%, transparent);
  border-radius: .65rem;
  background: rgba(255, 255, 255, .88);
}

.Vtheme .vehicle-share-collapse-grid .vehicle-conversion-quick-action i {
  font-size: 1.18rem;
}

@media (max-width: 767.98px) {
  .Vtheme .vehicle-share-collapse-grid {
    grid-template-columns: repeat(5, minmax(2.35rem, 1fr));
  }
}



.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1rem;
  color: color-mix(in srgb, var(--text) 82%, var(--muted));
  background: rgba(255, 255, 255, .86);
  box-shadow: none;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}


.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action:hover,
.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action:focus-visible {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--surface-soft) 72%, white);
  color: var(--brand-primary);
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action.btn-success {
  color: #15803d;
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action.btn-success:hover,
.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action.btn-success:focus-visible {
  background: rgba(21, 128, 61, .08);
  color: #15803d;
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action i,
.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action svg {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  font-size: 1.15rem;
  line-height: 1;
}

.Vtheme .vehicle-conversion-quick-grid .vehicle-conversion-quick-action span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.Vtheme .vehicle-conversion-quick-grid .btn-group .vehicle-conversion-quick-action {
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}



.Vtheme .vehicle-conversion-quick-grid .btn-group .vehicle-conversion-quick-action:last-child {
  padding-inline: .72rem;
}

.Vtheme .vehicle-conversion-quick-grid .inventory-toolbar-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 

  border-radius: 999px;

  
}

@media (max-width: 991.98px) {
  .Vtheme .vehicle-conversion-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .Vtheme .vehicle-conversion-quick-grid {
    grid-template-columns: 1fr;
  }
}

.google-reviews-block {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: #f7f8f5;
  background-image: url("hero-home-lava-gray.svg");
  background-repeat: no-repeat;

  background-size: 100%;
  
}

.google-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  background: #fff;
  border: 1px solid rgba(18, 32, 25, .1);
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(18, 32, 25, .06);
  overflow: hidden;
}

.google-review-card-head {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.google-review-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}

.google-review-avatar-tone-0 {
  background: #235c4b;
}

.google-review-avatar-tone-1 {
  background: #b54d36;
}

.google-review-avatar-tone-2 {
  background: #4966a8;
}

.google-review-avatar-tone-3 {
  background: #8a5b9f;
}

.google-review-avatar-tone-4 {
  background: #a47a22;
}

.google-review-avatar-tone-5 {
  background: #4f6f2f;
}

.google-review-author-wrap {
  min-width: 0;
}

.google-review-author {
  font-weight: 700;
  color: #17251f;
  line-height: 1.2;
}

.google-review-date {
  margin-top: .15rem;
  color: #6c7771;
  font-size: .85rem;
  line-height: 1.2;
}

.google-review-stars,
.google-review-summary-stars {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  color: #f1a51d;
}

.google-review-stars {
  font-size: .95rem;
  margin-top: .25rem;
}

.google-review-summary-stars {
  margin-right: .35rem;
}

.google-review-card p {
  color: #314139;
  line-height: 1.6;
}

.google-review-text {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-review-text.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.google-review-reply {
  border-left: 3px solid var(--brand-accent);
  padding-left: .85rem;
  color: #4a5a52;
}

.google-review-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  transform: translate(10%, -10%);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
  border-radius: 0 0 0 9px;
}

.google-review-link i {
  font-size: 1.15rem;
  line-height: 1;
}

.google-review-card:hover .google-review-link,
.google-review-card:focus-within .google-review-link {
  opacity: 1;
  transform: translate(0, 0);
}

.google-review-link:hover,
.google-review-link:focus-visible {
  background: color-mix(in srgb, var(--brand-primary) 88%, black);
  color: #fff;
  outline: 0;
}

.google-review-toggle {
  align-self: flex-start;
  border: 0;
  background: transparent;
  color: var(--brand-primary);
  font-weight: 700;
  padding: 0;
}

.google-review-toggle:hover {
  text-decoration: underline;
}

.google-review-empty {
  max-width: 46rem;
}

.google-reviews-grid-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.google-reviews-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, calc((100% - 2rem) / 3));
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding-bottom: .5rem;
}

.google-reviews-columns-1 .google-reviews-carousel {
  grid-auto-columns: minmax(18rem, 100%);
}

.google-reviews-columns-2 .google-reviews-carousel {
  grid-auto-columns: minmax(18rem, calc((100% - 1rem) / 2));
}

.google-reviews-columns-3 .google-reviews-carousel {
  grid-auto-columns: minmax(18rem, calc((100% - 2rem) / 3));
}

.google-reviews-columns-4 .google-reviews-carousel {
  grid-auto-columns: minmax(16rem, calc((100% - 3rem) / 4));
}

.google-reviews-carousel-item {
  scroll-snap-align: start;
}

.google-reviews-slider {
  width: 100%;
  margin-inline: auto;
  padding-inline: 3.5rem;
}

.google-reviews-slider .carousel-item {
  padding: 0;
}

.google-reviews-slider .carousel-item::after {
  content: none;
  display: none;
  background: none;
}

.google-reviews-slider .google-review-card {
  width: 100%;
  min-height: 13rem;
  margin-inline: auto;
}

.google-reviews-slider .carousel-control-prev,
.google-reviews-slider .carousel-control-next {
  width: 2.75rem;
  opacity: 1;
}

.google-reviews-slider .carousel-control-prev-icon,
.google-reviews-slider .carousel-control-next-icon {
  border-radius: 999px;
  background-color: var(--brand-primary);
  background-size: 55%;
  box-shadow: 0 8px 20px rgba(18, 32, 25, .18);
}

@media (max-width: 767.98px) {
  .google-reviews-carousel {
    grid-auto-columns: minmax(16rem, 86%);
  }

  .google-reviews-slider .carousel-item {
    padding: 0;
  }

  .google-reviews-slider {
    padding-inline: 2.25rem;
  }

  .google-reviews-slider .google-review-card {
    min-height: 0;
  }
}

 

 .offcanvas-backdrop {
   
    top: -1.5rem;
  }

.site-footer-brand-grid {
display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center; 
 
 
}

  .site-footer-brand-card {
  min-height: fit-content;
  position: relative;
  display: flex;
  gap: .5rem;
  padding: .6rem 0rem .5rem 0rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  flex: 1 1 5rem; 
  max-width: 5rem; 

}

.site-footer-brand-badge {
  
    top: .25rem;
    right: .25rem;
    min-width: 1.35rem;
    height: 1.35rem;
  }


.site-footer-brand-label {

  display: none;
}

.site-footer-brand-media {

  align-items: self-end;
 
}

.v-theme-inventory-hero-main{text-align:center;}

.Vtheme  .inventory-favorites-launch{border-width:0px;}


.cookie-consent-banner {

  background: var(--brand-secondary);
}


.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg:var(--brand-secondary);
  --bs-btn-border-color:var(--brand-secondary);
}


 .page-block .cms-form-card {
  background:  color-mix(in srgb, var(--brand-accent) 25%, #fff);
  border-color: var(--brand-accent);
}

.cms-form-section-title {
  float: none;
  width: 100%;
  margin: 1rem  0rem 0rem 0rem;
  padding: 0;
  color: var(--brand-primary);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.15;
  border-bottom:5px solid var(--brand-primary)
}

 .page-block .cms-form-card .cms-form-header *{  color: var(--brand-primary);}


 
