/* =========================
   HOME - TITLES FONT (RALEWAY)
   ========================= */

/* Raleway is already loaded in header.php */

.ff-home-trending__h,
.ff-ready__title,
.ff-shopnu__h,
.ff-tiles__h,
.ff-hoodie__h,
.ff-home-bottom-text__h,
.ff-popular__h{
  font-family: "Raleway", sans-serif;
}

/* =========================
   HOME - BASE TYPO (ROBOTO)
   ========================= */


.ff-home-brands,
.ff-home-quick,
.ff-home-trending,
.ff-home-promos,
.ff-home-banners,
.ff-ready,
.ff-shopnu,
.ff-tiles,
.ff-hoodie{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
/* =========================
   HOME - SECTIE 1 (HERO)
   ========================= */

/* Basis (vertrouwt op site.css voor ff-wrap paddings) */
.ff-home-hero{
  background:#e72933;
  color:#fff;
}

/* Desktop grid: 15 / 70 / 15 */
.ff-home-hero__grid{
  display:grid;
  grid-template-columns: 15% 70% 15%;
  align-items: stretch;
  min-height: 480px;
}

/* Side columns (desktop: verticaal) */
.ff-home-hero__side{
  display:flex;
  flex-direction:column;
  justify-content:stretch;
  padding:0;
}

/* Vertical separator lines (desktop) */
.ff-home-hero__side--left{
  border-right:1px solid rgba(255,255,255,.25);
}
.ff-home-hero__side--right{
  border-left:1px solid rgba(255,255,255,.25);
}

/* Logo tiles (desktop: onder elkaar) */
.ff-home-hero__tile{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid rgba(255,255,255,.25);
}

.ff-home-hero__tile:last-child{
  border-bottom:0;
}

.ff-home-hero__tile img{
  max-width: 100%;
  max-height: 90px;
  width:auto;
  height:auto;
  display:block;
}

/* Center column */
.ff-home-hero__center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:56px 30px;
}

.ff-home-hero__h1{
  margin:0;
  font-weight:800;
  
  line-height:1;
  font-size: 180px;
}

.ff-home-hero__h2{
  margin-top:12px;
  font-weight:900;
  line-height:1.05;
  font-size: 52px;
}

.ff-home-hero__h2 div{
  display:block;
}

.ff-home-hero__p{
  margin:18px 0 0 0;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height:1.6;
  opacity:.95;
}

.ff-home-hero__p strong{
  font-weight:900;
}

/* CTA buttons (desktop = 3 naast elkaar) */
.ff-home-hero__cta{
  margin-top:26px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.ff-home-hero__btn{
  background:#111;
  color:#fff;
  text-decoration:none;
  padding:16px 22px;
  min-width: 200px;
  text-align:center;
  font-weight:normal;
  letter-spacing:.06em;
  border-radius:0;
  border:1px solid rgba(0,0,0,.35);
}

.ff-home-hero__btn:hover{
  filter: brightness(.95);
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 799px){

  /* 1 kolom layout: left -> center -> right onder elkaar */
  .ff-home-hero__grid{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  /* Sidebars worden 100% breed en tiles komen naast elkaar (3 kolommen) */
  .ff-home-hero__side{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-items: center;
    padding: 0;
  }

  /* Desktop verticale borders uit op mobiel */
  .ff-home-hero__side--left{ border-right: 0; }
  .ff-home-hero__side--right{ border-left: 0; }

  /* Maak op mobiel een duidelijke scheiding tussen de blokken */
  .ff-home-hero__side--left{
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  .ff-home-hero__side--right{
    border-top: 1px solid rgba(255,255,255,.25);
  }

  /* Tiles: horizontaal naast elkaar, met verticale scheidingslijnen */
  .ff-home-hero__tile{
    border-bottom: 0;
    border-right: 1px solid rgba(255,255,255,.25);
    width: 100%;
    min-height: 72px;
    padding: 10px 8px;
  }
  .ff-home-hero__tile:last-child{
    border-right: 0;
  }

  .ff-home-hero__tile img{
    max-height: 42px;
    max-width: 100%;
    width:auto;
    height:auto;
  }

  .ff-home-hero__center{
    padding: 26px 18px 30px;
  }

  /* Buttons stacked full width */
  .ff-home-hero__cta{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:22px;
    align-items:stretch;
  }

  .ff-home-hero__btn{
    width:100%;
    min-width:0;     /* voorkomt dat desktop min-width je layout breekt */
    max-width:none;
    padding:18px 16px;
  }
  
  .ff-home-hero__h1{
  margin:0;
  font-weight:900;
  letter-spacing:.02em;
  line-height:1;
  font-size: 90px;
}

.ff-home-hero__h2{
  margin-top:12px;
  font-weight:900;
  line-height:1.05;
  font-size: 42px;
}
}

/* =========================
   HOME - SECTION 2: BRANDS CAROUSEL
   ========================= */

.ff-home-brands{
  background:#fff;
  padding: 18px 0 22px;
}

.ff-brand-carousel{
  overflow: hidden;
  width: 100%;
}

.ff-brand-track{
  display: flex;
  gap: 30px;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.ff-brand-item{
  border: 1px solid #eee;
  border-radius: 0;
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px 18px;
  box-sizing: border-box;

  /* Desktop: 6 zichtbaar (5 gaps) */
  flex: 0 0 calc((100% - (30px * 5)) / 6);
}

.ff-brand-item img{
  max-width: 100%;
  height: 100px;     /* logo hoogte zoals screenshot */
  width: auto;
  object-fit: contain;
  display:block;
}

/* Mobile: 2 zichtbaar (1 gap) */
@media (max-width: 900px){
  .ff-brand-item{
    flex-basis: calc((100% - 30px) / 2);
    padding: 16px 14px;
  }

  .ff-brand-item img{
    height: 46px;
  }
}

/* =========================
   HOME - SECTION 3: 3 KNOPPEN
   ========================= */

.ff-home-quick{
  background:#fff;
  padding: 12px 0 10px;
}

.ff-home-quick__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.ff-home-quick__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 70px;
  text-decoration:none;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  border-radius: 0;
}

/* kleuren (kun je later tweaken) */
.ff-home-quick__btn--yellow{ background:#f2d400; }
.ff-home-quick__btn--blue{ background:#1177d9; color:#000; }
.ff-home-quick__btn--pink{ background:#ff5fa2; }

@media (max-width: 900px){
  .ff-home-quick__grid{
    grid-template-columns: 1fr;
  }
  .ff-home-quick__btn{
    width: 100%;
  }
}

/* =========================
   HOME - TRENDING PRODUCT CAROUSEL
   Gebaseerd op jouw .ff-card markup
   ========================= */

.ff-home-trending{
  background:#fff;
  padding: 50px 0 38px;
}

.ff-home-trending__h{
  margin: 0 0 14px 0;
  font-size: 24px;
  font-weight: 400;
}

.ff-home-trending__p{
  margin: -10px 0 14px 0;
  font-size: 16px;
  font-weight: 300;
}

.ff-trending{
  position: relative;
  top:14px;
}

.ff-trending__viewport{
  overflow: hidden;
}

.ff-trending__track{
  display: flex;
  gap: 20px;
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* kaarten (zelfde classes als category, maar nu in carousel) */
.ff-home-trending .ff-card{
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  /* Desktop: 5 zichtbaar (4 gaps) */
  flex: 0 0 calc((100% - (20px * 4)) / 5);
}

/* thumbnail */
.ff-home-trending .ff-card .thumb{
  display:block;
  background:#fff;
  aspect-ratio: 1 / 1;
  overflow:hidden;
  padding:15px;
}

.ff-home-trending .ff-card .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

/* tekst */
.ff-home-trending .ff-card .vendor{
  padding: 12px 14px 0;
  font-size: 13px;
  color:#333;
}

.ff-home-trending .ff-card .title{
  padding: 4px 14px 0;
  font-size: 14px;
  line-height: 1.2;
  color:#111;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.ff-home-trending .ff-card .row{
  margin-top: auto;
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content: space-between; /* desktop: prijs links, actions rechts */
  gap: 12px;
}

.ff-home-trending .ff-card .price{
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.ff-home-trending .ff-card .actions{
  display:flex;
  align-items:center;
  gap: 8px;
  white-space: nowrap;
  font-size: 13px;
}

.ff-home-trending .ff-card .actions a{
  color:#111;
  text-decoration:none;
}
.ff-home-trending .ff-card .actions a:hover{ text-decoration: underline; }

.ff-home-trending .ff-card .actions button{
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  color:#111;
  font: inherit;
}
.ff-home-trending .ff-card .actions button:hover{ text-decoration: underline; }

/* pijlen */
.ff-trending__nav{
  position:absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 36px;
  height: 72px;
  border: 0;
  background: rgba(255,255,255,.65);
  color:#999;
  font-size: 34px;
  line-height: 1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:50;
}

.ff-trending__nav--prev{ left: 6px; }
.ff-trending__nav--next{ right: 6px; }

.ff-trending__nav:hover{
  background: rgba(255,255,255,.9);
  color:#666;
}

/* bullets */
.ff-trending__dots{
  display:flex;
  justify-content:center;
  gap: 10px;
  padding: 24px 0 6px;
}

.ff-trending__dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background:#ddd;
  border:0;
  padding:0;
  cursor:pointer;
}
.ff-trending__dot.is-active{
  background:#111;
}

/* MOBILE: 2.5 cards zichtbaar + gap 20px + actions onder prijs */
@media (max-width: 900px){
  .ff-home-trending__h{ font-size: 24px; }

  /* 2.5 zichtbaar: 100% / 2.5 = 40% */
  .ff-home-trending .ff-card{
    flex: 0 0 40%;
  }

  /* gap op mobiel 20px */
  .ff-trending__track{
    gap: 10px;
  }

  /* mobiel: actions onder prijs */
  .ff-home-trending .ff-card .row{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .ff-trending__nav{
    display:none;
  }
  
  .ff-home-trending .ff-card .actions{
  
  font-size: 12px;
}
}

/* =========================
   HOME - PROMO 2 BLOCKS
   ========================= */

.ff-home-promos{
  background:#fff;
  padding: 20px 0;
}

.ff-home-promos__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.ff-home-promo{
  position: relative;
  display:block;
  overflow:hidden;
  border-radius: 0;
  text-decoration:none;
  background:#eee;
  min-height: 320px;
}

.ff-home-promo__img{
  width:100%;
  height:100%;
  display:block;
  object-fit: cover;
}

/* zwarte knop in het midden */
.ff-home-promo__btn{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  background:#000;
  color:#fff;
  padding: 18px 44px;
  font-weight: normal;
  letter-spacing: .06em;
  font-size: 16px;
  text-align:center;
  border-radius:0;
}

/* subtiele hover (desktop) */
@media (hover:hover){
  .ff-home-promo:hover .ff-home-promo__img{
    transform: scale(1.02);
    transition: transform 260ms ease;
  }
}

/* Mobile: onder elkaar */
@media (max-width: 900px){
  .ff-home-promos__grid{
    grid-template-columns: 1fr;
  }
  .ff-home-promo{
    min-height: 240px;
  }
  .ff-home-promo__btn{
    width: 70%;
    padding: 16px 18px;
  }
}

/* =========================
   HOME - 3 BANNERS
   ========================= */

.ff-home-banners{
  background:#fff;
  padding: 20px 0 50px;
}

.ff-home-banners__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.ff-home-banner{
  border-radius: 0;
  overflow:hidden;
  background:#fff;
}

.ff-home-banner img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}

/* Mobile: onder elkaar */
@media (max-width: 900px){
  .ff-home-banners__grid{
    grid-template-columns: 1fr;
  }
}

/* =========================
   HOME - READY TO GEAR UP
   ========================= */

.ff-ready{
  background:#f8f8f8;
  padding: 50px 0 26px;
}

.ff-ready__title{
  margin: 0 0 18px 0;
  font-size: 24px;
  font-weight: 500;
}

.ff-ready__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

/* kaart */
.ff-ready-card{
  background:#fff;
  border: 1px solid #eee;
  display:flex;
  flex-direction:column;
}

.ff-ready-card__img{
  aspect-ratio: 16/9;
  overflow:hidden;
  background:#ddd;
}

.ff-ready-card__img img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.ff-ready-card__body{
  padding: 18px 18px 22px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.ff-ready-card__h{
  font-size: 20px;
  font-weight: 500;
}

.ff-ready-card__p{
  font-size: 16px;
  line-height: 1.6;
  color:#555;
  margin: 0;
}

/* knop */
.ff-ready-card__btn{
  margin-top: 6px;
  display:inline-block;
  background:#000;
  color:#fff;
  text-decoration:none;
  padding: 12px 22px;
  font-weight: normal;
  align-self:flex-start;
}

.ff-ready-card__btn:hover{
  opacity:.9;
}

/* MOBILE */
@media (max-width: 900px){
  .ff-ready__grid{
    grid-template-columns: 1fr;
  }

  .ff-ready__title{
    font-size: 24px;
  }
}

/* =========================
   HOME - SHOP NU SECTION
   ========================= */

.ff-shopnu{
  background:#eee;
  padding: 36px 0;
}

.ff-shopnu .ff-wrap{
  max-width: 100%; /* optioneel: houdt het mooi compact */
}

.ff-shopnu__inner{
  position: relative;
  min-height: 460px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;

  /* achtergrondfoto */
  background-image: var(--ff-shopnu-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* zodat tekst/knoppen goed leesbaar blijven */
  color:#fff;

  /* padding binnen het beeld */
  padding: 46px 24px;
}

/* subtiele overlay voor leesbaarheid (zoals jouw screenshot) */
.ff-shopnu__inner::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.28);
}
.ff-shopnu__inner > *{
  position: relative;
  z-index: 1;
}

.ff-shopnu__h{
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .04em;
}

.ff-shopnu__p{
  margin: 10px 0 26px;
  max-width: 820px;
  font-size: 18px;
  line-height: 1.6;
  opacity: .95;
}

/* knoppen */
.ff-shopnu__btns{
  width: 100%;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 980px;
}

.ff-shopnu__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  height: 64px;
  text-decoration:none;
  color:#fff;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(255,255,255,.10);
  font-weight: normal;
  letter-spacing: .06em;
  border-radius: 0;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.ff-shopnu__btn:hover{
  background:#fff;
  color:#333;
  border-color:#fff;
}

/* Mobile: knoppen onder elkaar */
@media (max-width: 900px){
  .ff-shopnu__inner{
    min-height: 320px;
    padding: 36px 18px;
  }

  .ff-shopnu__h{
    font-size: 32px;
  }

  .ff-shopnu__p{
    font-size: 16px;
    margin-bottom: 22px;
  }

  .ff-shopnu__btns{
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 440px;
  }

  .ff-shopnu__btn{
    width: 100%;
  }
}

/* =========================
   HOME - 3 IMAGE TILES (re-usable)
   ========================= */

/* =========================
   HOME - 3 IMAGE TILES (re-usable)
   Desktop blijft grid (3 kolommen)
   Mobiel wordt carousel (1.5 zichtbaar)
   ========================= */

.ff-tiles{
  background: var(--ff-tiles-bg, #69c9ef);
  padding: 28px 0 30px;
}

.ff-tiles__h{
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 500;
  color:#111;
}

.ff-tiles__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.ff-tile{
  position: relative;
  display:block;
  overflow:hidden;
  border-radius: 0;
  text-decoration:none;
  max-height: 580px;
}

.ff-tile__img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* zwarte button in midden */
.ff-tile__btn{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  background:#000;
  color:#fff;
  padding: 18px 44px;
  font-weight: 400;
  letter-spacing: .06em;
  font-size: 14px;
  text-align:center;
  border-radius:0;
  white-space: nowrap;
}

/* hover subtiel */
@media (hover:hover){
  .ff-tile__img{
    transform: scale(1);
    transition: transform 260ms ease;
  }
  .ff-tile:hover .ff-tile__img{
    transform: scale(1.02);
  }
}

/* ✅ MOBILE: carousel met 1.5 zichtbaar */
@media (max-width: 900px){
  .ff-tiles__h{
    font-size: 21px;
  }

  /* maak van grid een horizontale track */
  .ff-tiles__grid{
    display:flex;
    gap: 14px;              /* ruimte tussen tiles */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  /* optioneel: scrollbar weg (cosmetisch) */
  .ff-tiles__grid::-webkit-scrollbar{
    display:none;
  }
  .ff-tiles__grid{
    scrollbar-width: none;
  }

  /* 1.5 zichtbaar: 100/1.5 = 66.666% */
  .ff-tile{
    flex: 0 0 66.666%;
    min-height: 260px;
    scroll-snap-align: start;
  }

  .ff-tile__btn{
    width: 70%;
    padding: 16px 18px;
    white-space: normal;
    font-size: 11px;
    
  }
}

/* =========================
   HOME - HOODIE SECTION (60/40)
   ========================= */

.ff-hoodie{
  background:#fff;
  padding: 60px 0;
}

.ff-hoodie__grid{
  display:grid;
  grid-template-columns: 60% 40%;
  gap: 0px;
  align-items: center;
}

/* media (rechts) */
.ff-hoodie__media{
  order: 2; /* desktop: rechts */
}

.ff-hoodie__media img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}

/* content (links) */
.ff-hoodie__content{
  order: 1;
  padding-right:50px;
}

.ff-hoodie__h{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.ff-hoodie__sub{
  margin-top: 6px;
  font-weight: 600;
  font-size: 18px;
}

.ff-hoodie__p{
  margin: 10px 0 18px;
  font-size: 18px;
  line-height: 1.6;
  color:#111;
  max-width: 720px;
}

/* buttons row */
.ff-hoodie__btns{
  display:flex;
  gap: 18px;
}

.ff-hoodie__btn{
  flex:1;                 /* 🔥 maakt alle knoppen even breed */
  display:flex;
  align-items:center;
  justify-content:center;
  height:52px;
  padding:0 18px;
  background:#000;
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  letter-spacing:.04em;
  border-radius:0;
  text-align:center;
}

.ff-hoodie__btn:hover{
  opacity:.92;
}

/* MOBILE: image on top, buttons stacked */
@media (max-width: 900px){
  .ff-hoodie__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ff-hoodie__media{
    order: 1; /* image first */
  }

  .ff-hoodie__content{
    order: 2;
    padding-right:0px;
  }

  .ff-hoodie__h{
    font-size: 24px;
  }

  .ff-hoodie__p{
    font-size: 16px;
  }

  .ff-hoodie__btns{
    flex-direction: column;
    gap: 12px;
    
  }

  .ff-hoodie__btn{
    width: 100%;
    max-width: 440px;
    padding-top:10px;
    padding-bottom:10px;
  }
}

/* =========================
   HOME - POPULAIRE ITEMS (image-only grid)
   ========================= */

.ff-popular{
  background:#fff;
  padding: 50px 0 30px;
}

.ff-popular__h{
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: 700;
}

.ff-popular__p{
  margin: 0 0 18px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.ff-popular__grid{
  display:grid;
  grid-template-columns: repeat(10, minmax(0, 1fr)); /* desktop: 10 per rij */
  gap: 30px;
  align-items:center;
}

.ff-popular__item{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.ff-popular__item img{
  max-width: 100%;
  height: 120px;          /* “logo/packshot” look */
  width:auto;
  object-fit: contain;
  display:block;
}

/* Mobile: 5 per rij */
@media (max-width: 900px){
  .ff-popular__grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }
  .ff-popular__item img{
    height: 64px;
  }
}

/* =========================
   HOME - NIEUWSBRIEF
   ========================= */

.ff-newsletter{
  background:#eee;
  padding: 50px 0 50px;
}

.ff-newsletter__inner{
  max-width: 820px;
  margin: 0 auto;
  text-align:center;
}

.ff-newsletter__text{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color:#111;
  margin: 0 0 22px 0;
}

.ff-newsletter__text strong{
  font-weight: 700;
}

.ff-newsletter__form{
  display:flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.ff-newsletter__input{
  width: 100%;
  height: 58px;
  padding: 0 22px;
  border: 0;
  background:#f3f3f3;
  color:#111;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

.ff-newsletter__input::placeholder{
  color:#666;
}

.ff-newsletter__btn{
  width: 100%;
  height: 58px;
  border: 0;
  background:#c40000;
  color:#fff;
  font-size: 16px;
  letter-spacing: .06em;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0;
}

.ff-newsletter__btn:hover{
  filter: brightness(.95);
}

/* mobiel: zelfde (al full width), iets compactere padding */
@media (max-width: 900px){
  .ff-newsletter{
    padding: 26px 0 34px;
  }
  .ff-newsletter__inner{
    max-width: 520px;
  }
}

/* =========================
   HOME - BOTTOM TEXT
   ========================= */

.ff-home-bottom-text{
  background:#fff;
  padding: 48px 0 54px;
}

.ff-home-bottom-text__h{
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}

.ff-home-bottom-text__content{
  max-width: 100%;
}

.ff-home-bottom-text__content p{
  margin: 0 0 18px 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color:#111;
}