#pk_flex_content .flex_layout.smaak{
padding-block: 150px;
border-radius: 10px;
}

#pk_flex_content .flex_layout.smaak .flex_container_inner{
    max-width: var(--site-grid);
  }

#pk_flex_content .flex_layout.smaak .flex_container{

}

#pk_flex_content .flex_layout.smaak .content_container {
display: flex;
flex-direction: column;
gap: 2.5rem;
align-items: center;
}

#pk_flex_content .flex_layout.smaak .content_container .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%
}

#pk_flex_content .flex_layout.smaak .content_container .heading div {
 max-width: 500px; 
}

#pk_flex_content .flex_layout.smaak .text {
  font-size: var(--body-l)
}

#pk_flex_content .flex_layout.smaak .custom_swiper{
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
	align-items: center;
  width: 100%;
}

#pk_flex_content .flex_layout.smaak .custom_swiper > div{
	grid-row: 1/2;
}

#pk_flex_content .flex_layout.smaak .right_image{
	--mask-url: url("data:image/svg+xml,%3Csvg width='340' height='338' viewBox='0 0 340 338' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M339.959 4C339.959 1.79086 338.168 0 335.959 0H81.1319C79.2734 0 77.6598 1.27997 77.2369 3.08962L0.10668 333.09C-0.479819 335.599 1.42474 338 4.0017 338H335.959C338.168 338 339.959 336.209 339.959 334V4Z' fill='black'/%3E%3C/svg%3E%0A");
}

#pk_flex_content .flex_layout.smaak .left_image{
	--mask-url: url("data:image/svg+xml,%3Csvg width='340' height='338' viewBox='0 0 340 338' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H258.827C260.686 0 262.299 1.27997 262.722 3.08962L339.852 333.09C340.439 335.599 338.534 338 335.957 338H4C1.79086 338 0 336.209 0 334V4Z' fill='black'/%3E%3C/svg%3E%0A");
}

#pk_flex_content .flex_layout.smaak .left_image,
#pk_flex_content .flex_layout.smaak .right_image{
  display: flex;
}

#pk_flex_content .flex_layout.smaak .left_image{
	grid-column: 1 / 5;
}

#pk_flex_content .flex_layout.smaak .right_image{
	grid-column: 9 / 13;
}

#pk_flex_content .flex_layout.smaak .left_image .image,
#pk_flex_content .flex_layout.smaak .right_image .image{
  position: relative;
	aspect-ratio: 1;
	z-index: 2;
  width: 100%;
	mask: var(--mask-url) no-repeat center / contain;
	-webkit-mask: var(--mask-url) no-repeat center / contain;
}

#pk_flex_content .flex_layout.smaak .right_image .image{
	aspect-ratio: 1;
}

#pk_flex_content .flex_layout.smaak .image img{
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 700ms ease-in-out 100ms;
}

#pk_flex_content .flex_layout.smaak .image img.hidden{
  opacity: 0;
}

#pk_flex_content .flex_layout.smaak .swiper-container{
	grid-column: 4 / 10;
	z-index: 3;
	aspect-ratio: 13.5/9;
	--mask-url: url("data:image/svg+xml,%3Csvg width='643' height='461' viewBox='0 0 643 461' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M642.746 4.93816C643.353 2.42166 641.446 0 638.858 0H4.00151C1.4178 0 -0.488088 2.41289 0.110269 4.92635L107.952 457.926C108.381 459.728 109.991 461 111.843 461H529.563C531.41 461 533.018 459.734 533.451 457.938L642.746 4.93816Z' fill='black'/%3E%3C/svg%3E%0A");
	mask: var(--mask-url) no-repeat center / contain;
	-webkit-mask: var(--mask-url) no-repeat center / contain;
}

#pk_flex_content .flex_layout.smaak .swiper-slide img{
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover
}
/*
#pk_flex_content .flex_layout.smaak .swiper{
  max-width: 1161px;
  overflow: hidden;
}
#pk_flex_content .flex_layout.smaak .swiper-wrapper {
  align-items: center;
}

#pk_flex_content .flex_layout.smaak .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  max-height: 645px;
}

#pk_flex_content .flex_layout.smaak .swiper-slide:nth-of-type(2) {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  border-radius: 4px;
  aspect-ratio: 1.4/1;
  z-index: 2;
}

#pk_flex_content .flex_layout.smaak .swiper-slide:nth-of-type(odd) {
  background: var(--forest);
}

#pk_flex_content .flex_layout.smaak .swiper-slide:nth-of-type(even){
background: var(--grass);
}

#pk_flex_content .flex_layout.smaak a:hover .block_arrow::after {
transform: rotate(45deg)
}
*/



#pk_flex_content .flex_layout.smaak .item {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1;
  width: 100%;
  justify-content: flex-end;
  position:relative;
  overflow: hidden;
}

#pk_flex_content .flex_layout.smaak .item .content{
position: absolute;
top: 60px;
left: 50%; 
transform: translateX(-50%); 
width: 80%;
display: flex;
flex-direction: column;
align-items: center;
z-index: 2;
}

#pk_flex_content .flex_layout.smaak .item .content .swiper_title {
color: white;
text-align: center;
}


#pk_flex_content .flex_layout.smaak .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#pk_flex_content .flex_layout.smaak .swiper-slide:nth-of-type(2) .item::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; 
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
border-radius: inherit; 
}

#pk_flex_content .flex_layout.smaak .swiper_text {
  max-width: 424px;
}

@media screen and (max-width: 1140px){
#pk_flex_content .flex_layout.smaak .block .content {
  margin: 20px;  
}
}


@media screen and (max-width: 767px){
   #pk_flex_content .flex_layout.smaak{
   padding-block: 100px;
   margin-inline: 0px;
   }

   
    #pk_flex_content .flex_layout.smaak .flex_hero_inner{
        padding: 40px 20px 40px 20px;
    }
    

}