.logo {
    width: auto !important;
	max-height:100px;
}
p{font-size:14px;}
#footer .footer-container .links li span{display:inline;}
#footer_before .block_newsletter p.h4{
	max-width:75%;
}
#boninfoban .boninfoban-item .boninfoban-item-description h3{color:#fff;}
/* --- Reviews layout --- */
#customer-reviews {
  margin-top: 2rem;
}

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

@media (max-width: 992px) {
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.page-content.page-cms.page-cms-4 .cms-box img{max-width:100%;}
	.extra{
	padding:0px;
	}
}
@media (max-width: 576px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

.review-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.review-name {
  font-weight: 700;
  color: #3a3a3a;
}

/* --- Stars (pure CSS) --- */
.review-stars {
  --star-size: 1.15rem;
  --star-empty: #e7e7e7;
  --star-fill: #FFC107; /* goudgeel */
  --star-gap: 2px;
  --rating: 5; /* 0..5, kan decimaal zijn */
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  letter-spacing: var(--star-gap);
  line-height: 1;
}

.review-stars::before {
  content: "★★★★★";
  color: var(--star-empty);
}

.review-stars::after {
  content: "★★★★★";
  color: var(--star-fill);
  position: absolute;
  inset: 0;
  width: calc((var(--rating) / 5) * 100%);
  overflow: hidden;
  white-space: nowrap;
}

/* Toegankelijk: verberg visuele tekst, leesbaar voor screenreaders */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Tekst */
.review-text {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.45;
}
.nav-cta {
  color: #fff;
  background: #c29756;
  padding: 10px 16px;
  border-radius: 9999px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  transition: filter .2s ease, transform .06s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
	margin-right:10px;
}
.bonhtmlcontent-container .revealOnScroll{
	position:relative;
}
/* Avant & Après */
#avant-apres { margin-top: 2rem; margin-bottom:40px; }
#avant-apres .ba-intro {
  max-width: 900px;
  margin: 0 auto 1.25rem;
  text-align: center;
  color: #4a4a4a;
  line-height: 1.45;
}
.page-content.page-cms.page-cms-4 .cms-box img{
	width: revert-layer;
	
}
.page-content.page-cms.page-cms-4 .row{
	align-items: center; /* Verticaal centreren */
}
.cms-box.extra{
	padding:15%;
}
.values-list {
  counter-reset: item;
  margin: 0;
  padding: 0;
  list-style: none; /* we gebruiken onze eigen teller */
}

.values-list li {
  position: relative;
  margin: 0 0 1rem 0;
  padding-left: 3rem; /* ruimte voor de badge */
  line-height: 1.5;
}
.page-content.page-cms li {
    color: #3a3a3a;
	font-size:14px;
}

.values-list li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 2.1rem;        /* centrering van het cijfer */
  font-weight: 700;
  color: #ffffff;
  background: var(--badge, #6b5cff);
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

/* Optioneel: verschillende kleuren per item */
.values-list li:nth-child(5n+1)::before { --badge: #c29756; } /* indigo */
.values-list li:nth-child(5n+2)::before { --badge: RGB(var(--brand-primary)); } /* teal */
.values-list li:nth-child(5n+3)::before { --badge: #c29756; } /* coral */
.values-list li:nth-child(5n+4)::before { --badge: RGB(var(--brand-primary)); } /* amber */
.values-list li:nth-child(5n+5)::before { --badge: #c29756; } /* blue */

/* Optioneel: term (voor de dubbele punt) vet & op 1 regel houden */
.values-list li strong {
  font-weight: 700;
  white-space: nowrap;
}

/* Credit-stijl (optioneel) */
.credit {
  margin-top: .75rem;
  font-size: .9rem;
  font-style: italic;
  opacity: .8;
}
/* Grid */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
	max-width: 600px;    /* pas aan naar wens */
  margin: 0 auto;
}
@media (max-width: 767px){
  /*.ba-grid { grid-template-columns: 1fr; }*/
	.page-content.page-cms.page-cms-4 .cms-box img{width:100%;}
	.page-content.page-cms.page-cms-4 .cms-box{text-align:left !important;}
	.cms-box.extra{padding:0px;}
	.page-content.page-cms .page-cms-4{padding-top:0px;}
	.products-section-title{margin-bottom:0px;}
}
.featured-products.featured-products-swiper{margin-bottom:0px;}
/* Kaarten */
.ba-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  background: #fff;
}

/* Beelden met vaste verhouding (consistent hoogte) */
.ba-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;        /* pas aan naar jouw fotoverhouding (bijv. 3/4 of 16/9) */
  object-fit: cover;
}

/* Badges */
.ba-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3a3a3a;
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: .02em;
}
.ba-badge-after {
  background: #c29756; /* gouden tint zoals jouw CTA */
}


.nav-cta:hover { filter: brightness(0.92); }
.nav-cta:active { transform: translateY(1px); }

/* Icon mooi uitlijnen */
.nav-cta svg {
  display: block;
  flex-shrink: 0;
}
.stars {
    font-size: 2rem;
    color: gold;          /* kleur van de sterren */
    letter-spacing: 3px;  /* ruimte tussen sterren */
  }
@media screen and (min-width: 992px){
	#header .header-top .position-static-menu {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
}
.page-home .products-section-title{text-align:center;}
.page-home #category-description {
	text-align:center;
	max-width: 65%;
    margin: 0px auto;
}
.page-home #category-description strong, .page-home #category-description p, .page-home #category-description ul, .page-home #category-description li, .page-home #category-description{
	font-size:16px;line-height:135%;
	color:#7a7a7a !important;
}

@media screen and (max-width: 992px){
	.page-home #category-description {
		max-width:80%;
	}
	#footer_before .block_newsletter p.h4{
		max-width:95%;
	}
}
@media screen and (max-width: 767px){
	.page-home #category-description {
		max-width:100%;
	}
#footer_before .block_newsletter p.h4{
	max-width:100%;
}
.featured-products.featured-products-swiper .swiper-wrapper{
	flex-direction: column;
}
.bonslider-item .btn{
	font-size:12px;
}
.bonslider-item .btn{
	padding: 6px 4px;
}
}

@media screen and (min-width: 767px){
	.featured-products.featured-products-swiper .swiper-wrapper{
		justify-content: center;   /* centreert horizontaal */
	align-items: center; 
	}
}