@charset "UTF-8";
/*!
 * For The Player | home-redesign.css
 * Homepage-specifieke styling, inclusief mobiele productrail/autoload.
 */
/* v0.7.0 Homepage conversion layout
   Search-first, route-first homepage inspired by large Dutch e-commerce patterns. */
.ftp-home-page .ftp-main {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6ff 42%, #ffffff 100%);
}

.ftp-home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.6rem, 6vw, 5.25rem) 0 clamp(2.2rem, 5vw, 4.25rem);
  background: radial-gradient(circle at 8% 0%, rgba(111, 60, 255, 0.14), transparent 30rem), radial-gradient(circle at 88% 8%, rgba(255, 204, 102, 0.18), transparent 24rem), linear-gradient(180deg, #ffffff 0%, #fbf9ff 58%, #f4efff 100%);
}

.ftp-home-hero::before {
  position: absolute;
  inset: auto -10rem -18rem auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: rgba(111, 60, 255, 0.08);
  content: "";
}

.ftp-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.ftp-home-hero-copy h1 {
  max-width: 11ch;
  margin: 0 0 1rem;
  font-size: clamp(2.65rem, 6vw, 5.45rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  color: var(--ftp-text);
}

.ftp-home-hero-lead {
  max-width: 42rem;
  margin: 0;
  color: var(--ftp-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}

.ftp-home-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  max-width: 700px;
  margin: 1.7rem 0 0.95rem;
  padding: 0.55rem;
  border: 1px solid rgba(111, 60, 255, 0.18);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(35, 20, 82, 0.13);
}

.ftp-home-search i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #f4f0ff;
  color: var(--ftp-accent-dark);
  font-size: 1.15rem;
}

.ftp-home-search input {
  width: 100%;
  min-height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ftp-text);
  font-size: 1rem;
  font-weight: 750;
}

.ftp-home-search input::placeholder {
  color: #7a718c;
  font-weight: 700;
}

.ftp-home-search button {
  min-height: 46px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--ftp-accent-dark);
  color: #fff;
  font-weight: 950;
}

.ftp-home-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  max-width: 700px;
  color: var(--ftp-muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.ftp-home-search-suggestions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.72rem;
  border: 1px solid rgba(111, 60, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ftp-text);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(35, 20, 82, 0.06);
}

.ftp-home-search-suggestions a:hover {
  border-color: rgba(111, 60, 255, 0.34);
  color: var(--ftp-accent-dark);
  transform: translateY(-1px);
}

.ftp-home-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1.2rem;
}

.ftp-home-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(231, 225, 244, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ftp-text);
  font-size: 0.9rem;
  font-weight: 900;
}

.ftp-home-trust-row i {
  color: var(--ftp-success);
  font-size: 1.05rem;
}

.ftp-home-hero-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(170px, 0.85fr);
  grid-template-areas: "featured second" "featured third";
  gap: 1rem;
}

.ftp-home-promo-card {
  position: relative;
  display: block;
  min-height: 212px;
  overflow: hidden;
  border: 1px solid rgba(231, 225, 244, 0.9);
  border-radius: 30px;
  background: #fff;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 64px rgba(35, 20, 82, 0.14);
  isolation: isolate;
}

.ftp-home-promo-card.is-featured {
  grid-area: featured;
  min-height: 444px;
}

.ftp-home-promo-card:nth-child(2) {
  grid-area: second;
}

.ftp-home-promo-card:nth-child(3) {
  grid-area: third;
}

.ftp-home-promo-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 12, 28, 0.03) 16%, rgba(16, 12, 28, 0.76) 100%);
  content: "";
}

.ftp-home-promo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.28s ease;
}

.ftp-home-promo-card:hover {
  color: #fff;
  box-shadow: 0 30px 74px rgba(35, 20, 82, 0.18);
}

.ftp-home-promo-card:hover img {
  transform: scale(1.045);
}

.ftp-home-promo-badge,
.ftp-home-promo-copy {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
}

.ftp-home-promo-badge {
  top: 1rem;
  right: auto;
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ftp-accent-dark);
  font-size: 0.76rem;
  font-weight: 950;
}

.ftp-home-promo-copy {
  bottom: 1rem;
  display: grid;
  gap: 0.25rem;
}

.ftp-home-promo-copy strong {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.ftp-home-product-section .ftp-card-wishlist-button {
  display: none !important;
}

.ftp-home-promo-copy small {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  line-height: 1.35;
}

.ftp-home-route-section {
  padding: clamp(2.4rem, 5vw, 4.25rem) 0;
  background: #fff;
}

.ftp-home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.ftp-home-section-head h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.ftp-home-section-head > a {
  flex-shrink: 0;
  color: var(--ftp-accent-dark);
  font-weight: 950;
  text-decoration: none;
}

.ftp-home-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.ftp-home-route-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 286px;
  overflow: hidden;
  border: 1px solid var(--ftp-border);
  border-radius: 24px;
  background: #fff;
  color: var(--ftp-text);
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(35, 20, 82, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ftp-home-route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 60, 255, 0.28);
  box-shadow: 0 22px 52px rgba(35, 20, 82, 0.14);
}

.ftp-home-route-image {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f7f4ff;
}

.ftp-home-route-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.ftp-home-route-card:hover .ftp-home-route-image img {
  transform: scale(1.04);
}

.ftp-home-route-copy {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  padding: 1.05rem 1rem 1.1rem;
}

.ftp-home-route-copy i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.15rem;
  border-radius: 12px;
  background: #f0eaff;
  color: var(--ftp-accent-dark);
  font-size: 1.1rem;
}

.ftp-home-route-copy strong {
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.15;
}

.ftp-home-route-copy small {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--ftp-muted);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.ftp-home-action-strip {
  padding: 0 0 clamp(2rem, 4vw, 3.5rem);
  background: #fff;
}

.ftp-home-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.ftp-home-action-grid a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 96px;
  padding: 1rem;
  border: 1px solid var(--ftp-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fbf9ff);
  color: var(--ftp-text);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(35, 20, 82, 0.08);
}

.ftp-home-action-grid a:hover {
  border-color: rgba(111, 60, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(35, 20, 82, 0.12);
}

.ftp-home-action-grid i {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #efe8ff;
  color: var(--ftp-accent-dark);
  font-size: 1.4rem;
}

.ftp-home-action-grid span {
  display: grid;
  gap: 0.2rem;
}

.ftp-home-action-grid strong {
  font-size: 1.05rem;
  font-weight: 950;
}

.ftp-home-action-grid small {
  color: var(--ftp-muted);
  font-weight: 700;
}

.ftp-home-product-section {
  padding-top: clamp(2.4rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.ftp-home-store-proof {
  padding: clamp(2.6rem, 6vw, 5rem) 0;
  background: radial-gradient(circle at 10% 20%, rgba(111, 60, 255, 0.11), transparent 26rem), linear-gradient(135deg, #181225 0%, #2b175c 100%);
  color: #fff;
}

.ftp-home-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.8fr) auto;
  gap: clamp(1.2rem, 4vw, 2rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ftp-home-proof-card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.ftp-home-proof-card p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ftp-home-proof-list {
  display: grid;
  gap: 0.65rem;
}

.ftp-home-proof-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.ftp-home-proof-list i {
  color: #71f6bd;
}

@media (max-width: 1399px) {
  .ftp-home-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .ftp-home-route-copy strong {
    font-size: 1.24rem;
  }
  .ftp-home-route-copy small {
    font-size: 0.99rem;
  }
}
@media (max-width: 1199px) {
  .ftp-home-hero-grid,
  .ftp-home-proof-card {
    grid-template-columns: 1fr;
  }
  .ftp-home-proof-card .ftp-button {
    width: max-content;
  }
}
@media (max-width: 991px) {
  .ftp-home-hero-board {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "featured featured" "second third";
  }
  .ftp-home-promo-card.is-featured {
    min-height: 360px;
  }
  .ftp-home-trust-row,
  .ftp-home-action-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .ftp-home-hero {
    padding-top: 2rem;
  }
  .ftp-home-hero-copy h1 {
    max-width: 12ch;
  }
  .ftp-home-search {
    grid-template-columns: auto minmax(0, 1fr);
    border-radius: 28px;
  }
  .ftp-home-search button {
    grid-column: 1/-1;
    width: 100%;
  }
  .ftp-home-hero-board {
    grid-template-columns: 1fr;
    grid-template-areas: "featured" "second" "third";
  }
  .ftp-home-promo-card,
  .ftp-home-promo-card.is-featured {
    min-height: 250px;
  }
  .ftp-home-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ftp-home-route-card {
    min-height: 220px;
  }
  .ftp-home-section-head {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .ftp-home-route-grid {
    grid-template-columns: 1fr;
  }
  .ftp-home-promo-card,
  .ftp-home-promo-card.is-featured {
    min-height: 220px;
  }
  .ftp-home-trust-row span,
  .ftp-home-action-grid a {
    border-radius: 18px;
  }
}
/* v0.7.1 - Homepage search uses the same hybrid live-search dropdown as the header. */
.ftp-home-search {
  position: relative;
  overflow: visible;
}

.ftp-home-search > i {
  flex: 0 0 auto;
}

.ftp-home-search .ftp-live-search {
  inset: calc(100% + 0.7rem) 0 auto 0;
  text-align: left;
}

.ftp-home-search .ftp-live-search i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--ftp-accent-dark);
  font-size: 1.15rem;
}

@media (max-width: 576px) {
  .ftp-home-search .ftp-live-search {
    grid-column: 1/-1;
    margin: 0.55rem 0 0;
  }
}
/* v0.7.2 - Homepage search z-index repair + store-proof visual */
.ftp-home-hero {
  overflow: visible;
  isolation: isolate;
}

.ftp-home-hero .container,
.ftp-home-hero-grid,
.ftp-home-hero-copy,
.ftp-home-search {
  position: relative;
  overflow: visible;
}

.ftp-home-hero-copy {
  z-index: 5;
}

.ftp-home-hero-board {
  position: relative;
  z-index: 1;
}

.ftp-home-search {
  z-index: 25;
}

.ftp-home-search .ftp-live-search {
  z-index: 1300;
}

.ftp-home-proof-card {
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: stretch;
}

.ftp-home-proof-visual {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ftp-home-proof-visual::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(24, 18, 37, 0) 0%, rgba(24, 18, 37, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.ftp-home-proof-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.ftp-home-proof-content {
  display: grid;
  align-content: center;
  gap: 0.95rem;
}

.ftp-home-proof-content .ftp-home-proof-list {
  margin-top: 0.15rem;
}

.ftp-home-proof-content .ftp-button {
  width: max-content;
  margin-top: 0.25rem;
}

@media (max-width: 1199px) {
  .ftp-home-proof-card {
    grid-template-columns: 1fr;
  }
  .ftp-home-proof-visual {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .ftp-home-search .ftp-live-search {
    inset: calc(100% + 0.4rem) 0 auto 0;
  }
  .ftp-home-proof-visual {
    min-height: 220px;
  }
}
/* v0.7.5 - Mobile right-space repair
   Houdt decoratieve hero-lagen binnen de viewport zonder de zoekdropdown te breken. */
.ftp-home-page,
.ftp-home-page .ftp-main {
  max-width: 100%;
  overflow-x: clip;
}

.ftp-home-hero,
.ftp-home-hero-grid,
.ftp-home-hero-board,
.ftp-home-route-grid,
.ftp-home-search,
.ftp-home-search-suggestions {
  max-width: 100%;
}

@supports not (overflow: clip) {
  .ftp-home-page,
  .ftp-home-page .ftp-main {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .ftp-home-hero::before {
    right: -7rem;
    bottom: -12rem;
    width: 20rem;
    height: 20rem;
  }
  .ftp-home-hero .container,
  .ftp-home-hero-copy,
  .ftp-home-hero-grid,
  .ftp-home-hero-board {
    min-width: 0;
  }
  .ftp-home-search {
    width: 100%;
    min-width: 0;
  }
}
/* v0.7.7 - partner stores and review widgets */
.ftp-home-review-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(111, 60, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ftp-text);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(35, 20, 82, 0.08);
}

.ftp-home-review-badge:hover {
  color: var(--ftp-text);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(35, 20, 82, 0.11);
}

.ftp-home-review-badge span,
.ftp-home-review-badge strong {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 850;
}

.ftp-home-review-badge-score {
  color: var(--ftp-accent-dark);
}

.ftp-home-review-badge i {
  color: #ffb21a;
}

.ftp-home-partner-section {
  padding: 0 0 clamp(2.3rem, 5vw, 4rem);
  background: #fff;
}

.ftp-home-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ftp-home-partner-card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  padding: 1.15rem;
  background: linear-gradient(180deg, #fff, #fbf9ff);
  color: var(--ftp-text);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(35, 20, 82, 0.08);
}

.ftp-home-partner-card:hover {
  color: var(--ftp-text);
  transform: translateY(-3px);
  border-color: rgba(111, 60, 255, 0.28);
  box-shadow: 0 24px 54px rgba(35, 20, 82, 0.13);
}

.ftp-home-partner-logo {
  display: grid;
  place-items: center;
  min-height: 126px;
  padding: 1rem;
  border-radius: 22px;
}

.ftp-home-partner-logo img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.ftp-home-partner-copy {
  display: grid;
  gap: 0.45rem;
}

.ftp-home-partner-copy small {
  color: var(--ftp-accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ftp-home-partner-copy strong {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 950;
  line-height: 1.1;
}

.ftp-home-partner-copy span {
  color: var(--ftp-muted);
  font-weight: 700;
  line-height: 1.55;
}

.ftp-home-partner-copy em {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
  color: var(--ftp-accent-dark);
  font-style: normal;
  font-weight: 900;
}

.ftp-home-reviews {
  padding: 0 0 clamp(2.6rem, 5vw, 4.5rem);
  background: #fff;
}

.ftp-home-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.2rem;
  align-items: start;
}

.ftp-home-reviews-summary,
.ftp-home-review-card {
  border: 1px solid var(--ftp-border);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fbf9ff);
  box-shadow: 0 16px 42px rgba(35, 20, 82, 0.08);
}

.ftp-home-reviews-summary {
  padding: clamp(1.2rem, 3vw, 1.85rem);
}

.ftp-home-reviews-summary h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.ftp-home-reviews-summary p {
  margin: 0;
  color: var(--ftp-muted);
  line-height: 1.7;
  font-weight: 700;
}

.ftp-home-review-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0 1.35rem;
}

.ftp-home-review-stat-grid span {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
  border-radius: 20px;
  background: #f6f2ff;
}

.ftp-home-review-stat-grid strong {
  color: var(--ftp-accent-dark);
  font-size: 1.18rem;
  font-weight: 950;
}

.ftp-home-review-stat-grid small {
  color: var(--ftp-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.ftp-home-review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ftp-home-review-card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  padding: 1.1rem;
}

.ftp-home-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ftp-home-review-card-head strong {
  font-weight: 950;
}

.ftp-home-review-card-head span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f6f2ff;
  color: var(--ftp-accent-dark);
  font-size: 0.83rem;
  font-weight: 950;
}

.ftp-home-review-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 900;
}

.ftp-home-review-card p {
  margin: 0;
  color: var(--ftp-muted);
  font-weight: 700;
  line-height: 1.6;
}

.ftp-home-review-card small {
  color: var(--ftp-accent-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

@media (max-width: 1199px) {
  .ftp-home-reviews-grid,
  .ftp-home-partner-grid {
    grid-template-columns: 1fr;
  }
  .ftp-home-review-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .ftp-home-review-cards,
  .ftp-home-review-stat-grid {
    grid-template-columns: 1fr;
  }
  .ftp-home-partner-card {
    grid-template-columns: 1fr;
  }
  .ftp-home-partner-logo {
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .ftp-home-review-badge {
    gap: 0.5rem;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
  }
  .ftp-home-review-badge span,
  .ftp-home-review-badge strong {
    font-size: 0.86rem;
  }
}
/* v0.7.8 - Stronger review badge and playful light/dark homepage rhythm */
.ftp-home-hero {
  overflow: visible;
}

.ftp-home-review-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 0.7rem;
  margin-top: 1.1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(111, 60, 255, 0.34);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 255, 0.96)), radial-gradient(circle at 18% 10%, rgba(255, 205, 71, 0.32), transparent 16rem), radial-gradient(circle at 92% 0%, rgba(111, 60, 255, 0.28), transparent 14rem);
  color: var(--ftp-text);
  box-shadow: 0 22px 56px rgba(35, 20, 82, 0.18), 0 0 0 4px rgba(111, 60, 255, 0.05);
}

.ftp-home-review-badge::before {
  position: absolute;
  inset: -40% auto -40% -20%;
  z-index: -1;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  content: "";
  transform: rotate(16deg);
  animation: ftpReviewSweep 6s ease-in-out infinite;
}

.ftp-home-review-badge::after {
  position: absolute;
  inset: 8px;
  z-index: -2;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(111, 60, 255, 0.08), rgba(255, 205, 71, 0.12));
  content: "";
}

.ftp-home-review-badge:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 60, 255, 0.52);
  box-shadow: 0 30px 70px rgba(35, 20, 82, 0.23), 0 0 0 5px rgba(111, 60, 255, 0.07);
}

.ftp-home-review-badge-score {
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffcd47, #ff9d2e);
  color: #21113c !important;
  box-shadow: 0 10px 24px rgba(255, 157, 46, 0.28);
}

.ftp-home-review-badge i {
  color: #21113c;
}

.ftp-home-review-badge strong {
  color: var(--ftp-accent-dark);
}

.ftp-home-action-strip,
.ftp-home-reviews,
.ftp-home-store-proof {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ftp-home-action-strip::before,
.ftp-home-reviews::before,
.ftp-home-store-proof::before {
  position: absolute;
  inset: -28% -18%;
  z-index: -1;
  background: radial-gradient(circle at 16% 18%, rgba(255, 205, 71, 0.28), transparent 20rem), radial-gradient(circle at 82% 20%, rgba(113, 246, 189, 0.18), transparent 18rem), radial-gradient(circle at 54% 92%, rgba(157, 124, 255, 0.34), transparent 24rem);
  content: "";
  animation: ftpHomeAura 16s ease-in-out infinite alternate;
}

.ftp-home-action-strip {
  padding: clamp(2.3rem, 5vw, 4rem) 0;
  background: linear-gradient(135deg, #180f2b 0%, #291456 52%, #110b1d 100%);
}

.ftp-home-action-grid a {
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.ftp-home-action-grid a:hover {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.28);
}

.ftp-home-action-grid i {
  background: #562670;
  color: #fff;
}

.ftp-home-action-grid small {
  color: rgba(255, 255, 255, 0.78);
}

.ftp-home-reviews {
  padding: clamp(2.6rem, 5vw, 4.5rem) 0;
  background: linear-gradient(135deg, #21113c 0%, #150d25 54%, #2c165e 100%);
  color: #fff;
}

.ftp-home-reviews-summary,
.ftp-home-review-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.ftp-home-reviews-summary h2,
.ftp-home-review-card h3,
.ftp-home-review-card-head strong {
  color: #fff;
}

.ftp-home-reviews-summary p,
.ftp-home-review-card p {
  color: rgba(255, 255, 255, 0.76);
}

.ftp-home-review-stat-grid span,
.ftp-home-review-card-head span {
  background: rgba(255, 255, 255, 0.12);
}

.ftp-home-review-stat-grid strong,
.ftp-home-review-card-head span,
.ftp-home-review-card small {
  color: #ffcd47;
}

.ftp-home-store-proof {
  background: linear-gradient(135deg, #170f28 0%, #2b175c 55%, #120b1f 100%);
}

@keyframes ftpReviewSweep {
  0%, 38% {
    transform: translateX(-30%) rotate(16deg);
    opacity: 0;
  }
  48% {
    opacity: 0.78;
  }
  66%, 100% {
    transform: translateX(430%) rotate(16deg);
    opacity: 0;
  }
}
@keyframes ftpHomeAura {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(1.5%, 1%, 0) scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ftp-home-review-badge::before,
  .ftp-home-action-strip::before,
  .ftp-home-reviews::before,
  .ftp-home-store-proof::before {
    animation: none;
  }
}
@media (max-width: 767px) {
  .ftp-home-review-badge {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0.95rem;
  }
  .ftp-home-review-badge-score,
  .ftp-home-review-badge strong {
    grid-column: 1/-1;
    justify-content: center;
  }
  .ftp-home-action-strip {
    padding: 2.1rem 0;
  }
}
/* v0.7.9 - Uniform homepage section rhythm */
:root {
  --ftp-home-section-space: clamp(3rem, 5.2vw, 5rem);
  --ftp-home-section-space-mobile: clamp(2.1rem, 8vw, 2.8rem);
}

.ftp-home-route-section,
.ftp-home-action-strip,
.ftp-home-partner-section,
.ftp-home-reviews,
.ftp-home-product-section,
.ftp-home-store-proof {
  padding-top: var(--ftp-home-section-space) !important;
  padding-bottom: var(--ftp-home-section-space) !important;
}

.ftp-home-hero {
  padding-top: clamp(3rem, 5.8vw, 5.4rem) !important;
  padding-bottom: clamp(3rem, 5.8vw, 5.4rem) !important;
}

.ftp-home-route-section + .ftp-home-action-strip,
.ftp-home-action-strip + .ftp-home-partner-section,
.ftp-home-partner-section + .ftp-home-reviews,
.ftp-home-reviews + .ftp-home-product-section,
.ftp-home-product-section + .ftp-home-product-section,
.ftp-home-product-section + .ftp-home-store-proof {
  margin-top: 0 !important;
}

.ftp-home-section-head {
  margin-bottom: clamp(1.15rem, 2.4vw, 1.65rem) !important;
}

@media (max-width: 767px) {
  .ftp-home-route-section,
  .ftp-home-action-strip,
  .ftp-home-partner-section,
  .ftp-home-reviews,
  .ftp-home-product-section,
  .ftp-home-store-proof {
    padding-top: var(--ftp-home-section-space-mobile) !important;
    padding-bottom: var(--ftp-home-section-space-mobile) !important;
  }
  .ftp-home-hero {
    padding-top: clamp(2rem, 8vw, 2.6rem) !important;
    padding-bottom: clamp(2.2rem, 8vw, 3rem) !important;
  }
}
/* v0.8.2 - Homepage live-search layer fix */
.ftp-home-hero,
.ftp-home-hero .container,
.ftp-home-hero-grid,
.ftp-home-hero-copy,
.ftp-home-search {
  overflow: visible;
}

.ftp-home-hero {
  z-index: 40;
}

.ftp-home-search {
  position: relative;
  z-index: 6200;
  isolation: isolate;
}

.ftp-home-search:focus-within {
  z-index: 7000;
}

.ftp-home-search .ftp-live-search {
  z-index: 99999 !important;
}

/* v0.8.4 - Homepage Feedback Company logo fit */
.ftp-home-review-badge {
  align-items: center !important;
}

.ftp-home-review-badge .ftp-feedback-company-logo {
  display: block !important;
  width: clamp(112px, 13vw, 138px) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 1887/533;
  object-fit: contain !important;
  object-position: center !important;
  flex: 0 0 auto !important;
}

.ftp-home-review-badge span:not(.ftp-home-review-badge-score) {
  white-space: nowrap;
}

.ftp-home-reviews .ftp-feedback-company-logo,
.ftp-home-reviews img[src*=feedback-company-logo] {
  width: min(168px, 100%) !important;
  height: auto !important;
  aspect-ratio: 1887/533;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .ftp-home-review-badge {
    grid-template-columns: auto 1fr !important;
  }
  .ftp-home-review-badge .ftp-feedback-company-logo {
    grid-column: 1/-1;
    justify-self: center;
    width: min(132px, 100%) !important;
  }
  .ftp-home-review-badge span:not(.ftp-home-review-badge-score) {
    white-space: normal;
  }
}
/* v0.8.5 - Review slide animation with angled quoted text */
.ftp-home-review-slider {
  position: relative;
  display: block !important;
  min-height: 330px;
  overflow: hidden;
  perspective: 900px;
}

.ftp-home-review-slide {
  position: absolute;
  inset: 0;
  min-height: 286px;
  transform: translateX(18%) rotate(-2.6deg) skewX(-2deg);
  opacity: 0;
  animation: ftpHomeReviewSlide 15s ease-in-out infinite;
  animation-delay: var(--ftp-review-delay, 0s);
  will-change: transform, opacity;
}

.ftp-home-review-slide::before {
  position: absolute;
  inset: auto 1.15rem 1.15rem auto;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 205, 71, 0.32), rgba(111, 60, 255, 0.26));
  content: "";
  filter: blur(0.2px);
  transform: rotate(12deg);
}

.ftp-home-review-quote {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: start;
  margin: 0.25rem 0 0.1rem;
  padding: 0.75rem 0.82rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ftp-home-review-quote span {
  color: #ffcd47;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 950;
  line-height: 0.86;
}

.ftp-home-review-quote p {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1.08rem, 2.3vw, 1.42rem);
  font-style: italic;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.015em;
  transform: rotate(-1.4deg) skewX(-4deg);
}

.ftp-home-review-slider-dots {
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  z-index: 4;
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.34rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.ftp-home-review-slider-dots span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  animation: ftpHomeReviewDot 15s ease-in-out infinite;
  animation-delay: var(--ftp-review-delay, 0s);
}

@keyframes ftpHomeReviewSlide {
  0%, 4% {
    opacity: 0;
    transform: translateX(18%) rotate(-2.6deg) skewX(-2deg);
  }
  8%, 28% {
    opacity: 1;
    transform: translateX(0) rotate(-1.2deg) skewX(-1.6deg);
  }
  33%, 100% {
    opacity: 0;
    transform: translateX(-18%) rotate(2.4deg) skewX(2deg);
  }
}
@keyframes ftpHomeReviewDot {
  0%, 6% {
    background: rgba(255, 255, 255, 0.44);
    transform: scale(1);
  }
  8%, 28% {
    background: #ffcd47;
    transform: scale(1.2);
  }
  33%, 100% {
    background: rgba(255, 255, 255, 0.44);
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ftp-home-review-slide,
  .ftp-home-review-slider-dots span {
    animation: none !important;
  }
  .ftp-home-review-slide {
    position: relative;
    opacity: 1;
    transform: none;
  }
  .ftp-home-review-slide:not(:first-of-type),
  .ftp-home-review-slider-dots {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ftp-home-review-slider {
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .ftp-home-review-slider {
    min-height: 300px;
  }
  .ftp-home-review-slide {
    min-height: 250px;
  }
  .ftp-home-review-quote {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .ftp-home-review-quote span:last-child {
    display: none;
  }
}
/* v0.9.7 - Calm homepage rhythm: hero cleaned, USP divider, category reveal */
.ftp-home-hero .ftp-home-trust-row,
.ftp-home-hero .ftp-home-review-badge {
  display: none !important;
}

.ftp-home-action-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ftp-home-action-grid-usps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ftp-home-action-grid-usps a {
  min-height: 118px;
  align-items: flex-start;
}

.ftp-home-action-grid-usps strong {
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.18;
}

.ftp-home-action-grid-usps small {
  line-height: 1.45;
}

.ftp-home-action-review i {
  background: linear-gradient(135deg, #ffcd47, #ff9d2e) !important;
  color: #21113c !important;
}

.ftp-home-route-more {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  transition: grid-template-rows 0.46s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, margin-top 0.32s ease;
}

.ftp-home-route-more > .ftp-home-route-grid-secondary {
  overflow: hidden;
}

.ftp-home-route-section.is-expanded .ftp-home-route-more {
  grid-template-rows: 1fr;
  margin-top: 1.1rem;
  opacity: 1;
}

.ftp-home-route-grid-secondary {
  padding-top: 0;
}

.ftp-home-route-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(1rem, 2vw, 1.4rem);
}

.ftp-home-route-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(111, 60, 255, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--ftp-accent-dark);
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(35, 20, 82, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ftp-home-route-toggle:hover,
.ftp-home-route-toggle:focus-visible {
  border-color: rgba(111, 60, 255, 0.46);
  background: #fbf9ff;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(35, 20, 82, 0.15);
}

.ftp-home-route-toggle i {
  transition: transform 0.26s ease;
}

.ftp-home-route-section.is-expanded .ftp-home-route-toggle i {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .ftp-home-action-grid-usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ftp-home-action-grid-usps {
    grid-template-columns: 1fr;
  }
  .ftp-home-action-grid-usps a {
    min-height: 0;
  }
}
/* v0.8.8 - Homepage order: collecties, partners, store proof, dynamic shop products */
.ftp-home-route-section + .ftp-home-partner-section,
.ftp-home-partner-section + .ftp-home-store-proof,
.ftp-home-store-proof + .ftp-home-product-section,
.ftp-home-product-section + .ftp-home-product-section {
  margin-top: 0 !important;
}

.ftp-home-products-more-wrap {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.ftp-home-products-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0.82rem 1.2rem;
  background: #562670;
  color: #fff;
  font-weight: 950;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.ftp-home-products-more-button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.ftp-home-products-more-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ftp-home-products-more-button.is-loading i {
  animation: ftpSpin 0.8s linear infinite;
}

.ftp-home-products-more-status {
  min-height: 1.25rem;
  margin: 0;
  color: var(--ftp-muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

@keyframes ftpSpin {
  to {
    transform: rotate(360deg);
  }
}
/* v0.8.8b - Partner linkjes rustiger */
.ftp-home-partner-copy em {
  font-weight: 600;
}

/* v0.8.9 - Homepage order: collecties, store proof, featured products, partners, latest shelf. */
.ftp-home-route-section + .ftp-home-store-proof,
.ftp-home-store-proof + .ftp-home-product-section,
.ftp-home-featured-products-section + .ftp-home-partner-section,
.ftp-home-partner-section + .ftp-home-product-section {
  margin-top: 0 !important;
}

/* v0.9.0 - Donkere divider tussen categorieën en productsectie. */
.ftp-home-category-product-divider {
  padding: clamp(1.2rem, 3vw, 2rem) 0;
  background: linear-gradient(135deg, #090512 0%, #171027 52%, #36147a 100%);
}

.ftp-home-category-product-divider-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 0.75rem;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  color: #fff;
}

.ftp-home-category-product-divider-content {
  display: grid;
  gap: 0.5rem;
}

.ftp-home-category-product-divider-card span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 850;
}

.ftp-home-category-product-divider-card i {
  color: #ffcc66;
}

.ftp-home-category-product-divider-card strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ftp-home-category-product-divider-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: #20103f;
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 767px) {
  .ftp-home-category-product-divider-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .ftp-home-category-product-divider-card a {
    width: 100%;
  }
}
.ftp-home-category-product-divider-card span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 850;
}

.ftp-home-category-product-divider-card i {
  color: #ffcc66;
}

.ftp-home-category-product-divider-card strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.ftp-home-category-product-divider-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: #20103f;
  font-weight: 950;
  text-decoration: none;
}

.ftp-home-category-product-divider + .ftp-home-product-section {
  padding-top: clamp(2.3rem, 5vw, 4rem) !important;
}

@media (max-width: 767px) {
  .ftp-home-category-product-divider-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .ftp-home-category-product-divider-card a {
    width: 100%;
  }
}
/* v0.9.2 - Hero video zichtbaarder met grove donkere mask. */
.ftp-home-hero-has-video {
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 8% 0%, rgba(111, 60, 255, 0.16), transparent 30rem), radial-gradient(circle at 88% 8%, rgba(255, 204, 102, 0.16), transparent 24rem), linear-gradient(180deg, #fff 0%, #fbf9ff 58%, #f4efff 100%);
}

.ftp-home-hero-video-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #080510;
}

.ftp-home-hero-video-frame::before,
.ftp-home-hero-video-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ftp-home-hero-video-frame::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.32) 100%), radial-gradient(circle at 14% 12%, rgba(111, 60, 255, 0.26), transparent 30rem), radial-gradient(circle at 86% 10%, rgba(15, 195, 255, 0.2), transparent 26rem);
  backdrop-filter: saturate(118%);
}

.ftp-home-hero-video-frame::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(0, 0, 0, 0.22);
}

.ftp-home-hero-video {
  position: absolute;
  inset: 50% auto auto 50%;
  width: max(100%, 1280px);
  height: max(100%, 720px);
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(1.08) contrast(1.04) brightness(0.92);
}

.ftp-home-hero-has-video::before {
  z-index: 1;
}

.ftp-home-hero-has-video .container,
.ftp-home-hero-has-video .ftp-home-hero-grid,
.ftp-home-hero-has-video .ftp-home-hero-copy,
.ftp-home-hero-has-video .ftp-home-search {
  position: relative;
}

.ftp-home-hero-has-video .container,
.ftp-home-hero-has-video .ftp-home-hero-grid {
  z-index: 3;
}

.ftp-home-hero-has-video .ftp-home-hero-copy {
  z-index: 5;
}

.ftp-home-hero-has-video .ftp-home-hero-board {
  z-index: 3;
}

@media (max-width: 767px) {
  .ftp-home-hero-video {
    width: 100%;
    height: 100%;
    opacity: 0.52;
  }
  .ftp-home-hero-video-frame::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.34) 100%), radial-gradient(circle at 20% 8%, rgba(111, 60, 255, 0.2), transparent 20rem);
  }
  .ftp-home-hero-video-frame::after {
    background: rgba(0, 0, 0, 0.28);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ftp-home-hero-video-frame {
    display: none;
  }
}
/* v0.9.3 - Hero video: robust background layer, readable dark-mask design. */
.ftp-home-hero-has-video {
  min-height: clamp(560px, 74vh, 760px);
  display: grid;
  align-items: center;
  background: #0b0715;
  color: #fff;
}

.ftp-home-hero-has-video .ftp-home-hero-video-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 12% 8%, rgba(111, 60, 255, 0.28), transparent 30rem), radial-gradient(circle at 88% 12%, rgba(0, 190, 255, 0.18), transparent 26rem), rgba(9, 6, 17, 0.2);
}

.ftp-home-hero-has-video .ftp-home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  transform: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0.74;
  filter: saturate(1.12) contrast(1.05) brightness(0.82);
}

.ftp-home-hero-has-video .ftp-home-hero-video-frame::before {
  z-index: 1;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(6, 3, 14, 0.84) 0%, rgba(6, 3, 14, 0.52) 44%, rgba(6, 3, 14, 0.7) 100%), radial-gradient(circle at 16% 16%, rgba(111, 60, 255, 0.22), transparent 30rem), radial-gradient(circle at 84% 12%, rgba(36, 198, 255, 0.16), transparent 28rem);
  backdrop-filter: none;
}

.ftp-home-hero-has-video .ftp-home-hero-video-frame::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.42) 100%), rgba(0, 0, 0, 0.18);
}

.ftp-home-hero-has-video .container {
  position: relative;
  z-index: 4;
}

.ftp-home-hero-has-video .ftp-home-hero-grid {
  position: relative;
  z-index: 4;
}

.ftp-home-hero-has-video .ftp-eyebrow,
.ftp-home-hero-has-video .ftp-home-hero-copy h1,
.ftp-home-hero-has-video .ftp-home-hero-lead {
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.28);
}

.ftp-home-hero-has-video .ftp-eyebrow {
  display: inline-flex;
  width: max-content;
  padding: 0.44rem 0.72rem;
  border-radius: 999px;
  background: #562670;
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
}

.ftp-home-hero-has-video .ftp-home-hero-lead {
  color: rgba(255, 255, 255, 0.82);
}

.ftp-home-hero-has-video .ftp-home-search {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.3);
}

.ftp-home-hero-has-video .ftp-home-search-suggestions {
  color: rgba(255, 255, 255, 0.78);
}

.ftp-home-hero-has-video .ftp-home-search-suggestions a {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.ftp-home-hero-has-video .ftp-home-search-suggestions a:hover {
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
}

.ftp-home-hero-has-video .ftp-home-promo-card {
  border: none;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.ftp-home-hero-has-video .ftp-home-promo-card img {
  opacity: 0.94;
}

.ftp-home-hero-has-video .ftp-home-promo-copy {
  background: linear-gradient(180deg, transparent 0%, rgba(7, 4, 16, 0.78) 100%);
}

@media (min-width: 992px) {
  .ftp-home-hero-has-video .ftp-home-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }
}
@media (max-width: 991px) {
  .ftp-home-hero-has-video {
    min-height: auto;
    padding-top: clamp(2.2rem, 8vw, 3.5rem);
    padding-bottom: clamp(2.4rem, 8vw, 3.8rem);
  }
  .ftp-home-hero-has-video .ftp-home-hero-video {
    opacity: 0.62;
    object-position: center top;
  }
  .ftp-home-hero-has-video .ftp-home-hero-video-frame::before {
    background: linear-gradient(180deg, rgba(6, 3, 14, 0.78) 0%, rgba(6, 3, 14, 0.64) 48%, rgba(6, 3, 14, 0.82) 100%), radial-gradient(circle at 20% 10%, rgba(111, 60, 255, 0.24), transparent 22rem);
  }
}
@media (max-width: 767px) {
  .ftp-home-hero-has-video .ftp-home-hero-copy h1 {
    max-width: 13ch;
  }
  .ftp-home-hero-has-video .ftp-home-search-suggestions a {
    background: rgba(255, 255, 255, 0.16);
  }
}
/* v0.9.4 - Mobile Styling: Bol.com-inspired compact index rails. */
.ftp-home-route-mobile-rail {
  display: none;
}

@media (max-width: 767.98px) {
  .ftp-home-hero-has-video {
    padding-top: clamp(1rem, 4vw, 1.4rem) !important;
    padding-bottom: clamp(1.05rem, 4vw, 1.5rem) !important;
  }
  .ftp-home-hero-has-video .container {
    padding-inline: 0.85rem;
  }
  .ftp-home-hero-has-video .ftp-home-hero-grid {
    gap: 0.95rem;
  }
  .ftp-home-hero-has-video .ftp-eyebrow {
    padding: 0.34rem 0.58rem;
    font-size: 0.72rem;
  }
  .ftp-home-hero-has-video .ftp-home-hero-copy h1 {
    max-width: 15ch !important;
    margin-bottom: 0.5rem;
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }
  .ftp-home-hero-has-video .ftp-home-hero-lead {
    max-width: 31rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }
  .ftp-home-hero-has-video .ftp-home-search,
  .ftp-home-hero-has-video .ftp-home-search-suggestions {
    display: none !important;
  }
  .ftp-home-hero-has-video .ftp-home-hero-board {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-areas: "featured second" "featured third";
    gap: 0.65rem;
    align-items: stretch;
  }
  .ftp-home-hero-has-video .ftp-home-promo-card,
  .ftp-home-hero-has-video .ftp-home-promo-card.is-featured {
    min-height: 0 !important;
    border-radius: 18px;
    box-shadow: 0 13px 30px rgba(0, 0, 0, 0.22);
  }
  .ftp-home-hero-has-video .ftp-home-promo-card.is-featured {
    min-height: 232px !important;
  }
  .ftp-home-hero-has-video .ftp-home-promo-card:nth-child(2),
  .ftp-home-hero-has-video .ftp-home-promo-card:nth-child(3) {
    min-height: 112px !important;
  }
  .ftp-home-hero-has-video .ftp-home-promo-copy {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.65rem;
    gap: 0.12rem;
  }
  .ftp-home-hero-has-video .ftp-home-promo-copy strong {
    font-size: 0.98rem;
    line-height: 1.02;
  }
  .ftp-home-hero-has-video .ftp-home-promo-copy small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.73rem;
    line-height: 1.2;
  }
  .ftp-home-action-strip {
    display: none !important;
  }
  .ftp-home-route-section {
    padding: 1.15rem 0 1.45rem !important;
  }
  .ftp-home-route-section .container,
  .ftp-home-product-section .container {
    max-width: none;
    padding-inline: 0;
  }
  .ftp-home-section-head {
    flex-direction: row !important;
    align-items: end !important;
    gap: 0.85rem;
    margin-bottom: 0.7rem;
    padding-inline: 1rem;
  }
  .ftp-home-section-head .ftp-eyebrow {
    font-size: 0.68rem;
  }
  .ftp-home-section-head h2 {
    font-size: clamp(1.22rem, 6vw, 1.72rem);
    letter-spacing: -0.04em;
  }
  .ftp-home-section-head > a {
    font-size: 0.82rem;
    white-space: nowrap;
  }
  .ftp-home-route-grid,
  .ftp-home-route-more,
  .ftp-home-route-toggle-wrap {
    display: none !important;
  }
  .ftp-home-route-mobile-rail {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.15rem 1rem 0.4rem;
    scrollbar-width: none;
  }
  .ftp-home-route-mobile-rail::-webkit-scrollbar {
    display: none;
  }
  .ftp-home-route-mobile-rail > .ftp-home-route-card {
    flex: 0 0 clamp(132px, 40vw, 168px);
    scroll-snap-align: start;
    min-height: 0;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(35, 20, 82, 0.08);
  }
  .ftp-home-route-mobile-rail > .ftp-home-route-card:nth-child(3n+1) {
    flex-basis: clamp(150px, 46vw, 184px);
  }
  .ftp-home-route-mobile-rail .ftp-home-route-image {
    aspect-ratio: 1.18/1;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy {
    gap: 0.22rem;
    padding: 0.68rem 0.68rem 0.76rem;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy i {
    width: 30px;
    height: 30px;
    margin-bottom: 0.06rem;
    border-radius: 10px;
    font-size: 0.92rem;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy strong {
    font-size: 0.9rem;
    line-height: 1.06;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy small {
    -webkit-line-clamp: 2;
    font-size: 0.72rem;
    line-height: 1.24;
  }
  .ftp-home-category-product-divider {
    display: none !important;
  }
  .ftp-home-product-section {
    padding-top: 1.2rem !important;
    padding-bottom: 1.35rem !important;
  }
  .ftp-home-product-section .ftp-product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.78rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    margin: 0 !important;
    padding: 0.15rem 1rem 0.6rem !important;
    scrollbar-width: none;
  }
  .ftp-home-product-section .ftp-product-grid::-webkit-scrollbar {
    display: none;
  }
  .ftp-home-product-section .ftp-product-grid > [class*=col-] {
    flex: 0 0 clamp(142px, 43vw, 176px) !important;
    width: clamp(142px, 43vw, 176px) !important;
    max-width: none !important;
    padding: 0 !important;
    scroll-snap-align: start;
  }
  .ftp-home-product-section .ftp-product-card {
    min-height: 100%;
    border-radius: 17px !important;
    box-shadow: 0 10px 24px rgba(35, 20, 82, 0.08) !important;
  }
  .ftp-home-product-section .ftp-product-card-media {
    padding: 0.45rem !important;
  }
  .ftp-home-product-section .ftp-product-card-image {
    aspect-ratio: 1/1 !important;
    border-radius: 13px !important;
  }
  .ftp-home-product-section .ftp-product-card-image img {
    padding: 0.28rem !important;
  }
  .ftp-home-product-section .ftp-product-card-badges {
    top: 0.48rem !important;
    left: 0.48rem !important;
    right: 0.48rem !important;
    gap: 0.24rem !important;
  }
  .ftp-home-product-section .ftp-badge {
    min-height: 21px !important;
    padding: 0.18rem 0.4rem !important;
    font-size: 0.62rem !important;
  }
  .ftp-home-product-section .ftp-product-card-body {
    gap: 0.38rem !important;
    padding: 0.56rem 0.62rem 0.68rem !important;
  }
  .ftp-home-product-section .ftp-product-meta-line {
    gap: 0.25rem !important;
  }
  .ftp-home-product-section .ftp-product-brand,
  .ftp-home-product-section .ftp-stock {
    min-height: 20px !important;
    padding: 0.13rem 0.34rem !important;
    font-size: 0.61rem !important;
  }
  .ftp-home-product-section .ftp-product-card h3 {
    min-height: 2.5em;
    margin: 0 !important;
    font-size: 0.78rem !important;
    line-height: 1.22 !important;
    -webkit-line-clamp: 2 !important;
  }
  .ftp-home-product-section .ftp-product-card-attributes,
  .ftp-home-product-section .ftp-product-excerpt,
  .ftp-home-product-section .ftp-card-qty,
  .ftp-home-product-section .ftp-card-wishlist-button {
    display: none !important;
  }
  .ftp-home-product-section .ftp-product-card-purchase {
    margin-top: auto !important;
    gap: 0.34rem !important;
  }
  .ftp-home-product-section .ftp-price-row {
    align-items: start !important;
    gap: 0.14rem !important;
  }
  .ftp-home-product-section .ftp-price {
    font-size: 1rem !important;
    line-height: 1.05 !important;
  }
  .ftp-home-product-section .ftp-old-price {
    font-size: 0.64rem !important;
  }
  .ftp-home-product-section .ftp-card-actions {
    display: block !important;
  }
  .ftp-home-product-section .ftp-card-cart-button {
    width: 100% !important;
    min-height: 34px !important;
    padding: 0.42rem 0.52rem !important;
    border-radius: 12px !important;
    font-size: 0.72rem !important;
  }
  .ftp-home-product-section .ftp-card-cart-button i {
    font-size: 0.9rem;
  }
  .ftp-home-product-section .ftp-card-cart-button span {
    display: inline !important;
  }
  .ftp-home-products-more-wrap {
    display: none !important;
  }
  .ftp-home-store-proof,
  .ftp-home-partner-section {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  .ftp-home-product-section .ftp-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}
/* v0.9.5 - Mobile Styling: safer rail padding, white category image wells and lazy placeholders. */
.ftp-home-route-image,
.ftp-home-route-card .ftp-home-route-image {
  background: #fff !important;
}

@media (max-width: 767.98px) {
  .ftp-home-route-section .container,
  .ftp-home-product-section .container {
    padding-inline: 0 !important;
  }
  .ftp-home-section-head {
    padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem) !important;
    padding-right: max(1rem, env(safe-area-inset-right) + 1rem) !important;
  }
  .ftp-home-route-mobile-rail {
    padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem) !important;
    padding-right: max(1rem, env(safe-area-inset-right) + 1rem) !important;
    scroll-padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem);
    scroll-padding-right: max(1rem, env(safe-area-inset-right) + 1rem);
  }
  .ftp-home-product-section .ftp-product-grid {
    padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem) !important;
    padding-right: max(1rem, env(safe-area-inset-right) + 1rem) !important;
    scroll-padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem);
    scroll-padding-right: max(1rem, env(safe-area-inset-right) + 1rem);
  }
  .ftp-home-route-mobile-rail > .ftp-home-route-card:first-child,
  .ftp-home-product-section .ftp-product-grid > [class*=col-]:first-child {
    scroll-margin-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem);
  }
  .ftp-home-route-mobile-rail .ftp-home-route-image {
    border-bottom: 1px solid rgba(231, 225, 244, 0.8);
    background: #fff !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-image img {
    padding: 0.48rem;
    object-fit: contain;
  }
  .ftp-home-product-section .ftp-product-card-image {
    background: #fff !important;
  }
}
/* v0.9.6 - Mobile Styling: equal-height category route cards and aligned copy start. */
@media (max-width: 767.98px) {
  .ftp-home-route-mobile-rail {
    align-items: stretch !important;
  }
  .ftp-home-route-mobile-rail > .ftp-home-route-card {
    display: flex !important;
    flex-direction: column !important;
    height: clamp(232px, 61vw, 258px) !important;
    min-height: clamp(232px, 61vw, 258px) !important;
  }
  .ftp-home-route-mobile-rail > .ftp-home-route-card:nth-child(3n+1) {
    height: clamp(232px, 61vw, 258px) !important;
    min-height: clamp(232px, 61vw, 258px) !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-image {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 clamp(102px, 28vw, 118px) !important;
    width: 100% !important;
    height: clamp(102px, 28vw, 118px) !important;
    min-height: clamp(102px, 28vw, 118px) !important;
    aspect-ratio: auto !important;
    padding: 0.5rem !important;
    background: #fff !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 0.68rem 0.68rem 0.82rem !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy i {
    flex: 0 0 auto !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy strong,
  .ftp-home-route-mobile-rail .ftp-home-route-copy small {
    width: 100% !important;
  }
  .ftp-home-route-mobile-rail .ftp-home-route-copy small {
    margin-bottom: auto !important;
  }
}
/* v0.9.9 - Homepage cleanup: remove separate sale shelf styling and center stock badges. */
.ftp-home-product-section .ftp-product-meta-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 0.34rem !important;
  min-width: 0 !important;
}

.ftp-home-product-section .ftp-product-brand:not(.is-empty),
.ftp-home-product-section .ftp-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 24px !important;
  padding: 0.22rem 0.52rem !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.ftp-home-product-section .ftp-stock {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  max-width: 100% !important;
  font-weight: 900 !important;
}

.ftp-home-product-section .ftp-stock.is-in-stock,
.ftp-home-product-section .ftp-stock.is-out-of-stock {
  align-items: center !important;
  justify-content: center !important;
}

.ftp-home-product-section .ftp-product-brand:not(.is-empty) {
  flex: 0 1 auto !important; /* content-breedte; alleen krimpen als het moet */
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

@media (max-width: 767.98px) {
  .ftp-home-product-section .ftp-product-meta-line {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    gap: 0.28rem !important;
    min-height: 23px !important;
  }
  .ftp-home-product-section .ftp-product-brand:not(.is-empty),
  .ftp-home-product-section .ftp-stock {
    min-height: 22px !important;
    padding: 0.2rem 0.42rem !important;
    font-size: 0.6rem !important;
    line-height: 1 !important;
  }
  .ftp-home-product-section .ftp-stock {
    justify-self: end !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
/* Het oude .is-truncated hover-blok forceerde de brand-pill altijd naar 100%
   breedte (flex-basis: 100%) zodra de meta-line gehoverd werd, ook wanneer de
   inhoud dat niet nodig had. Vervangen door content-gebaseerde expansie: de
   pill wordt precies max-content breed; de voorraad-badge schuift alleen uit
   beeld wanneer de ruimte echt op is. */
@media (min-width: 768px) {
  .ftp-home-product-section .ftp-product-card.is-truncated .ftp-product-meta-line:hover .ftp-product-brand:not(.is-empty) {
    flex: 0 0 auto !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: 100% !important; /* animeert vanaf calc(100% - 8.1rem) */
    transition: max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
    border: 1px solid rgba(111, 60, 255, 0.18) !important;
    background: var(--ftp-accent) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
/* v0.10.0 - Homepage responsive route repair and restored load-more button. */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ftp-home-route-section {
    padding-top: clamp(2.2rem, 4vw, 3.4rem) !important;
    padding-bottom: clamp(2.35rem, 4.2vw, 3.7rem) !important;
  }
  .ftp-home-route-section .container {
    max-width: min(100%, 1040px) !important;
    padding-left: clamp(1rem, 3vw, 1.6rem) !important;
    padding-right: clamp(1rem, 3vw, 1.6rem) !important;
  }
  .ftp-home-route-section .ftp-home-section-head {
    align-items: flex-end !important;
    margin-bottom: clamp(1rem, 2vw, 1.35rem) !important;
  }
  .ftp-home-route-section .ftp-home-section-head h2 {
    font-size: clamp(1.65rem, 3.4vw, 2.35rem) !important;
  }
  .ftp-home-route-grid,
  .ftp-home-route-grid-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1.8vw, 1.15rem) !important;
    align-items: stretch !important;
  }
  .ftp-home-route-card {
    display: grid !important;
    grid-template-rows: clamp(138px, 18vw, 176px) minmax(136px, 1fr) !important;
    min-height: 0 !important;
    height: 100% !important;
    border-radius: 22px !important;
  }
  .ftp-home-route-image {
    display: grid !important;
    place-items: center !important;
    height: clamp(138px, 18vw, 176px) !important;
    min-height: clamp(138px, 18vw, 176px) !important;
    aspect-ratio: auto !important;
    background: #fff !important;
  }
  .ftp-home-route-image img {
    width: 100% !important;
    height: 100% !important;
    padding: clamp(0.65rem, 1.4vw, 0.95rem) !important;
    object-fit: contain !important;
  }
  .ftp-home-route-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 136px !important;
    padding: clamp(0.82rem, 1.6vw, 1rem) !important;
  }
  .ftp-home-route-copy i {
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
    font-size: 1rem !important;
  }
  .ftp-home-route-copy strong {
    font-size: clamp(0.98rem, 1.9vw, 1.12rem) !important;
    line-height: 1.12 !important;
  }
  .ftp-home-route-copy small {
    -webkit-line-clamp: 2 !important;
    font-size: clamp(0.78rem, 1.45vw, 0.9rem) !important;
    line-height: 1.35 !important;
  }
  .ftp-home-route-more {
    width: 100% !important;
  }
  .ftp-home-route-section.is-expanded .ftp-home-route-more {
    margin-top: clamp(0.85rem, 1.7vw, 1.15rem) !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ftp-home-route-grid,
  .ftp-home-route-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .ftp-home-route-card {
    grid-template-rows: clamp(150px, 24vw, 188px) minmax(126px, 1fr) !important;
  }
  .ftp-home-route-image {
    height: clamp(150px, 24vw, 188px) !important;
    min-height: clamp(150px, 24vw, 188px) !important;
  }
  .ftp-home-route-copy {
    min-height: 126px !important;
  }
}
.ftp-home-products-more-wrap {
  display: grid !important;
}

@media (max-width: 767.98px) {
  .ftp-home-products-more-wrap {
    display: grid !important;
    margin-top: 0.95rem !important;
    padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem) !important;
    padding-right: max(1rem, env(safe-area-inset-right) + 1rem) !important;
  }
  .ftp-home-products-more-button {
    width: 100% !important;
    max-width: 22rem !important;
    min-height: 44px !important;
    padding: 0.68rem 1rem !important;
    border-radius: 999px !important;
  }
}
/* v0.10.1 - Homepage route grid tablet/compact-desktop balance.
   Prevents a lonely 4th card row at ±1024px by switching the expanded
   category overview to 4 compact columns before true desktop kicks in. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ftp-home-route-section .container {
    max-width: min(100%, 1120px) !important;
    padding-left: clamp(1rem, 2.2vw, 1.35rem) !important;
    padding-right: clamp(1rem, 2.2vw, 1.35rem) !important;
  }
  .ftp-home-route-grid,
  .ftp-home-route-grid-secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(0.82rem, 1.45vw, 1rem) !important;
  }
  .ftp-home-route-card {
    grid-template-rows: clamp(118px, 13.8vw, 148px) minmax(118px, 1fr) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 30px rgba(35, 20, 82, 0.075) !important;
  }
  .ftp-home-route-image {
    height: clamp(118px, 13.8vw, 148px) !important;
    min-height: clamp(118px, 13.8vw, 148px) !important;
    background: #fff !important;
  }
  .ftp-home-route-image img {
    padding: clamp(0.5rem, 1vw, 0.72rem) !important;
    object-fit: contain !important;
  }
  .ftp-home-route-copy {
    min-height: 118px !important;
    padding: 0.8rem 0.82rem 0.9rem !important;
    gap: 0.36rem !important;
  }
  .ftp-home-route-copy i {
    width: 31px !important;
    height: 31px !important;
    margin-bottom: 0.04rem !important;
    border-radius: 10px !important;
    font-size: 0.94rem !important;
  }
  .ftp-home-route-copy strong {
    font-size: clamp(0.86rem, 1.35vw, 1rem) !important;
    line-height: 1.13 !important;
  }
  .ftp-home-route-copy small {
    -webkit-line-clamp: 2 !important;
    font-size: clamp(0.72rem, 1.05vw, 0.82rem) !important;
    line-height: 1.32 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ftp-home-route-grid,
  .ftp-home-route-grid-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(0.78rem, 1.7vw, 0.95rem) !important;
  }
  .ftp-home-route-card {
    grid-template-rows: clamp(118px, 18vw, 154px) minmax(116px, 1fr) !important;
    border-radius: 20px !important;
  }
  .ftp-home-route-image {
    height: clamp(118px, 18vw, 154px) !important;
    min-height: clamp(118px, 18vw, 154px) !important;
  }
  .ftp-home-route-copy {
    min-height: 116px !important;
    padding: 0.78rem 0.8rem 0.86rem !important;
  }
  .ftp-home-route-copy i {
    width: 30px !important;
    height: 30px !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
  }
  .ftp-home-route-copy strong {
    font-size: clamp(0.84rem, 1.65vw, 0.98rem) !important;
  }
  .ftp-home-route-copy small {
    font-size: clamp(0.7rem, 1.35vw, 0.8rem) !important;
    line-height: 1.3 !important;
  }
}
/* v0.10.2 - Homepage product badge and wishlist repair. */
.ftp-home-product-section .ftp-product-card {
  position: relative !important;
  overflow: hidden !important;
}

.ftp-home-product-section .ftp-product-card-media,
.ftp-home-product-section .ftp-product-card-image {
  position: relative !important;
}

.ftp-home-product-section .ftp-product-meta-line {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 0.42rem !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.ftp-home-product-section .ftp-product-brand:not(.is-empty) {
  /* Truc voor animeerbare breedte: de pill is altijd max-content breed en
     wordt begrensd met max-width. Van calc() naar 100% is interpoleerbaar,
     dus de expansie kan wel met een transition (flex-shrink/auto kan niet). */
  display: block !important; /* block + ellipsis is betrouwbaarder dan inline-flex */
  flex: 0 0 auto !important; /* krimpen gebeurt via max-width, niet via flex */
  align-self: center !important;
  width: max-content !important;
  max-width: calc(100% - 6rem) !important; /* ruimte reserveren voor voorraad-badge (max 7.65rem) + gap */
  min-width: 0 !important;
  min-height: 26px !important;
  height: 26px !important;
  padding: 0.39rem 0.58rem !important;
  border-radius: 999px !important;
  background: var(--ftp-accent-dark) !important;
  color: #fff !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  direction: ltr !important;
  transform: none !important;
  transition: max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.ftp-home-product-section .ftp-product-brand:not(.is-empty):hover,
.ftp-home-product-section .ftp-product-brand:not(.is-empty):focus,
.ftp-home-product-section .ftp-product-brand:not(.is-empty):focus-visible,
.ftp-home-product-section .ftp-product-brand:not(.is-empty):active {
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: 100% !important; /* animatie-doel: van calc(100% - 8.1rem) naar 100% */
  height: 26px !important;
  padding: 0.39rem 0.58rem !important;
  border: 1px solid rgba(111, 60, 255, 0.18) !important;
  background: var(--ftp-accent) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  font-size: 0.68rem !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
  transition: max-width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.ftp-home-product-section .ftp-stock {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  align-self: center !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: 7.65rem !important;
  min-height: 26px !important;
  height: 26px !important;
  margin: 0 !important;
  padding: 0.38rem 0.58rem !important;
  border-radius: 999px !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transform: none !important;
}

.ftp-home-product-section .ftp-stock.is-in-stock,
.ftp-home-product-section .ftp-stock.is-out-of-stock {
  align-items: center !important;
  justify-content: center !important;
}

.ftp-home-product-section .ftp-card-actions {
  position: static !important;
}

.ftp-home-product-section .ftp-card-wishlist-button {
  display: inline-flex !important;
  position: absolute !important;
  top: 0.72rem !important;
  right: 0.72rem !important;
  z-index: 12 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(111, 60, 255, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #5a20df !important;
  box-shadow: 0 10px 24px rgba(35, 20, 82, 0.14) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  -webkit-tap-highlight-color: transparent;
}

.ftp-home-product-section .ftp-card-wishlist-button i {
  font-size: 1rem !important;
  line-height: 1 !important;
}

.ftp-home-product-section .ftp-card-wishlist-button:hover,
.ftp-home-product-section .ftp-card-wishlist-button:focus-visible {
  border-color: rgba(111, 60, 255, 0.32) !important;
  background: #fff !important;
  color: #4215b8 !important;
  box-shadow: 0 14px 30px rgba(35, 20, 82, 0.18) !important;
}

.ftp-home-product-section .ftp-card-wishlist-button.is-active {
  border-color: rgba(231, 35, 126, 0.2) !important;
  background: #fff1f7 !important;
  color: #e7237e !important;
}

@media (max-width: 767.98px) {
  .ftp-home-product-section .ftp-product-meta-line {
    display: grid !important; /* herstel: globale flex-regel hierboven overschreef de mobiele stack */
    grid-template-columns: 1fr !important;
    gap: 0.28rem !important;
    min-height: 22px !important;
  }
  .ftp-home-product-section .ftp-product-brand:not(.is-empty) {
    justify-self: start !important; /* pill hugt de inhoud, niet de volle breedte */
    width: max-content !important;
    max-width: 100% !important; /* gestapelde grid: geen stock-reserve nodig */
  }
  .ftp-home-product-section .ftp-product-brand:not(.is-empty),
  .ftp-home-product-section .ftp-product-brand:not(.is-empty):hover,
  .ftp-home-product-section .ftp-product-brand:not(.is-empty):focus,
  .ftp-home-product-section .ftp-product-brand:not(.is-empty):focus-visible,
  .ftp-home-product-section .ftp-product-brand:not(.is-empty):active,
  .ftp-home-product-section .ftp-stock {
    min-height: 22px !important;
    height: 22px !important;
    padding: 0.29rem 0.42rem !important;
    font-size: 0.57rem !important;
    line-height: 1 !important;
  }
  .ftp-home-product-section .ftp-stock {
    max-width: 6.15rem !important;
  }
  .ftp-home-product-section .ftp-card-wishlist-button {
    top: 0.52rem !important;
    right: 0.52rem !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    box-shadow: 0 8px 18px rgba(35, 20, 82, 0.14) !important;
  }
  .ftp-home-product-section .ftp-card-wishlist-button i {
    font-size: 0.92rem !important;
  }
}
/* v0.11.1 - Mobile featured shelf: knop verbergen, horizontaal auto-laden via JS. */
@media (max-width: 767.98px) {
  .ftp-home-products-more-wrap {
    display: grid !important;
    min-height: 1.25rem !important;
    margin-top: 0.35rem !important;
    padding-left: max(1.18rem, env(safe-area-inset-left) + 1.18rem) !important;
    padding-right: max(1rem, env(safe-area-inset-right) + 1rem) !important;
  }
  .ftp-home-products-more-button {
    display: none !important;
  }
  .ftp-home-products-more-status {
    min-height: 1.1rem !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
  }
  .ftp-home-product-section .ftp-product-grid.is-auto-loading {
    cursor: progress;
  }
}
