/*!
 * Trade-in verkooppagina's (TD-344 spoor B)
 * Alleen styling die niet uit theme/Bootstrap komt.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important;
}

.tradein-page {
  scroll-behavior: smooth;
}
.tradein-page .ti-hero-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tradein-page .ti-hero-feature-icon svg {
  width: 100% !important;
  height: 100% !important;
}
.tradein-page .ti-hero-feature-icon--md {
  width: 3rem;
  height: 3rem;
}
.tradein-page .ti-hero-feature-icon--sm {
  width: 1.25rem;
  height: 1.25rem;
}
.tradein-page .fix-green-cta-block svg {
  position: static !important;
  width: auto;
  height: auto;
}
.tradein-page .ti-hero--split {
  position: relative;
  overflow: hidden;
  background: #edf5fc;
}
.tradein-page .ti-hero--split .ti-hero-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .tradein-page .ti-hero--split .ti-hero-split {
    grid-template-columns: 1fr;
  }
}
.tradein-page .ti-hero--split .ti-hero-split > [class*=col-] {
  width: 100%;
}
.tradein-page .ti-hero--split .ti-hero-visual {
  border-radius: 28px;
  border: 1px solid #CFDFEF;
  background: rgba(4, 158, 226, 0.12);
  padding: 1.875rem 2.25rem;
}
.tradein-page .ti-hero--split .ti-hero-visual__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0.25rem;
}
.tradein-page .ti-hero--split .ti-hero-visual__eyebrow {
  letter-spacing: 0.01em;
}
.tradein-page .ti-hero--split .ti-hero-visual__model {
  font-size: 1.875rem;
  font-weight: 800;
  color: #0E1723;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.tradein-page .ti-hero--split .ti-hero-visual__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 18.75rem;
}
.tradein-page .ti-hero--split .ti-hero-visual__img {
  height: 15.125rem;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 22px 40px #CFDFEF);
}
.tradein-page .ti-hero--split .ti-hero-price-label {
  font-size: 13px;
  color: #535E6D;
}
.tradein-page .ti-hero--split .ti-hero-price--split {
  display: block;
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 0;
}
.tradein-page .ti-hero--split .ti-hero-stat-badge {
  background: rgba(4, 184, 20, 0.08);
  color: #04B814;
  border-radius: 8px;
}
.tradein-page .ti-hero--split .ti-hero-price--on-light,
.tradein-page .ti-hero--split .ti-hero-price--on-light span,
.tradein-page .ti-hero--split .ti-hero-price--on-light .cur {
  color: #049ee2 !important;
}
.tradein-page .ti-hero--split .ti-hero-steps-box__row.border-bottom {
  border-color: rgba(3, 127, 204, 0.1) !important;
}
.tradein-page .ti-hero--split .ti-hero-steps-box__num {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(4, 158, 226, 0.12);
  color: #049ee2;
  font-family: "Gilroy", "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tradein-page .ti-hero--split .ti-hero-trust-card {
  border-radius: 14px;
  border: 1px solid #E9EBEC;
}
.tradein-page .ti-hero--split .ti-hero-trust-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #049ee2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tradein-page .ti-hero--split .ti-hero-trust-card__icon svg {
  width: 19px;
  height: 19px;
  margin-top: 0;
  position: static;
}
@media (max-width: 767px) {
  .tradein-page .ti-hero--split .ti-hero-visual__img {
    height: 11rem;
  }
  .tradein-page .ti-hero--split .ti-hero-price--split {
    font-size: clamp(2.25rem, 8vw, 3.25rem);
  }
}
@media (max-width: 767px) {
  .tradein-page .ti-hero--split.ti-hero--model > .container {
    padding-bottom: 1.5rem;
  }
  .tradein-page .ti-hero--split.ti-hero--model .ti-hero-visual {
    padding: 1rem 1.25rem;
  }
  .tradein-page .ti-hero--split.ti-hero--model .ti-hero-visual__media {
    min-height: 14rem;
  }
  .tradein-page .ti-hero--split.ti-hero--model .ti-hero-trust-card {
    padding: 1rem;
  }
}
.tradein-page .ti-hero--split .ti-hero-promotion-banner {
  width: 100%;
}
.tradein-page .ti-hero--split .ti-hero-promotion-banner .promotion-banner-wrapper {
  margin: 0;
}
.tradein-page .ti-hero--split .ti-hero-promotion-banner .promotion-banner {
  background-color: #049ee2;
  background-image: url("https://images.fixje.nl/wp-content/uploads/2025/05/vakantiegeld-background.png"), linear-gradient(180deg, #049ee2 0%, #037FCC 50%, #0764B3 100%);
  background-size: cover, 100% 100% !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-position-y: 75%;
}
.tradein-page .ti-hero--split .ti-hero-promotion-banner .promotion-banner img.promotion-banner__heading {
  max-width: 100%;
  height: auto;
}
.tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual--lifestyle {
  min-height: 32.5rem;
}
.tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual__media--lifestyle {
  display: flex;
  min-height: 30rem;
  justify-content: center;
}
.tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual__lifestyle-img {
  max-height: 30rem;
}
.tradein-page .ti-hero--split.ti-hero--category .ti-hero-trust-card {
  z-index: 5;
}
@media (max-width: 767px) {
  .tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual--lifestyle {
    min-height: auto;
    padding: 1.25rem;
  }
  .tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual__media--lifestyle {
    min-height: 16rem;
  }
  .tradein-page .ti-hero--split.ti-hero--category .ti-hero-visual__lifestyle-img {
    max-height: 18rem;
  }
}
.tradein-page .ti-hero-price {
  font-family: "Gilroy", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  max-width: 100%;
}
.tradein-page .ti-hero-price .cur {
  font-size: 1em;
}
.tradein-page .ti-hero-price__amount {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}
.tradein-page .ti-phone {
  width: 210px;
  height: 430px;
  border-radius: 42px;
  background: linear-gradient(160deg, #172333, #0E1723);
  padding: 11px;
  border: 1px solid #535E6D;
}
.tradein-page .ti-phone .screen {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(160deg, #037FCC, #0764B3);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.tradein-page .ti-phone .notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 20px;
  background: #0E1723;
  border-radius: 0 0 14px 14px;
}
.tradein-page .ti-phone .scr-logo {
  font-family: "Gilroy", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 30px;
}
.tradein-page .ti-phone .scr-sub {
  font-size: 12px;
  color: #edf5fc;
  margin-top: 4px;
  text-align: center;
  padding: 0 10px;
}
.tradein-page .ti-plugin-frame {
  border: 2px dashed #049ee2;
  border-radius: 6px;
}
.tradein-page .ti-plugin-frame svg {
  width: 2rem;
  height: 2rem;
}
.tradein-page .ti-model-card__img svg {
  width: 2rem;
  height: 2rem;
}
.tradein-page #voordelen svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.tradein-page .ti-subseries-filter {
  flex-shrink: 0;
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tradein-page .ti-subseries-filter.active {
  background-color: #049ee2;
  border-color: #037FCC;
  color: #ffffff !important;
}
.tradein-page .ti-subseries-filter.active:hover, .tradein-page .ti-subseries-filter.active:focus {
  background-color: #037FCC;
  border-color: #0764B3;
  color: #ffffff !important;
}
.tradein-page .ti-subseries-filter.active .ti-subseries-filter__count {
  color: #ffffff;
}
.tradein-page .ti-subseries-filter__count {
  opacity: 0.85;
  margin-left: 4px;
}
.tradein-page .ti-series-filters a.ti-subseries-filter {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 992px) {
  .tradein-page .ti-model-card-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.tradein-page .ti-model-card-col.is-filtered-out {
  display: none;
}
.tradein-page .ti-model-card-col.is-filtered-in {
  animation: ti-filter-in 0.35s ease both;
}
@keyframes ti-filter-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tradein-page .ti-model-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 16px 14px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #E9EBEC;
  outline: 2px solid transparent;
  outline-offset: 0;
  text-decoration: none;
  color: #0E1723;
  box-shadow: none;
  transition: border-color 0.18s, outline-color 0.18s, box-shadow 0.18s;
}
.tradein-page .ti-model-card:hover {
  border-color: #049ee2;
  outline-color: #049ee2;
  box-shadow: 0 8px 24px rgba(0, 40, 80, 0.08);
  text-decoration: none;
  color: #0E1723;
}
.tradein-page .ti-model-card:hover .ti-model-card__btn {
  background-color: #037FCC;
  border-color: #0764B3;
  color: #ffffff;
}
.tradein-page .ti-model-card:hover .ti-model-card__btn:after {
  right: 0.4em;
}
.tradein-page .ti-model-card__title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 6px;
}
.tradein-page .ti-model-card__price {
  display: block;
  font-size: 14px;
  color: #535E6D;
  text-align: center;
  margin-bottom: 12px;
}
.tradein-page .ti-model-card__price strong {
  font-weight: 700;
}
.tradein-page .ti-model-card__price--spacer {
  visibility: hidden;
  min-height: 1.3em;
}
.tradein-page .ti-model-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 150px;
  margin-bottom: 14px;
}
.tradein-page .ti-model-card__img img {
  max-height: 170px;
  width: auto;
  object-fit: contain;
  transition: transform 0.18s ease;
}
.tradein-page .ti-model-card:hover .tradein-page .ti-model-card__img img {
  transform: scale(1.03);
}
.tradein-page .ti-model-card__btn {
  margin-top: auto;
  pointer-events: none;
  transition: background-color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tradein-page .ti-model-card__btn:after {
  transition: right 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tradein-page #reviews .shop-reviews-wrapper {
  position: relative;
  margin-top: 0;
}
.tradein-page #reviews .shop-reviews {
  margin-top: 0;
}
.tradein-page #reviews .shop-reviews__number {
  font-size: 34px;
  font-weight: 900;
}
.tradein-page #reviews .shop-reviews__totals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 45px 0;
}
.tradein-page #reviews .shop-reviews__stars {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  white-space: nowrap;
}
.tradein-page #reviews .shop-reviews__stars svg {
  width: 30px;
  height: auto;
  margin-top: 0;
}
.tradein-page #reviews .shop-reviews__amount {
  font-size: 34px;
  margin-left: 15px;
}
.tradein-page #reviews .shop-reviews__arrows {
  position: absolute;
  right: 15px;
  top: 0;
}
.tradein-page #reviews .review-slider {
  margin: 0 0 45px 0;
}
.tradein-page .ti-hero-steps-box {
  border-radius: 16px;
  border-color: #CFDFEF;
}
.tradein-page .ti-faq-item {
  border-bottom: 1px solid rgba(3, 127, 204, 0.1);
}
.tradein-page .ti-faq-item:last-child {
  border-bottom: none;
}
.tradein-page .ti-faq-item.is-open .ti-faq-collapse {
  grid-template-rows: 1fr;
}
.tradein-page .ti-faq-item.is-open .ti-faq-q__chevron {
  transform: rotate(180deg);
}
.tradein-page .ti-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0;
  border: 0;
  background: transparent;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.tradein-page .ti-faq-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.tradein-page .ti-faq-a {
  overflow: hidden;
  min-height: 0;
}
.tradein-page .ti-faq-a p {
  margin: 0;
  padding-bottom: 1.25rem;
}
.tradein-page .ti-sticky-cta {
  position: fixed;
  background: #ffffff;
  border-top: 1px solid rgba(14, 23, 35, 0.08);
  box-shadow: 0 -8px 28px rgba(0, 40, 80, 0.14);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.tradein-page .ti-sticky-cta.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tradein-page .ti-sticky-cta__btn {
  box-shadow: none;
  transition: background-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tradein-page .ti-sticky-cta__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tradein-page .ti-sticky-cta__model {
  font-family: "Gilroy", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0E1723;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tradein-page .ti-sticky-cta__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Gilroy", "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.tradein-page .ti-sticky-cta__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #535E6D;
}
.tradein-page .ti-sticky-cta__amount {
  font-size: 22px;
  font-weight: 800;
  color: #049ee2;
}
@media (max-width: 767px) {
  .tradein-page.ti-sticky-cta-active .tradein-main {
    padding-bottom: 5.5rem;
  }
  .tradein-page .ti-model-card {
    padding: 14px 12px 12px;
  }
  .tradein-page .ti-model-card__img {
    min-height: 120px;
  }
  .tradein-page .ti-model-card__img img {
    max-height: 130px;
  }
  .tradein-page .ti-hero-cta-desktop {
    display: none !important;
  }
  .tradein-page #reviews .shop-reviews-wrapper {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
  }
  .tradein-page #reviews .shop-reviews-wrapper .shop-reviews {
    padding: 0 15px;
  }
  .tradein-page #reviews .shop-reviews__arrows {
    position: unset;
  }
  .tradein-page #reviews .shop-reviews__totals {
    flex-wrap: wrap;
    margin: 0 0 20px;
    align-items: center;
    justify-content: center;
  }
  .tradein-page #reviews .shop-reviews__amount {
    margin-top: 5px;
    margin-left: 0;
    font-size: 26px;
    width: 100%;
  }
  .tradein-page #reviews .review-slider {
    margin-bottom: 1rem;
  }
}
