
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: var(--neutral-950);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--neutral-950) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--primary-500) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--primary-800) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--primary-500) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--primary-800) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--primary-700) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--primary-800) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--primary-500) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--primary-700) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--primary-800) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--primary-700);
  border-color: var(--primary-700);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--primary-700) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--primary-700) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 376px;
  }
  header > div.wrapper.above {
  min-height: 526px;
  }

  header div.header div.holder {
  height: 276px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--primary-700); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--primary-700) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--primary-500);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--primary-500) !important;
  }
  }


  header div.header div.contact i {
  color: var(--primary-500);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: var(--neutral-950) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--primary-500) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--primary-700) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--primary-500);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--primary-800) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--neutral-950) !important;
  }

  section.prices table tr td a {
  color: var(--neutral-950) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--neutral-950) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--primary-700);
  }

  @font-face {
	font-family: "analogue";
	src: url('/wp-content/uploads/sites/489/fonts/analogue.woff') format('woff2'),
	     url('/wp-content/uploads/sites/489/fonts/analogue.woff') format('woff');
	font-display: swap;
}

:root {
	/* Bruin / taupe palet op basis van #4A392F en #8B7A7C */
	--primary-900: #2a1f19;
	--primary-800: #3a2c23;
	--primary-700: #4A392F; /* hoofdkleur */
	--primary-600: #5d4839;
	--primary-500: #705646;
	--primary-400: #8B7A7C; /* secondary / mauve */
	--primary-300: #b1a49e;
	--primary-200: #DBD5CD; /* bg-dark */
	--primary-100: #EAE7E1; /* bg-soft */
	--primary-50:  #f5f3ef;

	/* Warme neutrals zodat grijzen niet koud afsteken tegen het bruin */
	--neutral-950: #1a1512;
	--neutral-900: #2b2520;
	--neutral-800: #3d3530;
	--neutral-700: #52473f;
	--neutral-600: #6b5e53;
	--neutral-500: #85786c;
	--neutral-400: #a89a8e;
	--neutral-300: #c4b8ad;
	--neutral-200: #dbd5cd;
	--neutral-100: #eae7e1;
	--neutral-50:  #f5f3ef;

	--warm-100: #EAE7E1;
	--warm-200: #DBD5CD;

	--spacing-25: 0.25rem;
	--spacing-50: 0.5rem;
	--spacing-75: 0.75rem;
	--spacing-100: 1rem;
	--spacing-150: 1.5rem;
	--spacing-200: 2rem;
	--spacing-300: 3rem;
	--spacing-400: 4rem;
	--spacing-600: 6rem;
	--spacing-800: 8rem;

	--transition-speed: 250ms;

	/* Nieuwe fonts */
	--font-heading: 'analogue', Georgia, serif;
	--font-body: 'Jost', system-ui, sans-serif;

	--max-width: 1200px;
	--max-width-narrow: 680px;

	--color-surface: var(--primary-50);
	--color-border: var(--primary-100);
	--radius-md: 1rem;
}


.item-category img {
position: relative;
display: block;
  border-radius: var(--radius-md);
height: 280px;
}
section.archive.treatments div.treatments div.item img {
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md) !important;
  height: 280px;
}
section.archive.treatments div.treatments div.item h4 {
  font-size: 18px !important;
  color: var(--neutral-800) !important;
  text-transform: none !important;
  font-weight: normal;
}
.tax-behandelingen-categorie .col-xs-24.col-sm-12 {
  width: calc(100% / 3);
}
.item-category .centered {
position: relative;
display: block;
top: auto;
left: auto;
transform: none;
}
.item-category .centered h2 {
font-size: 18px !important;
color: var(--neutral-800) !important;
}
.item-category.text-center::before {
display: none;
}
.item-category.text-center {
background: none;
}



footer {
  color: #fff;
  padding-top: var(--spacing-600);
}
footer div.socket, .footer-sticky {
  background: var(--neutral-950) !important;
  margin-top: var(--spacing-300);
}
.btn.btn--primary.flying {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
section.contact div.holder div.wrap {
  background: var(--color-surface);
  border-radius: var(--radius-md);
}
section.contact div.holder div.wrap h4 {
  margin-bottom: 1rem;
}
section.contact div.page-header h1 {
  border-bottom: 0px solid #e6e6e6;
  text-align: center;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation a.mega-menu-link {
  color: #fff !important;
}
.treatment-body__image.reveal.reveal--visible img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
footer, .footer-cta.center::after, .author {
  background: var(--neutral-950) !important;
}
.cta-section .container {
  width: 100%;
  padding: 0;
}
header div.navbar-collapse ul li a {
  color: var(--neutral-950) !important;
  line-height: 25px;
}
html {
  font-size: 16px;
}
.faq__question br {
  display: none;
}
p:empty {
  display: none;
}
p br {
  display: none;
}

/* ----- Body ----- */
body {
  background: var(--neutral-50);
  color: var(--neutral-800);
  font-family: var(--font-body);
}
.treatment-body__image.reveal.reveal--visible {
  display: none;
}
/* ----- Headings ----- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--neutral-900);
}

/* ----- Links ----- */
a {
  color: var(--primary-700);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: var(--transition-speed);
}
a:hover {
  color: var(--primary-800);
  border-bottom-color: var(--primary-800);
}

/* ----- Buttons ----- */
.btn {
  display: inline-block;
  padding: var(--spacing-100) var(--spacing-200);
  border-radius: 2px;
  margin-top: var(--spacing-200);
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-speed);
}
.btn-primary {
  background: var(--primary-700);
  color: #fff;
  border: 1px solid var(--primary-700);
}
.btn-primary:hover {
  background: var(--primary-800);
  border-color: var(--primary-800);
  color: #fff;
}
.btn-secondary {
  background: transparent;
  border: 1px solid var(--primary-700);
  color: var(--primary-700);
}
.btn-secondary:hover {
  background: var(--primary-700);
  color: #fff;
}
/* Inverted variants — for dark/primary sections */
.btn-primary--inverted {
  background: #fff;
  color: var(--primary-700);
  border: 1px solid #fff;
}
.treatment-hero__meta br {
  display: none;
}
li.treatment-benefits__item br {
  display: none;
}
.btn-primary--inverted:hover {
  background: var(--neutral-100);
  color: var(--primary-800);
  border-color: var(--neutral-100);
}
body, html {
  overflow-x: hidden;
}
.btn-secondary--inverted {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-secondary--inverted:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* ----- Highlighted Sections ----- */
.section--highlight {
  background: var(--primary-700);
  color: #fff;
}
.section--highlight h1,
.section--highlight h2,
.section--highlight h3,
.section--highlight h4,
.section--highlight h5,
.section--highlight h6 {
  color: #fff;
}
a.btn.btn--primary br {
  display: none;
}
ul.brand-card__features br {
  display: none;
}
.section--subtle {
  background: var(--primary-50);
}
.offer__image img {
  border-radius: 0.4rem;
}
.btn.btn--primary {
  white-space: wrap;
}

/* ----- Utility Classes ----- */
.font-big {
  font-size: var(--spacing-300);
}
.italic {
  font-style: italic;
  font-family: var(--font-heading);
}
.script {
  font-style: italic;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--primary-700);
}
.mb-2 {
  margin-bottom: 1em;
}
.light-background {
  background: var(--neutral-100);
  text-align: center;
  padding: 2rem;
}
.number {
  font-style: italic;
  font-family: var(--font-heading);
  font-size: 4.5rem;
  color: var(--primary-300);
  text-align: center;
  line-height: 1;
  margin-bottom: var(--spacing-100);
  pointer-events: none;
}

/* ===================================================
   HEADER
   =================================================== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(245,243,239,.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color var(--transition-speed) ease, box-shadow var(--transition-speed) ease; }
.header--scrolled { border-bottom-color: var(--neutral-100); box-shadow: 0 1px 8px hsla(0,0%,0%,.04); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; max-width: var(--max-width); margin-inline: auto; padding-inline: var(--spacing-150); }
.header__logo { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 500; color: var(--primary-800); letter-spacing: .02em; transition: opacity var(--transition-speed) ease; }
.header__logo:hover { opacity: .8; }
.header__logo span { color: var(--primary-500); font-weight: 400; }
.header__nav { display: flex; align-items: center; gap: var(--spacing-300); }
.header__link { font-size: .875rem; font-weight: 400; color: var(--neutral-600); letter-spacing: .01em; transition: color var(--transition-speed) ease; position: relative; }
.header__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--primary-700); transition: width .35s cubic-bezier(.16,1,.3,1); }
.header__link:hover { color: var(--primary-800); }
.header__link:hover::after { width: 100%; }
.header__cta { font-size: .8125rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--primary-700); padding: var(--spacing-50) var(--spacing-150); border-radius: 100px; transition: background var(--transition-speed) ease, transform 150ms ease, box-shadow var(--transition-speed) ease; }
.header__cta:hover { background: var(--primary-800); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(74,57,47,.25); }
.header__toggle { display: none; background: none; border: none; cursor: pointer; padding: var(--spacing-50); }
.header__toggle svg { width: 24px; height: 24px; stroke: var(--neutral-800); }

/* ===================================================
   BTN
   =================================================== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--spacing-50); font-family: var(--font-body); font-weight: 500; border: none; cursor: pointer; transition: background var(--transition-speed) ease, color var(--transition-speed) ease, transform .2s cubic-bezier(.16,1,.3,1), box-shadow var(--transition-speed) ease, border-color var(--transition-speed) ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { font-size: .875rem; letter-spacing: .03em; padding: var(--spacing-75) var(--spacing-200); background: var(--primary-700); color: #fff; border-radius: 100px; }
.btn--primary:hover { background: var(--primary-800); box-shadow: 0 6px 20px rgba(74,57,47,.28); }
.btn--outline { font-size: .875rem; letter-spacing: .03em; padding: var(--spacing-75) var(--spacing-200); background: transparent; color: var(--neutral-700); border: 1px solid var(--neutral-200); border-radius: 100px; }
.btn--outline:hover { border-color: var(--primary-400); color: var(--primary-800); }
.btn__icon { width: 16px; height: 16px; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.btn:hover .btn__icon { transform: translateX(3px); }

/* ===================================================
   TREATMENT HERO
   =================================================== */
.treatment-hero {
  position: relative;
  padding-top: 72px;
  overflow: hidden;
}
.treatment-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--spacing-150);
}
.treatment-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--spacing-400);
  max-width: 520px;
  animation: fadeUp .7s .1s cubic-bezier(.16,1,.3,1) both;
}
.treatment-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--spacing-50);
  font-size: .75rem;
  color: var(--neutral-400);
  margin-bottom: var(--spacing-200);
}
.treatment-hero__breadcrumb a {
  color: var(--neutral-500);
  transition: color var(--transition-speed) ease;
}
.treatment-hero__breadcrumb a:hover { color: var(--primary-800); }
.treatment-hero__breadcrumb svg {
  width: 12px; height: 12px;
  stroke: var(--neutral-300);
}
.treatment-hero__content > div:nth-child(6) br {
  display: none;
}
.treatment-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-50);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary-700);
  margin-bottom: var(--spacing-100);
}
.treatment-hero__eyebrow::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--primary-400);
}
.treatment-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutral-900);
  margin-bottom: var(--spacing-150);
}
.treatment-hero__title em {
  font-style: inherit;
  color: var(--primary-700);
}
.treatment-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--neutral-600);
  margin-bottom: var(--spacing-200);
  max-width: 460px;
}
.treatment-hero__meta {
  display: flex;
  gap: var(--spacing-200);
  margin-bottom: var(--spacing-200);
}
.treatment-hero__meta-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-50);
  font-size: .8125rem;
  line-height: 1.3;
  color: var(--neutral-500);
}
.treatment-hero__meta-item svg {
  width: 16px; height: 16px;
  stroke: var(--primary-500);
}
.treatment-hero__image {
  position: relative;
  animation: fadeUp .8s .2s cubic-bezier(.16,1,.3,1) both;
}
.treatment-hero__image-inner {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: var(--primary-200);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0 0 0 40px;
}
.treatment-hero__image-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(219,213,205,.35) 0%, rgba(234,231,225,.15) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* ===================================================
   TREATMENT CONTENT
   =================================================== */
.treatment-body {
  padding-block: var(--spacing-600);
}
.treatment-body__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--spacing-400);
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--spacing-150);
}
.treatment-body__main {
  max-width: var(--max-width-narrow);
}
.treatment-body__section {
  margin-bottom: var(--spacing-400);
}
.treatment-body__section:last-child {
  margin-bottom: 0;
}
.treatment-body__heading {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--neutral-900);
  line-height: 1.3;
  margin-bottom: var(--spacing-150);
  display: flex;
  align-items: center;
  gap: var(--spacing-75);
}
.treatment-body__heading::before {
  content: '';
  width: 3px;
  height: 24px;
  background: var(--primary-400);
  border-radius: 2px;
  flex-shrink: 0;
}
.treatment-body__text {
  color: var(--neutral-600);
  font-size: .9375rem;
  line-height: 1.85;
  margin-bottom: var(--spacing-100);
}
.treatment-body__text:last-child {
  margin-bottom: 0;
}

/* Voordelen lijst */
.treatment-benefits {
  list-style: none;
  display: grid;
  gap: var(--spacing-75);
  margin-top: var(--spacing-150);
}
.treatment-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-75);
  font-size: .9375rem;
  color: var(--neutral-700);
  line-height: 1.6;
}
.treatment-benefits__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary-50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.treatment-benefits__icon svg {
  width: 12px; height: 12px;
  stroke: var(--primary-700);
  stroke-width: 2.5;
}

/* Geschikt voor tags */
.treatment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-50);
  margin-top: var(--spacing-150);
}
.treatment-tags__item {
  font-size: .75rem;
  font-weight: 500;
  color: var(--primary-800);
  background: var(--primary-50);
  border: 1px solid var(--primary-100);
  padding: var(--spacing-25) var(--spacing-75);
  border-radius: 100px;
  transition: background var(--transition-speed) ease;
}
.treatment-tags__item:hover {
  background: var(--primary-100);
}

/* Inline afbeelding */
.treatment-body__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  object-fit: cover;
  background-color: var(--primary-200);
  background-size: cover;
  background-position: center;
  margin-block: var(--spacing-200);
  position: relative;
  overflow: hidden;
}
.treatment-body__image::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(219,213,205,.50) 0%, rgba(234,231,225,.35) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/* ===================================================
   SIDEBAR
   =================================================== */
.treatment-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}
.sidebar-card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  padding: var(--spacing-200);
  margin-bottom: var(--spacing-200);
  box-shadow: 0 4px 16px hsla(0,0%,0%,.04);
  position: relative;
  overflow: hidden;
}
.sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-700), var(--primary-400));
}
.sidebar-card__title {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  color: var(--neutral-900);
  margin-bottom: var(--spacing-100);
}
.sidebar-card__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: var(--spacing-75);
  border-bottom: 1px solid var(--neutral-100);
  font-size: .875rem;
}
.sidebar-card__detail:last-of-type {
  border-bottom: none;
  margin-bottom: var(--spacing-150);
}
.sidebar-card__label {
  color: var(--neutral-500);
}
.sidebar-card__value {
  font-weight: 500;
  color: var(--neutral-800);
}
.sidebar-card .btn {
  width: 100%;
  justify-content: center;
}

.sidebar-info {
  background: var(--primary-50);
  border: 1px solid var(--primary-100);
  border-radius: 12px;
  padding: var(--spacing-200);
}
.sidebar-info__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--neutral-800);
  margin-bottom: var(--spacing-75);
}
.sidebar-info__text {
  font-size: .8125rem;
  color: var(--neutral-600);
  line-height: 1.7;
  margin-bottom: var(--spacing-100);
}
.sidebar-info__link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-25);
  font-size: .8125rem;
  font-weight: 500;
  color: var(--primary-800);
  transition: gap .3s cubic-bezier(.16,1,.3,1);
}
.sidebar-info__link:hover { gap: var(--spacing-50); }
.sidebar-info__link svg { width: 14px; height: 14px; }

/* ===================================================
   FAQ / VEELGESTELDE VRAGEN
   =================================================== */
.treatment-faq {
  padding-block: var(--spacing-600);
  background: var(--primary-100);
}
.treatment-faq__inner {
  max-width: var(--max-width-narrow);
  margin-inline: auto;
}
.treatment-faq__header {
  text-align: center;
  margin-bottom: var(--spacing-300);
}
.treatment-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-50);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary-700);
  margin-bottom: var(--spacing-100);
}
.treatment-faq__eyebrow::before,
.treatment-faq__eyebrow::after {
  content: '';
  width: 16px; height: 1px;
  background: var(--primary-300);
}
.treatment-faq__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--neutral-900);
}
.faq__item {
  border-bottom: 1px solid var(--primary-200);
}
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-150) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-size: .9375rem;
  font-weight: 500;
  color: var(--neutral-800);
  transition: color var(--transition-speed) ease;
}
.faq__question:hover { color: var(--primary-800); }
.faq__question-icon {
  width: 24px; height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-speed) ease,
              transform .3s cubic-bezier(.16,1,.3,1);
}
.faq__question-icon svg {
  width: 14px; height: 14px;
  stroke: var(--neutral-500);
  stroke-width: 2;
  transition: transform .3s cubic-bezier(.16,1,.3,1);
}
.faq__item--open .faq__question-icon {
  background: var(--primary-100);
}
.faq__item--open .faq__question-icon svg {
  transform: rotate(45deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.16,1,.3,1), padding .4s ease;
}
.faq__item--open .faq__answer {
  max-height: 300px;
  padding-bottom: var(--spacing-150);
}
.faq__answer-text {
  font-size: .875rem;
  color: var(--neutral-600);
  line-height: 1.8;
}

/* ===================================================
   RELATED TREATMENTS
   =================================================== */
.related {
  padding-block: var(--spacing-600);
}
.related__header {
  text-align: center;
  margin-bottom: var(--spacing-300);
}
.related__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-50);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary-700);
  margin-bottom: var(--spacing-100);
}
.related__eyebrow::before,
.related__eyebrow::after {
  content: ''; width: 16px; height: 1px; background: var(--primary-300);
}
.related__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--neutral-900);
}
.related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-200);
}
.related__card {
  background: white;
  border: 1px solid var(--neutral-100);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.16,1,.3,1);
}
.related__card:hover {
  border-color: var(--primary-200);
  box-shadow: 0 12px 40px rgba(74,57,47,.10);
  transform: translateY(-4px);
}
.related__card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: var(--primary-200);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.related__card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(219,213,205,.35) 0%, rgba(234,231,225,.15) 100%);
  pointer-events: none;
  mix-blend-mode: multiply;
}
.related__card-body {
  padding: var(--spacing-150);
}
.related__card-title {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--neutral-900);
  margin-bottom: var(--spacing-50);
}
.related__card-text {
  font-size: .8125rem;
  color: var(--neutral-500);
  line-height: 1.7;
  margin-bottom: var(--spacing-100);
}
.related__card-link {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-25);
  font-size: .8125rem;
  font-weight: 500;
  color: var(--primary-700);
  transition: gap .3s cubic-bezier(.16,1,.3,1), color var(--transition-speed) ease;
}
.related__card-link:hover { color: var(--primary-800); gap: var(--spacing-50); }
.related__card-link svg { width: 14px; height: 14px; }

/* ===================================================
   CTA BANNER
   =================================================== */
.cta-banner { background: linear-gradient(145deg, var(--primary-900) 0%, var(--primary-800) 50%, var(--primary-700) 100%); padding-block: var(--spacing-400); text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; border-radius: 50%; background: rgba(139,122,124,.12); animation: floatCircle 12s ease-in-out infinite; }
.cta-banner::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 300px; height: 300px; border-radius: 50%; background: rgba(139,122,124,.08); animation: floatCircle 10s 2s ease-in-out infinite reverse; }
@keyframes floatCircle { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,-15px); } }
.cta-banner__inner { position: relative; z-index: 1; }
.cta-banner__title { font-family: var(--font-heading); font-size: clamp(1.75rem,3.5vw,2.5rem); font-weight: 400; color: #fff !important; line-height: 1.3; margin-bottom: var(--spacing-100); }
.cta-banner__text { font-size: 1rem; color: hsla(0,0%,100%,.78); margin-bottom: var(--spacing-200); max-width: 480px; margin-inline: auto; }
.cta-banner .btn--white { font-size: .875rem; font-weight: 500; letter-spacing: .03em; padding: var(--spacing-75) var(--spacing-200); background: #fff; color: var(--primary-800); border-radius: 100px; border: none; }
.cta-banner .btn--white:hover { background: var(--primary-50); box-shadow: 0 6px 24px hsla(0,0%,0%,.2); }

/* ===================================================
   FOOTER
   =================================================== */
.footer { background: var(--neutral-950); padding-block: var(--spacing-400) var(--spacing-200); color: var(--neutral-400); }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--spacing-300); margin-bottom: var(--spacing-300); }
.footer__brand-name { font-family: var(--font-heading); font-size: 1.25rem; color: #fff; margin-bottom: var(--spacing-75); }
.footer__brand-text { font-size: .8125rem; line-height: 1.7; color: var(--neutral-500); max-width: 280px; }
.footer__heading { font-size: .75rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--neutral-300); margin-bottom: var(--spacing-100); }
.footer__list { list-style: none; display: flex; flex-direction: column; gap: var(--spacing-50); padding-left: 0; }
.footer__list a { font-size: .8125rem; color: var(--neutral-500); transition: color var(--transition-speed) ease, padding-left .3s cubic-bezier(.16,1,.3,1); }
.footer__list a:hover { color: var(--primary-300); padding-left: 4px; }
.footer__bottom { border-top: 1px solid hsla(0,0%,100%,.08); padding-top: var(--spacing-200); display: flex; align-items: center; justify-content: space-between; }
.footer__copy { font-size: .75rem; color: var(--neutral-600); }
.footer__socials { display: flex; gap: var(--spacing-75); }
.footer__socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid hsla(0,0%,100%,.1); display: flex; align-items: center; justify-content: center; transition: border-color var(--transition-speed) ease, background var(--transition-speed) ease, transform .3s cubic-bezier(.16,1,.3,1); }
.footer__socials a:hover { border-color: var(--primary-500); background: rgba(74,57,47,.35); transform: translateY(-2px); }
.footer__socials svg { width: 16px; height: 16px; fill: var(--neutral-400); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 1024px) {
  .treatment-hero__inner { grid-template-columns: 1fr; }
  .treatment-hero__content { padding-block: var(--spacing-300); max-width: 100%; }
  .treatment-hero__image-inner { min-height: 360px; border-radius: 1rem; }
  .treatment-body__inner { grid-template-columns: 1fr; }
  .treatment-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-150); }
  .related__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: var(--spacing-200); }
}
@media (max-width: 768px) {
  .header__nav { display: none; }
  .header__toggle { display: block; }
  .treatment-hero__meta { flex-wrap: wrap; gap: var(--spacing-100); }
  .treatment-sidebar { grid-template-columns: 1fr; }
  .related__grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: var(--spacing-100); text-align: center; }
}
@media only screen and (min-width: 992px) {

.post-type-archive-behandelingen .col-xs-48.col-md-24 {
  width: calc(100% / 3);
}

body.post-type-archive-behandelingen .col-xs-48.col-md-24 {
  width: calc(100% / 3);
}

  header > div.wrapper {
    min-height: 150px;
  }
  header div.header div.holder {
    height: auto;
  }
  .treatment-hero__inner {
    padding: 0;
  }
  div.page-header h1 {
    border-bottom: 0px solid #e6e6e6;
  }
  .hero__inner {
    padding-bottom: 0;
  }
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
  color: var(--neutral-950) !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
  opacity: 0.5;
  transition: var(--transition-speed);
}
.treatment-hero {
  padding-top: 0;
}
section.intro {
  padding: 0;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  opacity: 0.5;
  transition: var(--transition-speed);
}
section.intro:has(section.cta-banner) .container {
  width: 100%;
  margin: 0;
  max-width: none;
  padding: 0;
}
p:has(> a:empty:only-child) {
  display: none;
}
.treatments__card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
p:empty {
  display: none;
}
footer div.column > h4 {
  font-family: var(--font-body);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
footer div.column > h4 {
  border-bottom: 0px solid var(--primary-500);
  padding: var(--spacing-50) 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
  }
  .treatment-hero__content > div:has(.btn) {
    flex-wrap: wrap;
    gap: 0 !important;
  }
}
.treatment-hero__breadcrumb {
  display: none;
}
.treatment-faq {
  border-top: 1px solid var(--color-border) !important;
  margin: 1em calc(50% - 50vw);
}

/* STIJL-REFRESH v3 (netbeauty override) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
    --sisal-50: #faf7f3;
    --sisal-100: #f3ede4;
    --sisal-200: #e6dbc9;
    --sisal-300: #d6c3ac;
    --sisal-400: #c9b497;
    --sisal-500: #c3b0a2;
    --sisal-600: #a89687;
    --sisal-700: #8d7c6e;
    --sisal-800: #6f6156;
    --sisal-900: #4a4139;
    --laser-500: #c3b0a2;
    --laser-700: #8d7c6e;
    --paleleaf-300: #e9ece1;
    --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-accent: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    /* remap bestaande primary tokens naar sisal-500 voor de clinical look */
    --primary-50: #ffffff;
    --primary-100: #faf7f3;
    --primary-200: #f3ede4;
    --primary-300: #e6dbc9;
    --primary-400: #d6c3ac;
    --primary-500: #c3b0a2;
    --primary-600: #c3b0a2;
    --primary-700: #c3b0a2;
    --primary-800: #8d7c6e;
    --primary-900: #4a4139;
    --neutral-50: #ffffff;
    --neutral-100: #ffffff;
    --neutral-200: #f3ede4;
    --neutral-300: #e6dbc9;
}

body, p, li, a, span, div {
    font-family: var(--font-body) !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading) !important;
    font-weight: 500 !important;
}

/* --- BUTTONS (sisal-500 #c3b0a2, consistent op home + detailpages) --- */
.btn, .btn--primary, a.btn--primary, button.btn--primary,
.wpcf7-submit, .woocommerce a.button, .woocommerce .button, [type="submit"],
.nf-form-content input[type="submit"] {
    background: #c3b0a2 !important;
    color: #ffffff !important;
    border: 1px solid #c3b0a2 !important;
    border-radius: 100px !important;
    padding: 14px 34px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
    box-shadow: none !important;
}
.btn:hover, .btn--primary:hover, a.btn--primary:hover,
.wpcf7-submit:hover, .woocommerce a.button:hover, .woocommerce .button:hover, [type="submit"]:hover {
    background: #a89687 !important;
    border-color: #a89687 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(141,124,110,0.18) !important;
}
.btn--outline, a.btn--outline {
    background: transparent !important;
    color: #4a4139 !important;
    border: 1px solid #c3b0a2 !important;
}
.btn--outline:hover, a.btn--outline:hover {
    background: #c3b0a2 !important;
    color: #ffffff !important;
    border-color: #c3b0a2 !important;
}
.btn--white, a.btn--white {
    background: #ffffff !important;
    color: #8d7c6e !important;
    border: 1px solid #ffffff !important;
}
.btn--white:hover, a.btn--white:hover {
    background: #f3ede4 !important;
    color: #8d7c6e !important;
    border-color: #f3ede4 !important;
}

/* --- TREATMENT HERO TITLE EM (elegante serif cursive accent) --- */
.treatment-hero__title em,
.treatment-hero__title i {
    font-family: var(--font-accent) !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #c3b0a2 !important;
    letter-spacing: 0.5px;
}

/* --- SECTIONS WIT VOOR CLINICAL LOOK --- */
section, .section, main {
    background: #ffffff !important;
}
.section--tinted, .bg-tint {
    background: #faf7f3 !important;
}

/* --- CARDS --- */
.card, .treatment-card, .team-card, .testimonial-card {
    background: #ffffff !important;
    border: 1px solid #eeeae2 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03) !important;
}

/* --- FOOTER --- */
footer, .footer {
    background: #ffffff !important;
    border-top: 1px solid #eeeae2 !important;
    color: #4a4139 !important;
}
footer a, .footer a {
    color: #4a4139 !important;
}

/* --- FORMS --- */
.wpcf7 input, .wpcf7 textarea, .wpcf7 select,
.nf-form-content input:not([type="submit"]), .nf-form-content textarea, .nf-form-content select {
    background: #ffffff !important;
    border: 1px solid #e6dbc9 !important;
    border-radius: 6px !important;
    font-family: var(--font-body) !important;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus {
    border-color: #c3b0a2 !important;
    outline: none !important;
}

/* --- HEADER --- */
header div.header {
    background: rgba(255,255,255,0.95) !important;
}
/* /STIJL-REFRESH v3 */

/* STIJL-REFRESH v4 patch (CTA banner kleur terug) */
.cta-banner {
    background: #c3b0a2 !important;
    color: #ffffff !important;
}
.cta-banner .cta-banner__title,
.cta-banner .cta-banner__text,
.cta-banner h1, .cta-banner h2, .cta-banner h3, .cta-banner p {
    color: #ffffff !important;
}
.cta-banner .btn--white, .cta-banner a.btn--white {
    background: #ffffff !important;
    color: #8d7c6e !important;
    border: 1px solid #ffffff !important;
}
.cta-banner .btn--white:hover, .cta-banner a.btn--white:hover {
    background: #faf7f3 !important;
    color: #8d7c6e !important;
    border-color: #faf7f3 !important;
}
/* /STIJL-REFRESH v4 patch */

/* Logo vergroten (site-breed) - verzoek klant */
header div.header div.wrapper img.logo {
    width: 300px !important;
    max-width: 300px !important;
    height: auto;
}
@media (max-width: 991px) {
    header div.header div.wrapper img.logo {
        width: 220px !important;
        max-width: 100% !important;
    }
}
/* /Logo vergroten */

/* CTA-overlap fix treatment-hero + prijslijst tijd verbergen - verzoek klant */
.treatment-hero .treatment-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center;
    gap: 2rem;
}
.treatment-hero .treatment-hero__content { min-width: 0; }
.treatment-hero .treatment-hero__content > div { flex-wrap: wrap; }
@media (max-width: 1199px) {
    .treatment-hero .treatment-hero__inner { grid-template-columns: 1fr !important; }
}
/* Prijslijst: tijd (min) verbergen voor uniforme weergave */
.pricing-item__duration { display: none !important; }
/* /CTA-overlap + prijslijst fix */

/* USP-rij onder hero - verzoek klant */
.hero__usps {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}
.hero__usps li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--color-text-main, #2d2a26);
    font-weight: 500;
}
.hero__usps li svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: var(--primary-400, #8B7A7C);
}
/* /USP-rij */
