/** Shopify CDN: Minification failed

Line 55:0 Unexpected "<"
Line 62:0 Unexpected "<"
Line 70:0 Unexpected "<"
Line 94:0 Unexpected "<"
Line 101:0 Unexpected "<"
Line 787:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.about-extensions-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #eee5d6;
  justify-content: center;
}
.about-extensions-item-container {
  display: flex;
  width: 33.33%;
  height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--kovi-super-dark-nude);
}

.about-title {
  font-size: 1.8em;
  text-align: center;
  margin: 0;
  padding: 0 8%;
  margin-bottom: 15px;
}

.about-description {
  margin-top: 10px;
  font-size: 18px;
  padding: 0 8%;
  letter-spacing: 1px;
  word-spacing: 3px;
}

.about-description:first-of-type {
  margin-top: 30px;
}

.about-extensions-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
<style>
  .event-section {
    padding: 20px;
  }
  .event-block {
    margin-bottom: 20px;
  }
</style>
<style>
  .event-section {
    padding: 20px;
  }
  .event-block {
    margin-bottom: 20px;
  }
</style>
div#shopify-section-template--14947896885311__carousel-yotpo {
    overflow: hidden;
}
    .yotpo.yotpo-reviews-carousel.yotpo-size-7 {
      padding: 30px 0 40px;
  }
    .yotpo-label.yotpo-small-box {
        display: none !important;
    }
      .headline {
        font-family: 'Playfair Display' !important;
        font-size: 28px !important;
        font-weight: 400 !important;
    }
      .carousel-review-title {
        font-family: 'Playfair Display' !important;
        font-weight: 500 !important;
        padding-top: 10px !important;
    }
    .carousel-review-body {
      font-family: 'Montserrat' !important;
      padding-top: 10px !important;
  }
<style>
  .event-section {
    padding: 20px;
  }
  .event-block {
    margin-bottom: 20px;
  }
</style>
.follow-us-container {
        background-color: var(--kovi-light-nude-color);
      }

      .follow-us-title {
        font-family: "Playfair Display", serif;
        text-align: center;
        padding: 30px 0;
        font-size: 3.5em;
      }

      .follow-us-images {
        display: flex;
        justify-content: center;
        gap: 2%;
        padding: 0 4%;
      }

      .follow-us-images-item {
        width: 18%;
      }

      .follow-us-images-item-img {
        width: 100%;
        border-radius: 60px;
        border: 4px solid #fff;
      }

      .follow-us-footer {
        text-align: center;
        padding: 30px;
        font-size: 1.6em;
        letter-spacing: 1px;
      }
        .kovi-swiper-container {
        max-width: 90%;  /* Set the maximum width of the slider */
        margin: 0 auto;  /* Center the slider */
        padding: 0 5%;   /* Add padding on the sides */
      }

      .kovi-swiper-slide {
        width: auto;
      }

    .img.follow-us-swiper-img{
      border-radius: 60px;
      border: 4px solid #fff;
    }

    .swiper-outter-container {
        position: relative;
        padding: 30px 0;
    }

    .swiper-pagination.kovi-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
        position: absolute;
    }
  
    span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
        width: 14px !important;
        height: 14px !important;
    }

    .swiper-pagination-bullet {
        background: #b1b1b1!important;
        opacity: unset !important;
    }

    .swiper-pagination-bullet-active {
        background: #b39980 !important;
        opacity: unset !important;
    }
:root {
      --kovi-light-nude-color: #eee5d6;
      --kovi-nude-color: #b39980;
      --kovi-dark-color: #917a64;
      --kovi-super-dark-nude: #786654;
    }

    /* Basic reset for styling */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    /* Style for the navigation bar */
    nav {
      border-bottom: 2px solid #ccc; /* Thin border across the bottom */
      padding: 10px;
      font-family: "Playfair Display", serif;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 1px;
    }

    ul#menu {
      list-style-type: none;
      display: flex;
      justify-content: center; /* Center the menu items if you prefer */
    }

    ul#menu li {
      display: inline-block;
      margin-right: 20px; /* Adjust spacing as needed */
      padding: 10px;
      cursor: pointer;
      position: relative; /* Needed for absolute positioning of the active border */
      font-size: 20px;
      text-align: center;
      line-height: normal;
    }

    /* Style for the active menu item */
    ul#menu li.active::after {
      content: "";
      display: block;
      width: 100%;
      height: 4px; /* Thicker border for active item */
      background-color: #000; /* Change to match the active color */
      position: absolute;
      bottom: -13px; /* Align with the bottom border */
      left: 0;
    }

    /* Hover effect for menu items */
    ul#menu li:hover {
      text-decoration: none;
    }

    /* Style for the dropdown */
    #mobile-menu {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
    }

    .content {
      font-family: "Montserrat", sans-serif;
    }
    div.content-section {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-width: 90%;
      margin: auto;
      margin-top: 40px;
      margin-bottom: 30px;
      gap: 3%;
    }
    /* Initially hide all content sections */
    .content-section {
      display: none;
    }

    /* Add other styles as necessary */
    .content-section-left {
      width: 35%;
      display: flex;
      justify-content: flex-end;
    }
    .content-section-left-img {
      width: 100%;
      max-width: 400px;
    }
    .content-section-right {
      display: flex;
      flex-direction: column;
      width: 62%;
    }
    .content-section-right-heading-container {
      margin-top: 10px;
    }
    .content-section-right-content-container,
    .content-section-right-lengths-container,
    .content-section-right-button-container {
      margin-top: 40px;
    }
    .content-section-right-heading-container {
      font-family: "Playfair Display", serif;
      font-size: 48px;
      line-height: 48px;
    }

    .content-section-right-content-container {
      letter-spacing: 1px;
      word-spacing: 2px;
    }

    .content-section-right-lengths-container {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .content-section-right-lengths-inner-container {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .content-section-right-length {
      border: 1px solid #000;
      padding: 8px 10px;
      cursor: pointer;
    }

    .content-section-right-length:hover {
      background-color: var(--kovi-light-nude-color);
      color: var(--kovi-super-dark-nude);
      border: 1px solid var(--kovi-dark-color);
    }

    a.content-section-right-button {
      border: 0;
      padding: 16px;
      font-size: 24px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      background-color: var(--kovi-light-nude-color);
      color: var(--kovi-super-dark-nude);
      cursor: pointer;
      text-decoration: none;
    }

    .hair-extension-colors {
        margin-bottom: 24px;
    }
    .kovi-color-slider {
      padding: 0px 0 20px 0;
      width: 75%;
      margin: auto;
    }

    .kovi-color-slider-item {
      /* width: 100%; */
      height: 94px;
      border: 3px solid #eee5d6;
      border-radius: 50%;
    }

    .activity_rounded.text-center {
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      /* border-radius: 50%; */
      -khtml-border-radius: 50%;
      /* overflow: hidden; */
      /* height: 94px; */
      /* border: 5px solid #eee5d6; */
    }

    .kovi-color-slider-item-title {
      padding: 5px 0;
      margin: 0;
      text-align: center;
    }

    .swiper-outter-container {
      position: relative;
      padding: 0 0 20px 0;
    }

    .kovi-color-slider-pagnation {
      bottom: 0;
    }

    .swiper-slide.swiper-slide {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-content: center;
      align-items: center;
      font-family: "Montserrat", sans-serif;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
      width: 14px !important;
      height: 14px !important;
    }

    .swiper-pagination-bullet {
      background: #b1b1b1 !important;
      opacity: unset !important;
    }

    .swiper-pagination-bullet-active {
      background: #b39980 !important;
      opacity: unset !important;
    }
    .swiper-pagination.kovi-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
      bottom: -12px;
  }
    :root {
      --swiper-theme-color: #b39980;
    }

:root {
    --kovi-light-nude-color: #eee5d6;
    --kovi-nude-color: #b39980;
    --kovi-dark-color: #917a64;
    --kovi-super-dark-nude: #786654;
}

  .mobile-info-nav-container {
    background-color: #fff;
}
  
.custom-select-wrapper {
    position: relative;
    user-select: none;
}
.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}
.custom-select.open .custom-options {
    display: block;
}
.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: var(--kovi-super-dark-nude);
    height: 40px;
    line-height: 40px;
    background: var(--kovi-light-nude-color);
    cursor: pointer;
    border: 0px solid var(--kovi-nude-color);
    font-family: Montserrat,sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid #dcdcdc;
    border-top: none;
    background: var(--kovi-light-nude-color);
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 40px;
    cursor: pointer;
  border-top: 1px solid #ffffff;
}
.custom-option:hover {
    background-color: var(--kovi-nude-color);
    color: var(--kovi-light-nude-color);
}
.custom-option.selected {
    font-weight: 500;
    background-color: var(--kovi-nude-color);
    color: var(--kovi-light-nude-color);
}
.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
.arrow::before, .arrow::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: -5px;
    transform: rotate(-45deg);
    background-color: var(--kovi-nude-color);
}
.arrow::after {
    left: 5px;
    transform: rotate(45deg);
    background-color: var(--kovi-nude-color);
}

span.mobile-nav-heading-span {
    font-size: 14px;
    text-transform: uppercase;
}

  .mobile-nav-heading {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensure it stays on top of other content */
}

  
    @media only screen and (max-width: 501px) {
      .kovi-color-slider-item {
        height: 72px;
        border: 2px solid #eee5d6;
      }
    }

    @media screen and (max-width: 775px) {
      .mobile-nav-heading {
          display: block;
      }
      #desktop-nav {
        display: none !important;
      }

      #mobile-nav {
        display: block !important;
      }

      .kovi-color-slider {
        width: 90%;
      }

      div.content-section {
        flex-direction: column;
      }

      .content-section-left {
        width: 100%;
        justify-content: center;
      }

      .content-section-right {
        margin-top: 30px;
        width: 100%;
      }
      .content-section-right-heading-container {
        font-size: 38px;
        line-height: 38px;
      }

      .content-section-right-content-container,
      .content-section-right-lengths-container,
      .content-section-right-button-container {
        margin-top: 20px;
      }

      .content-section-right-content-container {
        font-size: 14px;
      }

      .content-section-right-lengths-container {
        flex-direction: column;
      }

      .content-section-right-button-container {
        text-align: center;
      }
    }
     @media screen and (max-width: 900px) {
       ul#menu li {
        font-size: 15px;
      }
    }

    @media screen and (max-width: 1399px) {
      .kovi-color-slider {
        width: 85%;
      }
    }

    /* Custom Select Styles */
    .custom-select {
      width: 100%;
      padding: 8px;
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: white;
      box-sizing: border-box;
      appearance: none;
      background-image: url('data:image/svg+xml;charset=US-ASCII,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill="%23ddd" d="M7 10l5 5 5-5z"/></svg>');
      background-repeat: no-repeat;
      background-position: right 8px top 50%;
      cursor: pointer;
    }

    .custom-select:focus {
      outline: none;
      border-color: var(
        --kovi-nude-color
      ); /* Replace with your actual color variable or fallback value if not defined */
    }

      .select2-container {
        width: 100% !important;
      }

      .select2-container--default .select2-selection--single {
        border-radius: 0px !important;
      }
.faq-container {
        max-width: 1200px;
        margin: auto;
        padding: 20px;
        margin-bottom: 20px;
      }
      .faq-title {
        text-align: center;
        font-size: 42px;
        color: #333;
        margin-bottom: 6px;
      }
      p.faq-description {
        text-align: center;
        margin-bottom: 14px;
        font-size: 20px;
    }
      .faq-item {
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
      }
      .faq-question {
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 100%;
        cursor: pointer;
        font-size: 18px;
        color: var(--kovi-dark-color);
      }
  span.faq-question-span {
      font-size: 22px;
      font-weight: 300;
  }
    .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; /* Smooth transition for max-height and padding */
    padding-top: 0;
    font-size: 16px;
    color: #555;
  }

  .faq-question.open + .faq-answer {
    max-height: 500px; /* Adjust based on the maximum content size you expect */
    padding-top: 10px;
  }

      /* FAQ Item Hover Effect */
      .faq-question:hover {
        color: var(--kovi-super-dark-nude);
      }

      .faq-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin-right: 10px;
        transition: transform 0.3s ease;
        /* Create a plus sign using CSS */
        position: relative;
      }

      .faq-icon::before,
      .faq-icon::after {
        content: "";
        position: absolute;
        background-color: var(--kovi-dark-color); /* Match the color of your FAQ questions */
        transition: transform 0.3s ease;
      }

      .faq-icon::before {
        /* Horizontal line of the plus */
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
      }

      .faq-icon::after {
        /* Vertical line of the plus */
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        transform: translateX(-50%) rotate(0deg); /* Start rotated to form a plus */
        transition: transform 0.3s ease;
      }

      .faq-question.open .faq-icon::before {
        /* Rotate horizontal line counter-clockwise */
        transform: translateY(-50%) rotate(-180deg);
      }

      .faq-question.open .faq-icon::after {
        /* Rotate vertical line back to align with horizontal line */
        transform: translateX(-50%) rotate(90deg);
      }

      /* Responsive Design */
      @media (max-width: 600px) {
        .faq-container {
          padding: 10px;
        }
        .faq-title {
          font-size: 20px;
        }
        .faq-question {
          font-size: 16px;
        }
      }
.join-us-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #fff;
  height: 500px;
  text-align: center;
}

.join-us-title {
  font-family: "Playfair Display", serif;
  font-size: 5em;
  text-align: center;
  margin: 0;
}

.join-us-description {
  font-weight: 300;
  margin-top: 10px;
  font-size: 2em;
  letter-spacing: 3px;
  word-spacing: 3px;
}

.join-us-cta {
  display: flex;
  gap: 25px;
  margin-top: 50px;
  align-items: center;
}

.join-us-btn-login {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2em;
  background-color: #eee5d6;
  padding: 10px 20px;
  border: 0;
  color: #2d2d2d;
  cursor: pointer;
}

.join-us-btn-join {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2em;
  background-color: unset;
  padding: 8px 40px;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
}
<style>

</style>
:root {
  --kovi-light-nude-color: #eee5d6;
  --kovi-nude-color: #b39980;
  --kovi-dark-color: #917a64;
  --kovi-super-dark-nude: #786654;
}
  .extensions-page-difference-container {
  height: 500px;
  background-color: #f7f4f2;
}
.extensions-page-difference-inner-container {
  display: flex;
  max-width: 90%;
  margin: auto;
  align-items: center;
  height: 100%;
  gap: 2%;
}
.difference-container-left {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.difference-container-content {
  max-width: 75%;
}
.difference-title {
  font-family: "Playfair Display", serif;
  font-size: 3.8em;
  text-align: center;
  margin: 0;
}

.difference-description {
  margin-top: 30px;
  font-size: 20px;
  word-spacing: 5px;
  padding: 0 5%;
}

.difference-container-right {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.difference-container-img {
  height: 100%;
}