/* .recepten-page .section-content {
  padding-inline: var(--container-padding);
}
 */

/* section:not(.full-width) {
  padding-inline: var(--container-padding);
} */
.recepten-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
}

.print-cta {
  display: none;
}

.recept-card {
  position: relative;      
  width: 100%;
  max-width: none;
  background: transparent;   
  border-radius: 0;         
transition: transform 0.6s cubic-bezier(.34,1.56,.64,1);
  will-change: transform;
}

.recept-card:hover {
  transform: translateY(-8px) scale(1.015);
}

.recept-img-wrap {
  height: 300px;
  overflow: hidden;
	
}

.recept-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: auto;
}

.recept-card-overlay {
    position: relative;
    background: #f5f5f5;
  	border-radius: var(--radius);
	 padding: clamp(20px, 3vw, 40px);
  min-height: 220px;
  height: auto;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;   
    align-items: center;
    text-align: center;
}


.recept-card-overlay h3 {
  color: var(--primary-color);
  margin: 0 0 20px;
	 min-height:2.6em;
    line-height:1.3;
}


.recept-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  justify-items: stretch;
}

.recept-tags li {
  display: flex;
  gap: 8px;
  white-space: nowrap;
  justify-content: flex-start;
	margin-left: 0px !important;
padding-left: 15px;


}
/* .recept-tags li img,
.recept-tags li svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
  display: inline-block;
}
 */


/*detailpage*/

.recept-image {
  aspect-ratio: 4 / 5;   /* 🔥 iets hoger dan vierkant */
  max-height: 530px;     /* voorkomt dat hij te groot wordt */
  width: 100%;
  overflow: hidden;
}

.recept-image-main,
.recept-image-main img {
  width: 100%;
  height: 100%;
}

.recept-image-main img {
  object-fit: cover;
}

.recept-header {
  position: relative;
  overflow: visible;
	background: var(--light-yellow);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.recept-header {
  padding-block: clamp(60px, 8vw, 100px);
}

.recept-header .container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
}

.container {
  max-width: var(--container-width); /* bv 1400px */
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
}


.chef-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

img.chef-foto {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  object-fit: cover;
}

.chef-label {
  background-color: var(--success-color) ;
  padding: 0.5rem 1rem;
  border-radius: 100px;
}

.tag-icon svg * {
  stroke: currentColor;
}

.tag-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.chef-label:hover {
  background-color: var(--secondary-color) ;
	color:white ;
}

img.partner-logo {
  height: 40px;
  width: auto;
  border-radius: 0;
}


.partner-with-chef .partner-logo{
height:34px;
}

.partner-only .partner-logo{
height:72px;
}

.recept-icons {
  display: flex;
  gap: 40px;
  list-style: none;
}

.recept-icons li {
  display: flex;
  flex-direction: column;
align-items: center;
  gap: 8px;
  justify-content: space-between;
    color: var(--secondary-color);
}


.recept-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.recept-product-overlay {
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: auto;       
  height: 360px;
}

.recept-product-overlay img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.recept-footer-video video,
.recept-footer-image img {
   width: 100%;
  max-width: 1400px;
	height: 500px;
  border-radius: 1rem;
    object-fit: cover;
	margin-top: 3rem;
	margin-bottom: 3rem;

}


.recept-video-wrapper{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
max-width:900px;
margin:3rem auto;
}

.recept-video-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:20px;
}

.recept-footer-video{
margin-top:4rem;
margin-bottom:4rem;
}

.recept-footer-video{
margin-top:60px;
}

.recept-video-wrapper{
max-width:900px;
margin:0 auto;
}

.recept-video-wrapper{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
max-width:900px;
margin:3rem auto;
}

.recept-video-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:20px;
}


.recept-image--bottom img {
    width: 50%;
    height: 100%;
    border-radius: 20px;
    display: block;
}

.recept-image--bottom{
margin-top:60px;
margin-bottom:60px;
}




.ingredienten-layout {
  margin-block: 80px;
  border-radius: 20px;
  background: var(--light-bg);

  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3rem;

  padding: clamp(30px, 4vw, 60px); /* ✔ enkel intern */
}



.ingredienten-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* .ingredienten-layout,
.recept-footer-image,
.recept-footer-video {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: var(--container-padding);
} */


.bereiding-header{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:2rem;
}

.bereiding-header .file-functie{
display:flex;
gap:60px;
align-items:center;
margin-top:0;
}

.file-functie{
display:flex;
align-items:center;
gap:40px;          
flex-wrap:nowrap;  
}


.ingredient-product{
margin-top:30px;
}

.ingredient-product img{
width:180px;
height:auto;
object-fit:contain;
}


.file-functie .recept-btn{
display:flex;
align-items:center;
gap:10px;
background:none;
border:none;
cursor:pointer;
padding:10px 20px;
font-weight:600;
}

.recept-btn{
display:flex;
align-items:center;
gap:10px;
white-space:nowrap;
background:none;
border:none;
cursor:pointer;
padding:8px 12px;
}

.file-functie .recept-btn img{
    width:28px;
    height:28px;
}

.file-functie .recept-btn:hover{
    transform:translateY(-2px);
}

/* .ingredienten-right {
  width: 100%;
}
 */

.ingredienten-right > .ingredienten-lijst{
  column-count:2;
  column-gap:6rem;
  column-rule:2px solid #ccc;
}

.ingredienten-lijst li {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.ingredient-text {
  text-transform: capitalize;
}

.ingredient-text::first-letter {
  text-transform: uppercase;
}

/* INGREDIENT GROEPEN */

.ingredient-groepen{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px, max-content));
gap:30px;
align-items:start;
}

.ingredient-groep h3{
font-weight:700;
margin-bottom:10px;
color:var(--primary-color);
}

.ingredient-groep .ingredienten-lijst{
margin:0;
padding:0;
list-style:none;
}

.ingredient-groep{
padding-right:30px;
border-right:1px solid rgba(0,0,0,0.08);
}

.ingredient-groep:last-child{
border-right:none;
}

.ingredient-groep.zonder-titel .ingredienten-lijst{
column-count:2;
column-gap:60px;
column-rule:1px solid rgba(0,0,0,0.15);
max-width:600px;
}

.ingredient-groep.zonder-titel .ingredienten-lijst:has(li:nth-child(7)){
column-count:2;
column-gap:60px;
column-rule:1px solid rgba(0,0,0,0.15);
}


.personen {
  display: inline-flex;    
  align-items: center;
  gap: 12px;  
  width: fit-content;    
}

.personen h4 {
  margin: 0;
  display: inline;
}

.personen button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	 position: relative;
	padding-top: 15px;
}

.recept-btn img {
  border-radius: 0;
  padding-right: 10px;
  width:28px;
  height: 28px;
}
.ingredient-aantal {
  font-weight: bold;
  margin-right: 4px;
}

.ingredient-eenheid {
   font-weight: bold;
  margin-right: 4px;
}


.tag-icon {
  width: auto;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  color:var(--secondary-color);
}

.recept-footer-image, .recept-footer-video {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
  width: 100%;
}

.recept-image--bottom {
  width: 100%;
  max-width: 1400px;
}
 .recept-image--bottom img {
  width: 50%;
  height: 100%;
  border-radius: 20px;
  display: block;
} 

.recept-icons svg{
width:30px;
height:30px;
}

.recept-icons svg *{
stroke: var(--secondary-color);
}

.recept-icons svg [fill]:not([fill="none"]){
fill: var(--secondary-color);
}



/*filters*/

.active-filters{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:20px 0 10px;
}


.active-filter{
display:flex;
align-items:center;
gap:8px;
background:var(--light-bg);
padding:6px 12px;
border-radius:20px;
font-size:14px;
}

.filter-label{
font-weight:600;
color:var(--primary-color);
}

.filter-value{
color:var(--secondary-color);
}

.filter-remove{
text-decoration:none;
font-weight:bold;
margin-left:4px;
}

.recepten-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.custom-dropdown {
  position: relative;
}

.dropdown-toggle {
  background-color: var(--light-bg);
  border: none;
  padding: 0.4rem 1.4rem;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  transform-origin: center;
	margin-top:-0.3rem;
}

.custom-dropdown.active .dropdown-toggle::after {
  transform: rotate(225deg);
}

.btn-reset {
  margin-left: 1rem;
	margin-top:-1rem;
}

.btn-reset:hover { color: var(--secondary-color) }


.recepten-intro {
  width: 100%;
  margin-bottom: 1rem;
}
.recepten-intro p {
  font-size: 0.95rem;
  color: var(--primary-color);
  font-style: italic;
  margin: 0;
}

.dropdown-menu {
    display: flex;
  justify-content: center;   
  justify-items: center; 
  align-items: center;
  gap: 3rem;
  background: var(--success-color);
  list-style: none;
  z-index: 15;
  padding: 2rem 3rem;
  border-radius: 20px;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
position: absolute;
  left: 0;
  top: 100%;
  width: max-content;         
  max-width: 100vw;        

}

.custom-dropdown:not(:hover) > .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(5px);
}

.dropdown-menu li {
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease;
  white-space: nowrap;
  margin: 0px !important;
}

.moeilijkheid-item,
.bereidingstijd-item,
.elvea-product-item,
.keuken-item,
.vvv-item,
.gang-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
  min-height: 120px;
}


.moeilijkheid-item:hover,
.bereidingstijd-item:hover,
.elvea-product-item:hover,
.keuken-item:hover,
.vvv-item:hover,
.gang-item:hover {
  color: var(--secondary-color);
  transform: translateY(-4px);
}




.recept-tags svg{
width:25px;
height:25px;
}

.recept-tags svg *{
stroke: var(--secondary-color);
}

.recept-tags svg [fill]:not([fill="none"]){
fill: var(--secondary-color);
}

.dropdown-menu.elvea-product-menu {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(120px, max-content));

  gap: 2rem;
  padding: 2rem;

  width: max-content;     /* 🔥 BELANGRIJK */
  max-width: 70vw;        /* voorkomt overflow buiten scherm */

  justify-content: start;
}



.custom-dropdown {
  position: relative;
}





.keuken-item svg,
.vvv-item svg,
.bereidingstijd-icon svg, .gang-icon svg, .moeilijkheid-icon svg{
  width: 37px;
	height:auto;
  fill: none;
  margin-bottom: 0.5rem;
}


.elvea-product-item .verpakking-mask {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  mask-image: var(--mask-url);
  -webkit-mask-image: var(--mask-url);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  margin-bottom: 0.6rem;
  transition: transform 0.25s ease;
}
.elvea-product-item:hover .verpakking-mask {
  background-color: transparent;
  background-image: var(--mask-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.05);
}

/* .elvea-product-item span,
.keuken-item span,
.vvv-item span,
.gang-item span,
.moeilijkheid-item span,
.bereidingstijd-item span {
  font-size: 14px;
  color: inherit;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
 */

.wistje-label{
left: 100% !important;	
	margin-top:10px;
}

.dropdown-menu li {
    display: flex;
    flex-direction: column;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease;
    white-space: nowrap;
    margin: 0px !important;
    align-items: center;
}

/* =========================
   BEREIDING – SCHERM VERSIE
========================= */

.bereiding-stappen{
  --dot: 55px;                 
  --indent: 88px;              
  --gap: 16px;               
  --item-gap: 24px;        
  --line-w: 2px;
  --line-color: var(--primary-color);

  position: relative;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.bereiding-stappen li{
  position: relative;
  display: grid;
  grid-template-columns: var(--indent) 1fr;
  column-gap: var(--gap);
  margin: 0 0 var(--item-gap) 0;
  z-index: 0;    
}

.stap-tekst{
	display:flex;
	padding:0px;
	margin:0px;
	align-items: flex-end;
}

.bereiding-stappen li::after{
  content: "";
  position: absolute;
  left: calc(var(--indent)/2 - var(--line-w)/2);
  top: calc(var(--dot)/2);
  bottom: calc(-1 * var(--item-gap));
  width: var(--line-w);
  background: var(--line-color);
  z-index: 0;                 
  pointer-events: none;
}

.bereiding-stappen li:last-child::after{
  display: none;
}

.stap-nummer {
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: var(--light-bg);
  display: grid;
  place-items: center;
  justify-self: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}


.bereiding-stappen li.active .stap-nummer {
  transform: scale(1.25);
  background: var(--success-color);
  box-shadow:
    0 0 0 8px rgba(244,196,0,0.15),
    0 0 25px rgba(244,196,0,0.4);
  animation: pulseStep 2.5s infinite;
}

@keyframes pulseStep {
  0% {
    box-shadow:
      0 0 0 0 rgba(244,196,0,0.45),
      0 0 20px rgba(244,196,0,0.4);
  }
  70% {
    box-shadow:
      0 0 0 14px rgba(244,196,0,0),
      0 0 30px rgba(244,196,0,0.5);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(244,196,0,0),
      0 0 20px rgba(244,196,0,0.4);
  }
}

.print-header,
.print-footer {
  display: none;
}
/* =========================================
   PRINT STYLING – RECEPT DETAIL
========================================= */

@media print {
	
	  .print-header {
    display: flex !important;
  }

  .print-footer {
    display: block !important;
  }

  @page {
    size: A4;
    margin: 12mm;
  }

  html, body {
    height: 100%;
  }

  body {
    font-size: 10px !important;
    line-height: 1 !important;
    zoom: 0.92;
    position: relative;
  }

  /* ===== VERBERG WEBSITE ELEMENTEN ===== */

  .site-header,
  .site-footer,
  header:not(.print-header),
  footer:not(.print-footer),
  .recept-latest,
  .file-functie,
  .recept-footer-image,
  .recept-footer-video,
  .print-cta {
    display: none !important;
  }


 .print-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
  }

  .print-header img {
    width: 150px !important;
    height: auto !important;
  }

  .print-line {
    flex: 1;
    border-top: 4px solid #009246;
    position: relative;
  }

  .print-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    border-top: 2px solid #ce2b37;
  }




/* 
  .recept-header h1 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  } */

  .chef-wrapper {
    margin: 10px !important;
  }

  .recept-icons {
    gap: 15px !important;
    margin-bottom: 5px !important;
  }


  .recept-image {
    position: relative !important;
    width: 180px !important;
  }

 .recept-image-main {
  height: clamp(300px, 35vw, 450px); 
  overflow: hidden;
  border-radius: var(--radius);
}

  .recept-image-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .recept-product-overlay {
    position: absolute !important;
    right: -18px !important;
    bottom: -18px !important;
    width: 75px !important;
  }

  .recept-product-overlay img {
    width: 100% !important;
    height: auto !important;
  }



  .ingredienten-layout {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    gap: 15px !important;
  }

  .ingredienten-lijst {
    column-count: 2;
    column-gap: 20px !important;
    margin: 0 !important;
  }

  .ingredienten-lijst li {
    margin-bottom: 2px !important;
    break-inside: avoid;
  }

  .personen button {
    display: none !important;
  }

  /* =====================================
     BEREIDING
  ===================================== */

  .recept-bereiding {
    margin-top: 3px !important;
    padding: 0 !important;
  }

  .bereiding-stappen {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .bereiding-stappen li {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 5px !important;
    page-break-inside: avoid;
  }

  .bereiding-stappen li::after {
    display: none !important;
  }

  .stap-nummer {
    all: unset;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 4px;
  }


  .print-footer {
    display: block !important;
    position: relative !important;   /* NIET fixed */
    font-size: 9px;
    border-top: 2px solid #1f2f44;   /* geen CSS var gebruiken in print */
    page-break-inside: avoid;
  }

  .print-footer-inner {
    display: flex;
    justify-content: space-between;
	  padding-top: 0.5rem;
  }
	
	/* =====================================
   BEREIDING – PRINT CLEAN
===================================== */

.bereiding-stappen {
  list-style: decimal !important;
  padding-left: 20px !important;
}

.bereiding-stappen li {
  display: list-item !important;
  margin-bottom: 6px !important;
}

.bereiding-stappen li::after {
  display: none !important;
}

/* volledig reset van de gele bol */
.stap-nummer {
  all: unset !important;
  display: none !important;   /* verberg custom nummer */
}

/* geen animatie of actieve styling */
.bereiding-stappen li.active .stap-nummer {
  all: unset !important;
  display: none !important;
}
	
	/* verwijder ALLE mogelijke achtergrond */
.bereiding-stappen li,
.bereiding-stappen li.active {
  background: none !important;
  box-shadow: none !important;
}
	
	.bereiding-stappen li * {
  background: none !important;
  box-shadow: none !important;
}

}

/* ===============================
   BOEK – TITEL LINKS / AUTEUR RECHTS
================================= */
/* 
.recept-header-content{
	padding-right:50px;
} */

.boek-horizontal {
	margin-top:-100px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Boek titel */
.boek-link {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
	font-weight:600;
}

/* 📖 via content */
.boek-link:not(:empty)::before {
    content: "📖";
    font-size: 20px;
    margin-right: 6px;
}

/* Auteur badge */
.boek-badge {
    background: var(--success-color);
    padding: 10px 22px;
    border-radius: 999px;
}

.recept-title-row{
display:flex;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.recept-title-row h1{
margin:0;
}

.partner-only .partner-logo{
height:70px;
}

.partner-with-chef .partner-logo{
height:40px;
}

/* tablet */
@media (max-width: 1024px) {
  .recepten-grid {
	  display:grid;
	    grid-template-columns: repeat(3,1fr);
    justify-content:center;
  }
	.recept-tags{
		padding-top:20px;
	}
	
	.recept-card:nth-child(9){
display:none;
}
	
	.recepten-latest__right {
    gap: 5rem;
}
	
	.recepten-latest__left {
    padding-right: 1rem;
		padding-left:2rem;
}
	
	.recepten-latest__inner{
		gap:2rem;
	}
	
	
	
	#sb_instagram {
    margin-top: -100px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
	
	.wistje-label{
		top:-1rem;
		left:90% !important;
	}
	
}

/* mobile */
@media (max-width: 768px){
	
.dropdown-menu.elvea-product-menu {

  max-width: 90vw;  

}
	
.headline-label-blok .wistje-label {
 	top:-2rem;
		left:70% !important;
}
	
.recept-header .recept-header-content{
    text-align:center;
	    padding-right: 0;
}

.recept-title-row{
    justify-content:center;
    flex-wrap:wrap;
}

.recept-icons{
    justify-content:center;
}

.chef-wrapper{
    justify-content:center;
}

.recept-header h1{
    text-align:center;
}
	
	
	.ingredienten-lijst{
		display:flex;
		flex-direction:column;
	}
	
/* 	.recept-ingredienten {
    background: var(--light-bg);
    border-radius: 20px;
		width:90%;
		        padding: 30px;

}
	 */
	section.recept-latest {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
	
	.bereiding-header {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-direction: column;
}
	
	.bereiding-header .file-functie {
    display: flex;
    gap: 0px;
    align-items: flex-start;
    margin-top: 0;
		padding:0px;
}
	
	.file-functie{
		flex-direction:column;
	}
	
.file-functie .recept-btn {
    display: flex;
    align-items: center;
    gap: 3px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;

}
	
	
	.ingredient-groep {
    border-right:none;
}
	
	.recept-image--bottom{
		width:180%;
		margin:0px;
		margin-bottom:50px;
		margin-left: 15px;
	}
	
	.ingredienten-layout {
    display: flex;
    flex-direction:column;
    gap: 3rem;
    align-items: start;
}
	

	.recept-icons{
		gap:10px;
	}
	
.recept-header .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
	
  .recepten-grid {
    grid-template-columns: 1fr;
  }

	.recepten-latest__inner{
		display:flex;
		flex-direction:column;
	}
	.latest-card{
		max-width: 350px;
	}
	.recepten-latest__left{
		padding:0px;
	}
	
	.wistje-label{
		left:90% !important;
	}
	

	
	.recept-icons{
		display:grid;
		  grid-template-columns: repeat(3,1fr)
	}
	
	.chef-fav-product .fav-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100% !important;
    flex-direction: column;
}
	
	.product-image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0px;
}
	
	.chef-quote {
    margin: 0px;
    font-size: 20px;
}
	
	
	
}
@media (max-width: 768px){

  .dropdown-menu,
  .dropdown-menu.keuken-menu,
  .dropdown-menu.gang-menu,
  .dropdown-menu.vvv-menu,
  .dropdown-menu.moeilijkheid-menu,
  .dropdown-menu.bereidingstijd-menu,
  .dropdown-menu.elvea-product-menu {
    display: grid !important;
    flex: unset !important;
	  gap:15px;
   grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));

    padding: 1.2rem;
    width: 83vw;
    box-sizing: border-box;

    justify-items: center;
  }


  .dropdown-menu svg,
  .verpakking-mask {
    width: 25px !important;
    height: 25px !important;
  }
	
	.moeilijkheid-item, .bereidingstijd-item, .elvea-product-item, .keuken-item, .vvv-item, .gang-item{
		min-height:0px;
	}
	
  .dropdown-menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
padding: 3px; 
    text-align: center;
    font-size: 11px;

    white-space: normal;
  }
	
	.recepten-filters {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
	
	  .dropdown-menu li span {
    display: block;
    max-width: 100%;
  }
	
	.custom-dropdown:not(.active) .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(5px);
}

.custom-dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

}