#fw-section-rich-text-ae3fd21c-08d4-43ad-b6c9-198a39c05a3f {

/* Aangepaste titelstijl */
h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  margin-top: 40px !important;
  margin-bottom: 8px !important; /* iets minder ruimte */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  text-align: center;
}

h2::after {
  content: "";
  width: 80px; /* iets breder dan voorheen */
  height: 4px;
  background-color: #8B2E2E;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* Tekst onder titel */
h2 + p {
  font-size: 1.05rem;
  color: #444;
  max-width: 700px;
  margin: 10px auto 30px auto; /* dichterbij de titel */
  line-height: 1.6;
  opacity: 0.95;
  text-align: center;
}

}








#fw-section-custom-html-bea9b10b-d7de-4bba-b0b0-4c995606ab92 {

.review-section {
  background: #f7f7f7;
  padding: 40px 20px;
  text-align: center;
  border-radius: 14px;
  margin: 40px auto;
  max-width: 1000px;
}

.review-section h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.review-section h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #8B2E2E;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.review-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px 10px;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 95%;
  justify-content: start;
}

.review-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(139, 46, 46, 0.12);
  min-width: 280px;
  max-width: 320px;
  text-align: left;
}

.review-item .stars {
  font-size: 1.2rem;
  color: #00B67A;
  margin-bottom: 10px;
}

.review-item p {
  font-size: 1rem;
  margin-bottom: 8px;
}

.review-item span {
  font-size: 0.9rem;
  color: #666;
}

.trustpilot-link {
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
  color: #8B2E2E;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.trustpilot-link:hover {
  color: #5e1f1f;
}

.review-scroll::-webkit-scrollbar {
  height: 6px;
}
.review-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* 📱 Mobile optimalisatie */
@media (max-width: 768px) {
  .review-section {
    padding: 30px 16px;
  }

  .review-item {
    min-width: 240px;
    padding: 16px;
  }

  .trustpilot-link {
    font-size: 0.95rem;
    margin-top: 18px;
  }
}

}
#fw-section-custom-html-86135ab8-bc86-40a5-9ee2-57ff02cb95af {

/* ===============================
   WRAPPER – CLEAN (NO FADE)
=================================*/
.eg-review-wrap{
  background:#f7f7f7; /* GEEN gradient meer */

  padding:44px 20px 36px;
  text-align:center;
  border-radius:16px;
  margin:40px auto;
  max-width:1000px;

  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 16px 34px rgba(0,0,0,.06);
}

/* ===============================
   TITLE – NO RED LINE
=================================*/
.eg-review-wrap h2{
  font-size:2rem;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 22px 0;
  letter-spacing:.04em;
}

/* Force remove ANY previous red line */
.eg-review-wrap h2::before,
.eg-review-wrap h2::after{
  display:none !important;
  content:none !important;
}

/* ===============================
   REVIEW SLIDER
=================================*/
.review-scroll{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:22px;
  padding:22px 10px 18px;
  -webkit-overflow-scrolling:touch;
  margin:0 auto;
  max-width:95%;
  justify-content:start;
}

.review-item{
  flex:0 0 auto;
  scroll-snap-align:start;

  background:#ffffff;
  border-radius:14px;
  padding:22px;

  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 10px 22px rgba(0,0,0,.06);

  min-width:280px;
  max-width:330px;
  text-align:left;
}

.review-item .stars{
  font-size:1.15rem;
  color:#00B67A;
  margin-bottom:12px;
  letter-spacing:.08em;
}

.review-item p{
  font-size:1rem;
  margin:0 0 10px 0;
  line-height:1.5;
}

.review-item span{
  font-size:.92rem;
  color:#666;
}

/* Divider */
.eg-divider{
  margin:30px auto 22px;
  height:1px;
  width:92%;
  background:rgba(0,0,0,.08);
}

/* ===============================
   RATE BLOCK
=================================*/
.eg-rating{
  padding:0 10px 6px;
}

.eg-rating__title{
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:15px;
  color:#111;
  margin:0 0 16px 0;
}

/* ===============================
   STARS CARD – CLEAN
=================================*/
.eg-rating__stars{
  display:inline-flex;
  flex-direction:row-reverse;
  gap:14px;
  text-decoration:none;

  padding:16px 20px;
  border-radius:18px;

  background:#ffffff; /* volledig wit */
  border:1px solid rgba(0,0,0,.06);

  transition:transform .22s ease, box-shadow .22s ease;
}

.eg-rating__stars:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(0,0,0,.10);
}

.eg-star{
  font-size:44px;
  color:#dadada;
  transition:transform .18s ease, color .18s ease;
}

/* Trustpilot color progression */
.eg-rating__stars .s1:hover,
.eg-rating__stars .s1:hover ~ .eg-star{ color:#d62828; }

.eg-rating__stars .s2:hover,
.eg-rating__stars .s2:hover ~ .eg-star{ color:#f77f00; }

.eg-rating__stars .s3:hover,
.eg-rating__stars .s3:hover ~ .eg-star{ color:#fcbf49; }

.eg-rating__stars .s4:hover,
.eg-rating__stars .s4:hover ~ .eg-star{ color:#7bd389; }

.eg-rating__stars .s5:hover,
.eg-rating__stars .s5:hover ~ .eg-star{ color:#00b67a; }

/* Hint */
.eg-rating__hint{
  margin-top:14px;
  font-size:12px;
  font-weight:600;
  color:rgba(0,0,0,.45);
}

/* See all reviews */
.trustpilot-link{
  display:inline-block;
  margin-top:26px;
  text-decoration:none;
  color:#8B2E2E;
  font-weight:800;
  font-size:1rem;
  transition:color .3s ease, transform .2s ease;
}

.trustpilot-link:hover{
  color:#5e1f1f;
  transform:translateY(-1px);
}

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

  .eg-review-wrap{
    padding:28px 14px 24px;
    margin:24px 10px;
    border-radius:14px;
  }

  .eg-review-wrap h2{
    font-size:1.55rem;
  }

  .review-scroll{
    gap:14px;
    padding:16px 6px 14px;
  }

  .review-item{
    min-width:220px;
    max-width:260px;
    padding:14px;
  }

  .eg-rating__stars{
    width:100%;
    max-width:320px;
    justify-content:center;
    gap:10px;
    padding:14px 12px;
  }

  .eg-star{
    font-size:34px;
  }
}

@media (max-width:380px){
  .eg-star{
    font-size:30px;
  }
}
}
#fw-section-rich-text-174595438135846 {

/* Aangepaste titelstijl */
h2 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  margin-top: 40px !important;
  margin-bottom: 8px !important; /* iets minder ruimte */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  text-align: center;
}

h2::after {
  content: "";
  width: 80px; /* iets breder dan voorheen */
  height: 4px;
  background-color: #8B2E2E;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

/* Tekst onder titel */
h2 + p {
  font-size: 1.05rem;
  color: #444;
  max-width: 700px;
  margin: 10px auto 30px auto; /* dichterbij de titel */
  line-height: 1.6;
  opacity: 0.95;
  text-align: center;
}

}
#fw-section-collections-list-57385e87-2e6e-4139-9404-a57227939317 {

/* Centreer ALLE collection-titles in de winkel */
.collection-title, .collection-header__title, .collection-grid__title, .grid__title {
  text-align: center !important;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1a1a;
}

/* Eventueel lijntje onder de collectie-titel */
.collection-title::after, .collection-header__title::after, .collection-grid__title::after, .grid__title::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #8B2E2E;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

}










#fw-section-custom-html-27a333f3-60f0-4a06-9211-4ea504586839 {

/* Scrollbare categorieblokken */
.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 30px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Categorie-item styling */
.category-item {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.category-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.category-item a {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 15px;
}

.category-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.category-item p {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

/* Scrollbar verbergen */
.category-scroll::-webkit-scrollbar {
  display: none;
}
.category-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

}

#fw-section-custom-html-57b3f794-52c7-4136-966a-f17f5fb0e698 {

.category-section h2 {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 12px;
  position: relative;
}

.category-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #8B2E2E;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.category-scroll-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

/* Scroll container */
.category-scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 25px 10px;
  overflow: hidden;
}

/* Categorie items */
.category-item {
  flex: 0 0 auto;
  width: 165px;
  background: #ffffff;
  border: 1.5px solid #8B2E2E;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(139, 46, 46, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.category-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(139, 46, 46, 0.15);
}

.category-item a {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 14px;
}

.category-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 8px;
}

.category-item p {
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0;
  color: #1a1a1a;
}

/* 📱 Mobiel gedrag */
@media (max-width: 768px) {
  .category-section h2 {
    font-size: 1.4rem;
  }

  .category-scroll-wrapper {
    overflow: hidden;
  }

  .category-scroll {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
  }

  .category-item {
    width: 135px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .category-item img {
    height: 90px;
  }

  .category-item p {
    font-size: 0.85rem;
  }

  .category-scroll::-webkit-scrollbar {
    display: none;
  }
}

}








#fw-section-custom-html-8eb46863-1849-423a-8fbc-850e219e47a7 {

.review-section {
  background: #f7f7f7;
  padding: 40px 20px;
  text-align: center;
  border-radius: 14px;
  margin: 40px auto;
  max-width: 1000px;
}

.review-section h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.review-section h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #8B2E2E;
  display: block;
  margin: 10px auto 0 auto;
  border-radius: 2px;
}

.review-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 20px 10px;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 95%;
  justify-content: start;
}

.review-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(139, 46, 46, 0.12);
  min-width: 280px;
  max-width: 320px;
  text-align: left;
}

.review-item .stars {
  font-size: 1.2rem;
  color: #00B67A;
  margin-bottom: 10px;
}

.review-item p {
  font-size: 1rem;
  margin-bottom: 8px;
}

.review-item span {
  font-size: 0.9rem;
  color: #666;
}

.trustpilot-link {
  display: inline-block;
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
  color: #8B2E2E;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.trustpilot-link:hover {
  color: #5e1f1f;
}

.review-scroll::-webkit-scrollbar {
  height: 6px;
}
.review-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* 📱 Mobile optimalisatie */
@media (max-width: 768px) {
  .review-section {
    padding: 30px 16px;
  }

  .review-item {
    min-width: 240px;
    padding: 16px;
  }

  .trustpilot-link {
    font-size: 0.95rem;
    margin-top: 18px;
  }
}

}








#fw-section-password {
--color-primary: #7e3535;
--color-primary-rgb: 126, 53, 53;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #7e3535;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}