#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-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-header {

/* Navigatiebalk styling */
header, .site-header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Navigatielinks */
nav a, .site-nav a {
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  color: #1a1a1a;
  margin: 0 18px;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease;
}

/* Onderstreping standaard (on hover) */
nav a::after, .site-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #8B2E2E;
  transition: width 0.3s;
  margin: 5px auto 0 auto;
  border-radius: 1px;
}

/* Hover effect */
nav a:hover::after, .site-nav a:hover::after {
  width: 100%;
}

/* Actieve link onderstreept */
nav a.active::after, .site-nav a.active::after {
  width: 100%;
}

/* Actieve link kleur (optioneel iets donkerder) */
nav a.active, .site-nav a.active {
  color: #5e1f1f;
  font-weight: 600;
}

}

#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-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-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-password {
--color-primary: #7e3535;
--color-primary-rgb: 126, 53, 53;
--color-background: #f5f5f5;
--color-background-rgb: 245, 245, 245;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 245;
background-color: var(--color-background);
color: var(--color-on-background);

}


#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-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;
  }
}

}