
  @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(--color-accent);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--color-accent) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--color-primary) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--color-accent) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--color-primary) !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(--color-accent) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--color-accent) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--color-accent) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--color-primary) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--color-accent) !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(--color-accent) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--color-accent);
  border-color: var(--color-accent);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--color-accent) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--color-accent) !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://skinboutique.nbsals7.nl/wp-content/uploads/sites/564/2026/05/header_foto-1920x1281.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: 426px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 576px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
      min-height: 226px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
      min-height: 376px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
      top: 151px;
    }
  body header > div.wrapper.sticky_menu .header__content {
      margin-top: 151px;
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 251px;
  }
  header > div.wrapper.above {
  min-height: 401px;
  }

  header div.header div.holder {
  height: 151px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--color-accent); !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(--color-accent) !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(--color-primary);
  }

  @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(--color-primary) !important;
  }
  }


  header div.header div.contact i {
  color: var(--color-primary);
  }

  @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(--color-accent) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--color-primary) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--color-accent) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--color-primary);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--color-accent) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--color-accent) !important;
  }

  section.prices table tr td a {
  color: var(--color-accent) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--color-accent) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--color-accent);
  }

  :root {
    --color-primary: #CAB8A9;
    --color-secondary: #D4CAC1;
    --color-accent: #846B5A;
    --color-bg: #FBF8F5;
    --color-bg-alt: #FEFCFB;
    --font-display: 'Fraunces', serif;
    --font-script: 'Italianno', cursive;
    --font-body: 'Hanken Grotesk', system-ui, sans-serif;
 --font-size-h1: clamp(50px, 5.4vw, 72px);
  --font-size-h2: clamp(40px, 3.6vw, 46px);
  --font-size-h3: clamp(34px, 2.8vw, 36px);
  --font-size-h4: clamp(30px, 2.2vw, 28px);
  --font-size-h5: clamp(25px, 1.7vw, 22px);
  --font-size-h6: clamp(20px, 1.4vw, 18px);
  --font-size-h0:      clamp(52px,  7vw,    96px);
  --font-size-h00:     clamp(64px,  9vw,    120px);
  --font-size-h000:    clamp(80px,  10.8vw, 144px);
  --font-size-h0000:   clamp(92px,  12.6vw, 168px);
  --font-size-h00000:  clamp(108px, 14.4vw, 192px);
  --font-size-h000000: clamp(120px, 16vw,   216px);
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--color-accent) !important;
    color: var(--color-bg)!important;
    padding: 18px 36px !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-family: var(--font-body);
    border: 1px solid transparent !important;
    transition: 0.8s all ease;
}
.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(--color-accent) !important;
    color: var(--color-bg)!important;
    opacity: 0.85;
    transition: 0.8s all ease;
}
a.btn.btn-secondary {
    background: transparent !important;
    color: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
}
a.btn.btn-secondary:hover {
    background: var(--color-accent) !important;
    color: var(--color-bg) !important;
}

section.page div.actions {
    padding: 70px 0 0;
    text-align: center;
}

.section__light {
    background: var(--color-bg-alt);
}

.home main h1, .home main h2 {
    margin-top: 0;
}

section.archive.reviews div.reviews div.review .col-sm-12 {
    display: none;
}
section.archive.reviews div.reviews div.review .col-sm-36 {
    width: 100%;
}

section.reviews > div > div > div:nth-child(3) > div.reviews > .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
section.reviews > div > div > div:nth-child(3) > div.reviews > .row::before {
    display: none;
}
section.archive.reviews div.reviews div.review {
    background: var(--color-bg-alt);
    border: 0.5px solid rgba(132, 107, 90, 0.18);
    padding: 36px 32px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17.5px;
    font-weight: 340;
    line-height: 1.5;
    color: var(--color-accent);
}
section.archive.reviews div.reviews div.review h4 {
    margin-bottom: 0;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: var(--color-accent);
    margin: 10px 0 0;
    line-height: 1.3;
    border-top: 1px solid rgba(132, 107, 90, 0.2);
    padding-top: 16px;
}
section.archive.reviews div.reviews div.review blockquote.blockquote {
    display: none;
}
section.archive.reviews div.reviews div.review .col-sm-36 {
    display: flex;
    flex-direction: column-reverse;
}
div.breadcrumbs {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
}
div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    line-height: 1.05 !important;
    margin-top: 14px !important;
    text-align: center;
    margin-bottom: 115px!important;
}

section.partners div.item div.holder img {
    filter: invert(0.5) sepia(0.5);
    opacity: 0.8;
}
section.partners {
    background: var(--color-bg-alt) !important;
    padding-top: 0;
}
span.label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--color-accent);
    display: inline-block;
}
.hero__content .hero__cta {
    justify-content: center;
}
.hero__cta {
    margin-top: 44px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hero__cta .btn {
    margin: 0;
}
.hero__content h1 {
    margin-bottom: 44px;
}

.media-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
}
.media-block__media {
    position: relative;
    padding-right: 60px;
    height: 100%;
    width: 100%;
}
.plate {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.plate__frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-accent);
    top: 20px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
}
.plate > p {
    margin: 0;
    height: 100%;
}
.media-block__media img {
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
.media-block__content h2 {
    margin-bottom: 35px;
}
.card {
    background: var(--color-bg-alt);
    border: 0.5px solid rgba(132, 107, 90, 0.18);
    display: flex;
    flex-direction: column;
}
.card__media {
    position: relative;
    aspect-ratio: 5 / 3;
    background: var(--color-accent);
}
.card__num {
    position: absolute;
    top: 18px;
    left: 22px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 14px;
    color: var(--color-bg);
    z-index: 2;
    letter-spacing: 0.02em;
}
.card__body {
    padding: 30px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card__meta {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 12px;
}
.h-card {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.005em;
    color: var(--color-accent);
    margin: 0 0 14px;
}
.card__excerpt {
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0 0 22px;
    flex: 1;
}
.card__link {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-accent);
    padding-bottom: 4px;
    align-self: flex-start;
    transition: opacity 0.2s ease;
}
.card__link:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}
.grid--3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid {
    display: grid;
    gap: 48px;
}

.nbs_slider .slide--text>div {
    padding: 1rem 2rem 2rem;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
}
.nbs_slider .slide--text>div p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 350;
    line-height: 1.4;
}
.nbs_slider .slide--text>div h3 {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 40px;
}
.testimonial__mark {
    display: block;
    font-family: var(--font-script);
    font-size: 80px;
    color: var(--color-primary);
    opacity: 0.4;
    line-height: 1;
    margin: 90px auto 0;
    text-align: center;
    width: 100%;
}
.review_slide h2 {
    margin-bottom: 0;
}

.behandeling_intro {
    text-align: center;
    margin: -70px auto 90px;
}
.foto_behandeling img {
    aspect-ratio: 16 / 6;
    width: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}
.foto_behandeling {
    margin-bottom: 90px;
}
header > div.wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(202 184 169 / 69%);
}
.home header > div.wrapper::before {
    background: transparent;
}
.longread__section h2 {
    margin-top: 0;
    margin-bottom: 24px;
}
.longread__section {
    margin-top: 64px;
}
    .d-flex-md-row {
        margin-top: 90px;
    }
aside div.block {
    margin-bottom: 40px;
    padding: 48px 36px;
    border: 0.5px solid rgba(132, 107, 90, 0.22);
    background: var(--color-bg-alt);
}

@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;
}
footer .row > .col-sm-16:nth-child(1) {
    width: 34%;
    margin-right: 15%;
}
footer .row > .col-sm-16 {
    width: 25%;
}
    .d-flex-md-row {
        gap: 70px;
    }
nav.navbar-default div.navbar-collapse ul.navbar-nav ul.dropdown-menu#sm-17794573125721523-2 {
    column-count: 2;
}
.longread__body {
    max-width: 800px;
    margin: 0 auto;
}
    body header > div.wrapper {
        min-height: 346px;
    }
.behandeling_intro {
    width: 600px;
}
.nbs_slider .slide--text>div {
    width: 740px;
}
.hero__content {
    width: 600px;
    margin: 0 auto;
}
    header>div.wrapper div.wrapper img.logo {
        max-width: 170px;
    }
    header div.header div.holder {
        height: 89px;
        min-height: 50px;
    }
.reverse {
            direction: rtl;
    margin-bottom: 0;
        }
        .reverse > * {
            direction: ltr;
        }
    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: white !important;
    }
header div.header, header .sticky_menu_small div.header {
    background: var(--color-bg) !important;
    border-bottom: 0.5px solid rgba(132, 107, 90, 0.15);
}
.dropdown-menu {
    background-color: var(--color-primary);
}
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
        background-color: rgb(132 107 90 / 37%) !important;
    }
nav.navbar-default div.navbar-collapse ul.navbar-nav>li {
        padding: 10px 15px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.24em;
        text-transform: uppercase;
        color: var(--color-accent) !important;
        border-bottom: 1px solid transparent !important;
        transition: 0.8s all ease;
        padding: 0 !important;
    }
    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 {
        border-color: var(--color-accent) !important;
        transition: 0.8s all ease;
    }
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li.active a {
    border-bottom: 1px solid var(--color-accent) !important;
}
    body.home header > div.wrapper {
        min-height: 577px;
    }
header > div.wrapper::after {
    background-position: center 10%;
}
.section-intro {
    max-width: 680px;
}
}

.section-intro {
    text-align: center;
    margin: 0 auto 80px;
}


@media only screen and (max-width: 991px) {
html {font-size: 18px !important;}
header div.header div.wrapper img.logo {
    max-width: 180px;
    padding: 0 !important;
}
section.treatments .treatments .col-xs-24.col-sm-12 {
    width: 100%;
}
.foto_behandeling img {
    aspect-ratio: 16 / 11!important;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-size: 12px;
}
header>div.wrapper {
    min-height: 200px;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
header div.header {
    text-align: left;
}
header nav.navbar-default div.navbar-header div.holder, header div.header div.holder {
    min-height: 50px;
    height: 80px;
}
.homeheader>div.wrapper {
    min-height: 310px;
}
header > div.wrapper::after {
    top: 60px;
}
header div.header {
    background-color: var(--color-bg)!important;
}
.media-block {
    grid-template-columns: 1fr !important;
    gap: 90px !important;
}
.media-block__media {
    padding-right: 20px!important;
}
.grid--3 {
    grid-template-columns: 1fr!important;
}
}



main section, section.treatments {
    padding: 100px 0;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    color: var(--color-accent)!important;
    background: var(--color-bg);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
    font-family: var(--font-display);
    font-weight: 320;
    line-height: 1.05;
    letter-spacing: -0.018em;
    color: var(--color-accent)!important;
    font-variation-settings: 'opsz' 144;
}

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;
}
ol, ul {
    margin-bottom: 1.15rem;
}

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;
}
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}


.longread__specs {
    display: inline-flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-primary);
}
.longread__specs em {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--color-accent);
    font-size: 15px;
    letter-spacing: -0.01em;
    text-transform: none;
    font-weight: 400;
    margin-right: 6px;
}
.longread__specs p {
    margin: 0;
}
p.longread__lede {
    font-family: var(--font-display);
    font-style: italic;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 340;
    line-height: 1.45;
    color: var(--color-accent);
    margin: -77px 0 56px;
}

.indications-inline {
    counter-reset: ind;
    margin: 32px 0 0;
    list-style: none;
    padding-inline-start: 0;
}
.indications-inline li {
    counter-increment: ind;
    padding-left: 64px;
    position: relative;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.78;
    border-bottom: 1px solid #f0ebe6;
    padding-bottom: 17px;
}
.indications-inline li::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 11px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 22px;
    color: var(--color-primary);
    line-height: 1;
    font-variation-settings: 'opsz' 144;
    width: 7px;
    height: 7px;
    background: var(--color-primary);
    /* border-radius: 100%; */
}
.indications-inline strong {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    color: var(--color-accent);
}

@media only screen and (min-width: 992px) and (max-width: 1220px){
    nav.navbar-default div.navbar-collapse ul.navbar-nav>li {
        padding: 10px 6px!important;
    }
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    height: 340px;
    object-fit: cover;
}

section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    font-family: var(--font-body);
    font-weight: 40;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}
section.archive.treatments div.treatments div.item img:hover, section.treatments.shortcode div.treatments div.item img:hover {
    box-shadow: none !important;
    border: 1px solid;
}
section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img {
    border: 1px solid transparent;
    padding: 4px;
}

section.reviews > div > div > div:nth-child(3) > div.reviews > .row {
  align-items: stretch;
}
section.reviews > div > div > div:nth-child(3) > div.reviews > .row > .col-xs-48 {
  display: flex;
  flex-direction: column;
}
section.reviews > div > div > div:nth-child(3) > div.reviews > .row > .col-xs-48 > .row {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.reviews > div > div > div:nth-child(3) > div.reviews > .row > .col-xs-48 > .row > .col-xs-48 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.archive.reviews div.reviews div.review {
  flex: 1;
}

footer div.column > h4 {
    border-bottom: 0px solid var(--color-primary);
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin: 0 0 22px;
    color: var(--color-bg) !important;
    font-family: var(--font-body);
    padding-bottom: 0;
}
footer .column a {
    color: var(--color-bg) !important;
}
footer .column a:hover {
    opacity: 0.8;
}
footer .column {
    line-height: 1.8;
}
footer .social-media.size-normal {
    margin-top: -15px;
}
div.social-media ul li a {
    background: var(--color-primary) !important;
    border-radius: 0;
}
footer div.social-media ul li a:hover {
    background: var(--color-primary) !important;
}
footer .column.special_intro h4 {
    font-family: var(--font-display);
    font-size: 49px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 22px;
    text-transform: none !important;
    letter-spacing: -0.018em;
}
footer {
    padding-top: 90px;
}footer div.socket {
    margin-top: 50px;
}
footer .column.special_intro p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    opacity: 0.85;
    max-width: 340px;
    line-height: 1.5;
    margin: 0;
}

.card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

