/** Shopify CDN: Minification failed

Line 453:18 Unexpected "{"
Line 453:27 Expected ":"
Line 458:18 Unexpected "{"
Line 458:27 Expected ":"

**/
/* banner section css  */
.real-women-banner-container {
    position: relative;
}
.real-women-banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.real-women-banner-content {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
    color: #1f1f1f;
    z-index: 2;
}
.real-women-banner-content h2 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
}
.real-women-subheading {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
}

/* female category section */
.category-tab-content--image-wrapper.slick-slider {
  position: relative;
  padding-bottom: 60px;
}

.category-tab-content--image-wrapper .slick-prev,
.category-tab-content--image-wrapper .slick-next {
  position: absolute;
  bottom: 20px;
  top: auto;
  transform: translateY(0);
  background: #EDD2CE;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.category-tab-content--image-wrapper .slick-next {
   width: 42px; 
}
.category-tab-content--image-wrapper .slick-prev:before,
.category-tab-content--image-wrapper .slick-next:before {
    display:none;
}
.category-tab-content--image-wrapper .slick-prev {
  left: 49%;
  transform: translateX(-50%) translateX(-22px);
    margin-top: 32px;
    top: 88%;
}
.category-tab-content--image-wrapper .slick-next {
  left: 50%;
  transform: translateX(-50%) translateX(22px);
   margin-top: 32px;
   top: 88%;
}

.category-tab--heading {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
.category-tab-content--tabs {
  display: flex;
  overflow-x: scroll;
  margin: 1.2rem 0;
  scrollbar-width: none;
  justify-content: center;
  gap: 12px;
}
.category-tab-content--tabs::-webkit-scrollbar {
  display: none;
}
.category-tab-content-tab-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: math-auto;
  background: var(--tab-bg-inactive);
  min-width: max-content;
  text-align: center;
  padding: 3px 20px;
  border: 1px solid #F3F3F2;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  color: var(--text-icon-label-primary, #2C2C2A);
}
.category-tab-content-tab-button.active-tab-button {
  color: #000;
  background: var(--tab-bg-active);
  border-radius: 16px;
}
.category-tab-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
}
.category-tab-content.show-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.category-tab-content--image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hidden {
  display: none;
}
.category-tab-content--image-wrapper.multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.category-tab-content--image-wrapper.multiple img {
  width: 96%;
  margin-left: 10px;
}
.review-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.category-tab-content--image-wrapper .review-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.image-block {
  position: relative;
  width: 48%;
}
.image-block img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  border-radius: 0px 0px var(--8x, 8px) var(--8x, 8px);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  display: flex;
  min-width: 152px;
  width: 142px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.review-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #303030;
  line-height: 20px;
  letter-spacing: 0.17px;
}

.review-location {
  font-size: 12px;
  color: #787878;
  margin: 4px 0 10px;
}
.review-text {
  font-size: 14px;
  color: #303030;
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  min-height: 80px;
}
.review-card .tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  background: transparent;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 10px;
}

.review-card .tag {
  font-size: 12px;
  color: #333;
  padding: 4px 6px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  background: #FFF;
  letter-spacing: 0.4px;
}
.category-tab h4.product-featured-title.w-100 {
  position: unset;
}
.category-tab h4.product-featured-title.w-100:after{
  display: none;
}
h4.product-featured-title {
  color: var(--neutralgrey-700, #404040);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.35px;
  width: 44%;
  margin: 0 auto;
}
h4.product-featured-title.w-100{
  position: relative;
  padding-bottom: 32px;
}
h4.product-featured-title.w-100:after {
  content: " ";
  width: 64px;
  height: 4px;
  background: #404040;
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translate(0);
  border-radius: 99px;
}
h5.product-featured-subtitle {
  color: var(--neutralgrey-700, #404040);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  width: 44%;
  margin: 24px auto 44px auto;
}

/* female hair stories */
.hair-stories-wrapper .slick-prev::before,
.hair-stories-wrapper .slick-next::before {
  display: none; 
}
  
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16; 
  overflow: hidden;
  border-radius: 12px;
}

.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-thumbnail,
.video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
}

/* Centered Play Button Overlay */
.video-overlay-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.play-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  opacity: 0.85;
}
.hair-stories-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  flex-wrap: wrap;
  gap: 0;
}

.check-out-heading-female-desktop{
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
}

.checkout-subheading-female-desktop {
   font-size: 29px;
    font-weight: 400;
}
.hair-stories-content {
  flex: 1;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
}

.hair-stories-slider-container {
  flex: 1;
  max-width: 50%;
  position: relative;
}

.hair-stories-slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hair-stories-slider {
  width: 66%;
}

.story-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.story-image img {
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.story-overlay {
  position: absolute;
  bottom: 0;
  backdrop-filter: blur(24px);
  width: 100%;
  padding: 12px 24px;
  border-radius: 0 0 12px 12px;
}

.story-label {
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  padding: 4px 8px;
  border-radius: 13px;
  display: inline-block;
  margin-bottom: 16px;
  color: black;
  border: 1px solid;
  text-transform: uppercase;
}

.story-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.hair-stories-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 449px;
  align-items: center;
}

/* Slick arrows */
.hair-stories-wrapper.slick-prev,
.hair-stories-wrapper.slick-next {
  background: #EDD2CE !important;
  border: 1px solid #EDD2CE !important;
  height: 32px;
  width: 32px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
#shopify-section-{{ section.id }} .hair-stories-wrapper .slick-prev:before {
    width: 12px;
    height: 13px;
    margin: 10px 1px 12px 12px;
}
#shopify-section-{{ section.id }} .hair-stories-wrapper .slick-next:before {
   margin: 9px 13px 6px 5px;
}

.hair-stories-arrows {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  margin-top: 20px;
  position: static; 
}

.hair-stories-arrows .slick-prev,
.hair-stories-arrows .slick-next {
  position: static;
  transform: none !important;
  display: inline-flex !important;
  width: 32px;
  border-radius: 4px;
  height: 32px;
}

.hair-stories-wrapper.slick-prev, 
.hair-stories-wrapper.slick-next {
   position: static !important;
}
.checkout-subheading-female-mobile {
  display:none;
}
.check-out-heading-female-mobile {
  display:none;
}
.hair-stories-slider-container {
  min-height: 100%;
}
.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.5;
  overflow: hidden;
  border-radius: 12px;
}

.video-thumbnail,
.video-player {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 12px;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.play-icon {
  width: 60px;
  height: 60px;
  opacity: 0.85;
}
.story-card-wrapper {
  margin: 10px;
}

/* female more results css */
.more-results-wrapper {
  padding: 44px 0;
  background: #fff;
}
.more-results-heading {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000000;
}
.results-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.result-image {
  width: calc(16.66% - 20px); 
}
.result-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
/* female help banner */
.female-testimonial-section--wrapper {
  position: relative;
}
.female-testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.female-testimonial-content {
  position: absolute;
  left: 0;
  top: 187px;
  padding: 0 0 0 44px;
}
h3.female-testimonial-heading {
  color: #303030;
  font-family: "Nunito Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.35px;
  max-width: 374.049px;
  margin-bottom: 32px;
}

a.btn-dark.female-testimonial-button {
  width: 259px;
  height: 48px;
  flex-direction: column;
  display: flex;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #404040;
}
p.female-testimonial-btn-text {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.17px;
}
/* female hair test prompt css  */
.female-retake-test-section--wrapper {
  position: relative;
}
.female-retake-test--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.female-retake-test--content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 44px;
  width: 50%;
}
h3.female-retake-test--heading {
  color: var(--text-icon-invert, #FFF);
  font-family: "Nunito Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.35px;
  margin-bottom: 16px;
}
p.female-retake-test--description {
  color: var(--text-icon-invert, #FFF);
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin-bottom: 32px;
}
a.book-slot-button.btn-dark.female-retake-test--button {
  display: flex;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #404040;
  width: 259px;
  height: 48px;
  flex-direction: column;
}
.female-retake-test--btn-text {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.17px;
}
.female-retake-test-section--wrapper {
  position: relative;
}
.female-retake-test--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.female-retake-test--content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 44px;
  width: 50%;
}
h3.female-retake-test--heading {
  color: var(--text-icon-invert, #FFF);
  font-family: "Nunito Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.35px;
  margin-bottom: 16px;
}
p.female-retake-test--description {
  color: var(--text-icon-invert, #FFF);
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin-bottom: 32px;
}
a.book-slot-button.btn-dark.female-retake-test--button {
  display: flex;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #404040;
  width: 259px;
  height: 48px;
  flex-direction: column;
}
.female-retake-test--btn-text {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.17px;
}
section.real-women-banner-wrapper.banner__buttons {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  /* female hair test prompt css  */
  .female-retake-test--content {
    padding: 16px;
    width: 74%;
  }
  h3.female-retake-test--heading {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.17px;
    margin-bottom: 4px;
  }
  p.female-retake-test--description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
    margin-bottom: 12px;
  }
  a.book-slot-button.btn-dark.female-retake-test--button {
    width: 200px;
    height: 40px;
    padding: 4px 6px;
  }
  p.female-retake-test--btn-text {
    font-size: 14px;
  }
  .female-retake-test--content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 74%;
    padding: 16px;
  }
  /* female more results css */
  .results-grid {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .result-image {
     width: 48%;
  }
  .results-grid {
    gap: 10px;
  }
  .more-results-heading {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .more-results-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* female hair test prompt css  */
  .female-retake-test--content {
    padding: 16px;
    width: 74%;
  }
  h3.female-retake-test--heading {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.17px;
    margin-bottom: 4px;
  }
  p.female-retake-test--description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
    margin-bottom: 12px;
  }
  a.book-slot-button.btn-dark.female-retake-test--button {
    width: 200px;
    height: 40px;
    padding: 4px 6px;
  }
  p.female-retake-test--btn-text {
    font-size: 14px;
  }
  .female-testimonial-content {
    padding: 16px 0px 0 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  h3.female-testimonial-heading {
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 0.17px;
      max-width: 150px;
      margin-bottom: 12px;
  }
  a.btn-dark.female-testimonial-button {
      width: 174px;
      height: 40px;
      padding: 0;
  }
  p.female-testimonial-btn-text {
      font-size: 14px;
  }
  /* category tab css  */
  .category-tab-content--image-wrapper .slick-prev,
  .category-tab-content--image-wrapper .slick-next {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .slick-prev,
  .slick-next {
    padding: 0;
    background: none;
    border: none;
   }
   .slick-prev svg,
   .slick-next svg {
    display: block;
   }
  .category-tab-content--image-wrapper .slick-prev {
    transform: translateX(-50%) translateX(-20px);
  }
  .category-tab-content--image-wrapper .slick-next {
    transform: translateX(-50%) translateX(20px);
  }

  .category-tab-content--image-wrapper.multiple img {
    width: 100%;
    margin-left: 0;
  }
  .category-tab-content--tabs {
    justify-content: flex-start;
    gap: 1.5rem;
  }
  .category-tab-content-tab-button {
    font-size: 12px;
    text-transform: uppercase;
  }
  .caption {
    width:100%;
  }
  .review-card {
    margin-right: 0;
  }
  .category-tab h4.product-featured-title.w-100 {
    width: 84% !important;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
  }
  h4.product-featured-title {
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 0.29px;
    width: 90%;
  }
  h5.product-featured-subtitle {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.17px;
    width: 90%;
    margin-top: 4px;
  }
  .hair-stories-wrapper .slick-prev::before,
  .hair-stories-wrapper .slick-next::before { 
    display: none; /* disable default slick arrow content */
  }

  .hair-stories-arrows .slick-prev {
    margin-left: -16px;
  }
  .hair-stories-arrows .slick-next {
    margin-right: -16px;
  }
  .story-image .video-thumbnail {
    max-width: 93%;
  }
  .story-card-wrapper .story-overlay {
    max-width: 93.3%;
    left: 3.3% !important;
  }
  .video-player.playing-style {
    max-width: 93%;
    margin: 0 auto;
    left: 4%;
  }
  /* Applied when video starts playing */
  .video-player.playing-style {
    object-fit: fill !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    left: 4% !important;
    position: absolute;
    border-radius: 12px;
  }

  /* Modify overlay position when video plays */
  .story-overlay.playing-style {
    width: 100% !important;
    margin: 0 auto !important;
    left: 4% !important;
    bottom: 0px !important;
    position: absolute;
    max-width: 92.7%;
    border-radius: 12px;
  }
  .checkout-subheading-female-mobile, .story-card-wrapper .story-overlay {
    bottom: 0px;
  }
  /* Modify mobile subheading position when video plays */
  .checkout-subheading-female-mobile.playing-style {
    bottom: -43px !important;
    position: absolute;
  }
  .checkout-subheading-female-mobile.playing-style {
    bottom: 1%;
  }
  .hair-stories-wrapper {
    padding: 32px 20px 80px;
    height: auto;
    gap: 0;
  }
  .hair-stories-slider .slick-initialized .slick-slider {
    height: auto;
    overflow: hidden;
  }
  .hair-stories-arrows .slick-next,
  .hair-stories-arrows .slick-prev{
    border-radius: 4px;
  }

  .hair-stories-content,
  .hair-stories-slider-container {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .slick-next::before {
    margin-left: 7px;
  }

  .story-card {
    margin: 0 auto;
  }
  .check-out-heading-female-mobile {
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;;
    text-align:center;
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .checkout-subheading-female-mobile {
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding-top: 12px;
    padding-bottom: 32px;
    display: block; 
    max-width: 256px;
    margin: 0 auto;
  }
  .checkout-subheading-female-desktop {
  display: none;
  }
  .check-out-heading-female-desktop {
  display: none;
  }
  .hair-stories-arrows {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: space-between !important;
  }
  .hair-stories-wrapper {
    position: relative;
  }
  
  .story-image .video-thumbnail{
    /* object-fit: contain;
    width: 259px;
    height: 504px;
    margin: 0 auto; */
    width: 100%;
    height: -webkit-fill-available;
    margin: 0 auto;
    object-fit: contain;
  }
  .story-overlay {
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 12px;
    bottom: 29px;
  }
  .checkout-subheading-female-mobile {
    max-width: 100%;
    text-align: center;
    padding: 0 18.65%;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    left: 0;
  }
  .hair-stories-wrapper.slick-next {
    right: -8px;
    top: -98px;  
  }
  .hair-stories-arrows .slick-prev,
  .hair-stories-arrows .slick-next {
    position: unset;
  }
  .hair-stories-wrapper .btn {
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0 auto;
    font-size: 17px;
    margin-bottom: 32px;
  }
  .hair-stories-slider {
    width: 100%;
  }
  .hair-stories-arrows .slick-next {
    transform: translateX(8px);
  }
  .hair-stories-arrows .slick-prev {
    transform: translateX(-8px);
  }
  .real-women-banner-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  } 
  section.real-women-banner-wrapper.banner__buttons {
    margin-top: 67px;
  }
  .real-women-banner-content {
    left: 38%;
    transform: translate(-64%, -50%);
    text-align: center;
    top: 63%;
  }

  .real-women-banner-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-align: left;
  }
  .real-women-subheading h2 {
    font-family: Nunito Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .shopify-section.female-retake-test-section {
    margin: 16px 0;
  }
  .female-testimonial-section--container.container {
    margin-bottom: 18px;
  }  
  .hair_thinning_saw_result-container {
    margin-bottom: 26px;
  }
}