/** Shopify CDN: Minification failed

Line 1700:4 Unexpected "{"
Line 1700:5 Expected identifier but found "%"
Line 1700:24 Expected ":"
Line 1700:126 Unexpected "/"
Line 1700:154 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:airplantshop-faq (INDEX:1) */
.airplantshop-faq__heading { margin-bottom: 1.25rem; }
  .airplantshop-faq__item { border-bottom: 1px solid rgba(0,0,0,0.08); padding: 0.75rem 0; }
  .airplantshop-faq__summary { cursor: pointer; font-weight: 600; list-style: none; }
  .airplantshop-faq__summary::-webkit-details-marker { display: none; }
  .airplantshop-faq__answer { margin-top: 0.5rem; font-size: 0.95rem; line-height: 1.5; }
/* END_SECTION:airplantshop-faq */

/* START_SECTION:airplantshop-image-hero (INDEX:2) */
.aps-image-hero {
    padding: var(--aps-hero-padding, 24px);
  }
  .aps-image-hero--full-frame {
    padding-left: 0;
    padding-right: 0;
  }
  .aps-image-hero--full-frame .aps-image-hero__frame {
    border-radius: 0;
  }
  .aps-image-hero--full-frame .aps-image-hero__content-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }

  .aps-image-hero__frame {
    position: relative;
    width: 100%;
    height: var(--aps-hero-h-mobile);
    border-radius: var(--aps-hero-radius);
    overflow: hidden;
    isolation: isolate;
    background: #111;
  }

  @media (min-width: 750px) {
    .aps-image-hero__frame {
      height: var(--aps-hero-h-desktop);
    }
  }

  .aps-image-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
  }

  .aps-image-hero__bg--empty {
    background: linear-gradient(135deg, #343f32 0%, #5a6b55 100%);
  }

  .aps-image-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
      linear-gradient(
        to right,
        rgba(0, 0, 0, var(--aps-hero-overlay-m)) 0%,
        rgba(0, 0, 0, calc(var(--aps-hero-overlay-m) * 0.4)) 60%,
        rgba(0, 0, 0, 0) 100%
      );
  }

  @media (min-width: 750px) {
    .aps-image-hero__overlay {
      background:
        linear-gradient(
          to right,
          rgba(0, 0, 0, var(--aps-hero-overlay-d)) 0%,
          rgba(0, 0, 0, calc(var(--aps-hero-overlay-d) * 0.3)) 55%,
          rgba(0, 0, 0, 0) 100%
        );
    }
  }

  .aps-image-hero__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: flex-end; /* tekst links-onder */
    padding: 24px 24px 32px;
  }

  .aps-image-hero__copy {
    max-width: 640px;
    color: var(--aps-hero-text);
  }

  .aps-image-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
    opacity: 0.9;
  }

  .aps-image-hero__title {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    color: var(--aps-hero-text);
    text-transform: var(--aps-hero-heading-transform, none);
  }

  .aps-image-hero__title-line {
    display: block;
  }

  .aps-image-hero__body {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    color: var(--aps-hero-text);
  }

  .aps-image-hero__body p {
    margin: 0 0 0.5rem;
  }

  .aps-image-hero__cta {
    margin: 0;
  }

  .aps-image-hero__cta .button {
    display: inline-block;
    padding: 0.9rem 1.6rem;
    background: var(--aps-hero-btn-bg, #ff4500);
    color: var(--aps-hero-btn-fg, #ffffff);
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  .aps-image-hero__cta .button:hover {
    background: var(--aps-hero-btn-bg-hover, #e53e00);
    transform: translateY(-1px);
  }
/* END_SECTION:airplantshop-image-hero */

/* START_SECTION:airplantshop-migratie-handover (INDEX:4) */
.aps-handover__heading {
    margin: 0 0 1rem;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
  }
  .aps-handover__intro {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.55;
    max-width: 65ch;
  }
  .aps-handover__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .aps-handover__step {
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
  }
  .aps-handover__step-title {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
  }
  .aps-handover__step-body {
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .aps-handover__step-cta {
    margin: 1rem 0 0;
  }
  .aps-handover__callout {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    background: rgba(13, 145, 189, 0.08);
    border: 1px solid rgba(13, 145, 189, 0.2);
    font-size: 0.9rem;
    line-height: 1.5;
  }
/* END_SECTION:airplantshop-migratie-handover */

/* START_SECTION:airplantshop-page-hero (INDEX:5) */
.airplantshop-hero__inner--split {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  @media (min-width: 990px) {
    .airplantshop-hero__inner--split { grid-template-columns: 1fr 1fr; }
  }
  .airplantshop-hero__kicker { text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.75rem; margin: 0 0 0.5rem; opacity: 0.85; }
  .airplantshop-hero__title { margin: 0 0 1rem; font-size: clamp(1.75rem, 4vw, 2.5rem); }
  .airplantshop-hero__sub { font-size: 1rem; line-height: 1.5; }
  .airplantshop-hero__img { width: 100%; height: auto; border-radius: 12px; }
/* END_SECTION:airplantshop-page-hero */

/* START_SECTION:airplantshop-related-products (INDEX:6) */
.airplantshop-related__heading { margin-bottom: 1rem; font-size: 1.25rem; }
  .airplantshop-related__grid {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem;
  }
  .airplantshop-related__link { display: block; text-decoration: none; color: inherit; }
  .airplantshop-related__img { width: 100%; height: auto; border-radius: 8px; aspect-ratio: 1; object-fit: cover; }
  .airplantshop-related__title { display: block; margin-top: 0.5rem; font-size: 0.9rem; }
  .airplantshop-related__price { font-size: 0.85rem; opacity: 0.85; }
/* END_SECTION:airplantshop-related-products */

/* START_SECTION:airplantshop-usps (INDEX:8) */
.airplantshop-usps {
    background: var(--ausp-bg, #f6f3ff);
    color: var(--ausp-fg, #2d1b4e);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .airplantshop-usps__heading {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 1.25rem;
  }
  .airplantshop-usps__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
  }
  .airplantshop-usps__item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }
  .airplantshop-usps__icon {
    flex-shrink: 0;
    color: currentColor;
    opacity: 0.9;
  }
  .airplantshop-usps__title {
    display: block;
    margin-bottom: 0.25rem;
  }
  .airplantshop-usps__desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.95;
  }
/* END_SECTION:airplantshop-usps */

/* START_SECTION:airplantshop-video-hero (INDEX:9) */
.aps-video-hero {
    padding: 24px;
  }

  .aps-video-hero__frame {
    position: relative;
    width: 100%;
    height: var(--aps-hero-h-mobile);
    border-radius: var(--aps-hero-radius);
    overflow: hidden;
    isolation: isolate;
    background: #111;
  }

  @media (min-width: 750px) {
    .aps-video-hero__frame {
      height: var(--aps-hero-h-desktop);
    }
  }

  /* Poster + video: beide vullen het frame, video ligt over de poster */
  .aps-video-hero__poster,
  .aps-video-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aps-video-hero__poster {
    z-index: 1;
  }

  .aps-video-hero__video {
    z-index: 2;
  }

  /* Overlay tussen video en tekst */
  .aps-video-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
      linear-gradient(
        to right,
        rgba(0, 0, 0, var(--aps-hero-overlay-m)) 0%,
        rgba(0, 0, 0, calc(var(--aps-hero-overlay-m) * 0.4)) 60%,
        rgba(0, 0, 0, 0) 100%
      );
  }

  @media (min-width: 750px) {
    .aps-video-hero__overlay {
      background:
        linear-gradient(
          to right,
          rgba(0, 0, 0, var(--aps-hero-overlay-d)) 0%,
          rgba(0, 0, 0, calc(var(--aps-hero-overlay-d) * 0.3)) 55%,
          rgba(0, 0, 0, 0) 100%
        );
    }
  }

  /* Content-laag */
  .aps-video-hero__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 24px;
  }

  .aps-video-hero__copy {
    max-width: 640px;
    color: var(--aps-hero-text);
  }

  .aps-video-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
    opacity: 0.9;
  }

  .aps-video-hero__title {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    color: var(--aps-hero-text);
    text-transform: var(--aps-hero-heading-transform, none);
  }

  .aps-video-hero__title-line {
    display: block;
  }

  .aps-video-hero__body {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    color: var(--aps-hero-text);
  }

  .aps-video-hero__body p {
    margin: 0 0 0.5rem;
  }

  .aps-video-hero__cta {
    margin: 0;
  }

  .aps-video-hero__cta .button {
    display: inline-block;
    padding: 0.9rem 1.6rem;
    background: var(--aps-hero-btn-bg, #ff4500);
    color: var(--aps-hero-btn-fg, #ffffff);
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  .aps-video-hero__cta .button:hover {
    background: var(--aps-hero-btn-bg-hover, #e53e00);
    transform: translateY(-1px);
  }

  /* Accessibility: video uit bij reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .aps-video-hero__video {
      display: none;
    }
  }
/* END_SECTION:airplantshop-video-hero */

/* START_SECTION:aps-blog-featured (INDEX:12) */
.aps-blog-featured__container{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }
  /* Header is nu gecentreerd; de oude "view all"-link rechts bovenin
     vervalt in favor van de CTA-knop onderaan. */
  .aps-blog-featured__header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    margin-bottom: 28px;
  }
  .aps-blog-featured__heading-group{ flex: 1 1 auto; }
  .aps-blog-featured__heading{
    margin: 0 0 6px;
    /* Matcht Loess section-headings in font-size/-family, maar forceert
       bold — zodat de titel dezelfde visuele zwaarte heeft als de andere
       APS-sections. */
    font-size: var(--type-header-size, clamp(28px, 4vw, 42px));
    font-family: var(--type-header-primary, inherit);
    font-weight: 700;
    line-height: var(--type-header-line-height, 1.1);
  }
  .aps-blog-featured__subheading{ margin: 0 auto; opacity: .85; max-width: 640px; }

  /* ── Style varianten — zelfde palet als aps-trust-bar ── */
  .aps-blog-featured--variant-peach  { background: #FDE8DA; color: #343F32; }
  .aps-blog-featured--variant-accent { background: #C99383; color: #ffffff; }
  .aps-blog-featured--variant-cream  { background: #F6F5EE; color: #343F32; }
  .aps-blog-featured--variant-green  { background: #343F32; color: #F6F5EE; }
  .aps-blog-featured--variant-green  .aps-blog-featured__heading,
  .aps-blog-featured--variant-green  .aps-blog-featured__subheading,
  .aps-blog-featured--variant-accent .aps-blog-featured__heading,
  .aps-blog-featured--variant-accent .aps-blog-featured__subheading { color: inherit; }
  .aps-blog-featured--variant-green .aps-blog-featured__main-title,
  .aps-blog-featured--variant-green .aps-blog-featured__list-title,
  .aps-blog-featured--variant-green .aps-blog-featured__sidebar-heading,
  .aps-blog-featured--variant-green .aps-blog-featured__date,
  .aps-blog-featured--variant-accent .aps-blog-featured__main-title,
  .aps-blog-featured--variant-accent .aps-blog-featured__list-title,
  .aps-blog-featured--variant-accent .aps-blog-featured__sidebar-heading,
  .aps-blog-featured--variant-accent .aps-blog-featured__date { color: inherit; }
  .aps-blog-featured--variant-white  { background: #ffffff; color: #343F32; }
  .aps-blog-featured--variant-purple { background: #BBABBB; color: #343F32; }

  .aps-blog-featured__view-all-link{
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .aps-blog-featured__layout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: flex-start;
  }

  .aps-blog-featured__main-link{
    display: block; text-decoration: none; color: inherit;
  }
  .aps-blog-featured__main-image{
    border-radius: var(--aps-media-radius, 16px);
    overflow: hidden;
    aspect-ratio: 3/2;
    background: rgba(0,0,0,.04);
  }
  .aps-blog-featured__main-image img{
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .aps-blog-featured__main-meta{
    margin-top: 16px;
    display: flex; flex-direction: column; gap: 4px;
  }
  .aps-blog-featured__main-title{
    margin: 0;
  }

  .aps-blog-featured__sidebar{
    display: flex; flex-direction: column; gap: 16px;
  }
  .aps-blog-featured__sidebar-heading{
    font-weight: 700;
    opacity: .9;
  }
  .aps-blog-featured__list{
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 14px;
  }
  .aps-blog-featured__list-link{
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px; align-items: center;
    text-decoration: none; color: inherit;
  }
  .aps-blog-featured__list-image{
    border-radius: calc(var(--aps-media-radius, 16px) - 4px);
    overflow: hidden; aspect-ratio: 4/3;
    background: rgba(0,0,0,.04);
  }
  .aps-blog-featured__list-image img{
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  .aps-blog-featured__list-text{
    display: flex; flex-direction: column; gap: 4px;
  }
  .aps-blog-featured__list-title{
    font-weight: 600; line-height: 1.3;
  }
  .aps-blog-featured__date{
    font-size: .85em; opacity: .7; text-transform: uppercase; letter-spacing: .04em;
  }

  .aps-blog-featured__view-all-wrapper{
    margin-top: 32px; display: flex;
  }
  .aps-blog-featured__view-all-wrapper--left   { justify-content: flex-start; }
  .aps-blog-featured__view-all-wrapper--center { justify-content: center; }
  .aps-blog-featured__view-all-wrapper--right  { justify-content: flex-end; }

  .aps-blog-featured__cta{
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px;
    background: #343F32;
    color: #F6F5EE;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
  }
  .aps-blog-featured__cta:hover{
    background: #C99383;
    transform: translateY(-1px);
  }
  .aps-blog-featured__cta-arrow{
    font-size: 1.1em;
    transition: transform 180ms ease;
  }
  .aps-blog-featured__cta:hover .aps-blog-featured__cta-arrow{
    transform: translateX(2px);
  }

  .aps-blog-featured__empty{
    opacity: .7; text-align: center; padding: 32px 0;
  }

  @media (max-width: 989px){
    .aps-blog-featured__layout{
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .aps-blog-featured__list-link{
      grid-template-columns: 96px 1fr; gap: 12px;
    }
  }
  @media (max-width: 749px){
    .aps-blog-featured__main-image{
      aspect-ratio: 16/10;
    }
    .aps-blog-featured__main-image img{
      height: 100%;
      object-fit: cover;
    }
    .aps-blog-featured__heading{ font-size: clamp(22px, 6.5vw, 30px); }
    .aps-blog-featured__header{ margin-bottom: 20px; }
  }
/* END_SECTION:aps-blog-featured */

/* START_SECTION:aps-care-pillars (INDEX:13) */
.aps-care-pillars {
    padding-top: var(--padding-top, 2rem);
    padding-bottom: var(--padding-bottom, 3rem);
  }
  .aps-care-pillars__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
  .aps-care-pillars--full .aps-care-pillars__inner {
    max-width: 1280px;
  }
  .aps-care-pillars__heading {
    text-align: center;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    margin: 0 0 0.5rem;
  }
  .aps-care-pillars__intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
  }
  .aps-care-pillars__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .aps-care-pillars__item {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
    border-radius: 999px;
    padding: 1.4rem 2rem 1.4rem 1rem;
    min-height: 180px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .aps-care-pillars__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .aps-care-pillars__item--water {
    background: #E9E1EE;
    color: #4C3F5E;
  }
  .aps-care-pillars__item--light {
    background: #F5EFC9;
    color: #6B5C2F;
  }
  .aps-care-pillars__item--air {
    background: #F6D8C0;
    color: #6B4732;
  }
  .aps-care-pillars__icon-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    margin-left: -0.5rem;
  }
  .aps-care-pillars__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aps-care-pillars__icon svg {
    color: currentColor;
  }
  .aps-care-pillars__item--water .aps-care-pillars__icon { color: #7C668F; }
  .aps-care-pillars__item--light .aps-care-pillars__icon { color: #A28E4B; }
  .aps-care-pillars__item--air   .aps-care-pillars__icon { color: #B17B59; }
  .aps-care-pillars__label {
    font-family: inherit;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .aps-care-pillars__body {
    font-size: 1rem;
    line-height: 1.55;
    padding-left: 1.25rem;
  }
  .aps-care-pillars__body p {
    margin: 0 0 0.65rem;
  }
  .aps-care-pillars__body p:last-child {
    margin-bottom: 0;
  }
  @media (max-width: 749px) {
    .aps-care-pillars__item {
      grid-template-columns: 1fr;
      border-radius: 28px;
      padding: 1.5rem 1.25rem 1.5rem;
      min-height: 0;
      text-align: left;
    }
    .aps-care-pillars__icon-wrap {
      width: 120px;
      height: 120px;
      margin: 0 auto 1rem;
    }
    .aps-care-pillars__body {
      padding-left: 0;
    }
  }
/* END_SECTION:aps-care-pillars */

/* START_SECTION:aps-customer-service (INDEX:14) */
.aps-cs__container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }
  .aps-cs__header { margin-bottom: 24px; }
  .aps-cs__header--center { text-align: center; }
  .aps-cs__heading {
    margin: 0 0 6px;
    font-size: var(--type-header-size, clamp(28px, 4vw, 42px));
    font-family: var(--type-header-primary, inherit);
    font-weight: 700;
    line-height: var(--type-header-line-height, 1.1);
  }
  .aps-cs__subheading {
    margin: 0;
    opacity: 0.85;
    max-width: 640px;
    /* Zelfde grootte als de nieuwsbrief-subtekst voor uniformiteit. */
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1.5;
  }
  .aps-cs__subheading p { margin: 0; }
  .aps-cs__header--center .aps-cs__subheading { margin-left: auto; margin-right: auto; }

  .aps-cs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .aps-cs__item {
    display: flex;
    min-height: 92px;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
  .aps-cs__item:hover { transform: translateY(-1px); }

  .aps-cs__link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  .aps-cs__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .aps-cs__icon svg { width: 100%; height: 100%; }
  .aps-cs__content { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .aps-cs__title {
    font-family: 'Safira March', 'Montserrat', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
  }
  .aps-cs__value {
    font-size: 13px;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aps-cs__arrow {
    flex-shrink: 0;
    font-size: 16px;
    opacity: 0.6;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .aps-cs__link:hover .aps-cs__arrow { transform: translateX(2px); opacity: 1; }

  /* ── Style-varianten (zelfde palet als aps-trust-bar) ── */
  .aps-cs--variant-green { background: #343F32; color: #F6F5EE; }
  .aps-cs--variant-green .aps-cs__item { background: rgba(246, 245, 238, 0.08); }
  .aps-cs--variant-green .aps-cs__icon { color: #C99383; }
  .aps-cs--variant-green .aps-cs__title { color: #F6F5EE; }
  .aps-cs--variant-green .aps-cs__value { color: #F6F5EE; opacity: 0.75; }

  .aps-cs--variant-peach { background: transparent; }
  .aps-cs--variant-peach .aps-cs__item { background: #FDE8DA; color: #343F32; }
  .aps-cs--variant-peach .aps-cs__icon { color: #C27A5A; }

  .aps-cs--variant-cream { background: #F6F5EE; color: #343F32; }
  .aps-cs--variant-cream .aps-cs__item { background: #ffffff; color: #343F32; box-shadow: 0 1px 3px rgba(52,63,50,0.06); }
  .aps-cs--variant-cream .aps-cs__icon { color: #C99383; }

  .aps-cs--variant-accent { background: #C99383; color: #ffffff; }
  .aps-cs--variant-accent .aps-cs__item { background: rgba(255,255,255,0.16); color: #ffffff; }
  .aps-cs--variant-accent .aps-cs__icon { color: #ffffff; }

  .aps-cs--variant-white { background: #ffffff; color: #343F32; }
  .aps-cs--variant-white .aps-cs__item { background: #ffffff; border: 1px solid rgba(52,63,50,0.1); }
  .aps-cs--variant-white .aps-cs__icon { color: #C99383; }

  .aps-cs--variant-purple { background: #BBABBB; color: #343F32; }
  .aps-cs--variant-purple .aps-cs__item { background: rgba(255,255,255,0.35); color: #343F32; }
  .aps-cs--variant-purple .aps-cs__icon { color: #343F32; }

  @media (min-width: 750px) and (max-width: 989px){
    .aps-cs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (max-width: 749px){
    .aps-cs__grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .aps-cs__item { min-height: 68px; }
    .aps-cs__title { font-size: 15px; }
    .aps-cs__value { font-size: 12.5px; }
    .aps-cs__icon { width: 30px; height: 30px; }
  }
/* END_SECTION:aps-customer-service */

/* START_SECTION:aps-featured-products (INDEX:15) */
.aps-featured-products {
    background: var(--aps-fp-bg, transparent);
  }
  .aps-featured-products__container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }
  .aps-featured-products__header {
    margin-bottom: 24px;
  }
  .aps-featured-products__header--center {
    text-align: center;
  }
  .aps-featured-products__heading {
    margin: 0 0 6px;
    font-size: var(--type-header-size, clamp(28px, 4vw, 42px));
    font-family: var(--type-header-primary, inherit);
    font-weight: 700;
    line-height: var(--type-header-line-height, 1.1);
  }
  .aps-featured-products__subheading {
    margin: 0;
    opacity: 0.8;
    max-width: 640px;
  }
  .aps-featured-products__header--center .aps-featured-products__subheading {
    margin-left: auto;
    margin-right: auto;
  }
  .aps-featured-products__grid {
    display: grid;
    grid-template-columns: repeat(var(--cols-m, 2), minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 22px);
  }
  @media (min-width: 750px) {
    .aps-featured-products__grid {
      grid-template-columns: repeat(var(--cols-d, 4), minmax(0, 1fr));
    }
    .aps-featured-products--desktop-scroll .aps-featured-products__grid {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      overflow-y: hidden;
      gap: clamp(12px, 1.6vw, 22px);
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-padding-inline: 4px;
      padding: 4px 0 14px;
      /* Subtle fade-hint aan de rechterrand zodat duidelijk is dat er meer te zien is */
      -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 48px), transparent 100%);
              mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 48px), transparent 100%);
    }
    .aps-featured-products--desktop-scroll .aps-featured-products__grid::-webkit-scrollbar {
      display: none;
    }
    .aps-featured-products--desktop-scroll .aps-featured-products__grid > .aps-card {
      flex: 0 0 calc((100% - (var(--cols-d, 4) - 1) * clamp(12px, 1.6vw, 22px)) / var(--cols-d, 4));
      scroll-snap-align: start;
    }
  }
  @media (max-width: 749px) {
    .aps-featured-products__grid--mobile-scroll {
      display: flex;
      grid-template-columns: none;
      overflow-x: auto;
      overflow-y: hidden;
      gap: 12px;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: clamp(16px, 3vw, 24px);
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 4px clamp(16px, 3vw, 24px) 10px;
      margin-inline: calc(-1 * clamp(16px, 3vw, 40px));
    }
    .aps-featured-products__grid--mobile-scroll::-webkit-scrollbar { display: none; }
    .aps-featured-products__grid--mobile-scroll > .aps-card {
      flex: 0 0 calc((100% - clamp(16px, 3vw, 24px) * 2 - 12px) / 2);
      scroll-snap-align: start;
    }
  }
  .aps-featured-products__empty {
    text-align: center;
    opacity: 0.6;
    padding: 40px 0;
  }
/* END_SECTION:aps-featured-products */

/* START_SECTION:aps-footer-keurmerk (INDEX:16) */
.aps-footer-keurmerk {
    background: var(--apsfk-bg, #EAD7C0);
    color: var(--apsfk-text, #3B4938);
    padding: var(--apsfk-pad-y, 56px) 20px;
  }
  .aps-footer-keurmerk__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .aps-footer-keurmerk__heading {
    text-align: center;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 500;
    margin: 0 0 2rem;
    text-transform: none;
    letter-spacing: normal;
  }
  .aps-footer-keurmerk__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: flex-start;
  }

  /* --- TRUST LEFT --- */
  .aps-footer-keurmerk__trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
  }
  .aps-footer-keurmerk__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    padding: 16px 18px;
    background: rgba(255,255,255,0.55);
    border-radius: 14px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .aps-footer-keurmerk__badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  }
  .aps-footer-keurmerk__badge-img {
    width: 140px;
    height: auto;
    display: block;
  }
  .aps-footer-keurmerk__badge-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .aps-footer-keurmerk__badge-kicker {
    opacity: 0.7;
    font-size: 0.72rem;
  }
  .aps-footer-keurmerk__badge-label strong {
    font-weight: 600;
    font-size: 0.85rem;
  }

  .aps-footer-keurmerk__kiyoh {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }
  .aps-footer-keurmerk__kiyoh-iframe {
    display: block;
    border: 0;
    width: 218px;
    height: 275px;
  }

  /* --- INFO RIGHT --- */
  .aps-footer-keurmerk__info {
    padding-left: 0;
  }
  .aps-footer-keurmerk__info-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
  }
  .aps-footer-keurmerk__info-subtitle {
    font-size: 0.9rem;
    opacity: 0.75;
    margin: 0 0 1.25rem;
  }
  .aps-footer-keurmerk__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 0;
    padding: 0;
  }
  .aps-footer-keurmerk__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .aps-footer-keurmerk__field--address {
    grid-column: 1 / -1;
  }
  .aps-footer-keurmerk__label {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.7;
    letter-spacing: 0.02em;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .aps-footer-keurmerk__label .aps-footer-keurmerk__icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
    opacity: 0.6;
  }
  .aps-footer-keurmerk__label svg {
    width: 14px;
    height: 14px;
  }
  .aps-footer-keurmerk__tag {
    font-size: 0.65rem;
    background: rgba(0,0,0,0.08);
    padding: 1px 6px;
    border-radius: 4px;
    opacity: 1;
  }
  .aps-footer-keurmerk__value {
    font-size: 0.98rem;
    font-weight: 500;
    margin: 0;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .aps-footer-keurmerk__value a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    transition: border-color 0.15s ease;
  }
  .aps-footer-keurmerk__value a:hover {
    border-color: currentColor;
  }
  .aps-footer-keurmerk__note {
    font-size: 0.75rem;
    opacity: 0.65;
    font-weight: 400;
  }

  /* --- Responsive: stack op tablet/mobiel --- */
  @media (max-width: 899px) {
    .aps-footer-keurmerk__grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .aps-footer-keurmerk__trust-row {
      justify-content: center;
    }
  }
  @media (max-width: 549px) {
    .aps-footer-keurmerk__fields {
      grid-template-columns: 1fr;
    }
    .aps-footer-keurmerk__trust-row {
      flex-direction: column;
      gap: 20px;
    }
    .aps-footer-keurmerk__kiyoh-iframe {
      width: 200px;
      height: 260px;
    }
  }
/* END_SECTION:aps-footer-keurmerk */

/* START_SECTION:aps-hosted-video (INDEX:17) */
.aps-video-hero {
    padding: 24px;
  }

  .aps-video-hero__frame {
    position: relative;
    width: 100%;
    height: var(--aps-hero-h-mobile);
    border-radius: var(--aps-hero-radius);
    overflow: hidden;
    isolation: isolate;
    background: #111;
  }

  @media (min-width: 750px) {
    .aps-video-hero__frame {
      height: var(--aps-hero-h-desktop);
    }
  }

  .aps-video-hero__poster,
  .aps-video-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aps-video-hero__poster { z-index: 1; }
  .aps-video-hero__video  { z-index: 2; }

  .aps-video-hero__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .aps-video-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
      linear-gradient(
        to right,
        rgba(0, 0, 0, var(--aps-hero-overlay-m)) 0%,
        rgba(0, 0, 0, calc(var(--aps-hero-overlay-m) * 0.4)) 60%,
        rgba(0, 0, 0, 0) 100%
      );
  }

  @media (min-width: 750px) {
    .aps-video-hero__overlay {
      background:
        linear-gradient(
          to right,
          rgba(0, 0, 0, var(--aps-hero-overlay-d)) 0%,
          rgba(0, 0, 0, calc(var(--aps-hero-overlay-d) * 0.3)) 55%,
          rgba(0, 0, 0, 0) 100%
        );
    }
  }

  .aps-video-hero__content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    padding: 24px;
  }

  .aps-video-hero__copy {
    max-width: 640px;
    color: var(--aps-hero-text);
  }

  .aps-video-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin: 0 0 0.75rem;
    opacity: 0.9;
  }

  .aps-video-hero__title {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    color: var(--aps-hero-text);
    text-transform: var(--aps-hero-heading-transform, none);
  }

  .aps-video-hero__title-line { display: block; }

  .aps-video-hero__body {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    color: var(--aps-hero-text);
  }

  .aps-video-hero__body p { margin: 0 0 0.5rem; }
  .aps-video-hero__cta { margin: 0; }

  .aps-video-hero__cta .button {
    display: inline-block;
    padding: 0.9rem 1.6rem;
    background: var(--aps-hero-btn-bg, #1F1422);
    color: var(--aps-hero-btn-fg, #ffffff);
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease;
  }

  .aps-video-hero__cta .button:hover {
    background: var(--aps-hero-btn-bg-hover, #2E1F33);
    transform: translateY(-1px);
  }

  @media (prefers-reduced-motion: reduce) {
    .aps-video-hero__video { display: none; }
  }
/* END_SECTION:aps-hosted-video */

/* START_SECTION:aps-legal-accordion (INDEX:18) */
.aps-legal-accordion {
    padding-top: var(--padding-top, 2rem);
    padding-bottom: var(--padding-bottom, 3rem);
  }
  .aps-legal-accordion--fixed .aps-legal-accordion__inner,
  .aps-legal-accordion--narrow .aps-legal-accordion__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
  .aps-legal-accordion--full .aps-legal-accordion__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .aps-legal-accordion__intro {
    margin-bottom: 2rem;
    text-align: center;
  }
  .aps-legal-accordion__category {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 2rem 0 0.75rem;
    color: var(--color-accent-1, currentColor);
  }
  .aps-legal-accordion__category:first-child {
    margin-top: 0;
  }
  .aps-legal-accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .aps-legal-accordion__item[open] {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .aps-legal-accordion__summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    transition: background-color 0.15s ease;
    user-select: none;
  }
  .aps-legal-accordion__summary::-webkit-details-marker {
    display: none;
  }
  .aps-legal-accordion__summary:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
  .aps-legal-accordion__summary:focus-visible {
    outline: 2px solid var(--color-accent-1, currentColor);
    outline-offset: -2px;
  }
  .aps-legal-accordion__title {
    flex: 1;
  }
  .aps-legal-accordion__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }
  .aps-legal-accordion__item[open] .aps-legal-accordion__icon {
    transform: rotate(180deg);
  }
  .aps-legal-accordion__content {
    padding: 0 1.25rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .aps-legal-accordion__content p {
    margin: 0 0 0.85rem;
  }
  .aps-legal-accordion__content p:last-child {
    margin-bottom: 0;
  }
  .aps-legal-accordion__content ul,
  .aps-legal-accordion__content ol {
    margin: 0.5rem 0 1rem;
    padding-left: 1.5rem;
  }
  .aps-legal-accordion__content li {
    margin-bottom: 0.4rem;
  }
  .aps-legal-accordion__content strong {
    font-weight: 700;
  }
/* END_SECTION:aps-legal-accordion */

/* START_SECTION:aps-location-map (INDEX:19) */
.aps-location-map {
    background: var(--aps-lm-bg, #FFF8F0);
    padding: var(--aps-lm-pad-y, 48px) 20px;
  }
  .aps-location-map__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .aps-location-map__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 32px;
    align-items: stretch;
  }
  .aps-location-map__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }
  .aps-location-map__heading {
    font-size: clamp(24px, 2.4vw, 32px);
    margin: 0;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
  }
  .aps-location-map__desc {
    font-size: 1rem;
    line-height: 1.55;
  }
  .aps-location-map__address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.98rem;
    line-height: 1.5;
    padding: 1rem 1.25rem;
    background: rgba(0,0,0,0.03);
    border-radius: 12px;
  }
  .aps-location-map__business {
    font-weight: 700;
  }
  .aps-location-map__note {
    font-size: 0.85rem;
    opacity: 0.65;
    font-style: italic;
  }
  .aps-location-map__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background: #C99383;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.15s ease;
  }
  .aps-location-map__btn:hover {
    background: #B07F6F;
  }
  .aps-location-map__map {
    border-radius: 16px;
    overflow: hidden;
    min-height: 340px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  }
  .aps-location-map__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
  }
  @media (max-width: 749px) {
    .aps-location-map__grid {
      grid-template-columns: 1fr;
    }
    .aps-location-map__map {
      min-height: 280px;
    }
  }
/* END_SECTION:aps-location-map */

/* START_SECTION:aps-newsletter-bar (INDEX:20) */
.aps-newsletter-bar{
    background: var(--apsnb-outer-bg, rgb(var(--color-background)));
    color: var(--apsnb-text, rgb(var(--color-foreground)));
  }
  .aps-newsletter-bar__outer{
    padding: var(--apsnb-inset, 12px);
    display: block;
  }
  .aps-newsletter-bar--boxed .aps-newsletter-bar__outer{
    max-width: 1600px;
    margin: 0 auto;
  }
  .aps-newsletter-bar__bar{
    position: relative;
    background: var(--apsnb-bar-bg, rgb(var(--color-background)));
    color: var(--apsnb-text, rgb(var(--color-foreground)));
    border-radius: var(--apsnb-radius, 16px);
    overflow: hidden;
    isolation: isolate;
  }
  .aps-newsletter-bar--has-image .aps-newsletter-bar__bar{
    background-image: var(--apsnb-bg-image);
    background-size: cover;
    background-position: center center;
  }
  .aps-newsletter-bar__overlay{
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    border-radius: inherit;
  }
  .aps-newsletter-bar__overlay--dark{
    background: rgba(0,0,0,var(--apsnb-overlay-opacity, 0.55));
  }
  .aps-newsletter-bar__overlay--light{
    background: rgba(255,255,255,var(--apsnb-overlay-opacity, 0.55));
  }
  .aps-newsletter-bar__inner{
    position: relative; z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(20px, 3vw, 40px) clamp(20px, 4vw, 56px);
  }

  /* Full-bar: de groene balk strekt zich edge-to-edge uit, maar de inhoud
     wordt gecapped op 1600px (zelfde cap als rest van het thema). */
  .aps-newsletter-bar--full-width .aps-newsletter-bar__outer{
    padding: 0;
    max-width: none;
  }
  .aps-newsletter-bar--full-width .aps-newsletter-bar__bar{
    border-radius: 0;
  }
  .aps-newsletter-bar--full-width .aps-newsletter-bar__inner{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .aps-newsletter-bar__text{ flex: 1 1 260px; }
  .aps-newsletter-bar__heading{
    margin: 0 0 6px;
    font-family: var(--type-header-primary, inherit);
    font-size: clamp(18px, 2.2vw, 26px);
    line-height: 1.15;
  }
  .aps-newsletter-bar__subtext{
    margin: 0; opacity: .85;
    max-width: 520px;
    font-size: clamp(13px, 1.5vw, 15px);
  }

  .aps-newsletter-bar__form{
    flex: 1 1 340px;
    max-width: 520px;
    margin: 0;
  }
  .aps-newsletter-bar__input-group{
    display: flex;
    gap: 0;
    background: rgba(255,255,255,.92);
    border-radius: 999px;
    padding: 4px;
    align-items: center;
    overflow: hidden;
  }
  .aps-newsletter-bar__input{
    flex: 1; min-width: 0;
    border: none; outline: none;
    background: transparent;
    padding: 10px 16px;
    font: inherit; color: #222;
  }
  .aps-newsletter-bar__submit{
    border: none; cursor: pointer;
    background: var(--apsnb-accent, rgb(var(--color-accent)));
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font: inherit; font-weight: 700;
    transition: filter .2s ease;
    white-space: nowrap;
  }
  .aps-newsletter-bar__submit:hover{ filter: brightness(.95); }

  .aps-newsletter-bar__message{
    margin: 0 0 12px; font-size: .9em;
  }
  .aps-newsletter-bar__message--success{ color: #2f7a3a; }
  .aps-newsletter-bar__message--error{ color: #b00020; }

  @media (max-width: 749px){
    .aps-newsletter-bar {
      padding-top: clamp(24px, 6vw, 40px);
      padding-bottom: clamp(24px, 6vw, 40px);
    }
    .aps-newsletter-bar__inner{
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 22px 22px;
      gap: 10px;
    }
    .aps-newsletter-bar__text{ flex: 1 1 auto; margin: 0; }
    .aps-newsletter-bar__heading{
      font-size: 18px !important;
      margin: 0 0 2px;
      line-height: 1.2 !important;
    }
    .aps-newsletter-bar__subtext{
      font-size: 13px !important;
      line-height: 1.35;
      max-width: none;
      margin: 0;
    }
    .aps-newsletter-bar__subtext p { margin: 0; }
    .aps-newsletter-bar__form {
      flex: 0 1 auto;
      width: min(100%, 340px);
      margin: 6px auto 0;
    }
    .aps-newsletter-bar__input-group { padding: 3px; }
    .aps-newsletter-bar__input{ padding: 9px 12px; font-size: 13px; }
    .aps-newsletter-bar__submit{ padding: 9px 16px; font-size: 13px; }
  }
/* END_SECTION:aps-newsletter-bar */

/* START_SECTION:aps-trust-bar (INDEX:21) */
.aps-trust-bar{
    background: var(--aptb-bg, rgb(var(--color-background)));
    color: var(--aptb-fg, rgb(var(--color-foreground)));
  }
  .aps-trust-bar--boxed .aps-trust-bar__outer{
    max-width: 1600px;
    margin: 0 auto;
    border-radius: var(--aptb-radius, 0);
    overflow: hidden;
  }
  .aps-trust-bar__grid{
    list-style: none; margin: 0; padding: clamp(18px, 3vw, 28px) clamp(16px, 3vw, 40px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(16px, 2.5vw, 40px);
    align-items: center;
  }
  .aps-trust-bar__grid--align-left   { justify-items: start; }
  .aps-trust-bar__grid--align-center { justify-items: center; }
  .aps-trust-bar__grid--align-right  { justify-items: end; }

  .aps-trust-bar__grid--separators .aps-trust-bar__item:not(:last-child){
    position: relative;
  }
  @media (min-width: 750px){
    .aps-trust-bar__grid--separators .aps-trust-bar__item:not(:last-child)::after{
      content: '';
      position: absolute;
      right: calc(-1 * clamp(8px, 1.25vw, 20px));
      top: 20%; bottom: 20%;
      width: 1px;
      background: var(--aptb-sep, currentColor);
      opacity: .25;
    }
  }

  /* APS: uniforme card-stijl — icoon links + tekst rechts, zelfde ritme
     desktop en mobiel. Overrule Loess-theme defaults die hier column
     + center deden. Peach = default, green = dark-matte variant. */
  /* Peach */
  .aps-trust-bar--variant-peach { background: transparent; }
  .aps-trust-bar--variant-peach .aps-trust-bar__item { background: #FDE8DA; color: #343F32; }
  .aps-trust-bar--variant-peach .aps-trust-bar__icon { color: #C27A5A; }

  /* Green (default, Safira titels) */
  .aps-trust-bar--variant-green { background: #343F32; color: #F6F5EE; }
  .aps-trust-bar--variant-green .aps-trust-bar__item { background: rgba(246, 245, 238, 0.08); color: #F6F5EE; }
  .aps-trust-bar--variant-green .aps-trust-bar__icon { color: #C99383; }
  .aps-trust-bar--variant-green .aps-trust-bar__title {
    font-family: 'Safira March', 'Montserrat', serif !important;
    font-weight: 700 !important;
    color: #F6F5EE;
  }
  .aps-trust-bar--variant-green .aps-trust-bar__desc { color: #F6F5EE; opacity: 0.75; }

  /* Cream */
  .aps-trust-bar--variant-cream { background: #F6F5EE; color: #343F32; }
  .aps-trust-bar--variant-cream .aps-trust-bar__item { background: #ffffff; color: #343F32; box-shadow: 0 1px 3px rgba(52,63,50,0.06); }
  .aps-trust-bar--variant-cream .aps-trust-bar__icon { color: #C99383; }
  .aps-trust-bar--variant-cream .aps-trust-bar__title {
    font-family: 'Safira March', 'Montserrat', serif !important;
    font-weight: 700 !important;
    color: #343F32;
  }

  /* Accent (warm peach/terracotta) */
  .aps-trust-bar--variant-accent { background: #C99383; color: #ffffff; }
  .aps-trust-bar--variant-accent .aps-trust-bar__item { background: rgba(255,255,255,0.14); color: #ffffff; }
  .aps-trust-bar--variant-accent .aps-trust-bar__icon { color: #ffffff; }
  .aps-trust-bar--variant-accent .aps-trust-bar__title {
    font-family: 'Safira March', 'Montserrat', serif !important;
    font-weight: 700 !important;
    color: #ffffff;
  }
  .aps-trust-bar--variant-accent .aps-trust-bar__desc { color: #ffffff; opacity: 0.85; }

  /* White */
  .aps-trust-bar--variant-white { background: #ffffff; color: #343F32; }
  .aps-trust-bar--variant-white .aps-trust-bar__item { background: #ffffff; color: #343F32; border: 1px solid rgba(52,63,50,0.1); }
  .aps-trust-bar--variant-white .aps-trust-bar__icon { color: #C99383; }

  /* Purple (lila, header kleur) */
  .aps-trust-bar--variant-purple { background: #BBABBB; color: #343F32; }
  .aps-trust-bar--variant-purple .aps-trust-bar__item { background: rgba(255,255,255,0.35); color: #343F32; }
  .aps-trust-bar--variant-purple .aps-trust-bar__icon { color: #343F32; }
  .aps-trust-bar--variant-purple .aps-trust-bar__title {
    font-family: 'Safira March', 'Montserrat', serif !important;
    font-weight: 700 !important;
    color: #343F32;
  }

  .aps-trust-bar__item{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
    text-align: left !important;
    padding: 14px 16px;
    border-radius: 14px;
    min-height: 72px;
  }
  .aps-trust-bar__grid--align-center .aps-trust-bar__item{
    text-align: left !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
  }
  .aps-trust-bar__grid{ gap: 14px; }
  .aps-trust-bar__grid--separators .aps-trust-bar__item:not(:last-child)::after{ display: none !important; }
  .aps-trust-bar__grid--separators .aps-trust-bar__item:not(:last-child){ border-right: none !important; padding-right: 16px !important; }

  .aps-trust-bar__icon{
    width: var(--aptb-icon-size, 36px);
    height: var(--aptb-icon-size, 36px);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--aps-trust-icon, #C27A5A);
    flex-shrink: 0;
  }
  .aps-trust-bar__icon svg{ width: 100%; height: 100%; }
  .aps-trust-bar__icon-img{
    width: 100%; height: 100%; object-fit: contain;
    {% comment %} filter laat custom uploads ook de icon-color volgen mits monochroom via mask-image techniek; voor simple PNG/SVG behouden we origineel {% endcomment %}
  }

  .aps-trust-bar__title{
    font-family: var(--type-header-primary, inherit);
    font-size: var(--aptb-title-size, 16px);
    font-weight: var(--aptb-title-weight, 700);
    text-transform: var(--aptb-title-transform, none);
    letter-spacing: var(--aptb-title-letter-spacing, 0);
    line-height: 1.2;
  }
  .aps-trust-bar__desc{
    font-size: var(--aptb-desc-size, 13px);
    opacity: .8;
    line-height: 1.4;
    margin-top: 4px;
  }

  /* Tablet: 4 kolommen is te krap, val terug op 2 kolommen (geen scroll).
     Forceer echte gelijke breedtes — Loess' default grid kan een 4-col
     template pushen waarin rij 1 en 2 verschillend uitvallen. */
  @media (min-width: 750px) and (max-width: 989px){
    .aps-trust-bar__outer {
      padding-left: clamp(16px, 3vw, 32px);
      padding-right: clamp(16px, 3vw, 32px);
    }
    .aps-trust-bar__grid {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 14px;
      min-width: 0;
    }
    .aps-trust-bar__item {
      width: 100%;
      min-width: 0;
      min-height: 84px;
      padding: 14px 18px;
    }
    .aps-trust-bar__title {
      font-size: 15px !important;
      line-height: 1.2 !important;
    }
    .aps-trust-bar__desc {
      font-size: 12.5px !important;
    }
  }

  @media (max-width: 749px){
    .aps-trust-bar__outer {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: 16px;
      scrollbar-width: none;
      padding-bottom: 4px;
    }
    .aps-trust-bar__outer::-webkit-scrollbar { display: none; }
    .aps-trust-bar__grid {
      display: flex !important;
      grid-template-columns: none;
      gap: 12px;
      padding: 0 16px;
      min-width: max-content;
    }
    .aps-trust-bar__item {
      flex: 0 0 auto;
      width: 58vw;
      max-width: 220px;
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 10px;
      padding: 12px 14px;
      background: var(--aps-trust-mobile-bg, #FDE8DA);
      border-radius: 14px;
      scroll-snap-align: start;
    }
    .aps-trust-bar__grid--align-center .aps-trust-bar__item {
      flex-direction: row;
      text-align: left;
    }
    .aps-trust-bar__grid--separators .aps-trust-bar__item::after { display: none; }
    .aps-trust-bar__grid--separators .aps-trust-bar__item:not(:last-child) {
      border-right: none;
      padding-right: 14px;
    }
    .aps-trust-bar__icon {
      flex-shrink: 0;
      width: 28px !important;
      height: 28px !important;
      color: var(--aps-trust-mobile-icon, #C27A5A);
    }
    .aps-trust-bar__title {
      font-size: 12px !important;
      line-height: 1.2 !important;
      font-weight: 600 !important;
    }
    .aps-trust-bar__desc {
      font-size: 10.5px !important;
      line-height: 1.3 !important;
      opacity: 0.85;
    }
  }
/* END_SECTION:aps-trust-bar */

/* START_SECTION:product-plant-care (INDEX:81) */
.plant-care-guide{
    background: var(--pc-bg);
    color: var(--pc-fg);
    border-radius: var(--pc-radius, 16px);
    margin: 0 auto;
  }
  .plant-care-guide__header{
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
  }
  .plant-care-guide__heading{
    text-align: center;
    margin: 0 0 12px;
    font-family: var(--type-header-primary, 'Safira March', serif);
    font-size: clamp(24px, 3vw, 36px);
    color: var(--pc-fg);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
  }
  .plant-care-guide__intro{
    text-align: center;
    margin: 0 auto;
    opacity: .85;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.5;
  }

  /* ==== Container: centreer en cap tot 1600px met page padding,
     zodat de scheidingslijn tussen tekst + foto centraal valt. ==== */
  .plant-care-guide__container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }

  /* ==== Grid: 50/50 centraal — scheidingslijn in het midden ==== */
  .plant-care-guide__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
  }
  .plant-care-guide__grid--no-image{
    grid-template-columns: 1fr;
  }

  /* Image rechts */
  .plant-care-guide--img-right .plant-care-guide__grid{
    grid-template-columns: 1fr 1fr;
  }
  .plant-care-guide--img-right .plant-care-guide__media-col{
    order: 2;
  }
  .plant-care-guide--img-right .plant-care-guide__content-col{
    order: 1;
  }

  /* Media-kolom: hosts de figure. Nodig voor sticky/scale. */
  .plant-care-guide__media-col{
    position: relative;
    align-self: stretch; /* voor scale-behavior */
    min-width: 0;
  }
  .plant-care-guide__content-col{ min-width: 0; }


  .plant-care-guide__illustration{
    margin: 0;
    border-radius: calc(var(--pc-radius, 16px) - 4px);
    overflow: hidden;
    background: rgba(0,0,0,.04);
    display: block;
    /* Niet height:100% — daardoor rekt de figure op buiten de section
       wanneer de content-kolom langer is dan de illustratie. */
    max-width: 100%;
  }
  .plant-care-guide__illustration img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: inherit;
  }

  /* Sticky gedrag — foto blijft in beeld terwijl lijst scrollt */
  .plant-care-guide--beh-sticky .plant-care-guide__illustration{
    position: sticky;
    top: var(--pc-sticky-offset, 24px);
    max-height: calc(100vh - var(--pc-sticky-offset, 24px) - 16px);
  }
  .plant-care-guide--beh-sticky .plant-care-guide__illustration img{
    max-height: calc(100vh - var(--pc-sticky-offset, 24px) - 16px);
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Scale gedrag — foto schaalt mee met hoogte van lijst */
  .plant-care-guide--beh-scale .plant-care-guide__illustration{
    height: 100%;
    min-height: 100%;
  }
  .plant-care-guide--beh-scale .plant-care-guide__illustration img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ==== Lijst ==== */
  .plant-care-guide__list{
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column;
    gap: 2px;
  }
  .plant-care-item{
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .plant-care-item:last-child{ border-bottom: none; }
  .plant-care-item__button{
    width: 100%;
    display: flex; align-items: center; gap: 14px;
    padding: 14px 4px;
    background: transparent; border: none; cursor: pointer;
    color: inherit; font-family: inherit; font-size: 16px;
    text-align: left;
  }
  .plant-care-item__icon{
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; color: var(--pc-accent, currentColor);
    flex-shrink: 0;
  }
  .plant-care-item__icon svg{ width: 100%; height: 100%; }
  .plant-care-item__title{
    font-weight: 700; flex-shrink: 0;
  }
  .plant-care-item__value{
    flex: 1; opacity: .8;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .plant-care-item__chevron{
    width: 18px; height: 18px; color: var(--pc-accent, currentColor);
    transition: transform .22s ease;
    flex-shrink: 0;
  }
  .plant-care-item[data-open="true"] .plant-care-item__chevron{
    transform: rotate(180deg);
  }
  .plant-care-item__panel{
    max-height: 0; overflow: hidden;
    transition: max-height .28s ease;
  }
  .plant-care-item[data-open="true"] .plant-care-item__panel{
    max-height: 600px;
  }
  .plant-care-item__panel-inner{
    padding: 4px 4px 16px 46px;
    opacity: .9;
    line-height: 1.55;
  }

  /* ==== Mobiel ==== */
  @media (max-width: 749px){
    /* Default: 2-col ook op mobiel (Livelyroot-stijl) */
    .plant-care-guide--mob-two-col .plant-care-guide__grid{
      grid-template-columns: var(--pc-img-ratio-mobile) 1fr;
      gap: 12px;
    }
    .plant-care-guide--mob-two-col.plant-care-guide--img-right .plant-care-guide__grid{
      grid-template-columns: 1fr var(--pc-img-ratio-mobile);
    }
    /* Stacked optie: foto boven, lijst onder */
    .plant-care-guide--mob-stacked .plant-care-guide__grid{
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .plant-care-guide--mob-stacked.plant-care-guide--img-right .plant-care-guide__media-col{ order: 0; }
    .plant-care-guide--mob-stacked.plant-care-guide--img-right .plant-care-guide__content-col{ order: 1; }

    .plant-care-item__button{
      font-size: 14px; padding: 10px 2px; gap: 8px;
    }
    .plant-care-item__icon{ width: 24px; height: 24px; }
    .plant-care-item__title{ font-size: 13px; }
    .plant-care-item__value{ font-size: 13px; }
    .plant-care-item__panel-inner{ padding: 2px 2px 12px 34px; font-size: 13px; }

    /* Sticky op mobiel: kleinere offset zodat foto niet teveel ruimte pakt */
    .plant-care-guide--beh-sticky .plant-care-guide__illustration{
      max-height: 40vh;
    }
    .plant-care-guide--beh-sticky .plant-care-guide__illustration img{ max-height: 40vh; }
  }
/* END_SECTION:product-plant-care */

/* START_SECTION:product-usp-overlay (INDEX:84) */
.product-usp-banner {
    color: var(--uspb-fg, #1b2b1f);
    background: var(--uspb-bg, #f6f5ee);
    border-radius: var(--uspb-radius, 12px);
  }
  .product-usp-banner__list {
    list-style: none; margin: 0; padding: 16px;
    display: grid; gap: 12px;
  }
  .product-usp-banner__list--1 { grid-template-columns: 1fr; }
  .product-usp-banner__list--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-usp-banner__list--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .product-usp-banner__list--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .product-usp-banner__item {
    display: flex; align-items: flex-start; gap: 10px;
  }
  .product-usp-banner__icon {
    width: 28px; height: 28px;
    flex-shrink: 0; color: var(--uspb-accent, currentColor);
  }
  .product-usp-banner__icon svg { width: 100%; height: 100%; }
  .product-usp-banner__title {
    display: block; font-weight: 700; font-size: .95rem; line-height: 1.25;
  }
  .product-usp-banner__desc {
    display: block; font-size: .82rem; opacity: .8; line-height: 1.35;
  }

  /* Overlay op main image */
  .product-usp-banner--overlay {
    position: absolute; left: 12px; right: 12px; bottom: 12px;
    z-index: 3;
    background: color-mix(in srgb, var(--uspb-bg, #ffffff) calc(var(--uspb-opacity, .9) * 100%), transparent);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    pointer-events: none;
  }
  .product-usp-banner--overlay .product-usp-banner__list {
    padding: 10px 12px;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .product-usp-banner--overlay .product-usp-banner__desc { display: none; }

  /* Rechts naast gallery */
  .product-usp-banner--side {
    margin-top: 12px;
  }

  /* Onder gallery, full-width */
  .product-usp-banner--below {
    margin-top: 16px;
  }

  @media (max-width: 749px) {
    .product-usp-banner__list--3,
    .product-usp-banner__list--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-usp-banner--overlay { left: 8px; right: 8px; bottom: 8px; }
  }
/* END_SECTION:product-usp-overlay */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:aps-free-shipping-badge (INDEX:101) */
.aps-free-shipping-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: #EAF5E4;
    color: #2F5F2B;
    border-radius: 999px;
    font-size: 0.9rem;
    margin: 8px 0;
  }
  .aps-free-shipping-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #3B7A38;
    color: #fff;
    border-radius: 50%;
    flex: 0 0 auto;
  }
  .aps-free-shipping-badge__text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.15;
  }
  .aps-free-shipping-badge__hint {
    font-size: 0.72rem;
    opacity: 0.75;
    font-weight: 400;
  }
/* END_SNIPPET:aps-free-shipping-badge */

/* START_SNIPPET:cart-empty-showcase (INDEX:114) */
.cart-empty-showcase {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
  .cart-empty-showcase__head {
    text-align: center;
    margin-bottom: 1rem;
  }
  .cart-empty-showcase__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
  }
  .cart-empty-showcase__intro {
    font-size: 0.9rem;
    margin: 0;
    color: rgba(33,33,33,0.7);
  }
  .cart-empty-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .cart-empty-showcase__tile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0,0,0,0.03);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .cart-empty-showcase__tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  }
  .cart-empty-showcase__img-wrap {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6efe8;
  }
  .cart-empty-showcase__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .cart-empty-showcase__tile:hover .cart-empty-showcase__img {
    transform: scale(1.04);
  }
  .cart-empty-showcase__label {
    display: block;
    padding: 0.5rem 0.75rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
  }
/* END_SNIPPET:cart-empty-showcase */