ul.results {
  margin: 0;
}
.grid {
  grid-template-columns: 1fr !important;
}
ul.keywords {
  padding-bottom: 20px;
}
.grid-wrap.quick-stats {
  margin: 0 !important;
}
.grid-content {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 55px !important;
}

.stats-box {
  margin-bottom: 30px;
}
.details-overview-content {
  margin: 0 !important;
  width: 100% !important;
}
.grid-heading .button {
  display: inline-block;
  margin-bottom: 30px;
}
.grid-heading .button a {
  text-decoration: none;
}
.grid-heading.country,
.grid-heading.make {
  text-decoration: underline;
}

.grid-heading.country img {
  margin-top: 2px;
}
.grid-heading h3 {
  border: none;
  background: none;
}

.grid-heading.hide {
  display: none;
}
.grid-heading.double {
  position: sticky;
  top: 6px !important;
  height: 70px;
}

.grid-heading.double h3 {
  margin: 0;
}
.grid-heading.double span {
  display: block;
  margin-top: 3px;
  font-size: 0.8em;
  color: #333;
  font-family: "Neue Montreal Medium", sans-serif;
}
a.dropdown-toggle {
}
section.vehicle-title ul.tags {
  margin-bottom: 10px;
}
.top-bar {
  max-width: 1340px;
  margin: 0 auto;
  margin-bottom: 30px;
  top: -2px;
}
.grid-content {
  /* padding-bottom: 50px !important;
  margin-bottom: 80px !important; */
}

@media (min-width: 1112px) {
}

.grid-wrap.showcase-list {
  margin-top: 40px;
}
.grid-wrap.showcase-list h3 {
  font-size: 16px;
  margin: 35px 0 10px;
}
.grid-wrap.showcase-list h3 span {
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  color: #999;
  display: none;
}
.grid-wrap.showcase-list h3 span:before {
  content: "—";
  margin: 0 5px;
}
.grid-wrap.showcase-list ul li {
  margin: 7px 0;
}

.grid-content p strong {
  font-family: "Neue Montreal Bold", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}

.grid.price .grid-content p span {
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 68px !important;
  padding-right: 5px;
}
.grid-content p {
  display: flex;
  justify-content: flex-start;
}

.grid-content p span {
  color: #888;
  min-width: 68px !important;
}

img.showcase-image {
  width: auto;
  height: 100%;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.42));
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  /* backdrop-filter: blur(15px); */
}

.main-showcase {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex !important;
  height: 300px;
  max-height: 20vw;
  padding: 10px;
  box-sizing: border-box;
  max-width: 1340px;
  margin: 0 auto;
  min-height: 120px;
}

.main-showcase.youtube {
  height: 200px;
  max-height: 20vw;
  min-height: 0 !important;
}

.main-grid.showcase {
  grid-template-areas:
    "title"
    "main-image"
    "showcase";
}

.grid-fix {
  width: 100%;
  display: block;
}
.main-grid.youtube .details--menu.showcase {
  top: 26px !important;
}
img.showcase-logo.wide {
  width: auto;
  height: 30px;
}
img.showcase-logo {
  width: 35px;
  height: auto;
}
.grid-wrap.details.full.youtube .main-showcase {
  height: 200px;
  max-height: 20vw;
}
.details--menu.showcase {
  top: 26px !important;
}
.grid-wrap.details.full.youtube .details--menu.showcase {
  top: 56px !important;
}
select.showcase {
  border: none;
  width: 100%;
  padding-left: 10px;
  outline: none;
  background-color: transparent;
  background-image: url(/inc/img/icons/sort.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 10px bottom 22px;
}
select.showcase {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select.showcase::-ms-expand {
  display: none;
}
.grid-wrap.showcase-list h2:first-of-type {
  margin-top: 0;
  font-size: 1.2em;
}
.grid-heading h2.no-button {
  background: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  margin-bottom: 24px;
}
/* .grid-wrap.showcase-list h3:first-of-type{margin-top:0;font-size:1.15em;} */
@media (min-width: 728px) {
  .grid-heading.hide {
    display: block;
  }
  .details--menu.showcase {
    top: 56px !important;
  }
  .main-grid.youtube .details--menu.showcase {
    top: 56px !important;
  }
  .grid-wrap.details.full.youtube .details--menu.showcase {
    top: 56px !important;
  }
  ul.results {
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr)) !important;
  }
}
@media (min-width: 1014px) {
  .main-showcase.youtube {
    max-height: 220px;
  }
  .main-grid.youtube .details--menu.showcase {
    top: 56px !important;
  }
  ul.results {
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr)) !important;
  }
}

@media (min-width: 1112px) {
  .main-grid.youtube .details--menu.showcase {
    top: 56px !important;
  }
  ul.results {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
  }

  .main-grid.showcase {
    grid-template-areas:
      "title          "
      "main-image    "
      "grid-fix     ";
  }

  img.showcase-image {
    margin-left: 0px;
  }
  footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 800px) {
  .main-showcase {
    padding: 15px;
  }
  ul.results {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1112px) {
  main.top {
    margin-top: 0 !important;
  }
  main.top .grid-content {
    margin-right: 30px;
  }
  .main-showcase {
    padding: 20px;
  }
  ul.results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  ul.results {
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  }
}
