/** Shopify CDN: Minification failed

Line 1020:6 Unexpected "{"
Line 1020:7 Expected identifier but found "%"

**/

.red-light-section {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.red-light-section.section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.red-light-section.section1 h2 {
    text-align: center;
        font-size: clamp(20px, 3.2vw, 34px);
        line-height:normal;
}

.comparison-section{
    padding:100px 20px 50px;
}
  /* HERO */
  .hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2418 60%, #3d2e12 100%);
    padding: 60px 48px 52px;
    position: relative;
    overflow: hidden;
  }
  .hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    }

    /* LEFT */
    .hero-left {
    flex: 1;
    max-width: 600px;
    }

    /* RIGHT */
    .hero-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    }

    .hero-right img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    }

    /* MOBILE */
    @media (max-width: 900px) {
    .hero-flex {
        flex-direction: column;
        text-align: center;
    }
    .hero {
        padding: 60px 20px 52px;
    }
    
    .hero-right {
        justify-content: center;
    }

    .hero-right img {
        max-width: 90%;
    }
    .hero-cta {
        padding: 18px !important;
    }
    .section,   .urgency-section_H {
        padding: 56px 20px !important;
    }
    .science-section {
        padding: 20px 20px 50px !important;
    }
    .final-cta_H{
        background: #1a1a1a;
        padding: 64px 20px;
    }
    }
  .hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(232,201,122,0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-tag {
    display: inline-block;
    background: rgba(232,201,122,0.15);
    border: 1px solid rgba(232,201,122,0.3);
    color: #e8c97a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(25px, 3.2vw, 46px);
    font-weight: 900;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 20px;
    max-width: 560px;
  }
  .hero h1 span {
    color: #e8c97a;
    display: block;
  }
  .hero-sub {
    color: rgba(255,255,255,0.7);
        font-size: clamp(14px, 3.2vw, 17px);
    line-height: 1.65;
    margin-bottom: 32px;
    max-width: 520px;
  }
  .hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }
  .stars { color: #e8c97a; font-size: 16px; letter-spacing: 2px;     width: 90px;}
  .hero-proof span { color: rgba(255,255,255,0.6); font-size: clamp(12px, 3.2vw, 14px); }
  .hero-cta {
    display: inline-block;
    background: #e8c97a;
    color: #1a1a1a;
    text-align: center;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
        font-size: clamp(12px, 3.2vw, 15px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-bottom: 16px;
    display: block;
    max-width: 430px;
    font-family: 'Gilmer Heavy';
  }
  .hero-cta-sub {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
  }

  /* TRUST BAR */
  /* DESKTOP: normal row */
    .trust-bar {
    display: flex;
    gap: 24px;
    align-items: center;
    }

    /* MOBILE: turn into slider */
    @media (max-width: 768px) {
    .trust-bar {
        display: block; /* Flickity takes over */
    }

    .trust-item {
        width: 40%;
        margin-right: 12px;
    }
    }

    .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    }

  .trust-bar {
    padding: 16px 0px;
    display: flex;
    justify-content: space-around;
    gap: 8px;
  }
  /* TRUST BAR */
  .trust-bar-holder {
    background: #f0ebe0;
    border-top: 1px solid #e0d8c8;
    border-bottom: 1px solid #e0d8c8;
  }  
  .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex: 1;
  }
  .trust-icon { font-size: 20px; }
  .trust-item span {
    font-size: 11px;
    font-weight: 600;
    color: #6b5c3e;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }

  /* SECTIONS */
  .section {
    padding: 56px 48px;
  }
  .section-tag {
    font-size: 12px;
    font-weight: 600;
    color: #b8935a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .section h2 {
    font-size: clamp(20px, 3.2vw, 34px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 16px;
    max-width: 860px;
  }
  .section p {
    font-size: clamp(12px, 3.2vw, 16px);
    color: #555;
    line-height: 1.75;
    margin-bottom: 14px;
    max-width: 600px;
  }
  .section1 p{
    text-align:center;
  }

  /* PROBLEM BOX */

  .problem-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.problem-left {
  flex: 1;
  max-width: 600px;
}

.problem-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

    .problem-right video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    }

/* Mobile */
@media (max-width: 900px) {
  .problem-flex {
    flex-direction: column;
  }

  .problem-right {
    justify-content: center;
  }
}

  .problem-box {
    background: #1a1a1a;
    border-radius: 14px;
    padding: 28px 32px;
    margin: 28px 0;
    max-width: 600px;
  }
  .problem-box h3 {
    color: #e8c97a;
    font-size: 20px;
    margin-bottom: 16px;
    font-size: clamp(16px, 3.2vw, 20px);
  }
  .problem-list { list-style: none; }
  .problem-list li {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.55;
    font-size: clamp(12px, 3.2vw, 15px);
  }
  .problem-list li::before {
    content: '✗';
    color: #e07070;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* SOLUTION LIST */
  .solution-list { list-style: none; margin-top: 24px; max-width: 600px; }
  .solution-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e0d0;
    font-size: clamp(12px, 3.2vw, 15px);
    color: #333;
    line-height: 1.55;
  }
  .sol-check {
    width: 22px; height: 22px;
    background: #2d6a4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 12px;
    margin-top: 1px;
  }

  /* SCIENCE SECTION */
  .science-section {
    background: #f0ebe0;
    padding: 56px 48px;
  }
  .science-section .section-tag { margin-bottom: 10px; }
  .science-section h2 {
    font-size: clamp(20px, 3.2vw, 34px);
    color: #1a1a1a;
    margin-bottom: 16px;
  }
  .science-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 20px;
    max-width: 600px;
    text-align: center;
  }

  .wavelength-visual {
    background: #1a1a1a;
    border-radius: 14px;
    padding: 24px 28px;
    margin: 24px 0;
    max-width: 600px;
    width: 100%;
  }
  .wave-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }
  .wave-dot {
    width: 16px; height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .wave-info { flex: 1; }
  .wave-info strong {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
  }
  .wave-info span { color: rgba(255,255,255,0.5); font-size: 12px; }
  .wave-bar-wrap {
    width: 80px; height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
  }
  .wave-bar { height: 100%; border-radius: 3px; }

  .benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 24px;
    max-width: 600px;
  }
  .benefit-card {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .benefit-icon { font-size: 24px; display: block; }
  .benefit-card h4 {     font-size: clamp(12px, 3.2vw, 14px); font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
  .benefit-card p {     font-size: clamp(11px, 3.2vw, 13px); color: #777; line-height: 1.55; margin: 0; }

  /* COMPARISON TABLE */
  .comparison-table {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 14px;
    overflow: hidden;
    margin: 28px 0;
    max-width: 600px;
    width: 100%;
  }
  .comp-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #1a1a1a;
    padding: 14px 20px;
    gap: 8px;
  }
  .comp-header span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-align: center;
    color: rgba(255,255,255,0.45);
  }
  .comp-header span.highlight { color: #e8c97a; }
  .comp-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 13px 20px;
    gap: 8px;
    border-bottom: 1px solid #f0ebe0;
    align-items: center;
  }
  .comp-row span { font-size: 14px; text-align: center; color: #555; }
  .comp-row span:first-child {
    text-align: left;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 13px;
  }
  .comp-row .good { color: #2d6a4f; font-weight: 600; }
  .comp-row .bad { color: #b04040; }

  /* PRODUCTS */
  .products-section { padding: 56px 48px; }
  .product-card {
    background: #fff;
    border: 1px solid #e0d8c8;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 620px;
  }
  .product-card.featured { border: 2px solid #e8c97a; }
  .product-badge {
    background: #e8c97a;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .product-body {
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .product-img-placeholder {
    width: 90px; height: 110px;
    background: #f5f0e8;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
  }
  .product-info { flex: 1; }
  .product-info h3 { font-weight: 700; font-size: 18px; color: #1a1a1a; margin-bottom: 6px; }
  .product-info .desc { font-size: 13px; color: #888; line-height: 1.55; margin-bottom: 14px; }
  .price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; }
  .price-now { font-size: 26px; font-weight: 700; color: #1a1a1a; }
  .price-was { font-size: 14px; color: #aaa; text-decoration: line-through; }
  .price-save {
    font-size: 12px; font-weight: 600; color: #2d6a4f;
    background: #e8f5ee;
    padding: 3px 10px;
    border-radius: 100px;
  }
  .product-cta {
    display: block;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    width: 100%;
    letter-spacing: 0.03em;
  }
  .product-card.featured .product-cta { background: #e8c97a; color: #1a1a1a; }

  /* TESTIMONIALS */
  .testimonials { background: #1a1a1a; padding: 56px 48px; }
  .testimonials h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .testimonial-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 24px;
  }
  .testimonial-stars { color: #e8c97a; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
  .testimonial-text {
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
    font-style: italic;
  }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .author-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(232,201,122,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #e8c97a;
    flex-shrink: 0;
  }
  .author-name { font-size: 14px; font-weight: 600; color: #fff; }
  .author-detail { font-size: 12px; color: rgba(255,255,255,0.4); }

  /* URGENCY */
  .urgency-section {
    
    text-align: center;
  }
  .urgency-section_H{
    background: #e8c97a;
    padding: 56px 48px;
  }
  .urgency-section h2 {
      font-size: clamp(20px, 3.2vw, 32px);
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: normal;
  }
  .urgency-section > p {
    font-size: 15px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 32px;
  }
  .timer-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
  }
  .timer-box {
    background: #1a1a1a;
    color: #e8c97a;
    width: 76px; height: 76px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .timer-num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  .timer-label {
    font-size: 10px;
    color: rgba(232,201,122,0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
  }
  .urgency-cta {
    display: block;
    background: #1a1a1a;
    color: #e8c97a;
    text-align: center;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    border: none;
    max-width: 480px;
    margin: 0 auto 14px;
    width: 100%;
    font-family: 'Gilmer Heavy';
  }
  .urgency-fine { font-size: 12px; color: rgba(0,0,0,0.45); }

  /* FAQ */
  .faq-section { padding: 56px 48px; background: #faf8f4;     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
  .faq-section h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 28px;
        text-align: center;
  }
  .faq-item {
    border-bottom: 1px solid #e0d8c8;
    padding: 18px 0;
    cursor: pointer;
    max-width: 680px;
        width: 100%;
  }
  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    gap: 16px;
  }
  .faq-toggle {
    flex-shrink: 0;
    width: 24px; height: 24px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8c97a;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
  }
  .faq-a {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    padding-top: 12px;
    max-width: 620px;
    display: none;
  }
  .faq-item.open .faq-a { display: block; }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }

  /* FINAL CTA */
  .final-cta {
    text-align: center;
  }
  .final-cta_H{
    background: #1a1a1a;
    padding: 64px 48px;
  }
  .final-cta h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 14px;
    line-height: 1.25;
        font-size: clamp(26px, 3.2vw, 36px);
  }
  .final-cta p {
    color: rgba(255,255,255,0.55);
        font-size: clamp(12px, 3.2vw, 16px);
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .final-btn {
    display: block;
    background: #e8c97a;
    color: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    border: none;
    max-width: 480px;
    margin: 0 auto 16px;
    width: 100%;
    font-family: 'Gilmer Heavy';
  }
  .guarantee-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
  }

  /* ANNOTATION (voor developer) */
  .annotation {
    background: rgba(232,201,122,0.1);
    border-left: 3px solid #e8c97a;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 20px 0;
    font-size: 13px;
    color: #7a5c20;
    font-style: italic;
    line-height: 1.65;
    max-width: 600px;
  }

  .section-label {
    background: #fff8e6;
    border: 1px dashed #c8a040;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 10px;
    color: #9a7840;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
  }

/* product carousel */


  .ap-vergelijk {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 24px;
    font-family: inherit;
  }

  .ap-vergelijk__intro {
    text-align: center;
    margin-bottom: 32px;
  }

  .ap-vergelijk__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B8963E;
    margin-bottom: 8px;
  }

  .ap-vergelijk__titel {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.3;
  }

  .ap-vergelijk__swiper {
    position: relative;
  }


  .ap-model {
    scroll-snap-align: start;
    background: #FFFFFF;
    border: 1px solid #E8E2D6;
    border-radius: 16px;
    padding: 24px 20px;
    position: relative;
    transition: box-shadow 0.2s ease;
  }


  .ap-model:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  }

  .ap-model--actief {
    border: 2px solid #B8963E;
  }

  .ap-model__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .ap-model img {
    display: inline-block;
    vertical-align: middle;
    max-width: 45%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border-radius: 30px;
    float: right;
    margin-bottom: 10px;
  }

  .ap-model__badge--actief {
    background: #FDF3DC;
    color: #7A5200;
  }

  .ap-model__badge--grijs {
    background: #F2EDE4;
    color: #888070;
  }

  .ap-model__naam {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    margin: 0 0 4px;
  }

  .ap-model__prijs {
    font-size: 14px;
    color: #888;
    margin: 0 0 16px;
  }

  .ap-model__divider {
    border: none;
    border-top: 1px solid #F0EBE0;
    margin: 16px 0;
  }

  .ap-model__sectielabel {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B0A898;
    margin: 0 0 4px;
  }

  .ap-model__waarde {
    font-size: 13px;
    color: #444;
    margin: 0 0 12px;
    line-height: 1.45;
  }

  .ap-model__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }

  .ap-model__check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #444;
    margin-bottom: 7px;
    line-height: 1.4;
  }

  .ap-model__check-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
  }

  .ap-model__check-icon--aan {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__check-icon--uit {
    background: #EDE8DE;
    color: #EDE8DE;
  }

  .ap-model__check--uit {
    opacity: 0.35;
  }

  .ap-model__voor-wie {
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    padding-top: 4px;
    border-top: 1px solid #F0EBE0;
  }

  .ap-model__cta {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 11px 0;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.15s ease;
  }

  .ap-model__cta:hover {
    opacity: 0.85;
  }

  .ap-model__cta--actief {
    background: #B8963E;
    color: #fff;
  }

  .ap-model__cta--grijs {
    background: #F2EDE4;
    color: #5A5040;
  }

   @media (min-width: 900px) {
    .ap-vergelijk__grid {
      overflow: visible;
      flex-wrap: wrap;
      justify-content: center;
    }

    .ap-model {
      min-width: unset;
      max-width: unset;
      flex: 1 1 calc(33.333% - 8px);
    }
  }  .ap-vergelijk__swiper {
      position: relative;
    }

    .ap-vergelijk__swiper::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to left, #fff, transparent);
      pointer-events: none;
      z-index: 2;
    }
    .ap-vergelijk__swiper::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to right, #fff, transparent);
      pointer-events: none;
      z-index: 2;
    } {% endcomment %}
  @media (max-width: 680px) {

    .ap-model--actief {
      order: -1;
    }
    .ap-vergelijk {
      padding: 0 0 50px;
    }
    .ap-vergelijk__intro {
            padding: 48px 24px 0;
    }
    .ap-vergelijk__titel {
        font-size: 22px;
    }

    .ap-vergelijk__label {
        font-size: 14px;
    }
    .ap-vergelijk .swiper-slide {
      width: 100% !important;
    }

  }


  .ap-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E8E2D6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ap-swiper-prev {
  left: 0;
}

.ap-swiper-next {
  right: 0;
}



.ap-vergelijk__swiper {
  overflow: hidden;

}

.ap-vergelijk .swiper {
    padding: 0 30px !important;
}

.ap-vergelijk .swiper-slide {
  width: 24.5% ;
  height: auto;
  display: flex;
}

.ap-vergelijk {
  overflow: visible;
}