:root {
  --sab-dark-brown: #6b3918;
  --wheat: #dbcaad;
  --white: white;
  --black: black;
}

p {
  text-align: left;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: #6b3918;
  height: 80px;
}

.nav-link {
  float: none;
  color: #fff;
  text-align: center;
  height: 80px;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.nav-link:hover, .nav-link.w--current {
  color: #6b3918;
  background-color: #dbcaad;
}

.brand {
  background-image: url('../images/SHL-Logo-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  background-attachment: scroll;
  width: 140px;
  height: 80px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.container {
  max-width: 1200px;
  height: 80px;
}

.header-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  position: relative;
}

.header-home.prices-header {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Blow-dry-hair.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.header-home.nanokeratin-page {
  background-image: linear-gradient(#7f63ab, #422763);
  height: 600px;
  display: flex;
}

.body {
  background-color: #0000;
}

.home-header {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-home-page {
  background-image: url('../images/SHL-Logo-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 210px;
  padding-top: 0;
}

.link {
  float: none;
  color: #6b3918;
  text-align: center;
  background-color: #dbcaad;
  width: 250px;
  height: 50px;
  margin-top: 14px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 21px;
  font-family: source-sans-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: background-color .2s;
}

.link:hover {
  background-color: var(--sab-dark-brown);
  color: var(--wheat);
}

.link.w--current {
  height: 100%;
}

.link.outline {
  opacity: 1;
  perspective: 983px;
  background-color: #0000;
  border: 1px solid #6b3918;
  width: 360px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  display: block;
  transform: translate(0);
}

.link.outline:hover {
  opacity: 1;
  color: #fff;
  background-color: #6b3918;
  border-width: 0;
  transform: translate(0);
}

.link.contact-us {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.contact-us-buttons {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-number-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: source-sans-pro, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 74px;
  display: block;
}

.section-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: source-sans-pro, sans-serif;
}

.heading {
  color: #6b3918;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: source-sans-pro, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.heading.prices-table-header {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 30px;
}

.heading.prices-table-header.sub-heading {
  border-bottom-style: none;
  font-size: 21px;
}

.heading.prices-table-header.white {
  color: #fff;
  margin-bottom: 10px;
}

.paragraph {
  color: #6b3918;
}

.paragraph.conatc-us-text {
  color: #6b3918;
  padding-top: 0;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph.nanokeratin {
  text-align: left;
  padding-top: 0;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph.nanokeratin.nanokeratin {
  text-align: left;
}

.paragraph.privacy-and-cookies-policy {
  font-size: 16px;
  line-height: 25px;
}

.paragraph.curles {
  text-align: left;
  padding-top: 0;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph.curles.nanokeratin {
  text-align: left;
}

.section-4 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Picture-047.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-bottom: 0;
  display: flex;
}

.section-4.prices-footer-image {
  filter: grayscale();
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Picture-022.webp');
  background-size: auto, cover;
}

.we-use-logos {
  float: none;
  grid-column-gap: 30px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.section-5 {
  background-color: #6b3918;
}

.container-3 {
  height: 100%;
}

.div-block-3 {
  height: 0%;
  margin-bottom: 10px;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

.div-block-4 {
  justify-content: space-around;
  align-items: center;
  width: 500px;
  margin: 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-6 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.big-text-link {
  color: #6b3918;
  text-transform: capitalize;
  border-style: none;
  margin-top: 10px;
  font-family: source-sans-pro, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.big-text-link:hover, .big-text-link:active, .big-text-link:focus {
  text-decoration: none;
}

.image-box-home-page {
  border: 4px solid #dbcaad;
}

.row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.prices-header {
  flex-flow: column;
  flex: 1;
  place-content: space-around center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.nanokeratin-page {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  flex: none;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

.image-6 {
  display: inline-block;
}

.heading-4 {
  color: #6b3918;
  text-align: left;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #6b3918;
  text-align: left;
  margin-bottom: 20px;
  font-family: source-sans-pro, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 75px;
}

.heading-5.faq {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.image-8 {
  padding-top: 50px;
}

.accordion-item-trigger {
  cursor: pointer;
}

.heading-6 {
  color: #6b3918;
  background-color: #dbcaad;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 16px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

.accordion-item-content {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.paragraph-2 {
  color: #292929;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.olaplex-page-header {
  background-image: url('../images/Opaplex-main-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 560px;
}

.image-9 {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.logo2 {
  margin-left: 0;
  padding-top: 15px;
}

.olaplex-headings {
  color: #000;
  text-align: center;
  margin-top: 29px;
  font-family: source-sans-pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.wedding-packages-header {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Picture-020.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 560px;
  display: flex;
}

.wedding-packages-header.prices-header {
  background-image: url('../images/amy-wedding-hair.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.wedding-package-header-text {
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
  font-family: alisha, sans-serif;
  font-size: 65px;
  display: block;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prices {
  float: none;
  clear: none;
  color: #6b3918;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: static;
  inset: 0 -39px 0 0;
  overflow: visible;
}

.prices.disclaimer {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  float: none;
  clear: none;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: static;
}

.footer-links {
  color: #fff;
  text-align: left;
  text-decoration: underline;
}

.footer-links.w--current {
  color: #fff;
}

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
}

.column-9 {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.link-block, .link-block-2, .tile-box {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-8, .div-block-9, .div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-11 {
  flex: 1;
  width: 790px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  text-align: center;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.link-3 {
  color: #6b3918;
  text-decoration: underline;
}

.designed-by-link {
  color: #fff;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.masterclass-header {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.div-block-14, .div-block-15 {
  flex: 1;
}

.html-embed {
  margin-bottom: 40px;
}

.div-block-16 {
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
}

.background-video {
  z-index: 998;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  z-index: 999;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home-text {
  color: var(--sab-dark-brown);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.phone-link {
  color: var(--white);
}

.heading-7, .heading-8 {
  color: var(--sab-dark-brown);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.tab-link-tab-1 {
  background-color: var(--wheat);
  color: var(--sab-dark-brown);
  text-align: center;
  border-radius: 2px;
  font-size: 19px;
}

.tab-link-tab-1.w--current {
  background-color: var(--sab-dark-brown);
  color: var(--white);
  border-radius: 2px;
}

.tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--wheat);
  color: var(--sab-dark-brown);
  border-radius: 2px;
  font-size: 19px;
}

.tab-link-tab-2.w--current {
  background-color: var(--sab-dark-brown);
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  font-size: 19px;
}

.text-block-7 {
  font-size: 19px;
}

.paragraph-7 {
  color: var(--sab-dark-brown);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.price-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-small {
  font-size: 15px;
}

.c-faq {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  border-left: 3px solid var(--wheat);
  background-color: var(--sab-dark-brown);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.accordion-list-item {
  font-size: 16px;
  line-height: 22px;
}

.prices-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 10px;
}

.c-faq-a-text {
  background-color: #fff;
  padding: 20px;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-q-text {
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
}

.cloneable-area {
  min-height: 50vh;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.page-package-header {
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
  font-family: source-sans-pro, sans-serif;
  font-size: 65px;
  font-weight: 300;
  display: block;
}

.curls-packages-header-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/fullsizebundle-wide.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 650px;
  display: flex;
}

.curls-packages-header-copy.prices-header {
  background-image: url('../images/WhatsApp-Image-2018-01-26-at-8.04.35-PM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.curles-section {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-wrapper {
  flex: 1;
  margin-right: 40px;
}

.photo-wrapper {
  flex: 1;
}

.div-block-19 {
  display: flex;
}

.heading-9 {
  color: var(--sab-dark-brown);
}

.bullets {
  margin-bottom: 33px;
}

.list-item {
  color: var(--sab-dark-brown);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.html-embed-2, .container-7 {
  max-width: 1200px;
}

.div-block-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.faqs-section {
  margin-top: 20px;
}

.faqs-wrapper {
  max-width: 1200px;
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
}

.faq-answer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.insta-section {
  margin-top: 111px;
  margin-bottom: 110px;
}

.insta-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link-icons {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 9px;
}

.social-icon-html {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: color .2s;
  display: flex;
}

.social-icon-html:hover {
  color: var(--wheat);
}

.hidden-text {
  color: #fff;
  display: none;
}

.heading-10 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 63px;
}

.link-4 {
  color: var(--sab-dark-brown);
}

.kids-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.olaplex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.foils-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.scalp-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.cut-style, .foils {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 1000;
  }

  .nav-link {
    background-color: #6b3918;
    padding-bottom: 30px;
    font-size: 25px;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #6b3918;
    font-size: 25px;
  }

  .container {
    background-color: #6b3918;
  }

  .header-home {
    height: 500px;
  }

  .header-home.prices-header {
    height: 400px;
  }

  .home-header {
    z-index: 999;
  }

  .contact-us-buttons {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-number-text {
    font-size: 30px;
    line-height: 50px;
  }

  .paragraph.nanokeratin, .paragraph.curles {
    text-align: left;
  }

  .section-4.prices-footer-image {
    margin-top: 30px;
    padding-top: 0;
  }

  .we-use-logos {
    grid-column-gap: 40px;
    flex-flow: wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-text-link {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .icon {
    color: #fff;
    font-size: 43px;
  }

  .olaplex-page-header {
    background-position: 50% 0;
    background-size: 850px;
    height: 400px;
  }

  .wedding-packages-header.prices-header {
    height: 400px;
  }

  .wedding-package-header-text {
    font-size: 55px;
  }

  .menu-button {
    z-index: 1000;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #6b3918;
  }

  .prices {
    flex: none;
  }

  .prices.list-price {
    flex: 0 auto;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    grid-template-columns: 2fr 1fr;
  }

  .div-block-11 {
    width: auto;
  }

  .home-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-grid {
    grid-template-columns: 2fr 1fr;
  }

  .cloneable-area {
    min-height: 0;
  }

  .page-package-header {
    font-size: 55px;
  }

  .curls-packages-header-copy.prices-header {
    height: 400px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .div-block-20 {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-answer {
    grid-template-columns: 2fr 1fr;
  }

  .insta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-3 {
    margin-top: 30px;
  }

  .kids-grid, .olaplex-grid, .foils-grid, .scalp-grid, .cut-style, .foils {
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    background-color: #6b3918;
    font-size: 22px;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #6b3918;
    font-size: 22px;
  }

  .contact-us-buttons {
    flex-direction: column;
  }

  .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 60px;
  }

  .heading.prices-table-header.white {
    font-size: 24px;
  }

  .paragraph.nanokeratin {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.nanokeratin.nanokeratin {
    padding-left: 10px;
  }

  .paragraph.curles {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.curles.nanokeratin {
    padding-left: 10px;
  }

  .we-use-logos {
    float: none;
    clear: none;
    text-align: center;
    flex-direction: row;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .image-8 {
    text-align: center;
  }

  .heading-6 {
    font-size: 18px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .olaplex-page-header {
    background-size: 600px;
    height: 300px;
  }

  .wedding-package-header-text {
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #6b3918;
  }

  .prices {
    flex: none;
    padding-right: 10px;
    font-size: 18px;
    display: flex;
  }

  .prices.list-price {
    flex: none;
  }

  .prices._2 {
    display: block;
  }

  .container-5 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    width: auto;
  }

  .div-block-13 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .div-block-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phone-link {
    color: var(--white);
  }

  .tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .c-faq-q-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-package-header {
    font-size: 40px;
  }

  .curles-section {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-wrapper {
    margin-right: 0;
  }

  .footer-social {
    margin-top: 20px;
  }

  .olaplex-grid {
    grid-template-rows: auto auto auto;
  }

  .cut-style {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    display: flex;
  }

  .foils {
    grid-template-rows: auto auto auto auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
  }

  .nav-link {
    background-color: #6b3918;
    line-height: 27px;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #6b3918;
    font-size: 20px;
  }

  .header-home {
    height: 460px;
  }

  .header-home.prices-header {
    height: 300px;
  }

  .logo-home-page {
    height: 150px;
    margin-top: 25px;
  }

  .link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 10px;
    font-size: 20px;
    display: flex;
  }

  .link.outline {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .contact-us-buttons {
    flex-direction: column;
  }

  .contact-number-text {
    font-size: 30px;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3.mobile-size {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading.prices-table-header.white {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph.nanokeratin, .paragraph.curles {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4.prices-footer-image {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .we-use-logos {
    float: none;
    clear: none;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    padding-top: 10px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .section-5 {
    height: 200px;
  }

  .section-5.footer-mobile {
    height: 100%;
  }

  .container-3 {
    background-color: #6b3918;
    height: auto;
  }

  .footer-text {
    height: 100%;
    padding-top: 19px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 30px;
  }

  .footer-social-icons {
    flex: 0 auto;
    display: block;
  }

  .div-block-4 {
    float: none;
    width: 300px;
  }

  .heading-5 {
    text-align: center;
    padding-left: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .accordion-item-content {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .olaplex-page-header {
    background-size: 350px;
    height: 200px;
  }

  .olaplex-headings {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wedding-packages-header.prices-header {
    height: 300px;
  }

  .wedding-package-header-text {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 30px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    background-color: #6b3918;
  }

  .prices {
    text-align: left;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .prices.list-price {
    flex: 0 auto;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-10 {
    grid-template-columns: 1.75fr .75fr;
  }

  .div-block-11 {
    width: auto;
  }

  .masterclass-header {
    text-align: center;
  }

  .div-block-13 {
    align-items: flex-start;
  }

  .div-block-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .c-faq-a-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-package-header {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 30px;
  }

  .curls-packages-header-copy.prices-header {
    height: 300px;
  }

  .faq-answer {
    grid-template-columns: 1.75fr .75fr;
  }

  .footer-social {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-link-icons {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 8px;
  }

  .kids-grid {
    grid-template-columns: 1fr .75fr;
  }

  .olaplex-grid {
    grid-template-columns: 1.75fr .75fr;
  }

  .foils-grid {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr .75fr;
  }

  .scalp-grid, .cut-style, .foils {
    grid-template-columns: 1.75fr .75fr;
  }
}

#w-node-_0f285f24-293d-62a3-fa26-bab484c4df2e-5ff7ac7d, #w-node-_7ccd0ca2-72c1-3e9c-7d1f-bca3d58c1316-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f5137ddb-a251-4ffd-45d3-02082680862e-5ff7ac7d, #w-node-f5137ddb-a251-4ffd-45d3-020826808630-5ff7ac7d, #w-node-b7d9191e-d7e7-bdc9-4c3e-b91b88766cd8-5ff7ac7d, #w-node-_79d8d245-8a1a-0c8e-2d1b-a497f0cf552e-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac92e-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac930-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac935-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac93b-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac940-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac946-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac94b-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac951-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64627690-6c62-ddc4-821d-cb695fb7f7f6-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac956-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac95c-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0e07390-4689-9e94-b13f-2d7ac19b42a8-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac963-5ff7ac7d, #w-node-_8aba9aa0-93ba-7150-8121-fc712c0ac969-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bfba35f-7d3b-2a30-56b2-b3e2aa7419f1-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c9144f1-dac4-9695-c4b1-36dcc2fde34a-5ff7ac7d, #w-node-_7c9144f1-dac4-9695-c4b1-36dcc2fde350-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa8855c-d5e8-026b-74c7-778cb65b7a58-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb7cee63-dcc1-8ae3-a2e3-e11fa6433eb8-5ff7ac7d, #w-node-d9226ec5-727c-4d50-8923-da9f5d4d4f35-5ff7ac7d, #w-node-_7c9144f1-dac4-9695-c4b1-36dcc2fde356-5ff7ac7d, #w-node-_7c9144f1-dac4-9695-c4b1-36dcc2fde358-5ff7ac7d, #w-node-f5398de3-e199-87af-8727-ff53cfc5553e-5ff7ac7d, #w-node-f5398de3-e199-87af-8727-ff53cfc55545-5ff7ac7d, #w-node-d23a2382-0442-f1dc-667e-48e4b714588a-5ff7ac7d, #w-node-_2c1752f8-fe5e-982a-117e-c11be82bf413-5ff7ac7d, #w-node-e8745907-32a3-f79b-25d3-e299d052df0b-5ff7ac7d, #w-node-d19e827e-3594-c306-a8d5-b3ba0b442290-5ff7ac7d, #w-node-_1e951895-464d-7e7e-9bc0-44f210c5b237-5ff7ac7d, #w-node-_1e951895-464d-7e7e-9bc0-44f210c5b239-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399123dc-43a3-c8d2-7b03-e72bcdce149e-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23ce7-5ff7ac7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d09-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d0b-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d1c-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d1e-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d23-5ff7ac7d, #w-node-ec44b1f6-e800-ca3f-2e73-288c6b2fff42-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d29-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d2e-5ff7ac7d, #w-node-d304625f-eec3-2db0-2843-a0c64e5d4de6-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d34-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d39-5ff7ac7d, #w-node-_4ab506a0-dd70-6c4d-09bd-81b651b81b90-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d3f-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d44-5ff7ac7d, #w-node-d5da5517-b6ed-eb7c-9088-4eb54f8428f1-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d4a-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d51-5ff7ac7d, #w-node-_18f79a40-1e73-8722-dee2-eb2ad0fd71fa-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d57-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d6d-5ff7ac7d, #w-node-ed82fc41-7576-826f-3f14-729c47e24564-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d73-5ff7ac7d, #w-node-_30fc4fce-8e2a-3235-e05d-71387df3d6e1-5ff7ac7d, #w-node-_83f4b019-9c8f-a686-3c00-8e1d81a527af-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d79-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d7b-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d8c-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d93-5ff7ac7d, #w-node-_2b999520-f153-831d-749d-a966772ec9bd-5ff7ac7d, #w-node-_38c3cd2b-fd8e-d737-856f-213b3ef1273e-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23dae-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23db0-5ff7ac7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_785fe4b3-1439-549e-60fe-5811a5841cf9-d5517e4d, #w-node-_0f5e3d3e-4490-97d3-ec4a-3b766d72444b-d5517e4d, #w-node-a08ad250-2764-ecbd-52b5-1d16da5ac383-d5517e4d, #w-node-_8b3ac0eb-afe5-3bf3-5722-ebb09dbddc62-090cc2d7, #w-node-_4b75da8c-d59d-3d38-acd2-4cad3cccf2a7-090cc2d7, #w-node-_689e7a55-d8c3-d528-ba65-0bb008a74d05-090cc2d7, #w-node-aa0e1e3f-b8b5-4949-7bed-7fb13c4ec552-090cc2d7, #w-node-b3dbf75c-fd0a-c51f-61e6-fa38c58b63c6-090cc2d7, #w-node-_8c14fbc4-fcf7-324f-aafd-1498bffb3299-090cc2d7, #w-node-eb5942e1-288d-c7b8-7427-681674db76cb-090cc2d7, #w-node-f2f5b041-eda1-714e-631d-380637c36201-090cc2d7, #w-node-a163865b-3d44-f43d-b9b4-38780147bc8c-090cc2d7, #w-node-a9161448-5ab9-7a35-bfda-e0b631617a03-090cc2d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-d23a2382-0442-f1dc-667e-48e4b714588a-5ff7ac7d, #w-node-_2c1752f8-fe5e-982a-117e-c11be82bf413-5ff7ac7d, #w-node-e8745907-32a3-f79b-25d3-e299d052df0b-5ff7ac7d, #w-node-d19e827e-3594-c306-a8d5-b3ba0b442290-5ff7ac7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d23-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d2e-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d39-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d44-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d51-5ff7ac7d, #w-node-_6fdb5847-a6bc-e743-1d29-45a74ed23d6d-5ff7ac7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99372350-1c15-de42-1f92-c1e2310060c2-5ff7ac7d, #w-node-_2beaad40-c4e4-613c-8f9b-b0a432aaf293-5ff7ac7d, #w-node-_6a08d708-4332-039e-230f-23e71224a071-5ff7ac7d, #w-node-b1d73a59-66b6-b27d-ed13-e76ca5117e57-5ff7ac7d, #w-node-_09f378af-6f44-b6d9-d636-aa265aff53ec-5ff7ac7d {
    justify-self: end;
  }
}


