
  @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: #595959;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #595959 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--primary-color) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--neutral-dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--primary-color) !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(--neutral-dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--neutral-dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--neutral-dark) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--primary-color) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--neutral-dark) !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(--neutral-dark) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--neutral-dark);
  border-color: var(--neutral-dark);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--neutral-dark) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--neutral-dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  }

  .img-responsive {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }



  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;
  }
  }

  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://skinovate.nl/wp-content/uploads/sites/497/2025/04/header_foto.jpg');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 468px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 618px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 268px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 418px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 193px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 193px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 293px;
  }
  header > div.wrapper.above {
  min-height: 443px;
  }

  header div.header div.holder {
  height: 193px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--neutral-dark); !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(--neutral-dark) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  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-color);
  }

  @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-color) !important;
  }
  }


  header div.header div.contact i {
  color: var(--primary-color);
  }

  @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: #595959 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--primary-color) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--neutral-dark) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--primary-color);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--neutral-dark) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #595959 !important;
  }

  section.prices table tr td a {
  color: #595959 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #595959 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--neutral-dark);
  }

  @media only screen and (min-width : 1400px) {
  .container {
  width: 1370px;
  }
  }
  :root {
 --primary-color: #bfcccc; /* Zacht blauwgrijs */
  --secondary-color: #e0e5e5; /* Licht blauwgrijs */
    --accent-color-dark: #7a9e9f; /* Donkerder blauwgrijs accent */
  --accent-color-light: #f0f4f4; /* Zeer licht blauwgrijs */
  --neutral-dark: #475657; /* Donker blauwgrijs voor tekst */
  --neutral-medium: #8a9a9b; /* Medium grijs */
  --neutral-light: #f8fafa; /* Heel licht grijs/wit */
--text: #474747;
--kopkleur: #232323;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--bodytekst: "Open Sans", sans-serif;
--koptekst:  "Libre Bodoni", serif;
--font-size-h1: calc(1rem* 2.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
    --font-size-h0: calc(1rem * 2.95);
    --font-size-h00: calc(1rem * 3.75);
    --font-size-h000: calc(1rem * 4.5);
    --font-size-h0000: calc(1rem * 5.25);
    --font-size-h00000: calc(1rem * 6);
    --font-size-h000000: calc(1rem * 6.75);
}


.treatments-grid {
    margin-top: 90px;
}
.treatment-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(44, 159, 165, 0.08), 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #7a9e9f;
    flex-wrap: wrap;
    gap: 1rem;
}
.treatments-grid h1.treatment-title {
    font-size: var(--font-size-h3);
    margin: 0;
}
.treatment-price {
    font-size: 28px;
    font-weight: 600;
    color: var(--accent-color-dark);
    letter-spacing: -0.5px;
    white-space: nowrap;
    font-family: var(--koptekst);
}
div.card-header > p {
    display: none;
}
div.treatments-grid > div > p, div.treatments-grid > div .btn, div.card-header > p {
    margin: 0 !important;
}

.single-behandelingen table.table.table-hover tr td {
    width: 100% !important;
}
.single-behandelingen table.table.table-hover tr {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.treatment-description {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}


.single-behandelingen table.table.table-hover tr td.col-md-32 {
    order: 1;
}
.single-behandelingen table.table.table-hover tr td.col-md-8:nth-child(2) {
    order: 3;
    grid-column: 1 / -1;
    border-top: 0;
    padding-top: 0;
}
.single-behandelingen table.table.table-hover tr td.col-md-8:nth-child(3) {
    order: 2;
    text-align: right;
}


a.table_link:hover {
    opacity: 0.7;
}
a.table_link {
    float: right;
}

footer .social-media.size-normal {
    margin-top: -40px;
}

.text-container img {
    height: 600px;
}

footer .column.text_tijden {
    margin-top: -60px;
    font-size: 12px;
}

aside .text_tijden {
    margin-top: 15px;
    font-size: 12px;
}

div.breadcrumbs, main .page-header {
    display: none;
}
main .content ul li {
    padding: 4px 0;
}
.single-behandelingen table.table.table-hover {
    margin-top: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px 8px;
    vertical-align: middle;
    border-top: 1px solid var(--accent-color-dark);
}

.footer-cta-box .image-section img {
    object-position: center 30%;
}

section.contact div.holder div.wrap {
    box-shadow: 0 0 30px -5px rgb(0 0 0 / 0%)!important;
    border: 1px solid var(--primary-color);
}
section.contact div.holder div.wrap h3 {
    margin-top: 25px;
    margin-bottom: 35px;
}

ul.check {
    list-style: none;
    padding-inline-start: 16px;
}

.beh-image {
  max-height: 590px;
  width: auto;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--accent-color-dark) !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-color) !important;
}
a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--secondary-color) !important;
}


section.treatments div.items div.item img, section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}
section.treatments div.items div.item, section.archive.treatments div.treatments div.item {
    text-align: left;
}

header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--primary-color);
    font-size: 19px;
    margin-bottom: 5px;
}
footer {
    font-size: 15px;
    padding-top: 55px;
}
footer div.socket {
    margin-top: 50px;
}
    body header > div.wrapper.above::after, body header > div.wrapper.above.shadow::before, body header > div.wrapper.above_shadow::before {
        top: 0;
    }
header > div.wrapper::after {
    background-position: center 40%;
}



header div.page-header h1 {
    border: none !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: white !important;
    font-size: var(--font-size-h0);
}


@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
.cadeaubon_up img {
    height: 670px;
    object-fit: cover;
  /*  margin-top: -150px;*/
    object-position: center;
}
header .page-header {
    position: relative;
    padding-top: 180px;
}
    body header > div.wrapper {
        min-height: 418px;
    }
    .text-section-content {
        max-width: 45em;
        /* margin: 0 auto; */
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.dropdown-menu {
    background-color: var(--neutral-medium)!important;
    padding: 15px !important;
}
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        background-color: rgb(68 108 109 / 15%) !important;
        box-shadow: none !important;
    }
    body.home header > div.wrapper {
        min-height: 788px;
    }
nav.navbar-default div.navbar-collapse ul.navbar-nav ul.dropdown-menu li > a {
    color: white ! Important;
}
header>div.wrapper.sticky_menu.sticky_header nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
    color: var(--text) !important;
}
header div.navbar-collapse {
        text-align: left;
    }
header>div.wrapper.sticky_menu.sticky_header 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: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(--accent-color-dark) !important;
}
    header>div.wrapper.sticky_menu.sticky_header .header {
        background: var(--secondary-color) !important;
    }
header div.header.full-width div.wrapper img.logo {
        max-width: 220px;
    }
    header div.header div.holder {
        height: 123px;
        min-height: 50px !important;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        color: white !important;
    }
    header>div.wrapper .header__content {
        transform: translate3d(0, 210px, 0);
    }
header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    margin-left: 0;
    width: 100%;
}
.foto_up img {
        margin-top: -250px;
        position: relative;
        z-index: 100;
}
    .home section.behandel_blok {
        margin-top: -240px;
        padding-bottom: 150px;
    }
nav.navbar-default div.navbar-collapse ul.navbar-nav>li#menu-item-587 {
    float: right;
}
nav.navbar-default div.navbar-collapse ul.navbar-nav>li#menu-item-587 a {
    border-bottom: 2px solid var(--primary-color) !important;
}
header div.header.full-width .container {
    width: 90%;
}
}

.home h1 {
    margin-top: -5px;
    margin-bottom: 50px;
    font-size: var(--font-size-h0);
}

p.subkop {
    color: var(--neutral-medium);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 12px 35px!important;
}

header .header__content h1 {
    font-size: var(--font-size-h0000);
    line-height: 1;
    margin-bottom: 22px;
}

header .header__content p {
    margin-left: 25px;
    margin-bottom: 35px;
}

header>div.wrapper .header__content .col-md-32.col-md-offset-8 {
    text-align: left;
}

@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
header div.header {
    text-align: left;
}
.treatment-price {
    font-size: 19px!important;
}
a.table_link {
    margin-top: 14px;
}
.text-container .container {
    flex-direction: column-reverse;
}
footer .column.text_tijden {
    margin-top: -50px!important;
}
.salon_foto img {
    margin: 60px 0 50px;
}
header .page-header {
    padding: 60px 0;
}
header>div.wrapper {
    min-height: 360px;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 1px solid #566566;
}
header div.header div.wrapper img.logo {
    max-width: 210px!important;
}
header button.navbar-toggle {
    color: var(--neutral-medium);
}
header .header__content h1 {
    font-size: var(--font-size-h000)!important;
}
header .header__content a {
    margin: 5px 7px;
}
section.treatments div.items div.item img, section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    height: 230px!important;
}
.cadeaubon_up img {
    height: 540px;
    object-fit: cover;
    margin-top: 70px;
}
.footer-cta-box {
    flex-direction: column-reverse;
}
.text-section {
    padding: 95px 45px!important;
}
.footer-cta-box .image-section img {
    height: 230px!important;
}
section.behandel_blok {
    margin-top: -190px;
    padding-top: 180px;
}
section.foto_up img {
    margin-top: 60px;
    position: relative;
    z-index: 100;
}
}


header>div.wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0!important;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45)!important;
    z-index: -1;
}

main section, section.treatments {
    padding: 100px 0;
}

body {
    line-height: 1.8;
    font-size: 15px;
font-family: var(--bodytekst);
color: var(--text)!important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 2.75rem 0 1.05rem;
    line-height: 1.15;
    font-family: var(--koptekst);
    color: #1e1e1e !important;
    font-weight: 300;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

.smallmargin {
    margin-top: 1.15rem;
}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}


.text-section {
    flex: 1;
    padding: var(--gap) var(--spacing);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.text-section, .image-section {
    flex: 1 0 50% !important;
}
.image-section {
    flex: 1;
    display: flex;
}
.image-section img {
    margin: 0;
    object-fit: cover;
    width: 100%;
}

.text-container .container {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.text-container {
padding:0;
}

.footer-cta-box {
    padding: 0 !important;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
    background: var(--neutral-dark);
color:white;
}
.footer-cta .container {
    padding: 0;
    width: 100%;
    margin: 0;
}
.footer-cta {
    padding: 0;
}

.footer-cta-box h1 {
    color: white !important;
}

.footer-cta-box .image-section img {
    height: 520px;
}

section.behandel_blok .item > a:nth-child(2), .treatments div.item > a:nth-child(2) {
    display: block !important;
    margin-top: -40px;
}
section.treatments div.items div.item a span, section.archive.treatments div.treatments div.item h4 {
    width: fit-content;
    background: var(--secondary-color);
    padding: 10px;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 1 !important;
font-family: var(--bodytekst);
}
section.treatments div.items div.item img:hover, section.archive.treatments div.treatments div.item img:hover, section.treatments.shortcode div.treatments div.item img:hover {
    box-shadow: unset !important;
}
section.treatments div.items div.item, section.archive.treatments div.treatments div.item {
    transition: all .9s ease;
}
section.treatments div.items div.item:hover, section.archive.treatments div.treatments div.item:hover {
    transition: all .9s ease;
    transform: translateY(-30px);
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}