body {
	font-display: swap;
}

.tag-more-like-this-wrapper , .tag-recommended-wrapper {
	min-height:25px;
}

.filter-wrapper {
  display: flex;
  flex-direction: column;
  width: 26%;
  gap: 25px;
}


.search-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.search-input {
  width: 100%;
  padding: 6px 40px 6px 16px;
  border: 1px solid #B3B8B9;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: #007bff;
}

.search-icon {
  position: absolute;
  right: 12px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.search-icon:hover {
  color: #007bff;
}

.foldable-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.foldable-header:hover {
  color: #007bff;
}

.foldable-icon {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.foldable-header.expanded .foldable-icon {
  transform: rotate(180deg);
}

.foldable-content {
  transition: all 0.3s ease;
  overflow: hidden;
}

.tag-recommended-wrapper {
  margin-top:25px;
  height: 100%;
}

.page-titel {
  font-weight: 400;
  color: var(--bricks-color-ppyvis);
}

.the-content {
  padding-bottom: 30px;
}

.stock-section .brxe-container {
  padding: 30px 0 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.stock-section .brxe-container.mini .filter.merkfilter,
.stock-section .brxe-container.bmw .filter.merkfilter {
  display: none;
}
.stock-section .brxe-container.mini #serieFilterBMW,
.stock-section .brxe-container.bmw #serieFilterMINI {
  display: none;
}
.stock-section .brxe-container.mini #serieFilterMINI,
.stock-section .brxe-container.bmw #serieFilterBMW {
  display: block !important;
}

.stock-filter {
  display: flex;
  flex-direction: column;
  background-color: var(--bricks-color-wrexit);
}
.stock-filter .openfilter p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.stock-filter .openfilter i {
  display: none;
}

.stock-filter select {
  color: var(--bricks-color-ppyvis);
}

.stock-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 66%;
}

.stock-link {
	width: calc((100% - 25px) / 2);
}

.stock-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
}
.stock-item:hover {
  box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.stock-item:hover .car-image-container {
  transform: scale(1.04);
}

.stock-item.gradient-grey {
  background: linear-gradient(rgba(179, 184, 185, 0.5), rgba(46, 48, 50, 0.5));
  color: var(--bricks-color-wrexit);
}

.stock-item.gradient-grey svg path {
  stroke: var(--bricks-color-wrexit);
}

.stock-item.bg-beige {
  background: rgba(241, 241, 230, 0.35);
  border-bottom: 4px solid var(--bricks-color-kzuxzl);
}

.stock-item .car-image-container {
  width: 100%;
  height: 240px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.stock-item .staat p {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bricks-color-kzuxzl);
}

.stock-item h3 {
  font-size: 20px;
  font-weight: 400;
}

.stock-item h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.stock-item.actie .actie-label {
  display: block !important; /*block*/
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #b93636;
  color: var(--bricks-color-wrexit);
  transform: rotate(340deg) translate(-15px, 0px);
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
}

.stock-item .car-specs-single-line {
  margin-bottom: 15px;
  width: 80%;
}

.stock-item .meer-info {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

.stock-item .prijs {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.stock-item .prijs span {
  font-size: 16px;
  font-weight: 500;
}

.stock-item .voordeelprijs {
  background-color: #ec1c1c;
}

/* DETAILPAGINA */
.banner-section {
  background: radial-gradient(circle,rgba(179, 184, 185, 0.5) 36%,rgba(108, 109, 110, 0.5) 100%);
  height: 150px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.banner-section.used-car {
  background: var(--bricks-color-kzuxzl);
}

.car-details {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.carCountText {
  font-size: 12px;
}

.car-details button,
.car-details button:hover,
.car-details button:focus,
.car-details button:active,
#applyFiltersButton,
#loadMoreButton {
  padding: 10px 15px;
  color: var(--bricks-color-wrexit);
  background-color: var(--bricks-color-nyduet);
  border-radius: 6px;
  margin-top: 10px;
}

#applyFiltersButton {
  margin-top: 30px;
}

.go-back {
  color: var(--bricks-color-kzuxzl);
  background: none;
  padding: 30px 0;
  font-weight: 600;
}
.used-car .go-back {
  color: var(--bricks-color-wrexit);
}

.car-details .main-content {
  width: calc(((100% - 25px) / 3) * 2);
  position: relative;
  padding-bottom: 30px;
}

.car-details #side-info-block {
  width: calc((100% - 25px) / 3);
}

.car-details .slider {
  position: relative;
}

/* Slider backgrounds based on car type */
.car-details .slider.used-car {
  background-color: rgba(241, 241, 230, 0.35);
  border-bottom: 4px solid var(--bricks-color-kzuxzl);
}

.car-details .slider.new-car {
  background: linear-gradient(rgba(179, 184, 185, 0.5), rgba(46, 48, 50, 0.5));
}

.car-details .splide__slide {
  background: none !important;
  height: 460px;
}

.car-details .label {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--bricks-color-wrexit);
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.car-details .side-info,
.bottom-info-section .side-info {
  height: 464px;
  position: relative;
  padding: 30px;
  background-color: var(--bricks-color-kzuxzl);
  color: var(--bricks-color-wrexit);
}

.bottom-info-section .info-container {
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 100%;
  padding: 30px 0 60px;
}

.bottom-info-section .side-info {
  height: auto;
  width: calc((100% - 50px) / 3);
}


.side-images {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--bricks-color-kzuxzl) transparent;
}

.side-images::-webkit-scrollbar {
  width: 6px;
}

.side-images::-webkit-scrollbar-track {
  background: transparent;
}

.side-images::-webkit-scrollbar-thumb {
  background-color: var(--bricks-color-kzuxzl);
}

.side-images::-webkit-scrollbar-thumb:hover {
  background-color: rgba(21, 46, 62, 0.8);
}

.side-images img {
  width: 100%;
  height: calc((100% - 25px) / 2);
  object-fit: cover;
  background: linear-gradient(rgba(179, 184, 185, 0.5), rgba(46, 48, 50, 0.5));
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.side-images img:hover {
  opacity: 0.8;
  transform: scale(1.02);
}

.side-images img.active {
  border: 2px solid var(--bricks-color-kzuxzl);
  opacity: 1;
}

.car-details .info {
  padding-top: 30px;
}

/* Splide Styles */
.splide__slide {
  background: var(--bricks-color-wrexit);
	display: flex;
	align-items: center;
}

.splide__slide img {
  width: 100%;
  object-fit: cover;
}

/* Custom Arrow Buttons */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  width: 37px;
  height: 37px;
  padding: 0 !important;
  z-index: 10;
  margin: 0 !important;
}

.custom-arrow--prev {
  left: 30px;
}

.custom-arrow--next {
  right: 30px;
}

.custom-arrow svg {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

.car-details p {
  margin: 0;
}

.car-details .info .title {
  font-size: 40px;
  color: var(--bricks-color-kzuxzl);
  margin: 0;
}

.car-details .info .title.mini-font {
  font-family: 'MINI', serif;
}

.small-specs {
  display: flex;
  gap: 60px;
}
.small-specs .spec-item-container {
  width: calc((100% - 60px) / 2);
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 30px 0;
}
.spec-item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid var(--bricks-color-kzuxzl);
}

.spec-label {
  font-weight: bold;
  color: var(--bricks-color-kzuxzl);
  font-size: 16px;
}
.spec-value {
  color: var(--bricks-color-kzuxzl);
  font-size: 16px;
  font-weight: 300;
}

.car-details .info .location {
  display: flex;
  align-items: center;
  gap: 15px;
  /*position: absolute;
    bottom: 30px;*/
}
.car-details .info .location i {
  font-size: 35px;
}
.car-details .info .location .address {
  opacity: 0.5;
}

.car-details .info .location .contact {
  color: var(--bricks-color-ppyvis);
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
}
.car-details .info .location .contact i {
  font-size: 11px;
  margin-right: 10px;
}

.specs-title {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  align-items: center;
  display: flex;
  padding-top: 30px;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;  
  background-color: var(--bricks-color-wrexit);
  padding: 0 15px;
  width: 100%;
  list-style-type: disc;
}

.specs li {
  width: calc((100% - 80px) / 2);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  list-style-type: disc;
}

.specs .accordion-item {
  flex-direction: column;
}
.specs .accordion-header {
  cursor: pointer;
}
.specs .accordion-content {
  display: none;
  opacity: 0.6;
}

button.book {
  display: block;
  margin: 10px 0;
  width: 50%;
  text-align: left;
}

button.book i {
  margin-right: 10px;
}

#voorwaarden {
  padding: 60px 20px;
  border-top: 1px solid var(--bricks-color-ppyvis);
  opacity: 0.5;
  color: var(--bricks-color-ppyvis);
}

#related-cars-container {
	width: calc((100% / 3) * 2);
}

/* New Filter Design Styles */
.filter-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}


.filter-section h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: none;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-item input[type="checkbox"] {
  width: 22px !important;
  height: 22px !important;
  cursor: pointer;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #B3B8B9;
  padding: 0;
  background-color: transparent;
}

.checkbox-item input[type="checkbox"]:checked {
  background-color: var(--bricks-color-ppyvis);
}

.checkbox-item label {
  font-size: 14px;
  color: var(--bricks-color-ppyvis);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
}

.filter-select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  color: var(--bricks-color-ppyvis);
  background-color: var(--bricks-color-wrexit);
  cursor: pointer;
}

.filter-select:focus {
  outline: none;
  border-color: var(--bricks-color-ppyvis);
}

.price-range {
  display: flex;
  gap: 10px;
}

.price-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  color: var(--bricks-color-ppyvis);
}

.price-input:focus {
  outline: none;
  border-color: var(--bricks-color-ppyvis);
}

.reset-section {
  margin-top: 20px;
  padding-top: 15px;
}

.reset-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bricks-color-ppyvis);
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.reset-filters:hover {
  opacity: 0.7;
}

.reset-filters i {
  font-size: 14px;
}

/* Legacy styles for backward compatibility */
.stock-filter .filter {
  width: 100% !important;
  padding: 15px 0;
  color: var(--bricks-color-ppyvis);
  font-size: 18px;
  border-bottom: 1px solid #EDECE8;
}

.stock-filter .filter div {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
}

.stock-filter .filter label {
  font-weight: 300;
  margin: 3px 15px 0 5px;
  color: var(--bricks-color-ppyvis);
  font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--bricks-color-ppyvis);
}

#minPriceFilter,
#maxPriceFilter,
.stock-filter select {
  width: 50%;
  border: 1px solid #B3B8B9;
  padding: 4px 20px;
}

.stock-filter select {
  width: 100%;
}

.laad-meer {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 787px) {
  .stock-section .brxe-container {
    flex-direction: column;
  }

  .stock-grid {
    gap: 20px;
    width: 100%;
  }

  .stock-filter {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 14px;
  }

  .stock-filter .openfilter div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stock-filter .openfilter p {
    margin: 0;
    font-size: 18px;
  }

  .stock-filter .openfilter i {
    display: block;
    margin-bottom: 8px;
  }

  .stock-item,
  .laad-meer {
    width: 100%;
  }

  .car-details .info {
    position: relative;
    top: auto;
  }

  .car-details .main-content {
    width: 100%;
    padding-bottom: 0;
  }

  .car-details .nav-slider-container {
    display: none !important;
  }

  .car-details .splide__slide {
    height: 300px;
  }

  .car-details #side-info-block, .bottom-info-section #related-cars-container  {
    width: 100%;
  }

  .bottom-info-section {
    padding-top: 30px;
  }

  button.book {
    width: 100%;
  }

  .car-details .small-specs {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
  .small-specs .spec-item-container {
    width: 100%;
    margin: 0;
  }

  .specs li {
    width: 100%;
  }
	.filter-wrapper {
		width: 100%;
	}
}

/* FIND YOUR ONE STYLES */
#fyoMain {
  margin-top: 45px;
}
#loader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bricks-border-color);
  z-index: 1000;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#fyoStockGrid {
  height: 90vh;
  background-color: var(--bricks-color-avrkhc);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

#fyoStockGrid h1,
#fyoMatchScreen h3 {
  color: var(--bricks-color-wrexit);
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.ftoCard {
  background-color: var(--bricks-color-wrexit);
  padding: 15px;
  width: 100%;
  border-radius: 15px;
}
.fyoLicons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 20px 10px;
}

.ftoCard img {
  border-radius: 10px;
  width: 100%;
  height: 45vh;
  max-height: 540px;
  object-fit: contain;
  object-position: center 30%;
  background: linear-gradient(
    0deg,
    #0f4b69 0%,
    #3998b5 36.5%,
    #68b1c7 47.5%,
    #8cc3d4 100%
  );
}

.fyoGrid {
  display: flex;
}

.col-30 {
  width: 25%;
  padding: 30px;
}

.col-40 {
  width: 50%;
  padding: 30px;
}

#fyoSlider {
  width: 70%;
  max-width: 550px;
  margin: 0 auto;
}

.fyoCardTitle {
  padding: 0 20px;
  margin-top: -115px;
  margin-bottom: 25px;
  color: var(--bricks-color-wrexit);
}

.fyoCardTitle h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.3em;
}

.fyoCardTitle p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}

#matches h2,
#filter h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
}

#matches p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

#fyoMatchList {
  background-color: var(--bricks-color-wrexit);
  border-radius: 10px;
  padding: 0px;
  margin: 15px 0;
}

#fyoMatchList li {
  list-style-type: none;
}

#fyoMatchList p i {
  margin-right: 10px;
}

#fyoMatchList a {
  display: flex;
  padding: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  transition: 0.4s;
}

#fyoMatchList a:hover {
  opacity: 0.4;
}

.mobOnly {
  display: none;
}

/* LDR STUFF */
.ldrContainer {
  --uib-size: 45px;
  --uib-color: black;
  --uib-speed: 1.75s;
  display: flex;
  align-items: flex-end;
  padding-bottom: 20%;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.6);
  z-index: 1001;
}
.cube {
  flex-shrink: 0;
  width: calc(var(--uib-size) * 0.2);
  height: calc(var(--uib-size) * 0.2);
  animation: jump var(--uib-speed) ease-in-out infinite;
}

.cube__inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 25%;
  background-color: var(--bricks-color-avrkhc);
  transform-origin: center bottom;
  animation: morph var(--uib-speed) ease-in-out infinite;
  transition: background-color 0.3s ease;
}

.cube:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * -0.36);
}

.cube:nth-child(2) .cube__inner {
  animation-delay: calc(var(--uib-speed) * -0.36);
}

.cube:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * -0.2);
}

.cube:nth-child(3) .cube__inner {
  animation-delay: calc(var(--uib-speed) * -0.2);
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }

  50% {
    transform: translateY(-200%);
    animation-timing-function: ease-in;
  }

  75% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
}

@keyframes morph {
  0% {
    transform: scaleY(1);
  }

  10% {
    transform: scaleY(1);
  }

  20%,
  25% {
    transform: scaleY(0.6) scaleX(1.3);
    animation-timing-function: ease-in-out;
  }

  30% {
    transform: scaleY(1.15) scaleX(0.9);
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: scaleY(1);
  }

  70%,
  85%,
  100% {
    transform: scaleY(1);
  }

  75% {
    transform: scaleY(0.8) scaleX(1.2);
  }
}

/* FIND YOUR ONE - ICONS */
.fyoLicons a {
  height: 80px;
  width: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--bricks-color-wrexit);
  border-radius: 300px;
  background-color: #c0c0c0;
  transition: 0.3s;
}

.fyoLike {
  background: linear-gradient(180deg, #7bcac2 0%, #54b485 100%);
}

.fyoDislike {
  background: linear-gradient(180deg, #f07477 0%, #e12a62 100%);
}

.fyoDeatailPage {
  height: 105px !important;
  width: 105px !important;
  background: linear-gradient(180deg, #54c2d3 0%, #368cc3 100%);
}

.fyoLicons a:hover {
  opacity: 0.5;
}

/* FIND YOUR ONE - FORM CTA */
.fyoFormContainer {
  display: flex;
  align-items: stretch;
}
.fyoFormContainer input[type="email"] {
  padding: 8px;
  margin-right: 10px;
  font-size: 16px;
}
.fyoFormContainer input[type="submit"] {
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--bricks-color-avrkhc);
  color: var(--bricks-color-wrexit);
  border: 1px solid var(--bricks-color-avrkhc);
  transition: 0.3s;
}

.fyoFormContainer input[type="submit"]:hover {
  background-color: var(--bricks-color-wrexit);
  color: var(--bricks-color-avrkhc);
}

#fyoSendMatches,
#fyoViewMatches {
  background-color: var(--bricks-color-wrexit);
  border-radius: 10px;
  padding: 20px;
}

#fyoSendMatches h5,
#fyoViewMatches h5 {
  font-size: 20;
  font-weight: 500;
  margin-bottom: 10px;
}

#fyoSendMatches p,
#fyoViewMatches p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#fyoViewMatches a {
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--bricks-color-avrkhc);
  color: var(--bricks-color-wrexit);
  border: 1px solid var(--bricks-color-avrkhc);
  transition: 0.3s;
}

#fyoViewMatches {
  margin-top: 25px;
}

#fyoSendMatches {
  display: none;
}

/* FIND YOUR ONE - FILTER STYLES */
#serieSelectBMW,
#concessie {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}

#filter label {
  color: var(--bricks-color-avrkhc);
  width: fit-content;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 300 !important;
}

#filter input {
  margin-right: 3px;
}

#filter h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

.fyoReeks,
.fyoType,
.fyoConcessie,
.fyoBrandstof {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin-top: 15px;
}

.fyoReeks #serieSelectBMW {
  gap: 1px;
}

/* FIND YOUR ONE - MOBILE STYLES */
@media (max-width: 929px) {
  .fyoGrid {
    display: flex;
    flex-direction: column;
  }

  .col-30,
  .col-40 {
    width: 100%;
    padding: 20px;
  }

  #fyoStockGrid {
    order: -1;
    height: fit-content;
    padding: 20px 0;
  }

  .fyoLicons {
    width: 100%;
  }

  .fyoLicons a {
    width: 60px;
    height: 60px;
  }

  .fyoDeatailPage {
    height: 75px !important;
    width: 75px !important;
  }

  .ftoCard img {
    border-radius: 10px;
    width: 100%;
    height: 40vh;
    max-height: 340px;
    object-fit: contain;
    object-position: center 30%;
    background: linear-gradient(
      0deg,
      #0f4b69 0%,
      #3998b5 36.5%,
      #68b1c7 47.5%,
      #8cc3d4 100%
    );
  }

  #fyoSlider {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
  }

  .mobOnly {
    display: flex;
  }

  .matchBtn,
  .filterBtn {
    background-color: var(--bricks-border-color);
    width: 50%;
    padding: 10px;
    text-align: center;
    margin-top: 23px;
    color: var(--bricks-color-avrkhc);
    border-top: 1px solid var(--bricks-color-avrkhc);
  }

  .filterBtn {
    border-right: 1px solid var(--bricks-color-avrkhc);
  }

  .matchBtn i,
  .filterBtn i {
    margin-right: 10px;
  }

  #filter {
    border-top: 2px solid var(--bricks-color-avrkhc);
  }
}

/* SLIDE EFFECTS */
@keyframes floatRight {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) translateY(-50px);
    opacity: 0;
  }
}

@keyframes floatLeft {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) translateY(-50px) rotate(2deg);
    opacity: 0;
  }
}

.fyoLiked {
  z-index: 1000;
  animation: floatRight 0.3s ease-out forwards;
}

.fyoDisliked {
  animation: floatLeft 0.5s ease-out forwards;
}

.fyoUsed {
  /* background-color: rgba(12, 46, 64, 1); */
  background-color: rgba(0, 0, 0, 1);
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -45px;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.imgUsed {
  background: rgba(0, 0, 0, 1) !important;
}

/* FIND THE ONE - ITS A MATCH */
#fyoMatchScreen {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(12, 46, 64, 0.9);
  display: none;
}

#fyoMatchScreen img {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  transform: scale(0);
}

#fyoMatchScreen h3 {
  color: var(--bricks-color-wrexit);
  transform: scale(0);
}

#fyoMatchScreen.showTitle {
  display: flex;
}

#fyoMatchScreen.showTitle h3 {
  animation: zoomIn 2.6s ease-out forwards;
  animation-delay: 0.1s;
}

#fyoMatchScreen.showTitle img {
  animation: zoomIn 2s ease-out forwards;
  animation-delay: 0.6s;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* FIND THE ONE - CONFETTI */
#confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: translateY(0) rotate(0deg);
  animation: confetti-fall 3s ease-out forwards;
}
@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(-50vh) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg);
  }
}

/* Add this CSS to style the delete button */
#fyoMatchList li {
  position: relative;
}
.delete-match {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ff0000;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.delete-match:hover {
  opacity: 1;
}

/* FIND THE ONE - START CAR  */
#startCar p,
#startCar h3 {
  color: var(--bricks-color-avrkhc);
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

#startCar p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

#startCar .fyoLicons a {
  width: 60px;
  height: 60px;
}

#startCar .fyoLicons {
  justify-content: flex-end;
  width: 100%;
  padding: 10px;
}

.yfoDemoCar .fyoCardTitle {
  z-index: 999999999999999;
  position: relative;
  background-color: var(--bricks-color-kzuxzl);
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.yfoDemoCar img {
  background: var(--bricks-color-kzuxzl) !important;
  object-position: center -20px !important;
}

/* Mini Navigation Slider */
.nav-slider-container {
  height: 460px;
}

.nav-slider .splide__slide {
  height: calc((460px - 25px) / 2);
}

.nav-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(rgba(179, 184, 185, 0.5), rgba(46, 48, 50, 0.5));
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-slider .splide__slide img:hover {
  opacity: 0.8;
  transform: scale(1.02);
}

.nav-slider .splide__slide img.active {
  opacity: 1;
}

/* Static Content Styles */
.static-content {
  margin: 25px 0;
  padding: 30px;
  background: rgba(241, 241, 230, 0.35);
}

.price {
  font-size: 26px;
  font-weight: bold;
  color: var(--bricks-color-ppyvis);
  margin: 0 0 5px 0;
}

.vin {
  color: var(--bricks-color-ppyvis);
  font-size: 14px;
  margin: 0 0 20px 0;
}

.reserveren {
  width: 100%;
  background-color: var(--bricks-color-ppyvis) !important;
  color: var(--bricks-color-wrexit);
  border: none;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.reserveren:hover {
  background-color: var(--bricks-color-kzuxzl) !important;
}

.dealer-info {
  font-size: 16px;
  color: var(--bricks-color-ppyvis);
}

.dealer-name {
  color: var(--bricks-color-ppyvis);
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 18px;
}

.dealer-address {
  color: var(--bricks-color-ppyvis);
  margin: 0 0 10px 0;
}

.dealer-phone {
  color: var(--bricks-color-ppyvis);
  margin: 0;
}

/* Related Cars Styles */
.related-cars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}

.related-cars-grid .stock-item {
  width: calc((100% - 25px) / 2);
}

/* For new cars with 3 related cars */
.related-cars-grid.new-car-grid .stock-item {
  width: calc((100% - 50px) / 3);
}

@media (max-width: 1024px) {
  .related-cars-grid.new-car-grid .stock-item {
    width: calc((100% - 25px) / 2);
  }
}

@media (max-width: 768px) {
  .related-cars-grid .stock-item,
  .related-cars-grid.new-car-grid .stock-item {
    width: 100%;
  }
}
