/** Shopify CDN: Minification failed

Line 654:16 Unexpected "'.site-footer'"

**/
.template-product .tags {
  display: none;
}

.template-product .index-section {
  margin: 25px 0;
}
.section-header {
  margin-bottom: 40px;
}
.template-product .product-single__meta {
  border-radius: 0px;
  background: rgba(232, 223, 238, 0.18);
  margin-top: -60px;
  padding: 55px 30px 20px;
}

.template-product .product-single__meta .product-block--header .product-single__title {
  color: #231F20;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.template-product .product-block.product-block--price.small--text-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.template-product .product-single__meta .benefit_wrapper{
  border: solid #231f2033;
  border-width: 1px 0;
   padding: 20px 0;
  margin: 20px 0;
}
.template-product .product-single__meta .benefit_wrapper .benefit_list{
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.template-product .product-single__form {
  text-align: center;
}

.template-product .product-single__meta .variant-input-wrap {
  display: flex;
  gap: 9px;
  margin-top: 44px;
  margin-bottom: 0;
}

.template-product .product-single__meta .variant-input-wrap .variant-input {
  flex: 1;
}

.template-product .product-single__meta .variant-input-wrap .variant-input label {
  display: block;
  width: 100%;
  min-width: 250px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  background: #FAFAFA;
  padding: 28px 36px;
  overflow: visible;
}

.template-product .product-single__meta .variant-input-wrap input[type=radio]:checked+label {
  border-radius: 12px;
  border-top: 1px solid #231F20;
  border-right: 1px solid #231F20;
  border-bottom: 4px solid #231F20;
  border-left: 1px solid #231F20;
  background: #FFF;
}

.template-product .product-single__meta .variant-input-wrap .variant-input label .variant-label {
  position: absolute;
  top: -14px;
  left: 15px;
  display: inline-flex;
  padding: 4px 7px 3px 11px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  color: #231F20;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0;
}

.template-product .product-single__meta .variant-input-wrap input[type=radio]:checked+label .variant-label {
  border: 1px solid #000;
  background: #E8DFEE;
}

.template-product .product-single__meta .variant-input-wrap .variant-input label .price {
  color: #231F20;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.2px;
}

.template-product .product-single__meta .variant-input-wrap .variant-input label:before,
.template-product .product-single__meta .variant-input-wrap .variant-input label:after {
  display: none;
}

/* product page popup css */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background */
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}


/* product specification treatment css */

/* Tab Layout */
.tab-container {
  display: flex;
  gap: 20px;
}

/* Sidebar (Step Navigation) */
.tab-menu {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.tab-button {
  background: #fff;
  border: 2px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.tab-button.active {
  background: black;
  color: white;
  border-color: black;
}

/* Right Side Content */
.tab-content {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-pane img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
  object-fit: contain;
}

.logo-bar__marquee.slick-slider {
  max-width: 1140px;
}

.logo-bar__marquee.slick-slider img {
    height: auto;
    max-width: 100%;
}

.logo-bar__marquee .logo-bar__item {
    padding: 0 20px;
}

/* Product */
.grid-product__meta {
  position: relative;
  padding: 20px 10px 10px;
}

.grid-product__title {
  color: #231F20;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.182%;
  letter-spacing: 0.45px;
  height: auto !important;
}

.grid-product__price {
  color: #231F20;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.45px;
  margin-top: 8px;
}

.product_grid_item>.grid-product__content>div[data-oke-reviews-product-listing-rating=""] {
  margin-bottom: 0px;
}

.grid-product__content .add-to-cart {
  border-radius: 35px;
  background: #231F20;
  box-shadow: 0px 0px 4px 0px #FFF inset;
  display: flex;
  width: calc(100% - 25px);
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0 auto;
}

.grid-product__content .add-to-cart.btn[disabled] {
  color: #ffffff4d;
  pointer-events: none;
  opacity: 0.5;
}

.okeReviews.okeReviews--theme .okeReviews-reviewsSummary {
  margin-bottom: 0 !important;
}

.benefit_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.benefit span {
  color: #231F20;
  font-size: 12.502px;
  font-weight: 400;
  line-height: 16.074px;
  flex: 1;
}

.icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-block.product-block--header.product-single__header.small--text-center {
  margin-bottom: 5px;
  margin-top: 0;
}

.product-block--header .product-single__title {
  color: #231F20;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.product-block.product-block--price.small--text-center {
  margin-bottom: 16px;
}

.product-block.product-block--price .product__price {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}

.product-slideshow .product-main-slide {
  border-radius: 15px;
  border: 1px solid #757575;
  background: lightgray 0px 0px / 100% 100% no-repeat;
  width: 321px;
}

.product-single__meta .product-block {
  margin-bottom: 20px;
}

.product_description.rte {
  font-size: 16px;
}

.variant-input-wrap .variant-input label {
  margin: 0;
  padding: 0 10px 0 24px;
  border-radius: unset;
  color: #231F20;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.305px;
}

div[data-product-images],
.product__photos.product__photos-6654350491702.product__photos--beside,
.product__main-photos-wrapper .product-slideshow.flickity-enabled {
  height: 100%;
}

.product__photos.product__photos-6654350491702.product__photos--beside .flickity-page-dots {
  bottom: 25px;
  display: none;
}

.feature-row-wrapper h2.h1.appear-delay {
  color: #231F20;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.faq_section button.collapsible-trigger {
  border: solid #AEAEAE;
  border-width: 1px 0 0;
  width: 100%;
  padding: 11px 35px 11px 0;
  color: #231F20;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.faq_section .collapsible-content__inner {
  color: #4B494D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
}

.faq_section .collapsible-trigger--inline .collapsible-trigger__icon {
  left: auto;
  right: 0;
}

.product__photos-6654350491702 .product__main-photos-wrapper {
  height: 100%;
}

/* Testimonial Slider */
.testimonial-content {
  text-align: left;
}

.testimonial-content .review_content p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  color: #231F20;
  margin-bottom: 26px;
}

.testimonial-content .review_subtext,
.testimonial-content .customer_name {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 142.222%;
  letter-spacing: 0.45px;
  margin: 0;
}

.testimonial-content .review_subtext {
  font-weight: 300;
}

.testimonial-content p:empty {
  display: none;
}

.stars {
  color: #FFD700;
}

.expert-review-section {
  background-color: #fff;
}

.expert-review-section .testimonial-slider-nav {
  max-width: 490px;
}

.expert-review-section .page-width {
  max-width: 1176px;
  margin: 0 auto;
}

.expert-review-section .slider-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.expert-review-section .testimonial-slider {
  max-width: 634px;
}

.expert-review-section .testimonial-slider .testimonial-slide {
  padding: 0 1px;
  opacity: 0.29;
}

.expert-review-section .testimonial-slider .testimonial-slide.slick-current {
  opacity: 1;
}

.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
  width: 16px;
  height: 26px;
}

.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before {
  width: 16px;
  height: 26px;
  font-size: 0;
  display: inline-block;
  z-index: 2;
}

.testimonial-slider .slick-prev {
  left: 54px;
}

.testimonial-slider .slick-next {
  right: 14px;
}

.testimonial-slider .slick-prev:before {
  background: url(/cdn/shop/files/chevron-right.svg);
}

.testimonial-slider .slick-next:before {
  background: url(/cdn/shop/files/chevron-left.svg);
}

.expert-review-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.expert-review-section h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 114.286%;
  margin-top: 15px;
}

.testimonial-slider .slick-list {
  padding: 0 !important;
}

.btn .add-to-cart,
.btn {
  border-radius: 53px;
  background: #231F20;
  box-shadow: 0px 0px 4px 0px #FFF inset;
  padding: 19px 43px 18px;
  align-items: center;
  gap: 33px;
  color: #E8DFEE;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: inline-flex;
  justify-content: center;
  width: auto;
  border: 0;
}

.our-clients-section {
  background-color: #231F20;
  padding: 40px 0;
  margin-bottom: 0;
}

.tab-button {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 25px;
  background: transparent;
}

.tab-button.active {
  background: rgba(232, 223, 238, 0.69);
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.card {
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.card img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.card p {
  margin: 10px 0;
  text-align: center;
  flex-grow: 1;
}

.price {
  font-weight: bold;
  margin-bottom: 10px;
}

.stars-review {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.stars {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 15px;
}

.stars .star-rating {
  display: block;
  height: 100%;
  background-image: url('path/to/star-image.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.review {
  font-size: 14px;
  color: #666;
}

.add-to-cart {
  gap: 9px;
  width: 100%;
}

.add-to-cart,
.grid-product__content .add-to-cart {
  background: black;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-to-cart:hover {
  background: #333;
  color: #fff;
}

.grid__item:not('.site-footer') {
  float: left;
  padding-left: 0px;
  min-height: 1px;
}

.product-info-tab .page-width {
  padding: 25px 40px;
}

.product-info-tab .product-info-top-tab-block ul {
  margin: 0 auto;
  width: 100%;
  padding: .2em 40px 0;
  list-style: none;
  display: flex;
  gap: 44px;
}

.product-info-tab .product-info-top-tab-block ul li {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.product-info-tab .product-info-top-tab-block {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  height: 60px;
  padding: 18px 50px;
  align-items: center;
  display: flex;
}

.product-info-tab ul li {
  display: inline-flex;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.product-info-tab ul li a {
  color: rgba(35, 31, 32, 0.39);
}

.product-info-tab ul li a.active {
  color: #000000;
}

.product-info-tab ul li.ui-tabs-active a {
  color: #231F20;
}

.explore_more_products .grid-product.product_grid_item {
  padding: 0;
}

.explore_more_products .grid-product__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.explore_more_products .grid-product__content .grid-product__link {
  flex: 1;
}

.explore_more_products .product-slide img {
  width: 100%;
  height: 319px;
  max-height: 319px;
  object-fit: cover;
}

/* Product Single page */
.product-info-tab .ui-widget-header,
.product-info-tab .ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-info-tab .medium-up--two-thirds {
  border-radius: 20px 20px 0 0;
  padding-left: 0;
  padding-right: 40px;
}

.product-info-tab .results-block .digits-results {
  border-radius: 0 0 20px 20px;
  border: 1px solid #E8DFEE;
  background: #DAC8B1;
  display: grid;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  overflow: hidden;
  grid-template-rows: 100%;
  padding: 20px 40px;
  column-gap: 22px;
}

.product-info-tab .results-block .digits-results.result-col-1 {
  grid-template-columns: 100%;
}

.product-info-tab .results-block .digits-results.result-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.product-info-tab .results-block .digits-results.result-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.product-info-tab .results-block .digits-results.result-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.explore_more_products .grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 11px));
  gap: 15px;
  padding: 0px 16px;
  margin: 0;
}

.explore_more_products .grid .grid-product {
  overflow: hidden;
  padding-bottom: 23px !important;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14.3px -2px rgba(0, 0, 0, 0.11);
}

.product-info-results .comparison-container image-compare {
  border-radius: 20px 20px 0 0;
}

.product-info-results .comparison-container image-compare image-element,
.product-info-results .comparison-container image-compare image-element img {
  width: 100%;
  height: 100%;
  display: inline-block;
  max-height: 375px;
}

.digits-results .grid__item {
  padding-left: 0;
}

.product-info-tab .results-block .digits-results .grid__item {
  width: 100%;
}

.product-info-tab .results-block .digits-results .grid__item h2:empty,
.product-info-tab .results-block .digits-results .grid__item p:empty {
  display: none;
}

.product-info-tab .results-block .digits-results h2.h2 {
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 142.222% */
  margin-bottom: 10px;
}

.digits-results h2 span {
  font-size: 22px;
  line-height: 32px;
}

.digits-results p {
  color: #231F20;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.product-info-tab .card {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.10);
  padding: 0 32px 24px;
}

.product-info-tab .card img {
  max-height: 306px;
  margin: 0 auto 40px;
}

.product-info-tab .card .title {
  color: #231F20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.product-info-tab .card .title {
  color: #231F20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.product-info-tab .card .product-single__prices {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.2px;
  justify-content: center;
  padding-bottom: 20px;
}

.product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide {
  width: 440px;
  height: 440px;
}

.variant-input-wrap .variant-input label {
  margin: 0;
  padding-left: 22px;
  border-radius: unset;
}

.variant-input-wrap input[type=radio]:checked+label {
  box-shadow: unset;
}

.variant-input-wrap .variant-input label:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 33.854px;
  border: 1.95px solid #767676;
  background: #FBF9FC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.variant-input-wrap input[type=radio]:checked+label::before {
  border-color: #231F20;
}

.variant-input-wrap input[type=radio]:checked+label::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #231F20;
  position: absolute;
  top: 50%;
  left: 5.5px;
  z-index: 1;
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-block.product-block--popup {
  display: inline-flex;
  margin-right: 16px;
}

.product-block--popup a.popup-link {
  color: #231F20;
  font-family: Inter;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-specification-section {
  padding-bottom: 18px;
}

.product-specification-section ul {
  padding: 30px 50px 25px;
}

.qt-mobile-app-content .feature-row__item--overlap-images>:first-child {
  transform: unset;
}

.qt-mobile-app-content .feature-row__item--overlap-images>:first-child {
  width: 100%;
}

.qt-mobile-app-content .feature-row__item h2 {
  color: #231F20;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.429%;
}

.feature-row.qt-mobile-app-content {
  border-radius: 16.17px;
  background: #F1F1F1;
  box-shadow: 0px 2.425px 4.043px 0px rgba(179, 179, 179, 0.10);
  padding: 0 36px 0 56px;
  align-items: center;
  margin: 0;
  position: relative;
  z-index: 0;
}

.qt-mobile-app-content .feature-row__item {
  flex: unset;
  margin: 0 0 0 auto;
  max-width: 420px;
  padding-right: 0;
}

.grid.product-info-results {
  margin: 0;
}

.product-specification-section h2.section_heading,
.product-specification-section h2 {
  color: #231F20;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
}
  
.product-specification-section .treatments_wrapper h2.section_heading {
  text-align: left;
  font-family: Inter;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 25px !important;
}

.treatments_wrapper.grid {
  margin: 0;
  border-radius: 24px;
  border: 1px solid #F1F1F1;
  background: #FEFBFF;
  padding: 40px 35px;
}

.treatments_wrapper.grid .tab-content {
  border-radius: 24px;
  border: 1px solid #E8DFEE;
  background: #FFF;
  box-shadow: 0px 3px 5px 0px rgba(179, 179, 179, 0.10);
  padding: 33px 40px 15px;
}

.treatments_wrapper .tab-menu .tab-button>span:not(.step_title) {
  border-radius: 32px;
  border: 1px solid #FFF;
  background: linear-gradient(160deg, #F5F5F5 0%, #FFF 100%);
  box-shadow: 0px 3px 5px 0px rgba(232, 223, 238, 0.61);
  display: flex;
  width: 64px;
  height: 64px;
  padding: 19px 0px;
  justify-content: center;
  align-items: center;
  color: #231F20;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

.treatments_wrapper .tab-menu .tab-button>span:is(.step_title) {
  flex: 1;
}

.treatments_wrapper .tab-menu .tab-button {
  border-radius: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.treatments_wrapper .tab-menu .tab-button.active>span:not(.step_title) {
  border: 1px solid #FFF;
  background: #231F20;
  color: #fff;
  border-width: 8px;
  border-color: #fff;
  position: relative;
}

.treatments_wrapper .tab-menu .tab-button.active>span:not(.step_title):before {
  content: '';
  border: 1px solid #231F20;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.treatments_wrapper.grid .tab-content .step-content-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.treatments_wrapper.grid .tab-content .step-content-block .step_content {
  max-width: 400px;
}

.treatments_wrapper.grid .tab-content .step-content-block .step_content ul li {
  color: #231F20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  border-left: 2px solid #DAC8B1;
  padding-left: 6px;
  text-align: left;
}

.treatments_wrapper.grid .tab-content .step-content-block .step_content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  white-space: normal;
  overflow-x: unset;
  overflow-y: unset;
}

.feature-row.qt-mobile-app-content,
.treatments_wrapper.grid,
.how-to-use-block-wrapper,
.faq-section-wrapper,
.technology_wrapper.grid,
.novel-style-embedded-viewer {
  max-width: 824px;
}


#tabs-5 .custom-content.grid {
  border: 0;
}

.faq-section-wrapper {
  margin: 0;
}

.how-to-use-block {
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.product-single-wrapper {
  margin: 0;
}

.product-single__meta .product-block.product-block--tab:last-child {
  margin-bottom: 0;
}

.product-single__meta .product-block.product-block--tab:last-child .collapsibles-wrapper--border-bottom {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.product-single__meta .product-block.product-block--tab:last-child .collapsibles-wrapper--border-bottom button {
  padding-bottom: 0;
}

.product-block.product-block--tab .collapsibles-wrapper--border-bottom:first-child {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  border-bottom: 0;
}

.product-block.product-block--tab .collapsible-trigger-btn {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
}

.product_images-slider {
  position: sticky;
  top: 95px;
  z-index: 1;
}

.template-product .product__main-photos.product__main-photos--slider {
  max-width: 440px;
}

.our-clients-section {
  background-color: #231F20;
  padding: 40px 0;
}

.single-img {
  width: 100%;
  height: 100%;
  max-height: 389px;
  margin: 0 0 -10px;
  border-radius: 20px 20px 0 0;
}

.our-clients-section h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 119.07%;
  letter-spacing: 0.119px;
  text-transform: uppercase;
}

.grid-product .grid-product__content .second_img {
  display: none;
}

.grid-product__content .slideshow-wrapper .product-slide {
  height: 280px;
  width: 100%;
}


.grid-product .product-slide .image-wrap {
  height: 280px;
}

.grid-product .product-slide .image-wrap,
.grid-product .product-slide .image-wrap image-element {
  height: 100% !important;
}

.grid-product .grid-product__content img {
  height: 280px;
  object-fit: cover;
}

.grid-product:hover .grid-product__content .image-wrap {
  display: none;
}

.featured-collection .grid__item, 
.product-specification-tabs .grid__item, 
.product-single-wrapper .grid__item,
.top-sticky-block .grid__item,
.related_products_slider-in-mobile .grid__item {
  float: left;
  padding-left: 0px;
  min-height: 1px;
}

@media only screen and (max-width: 767px) {
  .featured-collection .grid__item, 
  .product-specification-tabs .grid__item, 
  .product-single-wrapper .grid__item,
  .top-sticky-block .grid__item,
  .related_products_slider-in-mobile .grid__item {
    padding-left: 0;
  }
}
@media only screen and (max-width: 565px) {
  .template-product .product-single__meta .benefit_wrapper .benefit_list{
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Product Recommendations */


product-recommendations[data-intent=complementary] {
  display: block;
  overflow: hidden;
}

product-recommendations[data-intent=complementary] .product-recommendations__title {
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 72%;
  text-align: left;
  width: 100%;
}

product-recommendations[data-intent=complementary] .grid {
  margin-left: 0;
}

product-recommendations[data-intent=complementary] .grid-item,
product-recommendations[data-intent=complementary] .grid__item {
  margin-bottom: 1rem;
  padding-bottom: 8px;
  padding-left: 0;
}

product-recommendations[data-intent="related"] button.btn.btn--tertiary {
  display: none;
}

product-recommendations .overflow-scroller {
  overflow-x: hidden;
}

.product-specification-tabs .grid {
    max-width: 864px;
}

.product-specification-tabs .grid .single-img {
  padding: 0 3px;
}

.QT-application-block.feature-row-wrapper {
    padding: 0;
}

.results-block .slick-arrow::before {
    font-size: 40px;
    z-index: 1;
    opacity: 1;
}

.results-block .slick-prev,
.results-block .slick-next {
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 9;
}

.results-block .slick-prev {
  left: 10px;
}

.results-block .slick-next {
    right: 10px;
}

.logo-bar__marquee.slick-slider {
  max-width: 1140px;
}

.logo-bar__marquee.slick-slider img {
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 1499px) {
  .product-specification-tabs .grid {
      max-width: 800px;
  }
  .product-specification-content-block-wrapper {
      gap: 40px;
  }
  .logo-bar__marquee.slick-slider img {
      width: 144px;
  }
}

@media only screen and (max-width:768px) {

  product-recommendations[data-intent=complementary] .grid-item,
  product-recommendations[data-intent=complementary] .grid__item {
    margin-left: 0 !important;
  }

  product-recommendations[data-intent=complementary] .grid-item,
  product-recommendations[data-intent=complementary] .grid__item {
    flex: 0 0 100%;
  }

  .product-section .product-single-wrapper ol.flickity-page-dots {
      display: none !important;
  }

  .results-block .slick-arrow::before {
      font-size: 24px;
  }

  .logo-bar__marquee .logo-bar__item {
      padding: 0 25px;
      height: auto;
  }
}

product-recommendations[data-intent=complementary] .grid-product__image-wrap {
  min-width: 90px;
}

product-recommendations[data-intent=complementary] .grid__image-ratio {
  background-color: transparent;
}

product-recommendations[data-intent=complementary] img.image-style--circle {
  border-radius: 50%;
  bottom: 0;
  height: 85%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}

product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__link {
  display: block;
  width: 100%;
}

product-recommendations[data-intent=complementary] .grid-item__link,
product-recommendations[data-intent=complementary] .grid-product__link,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper {
  align-items: center;
  display: flex;
}

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid-item__link .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid-item__link .image-wrap,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid-product__link .image-wrap,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-mask,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__image-wrap,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .image-wrap {
  margin: 0;
  width: 112px;
}

product-recommendations[data-intent=complementary] .grid-item__link .grid-product__meta,
product-recommendations[data-intent=complementary] .grid-product__link .grid-product__meta,
product-recommendations[data-intent=complementary] .grid__item-image-wrapper .grid-product__meta {
  margin-left: 48px;
  text-align: left;
  width: calc(100% - 112px);
}

product-recommendations[data-intent=complementary] .grid-product__actions {
  right: 0;
  top: 0;
}

product-recommendations[data-intent=complementary] .grid-product__tag {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
}

product-recommendations[data-intent=complementary] .flickity-viewport {
  width: 100%;
}

product-recommendations[data-intent=complementary] .flickity-previous {
  left: auto;
  right: 50px;
  top: -32px;
}

.product-specification-tabs .grid {
    margin: 0 auto;
}

@media only screen and (max-width:768px) {

  product-recommendations[data-intent=complementary] .flickity-previous {
    right: 45px;
  }
}

product-recommendations[data-intent=complementary] .flickity-next {
  right: 0;
  top: -32px;
}

product-recommendations[data-intent=complementary] .flickity-page-dots {
  bottom: auto;
  right: 0;
  top: -41px;
  width: auto;
}

product-recommendations[data-intent=complementary] .flickity-button:disabled {
  display: block;
  opacity: 0.35;
}

.product-recommendations__slide {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width:768px) {

  .product-recommendations__slide {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-recommendations__slide .grid__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-recommendations--title-missing {
  margin-top: 80px;
}



.template-product .grid-product__tag {
  width: fit-content;
  border-radius: 61.6px;
  background: #E8DFEE !important;
  color: #231F20;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.198px;
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  left: 25px;
}

@media (max-width:1199px) {
  .template-product .product-single__meta .variant-input-wrap {
    flex-direction: column;
    row-gap: 40px;
  }
  .product-info-tab .results-block .digits-results {
    gap: 20px;
  }

  .product-info-tab .results-block .digits-results h2.h2 {
    font-size: 34px;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .flickity-viewport,
  .product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide {
    width: 315px;
    height: 315px;
  }

  .template-product .page-content .grid__item.medium-up--one-half:first-child {
    max-width: 45%;
    padding: 0;
  }

  .template-product .page-content .grid__item.medium-up--one-half:last-child {
    max-width: 55%;
    width: 55%;
  }

  .feature-row.qt-mobile-app-content,
  .treatments_wrapper.grid,
  .how-to-use-block-wrapper,
  .faq-section-wrapper,
  .technology_wrapper.grid,
  .novel-style-embedded-viewer {
    width: 100%;
    max-width: 864px;
    margin: 0 auto;
  }

  .grid.product-info-results {
    margin: 0;
    max-width: 864px;
  }

  .product-info-tab .page-width {
    padding: 25px 0;
  }
  .logo-bar__marquee .logo-bar__item {
      padding: 0 40px;
  }
 
  .logo-bar__marquee .logo-bar__item image-element {
      width: 100%;
  }  
  .newsletter_section iframe#hs-form-iframe-0 {
      margin-left: 40px;
  }
  .product-info-tab .results-block .digits-results.result-col-4 {
      max-width: 100%;
  }
}

@media (max-width:991px) {
  .expert-review-section {
    padding-bottom: 40px;
  }

  .product-info-tab ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .template-product .product-single__meta .variant-input-wrap .variant-input label {
    min-width: 175px;
    padding: 48px 36px 18px;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .flickity-viewport,
  .product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-info-tab .product-info-top-tab-block ul {
    padding: .2em 0px 0;
  }

  .product-info-tab .medium-up--two-thirds {
    padding-right: 0;
  }

  .product-info-tab .card {
    margin-top: 40px;
  }

  .explore_more_products .grid {
    grid-template-columns: repeat(2, calc(50% - 11px));
  }

  .product-info-tab .product-info-top-tab-block {
    padding: 18px 16px;
  }

  .feature-row.qt-mobile-app-content {
    display: grid;
    grid-template-columns: 190px 1fr;
  }

  .qt-mobile-app-content .feature-row__item {
    padding: 30px 0;
  }

  .template-product .product-single__meta .product-block--header .product-single__title {
    text-align: left;
  }

  .template-product .product-single__meta .benefit_wrapper {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
    padding-bottom: 5px;
  }

  .product-specification-content-block-wrapper .results-block {
    padding: 0 30px;
    width: 100%;
  }

  .product-single__meta .product-block .image-wrap.loaded {
    border-radius: 0 0 10px 10px;
    background: rgba(232, 223, 238, 0.44);
    padding: 16px 0 14px 0px;
    margin-bottom: 15px;
    margin-top: -13px;
  }
  .okeReviews .okeReviews-widgetNavBar {
      margin: 0 20px 20px;
  }
  .newsletter_section iframe#hs-form-iframe-0 {
      width: 100% !important;
      margin-left: 40px;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  p.my_text {
      width: 500px;
      padding-left: 30px;
      text-align: left;
  }
  .logo-bar__marquee .logo-bar__item {
      padding: 0 34px;
  }  
  .product__main-photos-wrapper .product-slideshow.flickity-enabled button.flickity-prev-next-button.flickity-previous {
      left: 34px;
  }

  .product__main-photos-wrapper .product-slideshow.flickity-enabled button.flickity-prev-next-button.flickity-next {
      right: 34px;
  }
}

@media (max-width:767px) {
  .how-to-use-block.custom__item.one-whole.align--center {
    margin: 0;
  }
  
  .product-info-tab .page-width {
    padding: 12.5px 0px;
    gap: 30px;
  }

  .product-info-tab .grid {
    margin: 0;
  }

  .treatments_wrapper.grid {
    margin: 0 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .treatments_wrapper.grid .tab-content .step-content-block .step_content {
    max-width: 100%;
  }

  .grid.product-info-results {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .expert-review-section {
    padding-bottom: 0;
  }

  .product-info-tab ul {
    padding: 1em 0;
  }

  .expert-review-section .slider-container {
    gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .expert-review-section .testimonial-slider {
    max-width: 100%;
    margin-bottom: 0;
  }

  .expert-review-section .testimonial-slider-nav {
    max-width: 100%;
  }

  .feature-row-wrapper h2.h1.appear-delay {
    font-size: 22px;
    line-height: 28px;
  }

  .testimonial-slider .slick-list {
    padding: 0 40px !important;
  }

  .variant-wrapper.small--text-center,
  .product-block.product-block--price.small--text-center,
  .product-block.product-block--header.product-single__header.small--text-center {
    text-align: left !important;
  }

  .product-block .product-single__prices {
    justify-content: unset;
  }

  .testimonial-content.slick-slide {
    color: #231F20;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
  }

  .testimonial-content.slick-slide p strong {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.6px;
  }

  .template-product .benefit_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .explore_more_products .grid {
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-tab,
  .product-info-tab .medium-up--two-thirds {
    max-width: 100%;
  }

  .product-info-tab {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .product-info-tab .card {
    padding: 0 20px 24px;
  }

  .product-info-tab .results-block .digits-results {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 20px;
    grid-template-rows: 50% 50%;
    gap: 20px;
    height: auto;
  }

  .digits-results h2 {
    font-size: 37.878px;
    line-height: 62.745%;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide {
    width: 100%;
    height: auto;
    margin: auto;
    transform: translateX(0) !important;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide .product-image-main {
    height: 100%;
  }

  .template-product .product-single__meta {
    margin-top: 20px;
    padding: 30px 15px 20px 30px;
    margin-left: -30px;
    margin-right: 0;
    width: calc(100% + 45px);
  }

  .explore_more_products .grid {
    grid-template-columns: repeat(1, calc(100% - 11px));
  }

  .template-product .page-content .grid__item.medium-up--one-half:first-child {
    max-width: 100%;
    padding: 0;
  }

  .template-product .page-content .grid__item.medium-up--one-half:last-child {
    max-width: 100%;
    width: 100%;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .flickity-slider {
    transform: translateX(0%) !important;
  }

  .template-product .product__main-photos.product__main-photos--slider {
    max-width: 100%;
    padding: 0 10px;
  }

  .product__photos.product__photos--beside .product__main-photos-wrapper .flickity-viewport,
  .product__photos.product__photos--beside .product__main-photos-wrapper .product-main-slide {
    width: 100%;
    max-width: 320px;
  }

  .template-product .grid__item.medium-up--one-half {
    position: relative;
    top: auto;
    z-index: 1;
  }

  .template-product .product-single__meta .benefit_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-specification-section {
    padding-top: 20px;
  }

  .product-info-tab .product-info-top-tab-block {
    height: auto;
    padding: 10px 15px 0;
  }

  .product-specification-section .product-info-tab .product-info-top-tab-block ul {
    flex-flow: row;
    display: flex;
    padding-bottom: 10px;
  }
  
  .expert-review-section h2 {
    margin-bottom: 30px;
  }

  .testimonial-content .review_content p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 127.778% */
  }

  .template-product .product-single__meta .variant-input-wrap .variant-input label {
    min-width: max-content;
    padding: 30px 36px 18px;
    width: 100%;
  }

  .product-info-tab .results-block .digits-results.result-col-4.mobile-col-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50% 50%;
    gap: 0px 20px;
  }

  .template-collection .product-slider .image-wrap.loaded,
  .template-collection .product-slide img {
    height: 100%;
    max-height: 100%;
    min-height: 140px;
  }

  .mobile-controls {
    justify-content: center;
    margin: 30px auto;
  }

  .collection-dropdowns select {
    background-position: right 20px center;
  }

  .product-specification-section h2.section_heading,
  .product-specification-section h2 {
      margin-bottom: 30px;
      margin-top: 10px;
      font-family: Inter;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      line-height: 27px;
      letter-spacing: 0.149px;
  }

  .feature-row.qt-mobile-app-content .feature-row--50 .feature-row__images {
    margin: 0 auto;
    justify-content: center;
  }

  .feature-row.qt-mobile-app-content .feature-row__text {
    padding: 20px;
  }

  .treatments_wrapper .tab-container {
    flex-direction: column;
  }

  .treatments_wrapper .tab-menu {
    flex-direction: row;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    gap: 20px;
  }

  .treatments_wrapper.grid .tab-content {
    padding: 28px;
    margin: 0 0 20px;
  }

  .treatments_wrapper.grid .tab-content .step-content-block {
    flex-direction: column;
  }

  .treatments_wrapper .tab-pane img {
    width: 100%;
    max-width: fit-content;
    margin: 10px auto;
    max-height: 230px;
  }

  .treatments_wrapper.grid .tab-content .step-content-block .step_content ul {
    margin-left: 0;
  }

  .treatments_wrapper.grid .tab-content .step-content-block .step_content ul li {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.4;
    text-align: left;
  }

  .how-to-use-block {
    margin: 16px 28px 0;
    padding: 0;
    flex: 1;
  }

  #tabs-5 .custom-content.grid {
    border: 0;
    padding: 0px;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item {
    margin: 0;
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item img {
    width: 100%;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item .feature-row__first-image {
    width: 100%;
  }

  .product-specification-section .faq_section {
    padding: 0;
  }

  .product__photos.product__photos-6654350491702.product__photos--beside .flickity-page-dots {
    display: block;
    bottom: 0;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item:last-child,
  .feature-row--50 .qt-mobile-app-content .feature-row__item h2,
  .feature-row--50 .qt-mobile-app-content .feature-row__item p {
      text-align: left !important;
      padding: 0;
      margin: 0;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item h2 {
    color: #231F20;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 117.812%;
    margin-bottom: 11px;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item:last-child .rte.appear-delay-1 {
    text-align: left !important;
  }

  .feature-row--50 .qt-mobile-app-content .feature-row__item p {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 142.857% */
  }

  .grid-product__title {
    text-align: center;
    font-size: 15.4px;
    font-weight: 600;
    line-height: 149.727%;
    letter-spacing: 0.315px;
  }

  .explore_more_products .grid-product.product_grid_item {
    margin: 0 10px 15px;
  }

  .founder-section .feature-row--50 .feature-row__images {
    padding-right: 0;
  }

  .explore_more_products .grid .grid-product {
    margin: 20px 10px;
  }

  .product-section .product__main-photos {
    overflow: visible;
  }

  .faq_section .collapsible-trigger--inline .collapsible-trigger__icon {
    left: auto !important;
    right: 0;
  }

  .product-section .product__photos .product__main-photos ol.flickity-page-dots {
    bottom: -25px;
  }

  .product-info-results .comparison-container image-compare image-element,
  .product-info-results .comparison-container image-compare image-element img {
    max-height: 270px;
  }

  .section-header {
    margin-bottom: 15px;
  }

  .explore_more_products .slick-dots {
    bottom: -10px;
  }

  .product-info-results .product-block .shopify-payment-terms.product__policies {
    margin: 24px -20px -39px;
    padding: 20px 40px 20px;
  }
  .logo-bar__marquee .logo-bar__item {
      padding: 0 25px;
  }
}

/* closer look css from product specification */
.closer-look-wrapper {
  max-width: 845px;
}

.closer-look-block-grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.image-box {
  position: relative;
  max-width: 265px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.image-box:before {
  content: '';
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.96%, rgba(0, 0, 0, 0.69) 88.87%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-box img {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

/* Default text on image */
.default-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: white;
  padding: 5px 50px 5px 18px;
  font-family: Inter;
  font-size: 16.498px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.914px;
}

/* Plus icon */
.plus-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DAC8B1;
  color: white;
  transform: translateY(100%);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

h4.overlay_heading {
  color: #231F20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.914px;
  /* 138.889% */
}

.overlay_text,
.overlay_text p {
  color: #231F20;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.064px;
}

/* Close button (×) */
.close-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: white;
}

.plus-icon.close {
  top: calc(100% - 52px);
  transform: rotate(45deg);
}

.plus-icon.close svg path,
.plus-icon.close svg circle {
  stroke: #000;
}

/* When active, show overlay */
.image-box.active .overlay {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .closer-look-block-grid {
    max-width: 100%;
    gap: 15px;
    flex-wrap: wrap;
  }

  .image-box {
    margin: 0 auto;
    max-width: 100%;
  }
  .image-box img {
      max-width: 100%;
      height: auto;
  }
}

/* Benefits block */

.benefits_wrapper {
  background-color: #FEFBFF;
  border: 1px solid #000;
  padding: 38px 47px 30px 30px;
  border-radius: 8px;
  overflow: hidden;
}

.benefits_block {
  display: flex;
  gap: 16px;
  max-width: calc(50% - 50px);
}

.benefits_block .benefit-text {
  flex: 1;
}

.benefits_block img {
  max-width: 38px;
}

.benefits_wrapper .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0;
}

.benefits_block .benefit-text h3 {
  color: #231F20;
  font-family: Inter;
  font-size: 19.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.6px; /* 135.714% */
  letter-spacing: 0.208px;
  margin: 0 0 20px;
}

.benefits_block .benefit-text .benefit-contet p {
  color: #231F20;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  /* 140% */
  letter-spacing: 0.098px;
  margin: 0 0;
}

.benefits_wrapper h2.section_heading {
  margin-bottom: 48px;
  color: #231F20;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}

@media screen and (max-width: 767px) {
  .benefits_block {
    max-width: 100%;
  }

  .benefits_wrapper {
    padding: 20px 20px 20px 24px;
    margin: 0;
  }

  .benefits_wrapper .grid {
    gap: 5px;
  }
}

.technology_wrapper {
  display: flex;
  justify-content: space-between;
}

.technology_wrapper .image-container {
  position: relative;
  max-width: 513px;
}

.technology_wrapper .image-container img {
  width: 100%;
}

.marker {
  position: absolute;
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  animation: pulse_shadow 2s ease-in-out infinite;
}

@keyframes pulse_shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
  }

  100% {
    box-shadow: 0px 0px 3px 20px rgba(0, 0, 0, 0.0);
  }
}

.marker.active,
.sidebar-marker.active {
  background: #231F20;
  color: #fff;
}

.marker[data-id="1"] {
  top: 29%;
  left: 11%;
}

.marker[data-id="2"] {
  top: 67%;
  left: 66%;
}

.marker[data-id="3"] {
  top: 39%;
  left: 14%;
}

.marker[data-id="4"] {
  top: 17%;
  left: 62%;
}

.marker[data-id="5"] {
  top: 17%;
  left: 78.7%;
}

.text-content {
  padding-right: 70px;
  max-width: 375px;
  margin-right: auto;
}

.text-content h2 {
  font-size: 30px;
}

.techno_description {
  display: none;
}

.techno_description.active {
  display: block;
}

.sidebar-markers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-marker {
  background: white;
  color: #231F20;
  border: 2px solid #231F20;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.technology_wrapper.grid {
  position: relative;
  align-items: center;
  margin: 0;
}

.technology_wrapper h4.techno_step_title {
  color: #231F20;
  font-family: Inter;
  font-size: 23.04px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 137.5%;
}

.techno_description,
.techno_description p {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.273%;
}

.arrow-icon {
  position: absolute;
  right: 175px;
  top: 14%;
}

@media screen and (max-width: 767px) {
  .technology_wrapper .image-container img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .technology_wrapper.grid {
    align-items: center;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .text-content {
    padding-right: 0;
    max-width: 100%;
    position: relative;
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .sidebar-markers {
    flex-direction: row;
    gap: 10px;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: -16%;
    transform: translateY(0);
  }

}

.top-sticky-block {
  position: sticky;
  top: 80px;
  min-width: 392px;
  z-index: 1;
}

.product-specification-content-block-wrapper {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.product-specification-content-block-wrapper .results-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 1199px) {
  .product-specification-content-block-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .okeReviews .okeReviews-reviewsWidget {
      padding: 0 20px 0 !important;
  }
  .template-product .product-single__meta {
      margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .treatments_wrapper.grid {
    margin: 0 auto;
  }

  .top-sticky-block {
    min-width: fit-content;
    padding: 0 20px;
  }

  .product-specification-content-block-wrapper .results-block {
    max-width: 100%;
    gap: 30px;
    padding: 0 20px;
  }

  .technology_wrapper .image-container:before {
    display: none;
  }

  .page-width.page-width--flush.explore_more_products {
    padding: 0;
  }

  .grid__item.medium-up--one-third.top-sticky-block {
    padding: 0 15px;
  }

  .okeReviews .okeReviews-reviewsWidget {
    padding: 0 20px 0 !important;
  }
  .okeReviews .okeReviews-widgetNavBar {
      margin: 0 12px 20px;
  }
  .faq_section button.collapsible-trigger {
    font-size: 16px;
    line-height: 170%;
  }

  .closer-look-block-grid .grid__item.medium-up--one-third.one-whole {
    width: 100%;
  }

  .product-info-tab .results-block .digits-results.mobile-col-1.result-col-2 .grid__item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    grid-column: 2 span;
    grid-row: 1 span;
  }

  .template-product .product-single__meta .sticky-add-to-cart .variant-input-wrap {
    margin-top: 0;
  }

  .product-info-tab .results-block .digits-results h2.h2 {
    font-family: Inter;
    font-size: 30px;
    /* font-size: 37px; */
    font-style: normal;
    font-weight: 700;
    line-height: 23.767px; /* 62.745% */
  }

  .page-width.QT-application-block.feature-row-wrapper {
      margin: 0 -20px;
  }

  .lauMyB > .swiper {
      padding: 0 32px;
  }

  .feature-row.qt-mobile-app-content {
    grid-template-columns: 94px 1fr;
    padding: 20px 10px 20px 20px;
    gap: 30px;
    border: solid #231F20;
    border-width: 0.149px 0;
    background: #F1F1F1;
    box-shadow: 0px 1.801px 3.002px 0px rgba(179, 179, 179, 0.10);
    border-radius: 0;
  }

  .grid__item.top-sticky-block .card {
    margin-top: 0;
  }

  .template-product .product-single__meta .product-block--header .product-single__title {
    text-align: left;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.149px;
  }

  .template-product .product-single-wrapper .product-single__form {
    position: relative;
    border-radius: 10px;
    border: 0.595px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 2.977px 10.642px -1.488px rgba(0, 0, 0, 0.11);
    padding: 20px 10px 0 10px;
  }

  .our-clients-section {
    margin-bottom: 0 !important;
  }
  .benefits_wrapper h2.section_heading {
      font-size: 18px !important;
      font-weight: 600 !important;
      line-height: 138.889% !important;
      text-align: left;
      margin-bottom: 18px;
  }
  .benefits_block .benefit-text h3 {
      margin: 0 0 10px;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
      letter-spacing: 0.149px;
  }
  .product-specification-content-block-wrapper .rating {
      padding: 10px 0;
  }
  .template-product .product-single__meta .rte {
      font-family: "Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.07px;
  }
  .benefit span {
    color: #231F20;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .technology_wrapper h4.techno_step_title {
    font-size: 18px;
    font-weight: 600;
  }
  p.my_text {
      width: 100%;
      padding-left: 30px;
      text-align: left;
  }
  .grid-product__title a {
      display: block;
      white-space: break-spaces;
  }
  .product__photos {
    width: 100%;
    margin: 0 0 0; 
  }
  .template-product .product-single__meta {
      margin-top: 50px;
  }
}

.featured-collection .medium-up--one-quarter {
  width: 100%;
}

.fda_buttons {
  display: none;
}

a.readmore {
  font-weight: 600;
  text-decoration: none !important;
}