
  @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(--muted);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--muted) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--plum) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--charcoal) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--plum) !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(--charcoal) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--charcoal) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--charcoal) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--plum) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--charcoal) !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(--charcoal) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--charcoal);
  border-color: var(--charcoal);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--charcoal) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--charcoal) !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;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 310px;
  }
  header > div.wrapper.above {
  min-height: 460px;
  }

  header div.header div.holder {
  height: 210px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--charcoal); !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(--charcoal) !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(--plum);
  }

  @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(--plum) !important;
  }
  }


  header div.header div.contact i {
  color: var(--plum);
  }

  @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(--muted) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--plum) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--charcoal) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--plum);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--charcoal) !important;
  }


  .img-circle {
  border-radius: 0 !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--muted) !important;
  }

  section.prices table tr td a {
  color: var(--muted) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--muted) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--charcoal);
  }

  @media only screen and (min-width : 1400px) {
  .container {
  width: 1370px;
  }
  }
  :root {
    --plum: #3D2340;
    --plum-mid: #5F3B65;
    --plum-soft: #C4B0C8;
    --plum-pale: #EDE6EE;
    --brown: #5C3D2E;
    --brown-mid: #8C6048;
    --brown-light: #C9A98A;
    --brown-pale: #F0E8DF;
    --white: #FDFBF9;
    --charcoal: #1E1419;
    --muted: #7A6670;
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'DM Sans', sans-serif;
}

.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    background: var(--plum) !important;
    color: var(--plum-pale) !important;
    padding: 0.85rem 2rem !important;
    font-family: var(--font-body);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.5s;
border-radius: 2px !important;
    border: 1px solid transparent !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(--brown) !important;
    transition: all 0.5s;
}
a.btn.btn-outline {
    border: 1px solid var(--brown-light) !important;
    background: transparent !important;
    color: var(--charcoal) !important;
}
a.btn.btn-outline:hover {
    background: var(--plum) !important;
    color: var(--plum-pale) !important;
    border-color: var(--plum) !important;
}

@media only screen and (min-width: 992px) {
html {font-size: 100%!important; }
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
.hero-subtitle {
    max-width: 400px;
}
.quote-strip blockquote {
    max-width: 720px;
}
header div.header div.holder, header>div.wrapper.sticky_menu.sticky_header.sticky_menu_small .header .holder {
        height: 68px;
        min-height: 50px;
    }
    header>div.wrapper.sticky_menu.sticky_header .header {
        background: rgb(253 251 249 / 90%) !important;
        backdrop-filter: blur(14px);
        box-shadow: none;
    }
    header > div.wrapper {
        min-height: 68px;
    }
.reverse {
    direction: rtl;
    margin-bottom: 0;
}
.reverse > * {
    direction: ltr;
}
    header div.header.full-width div.wrapper img.logo {
        max-width: 97px;
    }
    header div.navbar-collapse {
        text-align: right;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        font-size: 0.74rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--muted) !important;
        text-decoration: none;
        transition: color 0.2s;
    }
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(--plum) !important;
    }
header div.header {
    background-color: rgb(255 255 255 / 0%) !important;
    border-bottom: 1px solid var(--brown-pale);
}
}


@media only screen and (max-width: 991px) {
html {font-size: 100%!important;}
.hero_parent {
    grid-template-columns: 1fr !important;
}
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(--muted);
    text-transform: uppercase;
}
nav.navbar-default, div.navbar-collapse {
    background-color: rgb(30 20 25 / 84%);
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
header div.header div.wrapper img.logo {
    max-width: 73px;
    padding: 0 !important;
}
header nav.navbar-default div.navbar-header div.holder, header div.header div.holder {
    min-height: 50px;
    height: 68px;
}
header .social-media.visible-xs.visisble-sm {
    text-align: center;
    margin-top: 35px;
}
header .sticky_menu_small div.header {
    background: rgba(253, 251, 249, 0.95) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--brown-pale);
}
header>div.wrapper {
    min-height: 65px;
}
header div.header {
    text-align: left;
}
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5rem;
}
.hero-title em, .section-title em {
    color: var(--plum-mid);
}
.hero-eyebrow, .section-label {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brown-mid);
    margin-bottom: 1.5rem!important;
}
.hero-subtitle {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 2.5rem!important;
    line-height: 1.9;
}
.hero-image {
    position: relative;
    background: var(--plum-pale);
    overflow: hidden;
    min-height: 600px;
}
.hero-image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(140deg, var(--plum-pale) 0%, var(--brown-pale) 100%);
}
.hero-image-placeholder p {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--plum-mid);
    opacity: 0.65;
}
.hero-badge {
    position: absolute;
    bottom: 2.5rem;
    left: -1rem;
    background: var(--white);
    padding: 1rem 1.25rem;
    box-shadow: 0 8px 32px rgba(61, 35, 64, 0.15);
    border-radius: 4px;
    max-width: 240px;
    border-left: 3px solid var(--plum-mid);
}
.hero-badge-award {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
    object-fit: contain;
    mix-blend-mode: darken;
}
.hero-badge-label {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brown-mid);
    margin-bottom: 0.2rem;
}
.hero-badge-text {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--charcoal);
    line-height: 1.3;
}

.cta-buttons .btn {
    margin: 0 !important;
}
.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.hero-content > p {
    margin: 0;
}


h1.hero-title {
    margin-top: 0;
}
.hero_parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
section.hero__section {
    padding-top: 0;
}
.quote-strip {
    background: var(--plum);
    padding: 3.5rem 0;
}
.quote-strip blockquote {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.5vw, 1.85rem);
    font-weight: 300;
    font-style: italic;
    color: var(--plum-pale);
    margin: 0 auto 1rem;
    line-height: 1.6;
border: none!important;
padding: 0;
}
.quote-strip cite {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--plum-soft);
    font-style: normal;
}

main section, section.treatments {
    padding: 100px 0;
}

body {
    font-family: var(--font-body);
    background: var(--white);
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 300;
    line-height: 1.1;
    color: var(--charcoal)!important;
    margin-bottom: 1.5rem;
margin: 2.75rem 0 1.5rem;
}

h1 { font-size: clamp(2.8rem, 4.5vw, 4.2rem);}
h2 { clamp(2rem, 3.2vw, 2.8rem);}
h3 { font-size: 1.2rem; font-weight: 400;}


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;
}
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}