body .cs-titel {
  color: #fff;
}

.categorie_slider-layout .cs-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.categorie_slider-layout .cs-header-text {
    flex: 1;
}

.categorie_slider-layout .cs-swiper-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.categorie_slider-layout .cs-button {
    line-height: 0;
    padding: 1rem;
    border: 1px solid currentColor;
    cursor: pointer;
    background: transparent;
    color: inherit;
    transition: opacity 0.2s ease;
}

.categorie_slider-layout .categorie-slider{
    cursor: grab;
}
.categorie_slider-layout .categorie-slider:active{
    cursor: grabbing;
}

body .cs-titel {
  color: #fff;
}

.categorie_slider-layout .cs-button:hover {
    opacity: 0.6;
}

.categorie_slider-layout .swiper-container {
    overflow: visible;
}

.categorie_slider-layout .cs-naam {
  color: #fff;
}

.categorie_slider-layout .cs-slide {
    display: flex;
    flex-direction: column; height: auto;
}


.categorie_slider-layout .slide-inner-container {
  display: flex;
  width: 100%; height: 100%;
}

.categorie_slider-layout .slide-inner-container > div {
  flex: 1;
  max-width:50%;
}

.categorie_slider-layout .cs-slide-image {
    min-height: 470px;
    overflow: hidden;
}

.categorie_slider-layout .cs-afbeelding {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.categorie_slider-layout .cs-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    padding:48px;
    flex: 1;
    background-color:#10383B;
    color:#fff;
    background-image: url(/wp-content/uploads/2026/03/product-bg.svg);
    background-repeat: no-repeat;
    background-position: 210% -25%;
    background-size: 96%;
}

.categorie_slider-layout .cs-icoon {
    width: 48px;
    height: 48px;
}

.categorie_slider-layout .cs-knop .cs-icoon-img {
    height: 1em;
    width: 1em;
}

.categorie_slider-layout .cs-icoon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


body .cs-afbeelding {
  max-height: 100%;
  max-width: 100%;
}

.categorie_slider-layout .cs-naam {
    margin: 0;
    margin-top:auto;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    line-height: 1.1;
}

.categorie_slider-layout .cs-beschrijving {
    margin: 0;
    line-height: 1.6;
    opacity: 0.85;
}

body .categorie_slider-layout .cs-knop {
    align-self: flex-start;
    flex-direction: row;
    display: flex;
    gap: 18px;
    align-items: center;
    line-height: 1;
}

.cs-knop-icoon img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cs-knop-icoon img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cs-knop:hover .cs-knop-icoon img,
.cs-knop:focus .cs-knop-icoon img,
.cs-knop:active .cs-knop-icoon img{
    rotate:180deg;
}

p.cs-term-beschrijving{
    margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
   .categorie_slider-layout .cs-slide-content{
    padding:40px;
    background-position: 210% -25%;
    background-size: 96%;
   }
}

@media screen and (max-width: 1200px) {
   .categorie_slider-layout .cs-slide-content{
    padding:35px;
    background-position: 210% -25%;
    background-size: 96%;
   }
}

@media screen and (max-width: 992px) {
    .categorie_slider-layout .cs-slide-content {
        padding:25px;
        background-position: 210% -25%;
        background-size: 96%;
        flex-grow: 1 !important;

    }
}

@media screen and (max-width: 768px) {
    .categorie_slider-layout .slide-inner-container {
        flex-direction: column;
    }

    .categorie_slider-layout .slide-inner-container > div {
        width: 100% !important;
        flex: unset;
        max-width: 100%;
    }

    .cs-header a.btn-ghost.arrow.pk-button {
        width: 100%;
    }

    .categorie_slider-layout .cs-slide-image {
        min-height: 150px;
        aspect-ratio: 1/1 !important;
    }

    .categorie_slider-layout .cs-header {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        row-gap:0px;
        padding-right: 0;
    }
    .flex-layout.categorie_slider-layout {
        padding-right: 1rem;
    }

    .categorie_slider-layout .cs-icoon{
        width: 2rem;
        height: 2rem;
    }
}
