/** Shopify CDN: Minification failed

Line 6757:40 Unexpected ")"

**/
/* -- Thumb Slider css start -- */
.thumbsSlider_wrap {
  position: relative;
}
.thumbsSlider_wrap .swiper-thumbs {
  max-width: calc(100% - 70px);
  margin: 0 auto;
  overflow: hidden;
}
.thumbsSlider_wrap .swiper-button {
  height: 44px;
  width: max-content;
  background: transparent;
  box-shadow: unset;
}
.thumbsSlider_wrap .swiper-button-prev {
  left: 0;
}
.thumbsSlider_wrap .swiper-button-next {
  right: 0;
}
.bfs_mb_wrapThumb img {
  border: 1px solid transparent;
  opacity: 0.5;
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-slide-thumb-active .bfs_mb_wrapThumb img {
  border: 1px solid #000;
  border-radius: 8px;
  opacity: 1;
}
@media (max-width: 767px) {
  .bfs_mb_wrapThumb img {
    height: 60px;
  }
  .thumbsSlider_wrap .swiper-thumbs {
    max-width: calc(100% - 40px);
  }
}
/* -- Thumb Slider css End -- */

/* -- Black Friday Nov 2024 css start -- */
.black_friday .price_wrap h6 {
  color: #c4121a;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.black_friday .price_wrap h6 span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.14px;
  color: #000;
}
.black_friday .price_wrap .new_price span {
  margin-right: 4px;
}
.black_friday .bf_discount,
.black_friday .planBlock .monthly_plans .bf_discount {
  height: fit-content;
  padding: 4px 11px;
  background: #c4121a;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 25px;
}
.black_friday .bf_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.black_friday .price_BF:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c4121a;
  transform: rotate(8deg);
}
.black_friday .sale_price {
  font-weight: 700;
}
.black_friday .price_BF {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
}
.black_friday .bf_price_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.black_friday .bf_price .black_friday-text {
  color: #c4121a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .black_friday .bf_discount {
    font-size: 11px;
    padding: 3px 11px;
  }
  .black_friday .price_wrap h6 {
    font-size: 12px;
  }
  .black_friday .refill_bl .price .new_price {
    font-size: 20px;
  }
  .black_friday .bf_price .black_friday-text {
    font-size: 11px;
  }
}
/* -- Black Friday Nov 2024 css End -- */

/* -- Recommended By Dermatoligist css start -- */
.certified_derm {
  border-radius: 4px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 4px 14px;
  margin-top: 30px;
}
.certified_derm img {
  max-width: 78px;
  margin-right: 15px;
}
main .certified_derm p {
  font-size: 11px;
  line-height: 17px;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .certified_derm p {
    font-size: 10px;
  }
  .certified_derm p br {
    display: none;
  }
}
/* -- Recommended By Dermatoligist css end -- */

/* -- common css for star gp start --  */
@media (max-width: 767px) {
  .star_gp svg {
    width: 92px;
    height: 15px;
  }

  .result_item .star_gp svg {
    width: 80px;
  }
}

/* -- common css for star gp end   --  */

.hidden {
  display: none;
}

/* --------------------- Unique Customizable End ----------------------------- */
/* -- health beauty start -- */
.health_beauty {
  padding-bottom: 30px;
}

.health_img img {
  width: 100%;
}

.micro_infusion .health_beauty .section_header .title-lg {
  max-width: 563px;
  margin: 0 auto;
}

.health_beauty .section_header p {
  max-width: 796px;
  margin: 0 auto;
}

.health_beauty .section_header,
.health_beauty .section_header p {
  max-width: 846px;
  margin: 0 auto;
}

.health_beauty .section_header p {
  opacity: 0.8;
  /* padding-bottom: 20px; */
}

.health_beauty .health_detail {
  padding-left: 35px;
}

.health_detail ul li:last-child {
  border-bottom: none;
}

.health_detail ul li {
  gap: 20px;
  border-bottom: 1px solid #ede7dd;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 100px 1fr;
}

.unique_c_list {
  margin-top: 40px;
}

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

.unique_c_list ul li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.unique_c_list ul li span {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .health_detail ul li {
    gap: 10px;
  }

  .health_beauty .health_detail {
    padding-left: 0px;
  }

  .unique_c_list ul {
    display: flex;
    flex-direction: column;
  }

  .unique_c_list {
    display: flex;
    justify-content: center;
  }

  .unique_c_list ul li {
    text-align: left;
  }

  .reverse_img {
    transform: scaleX(-1);
  }
}

/* --------------------- Step slider Start ----------------------------- */
.step_slider .trustedSwipper .swiper-pagination {
  position: relative;
  padding-top: 50px;
}

.step_slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.see_slider_wrapper {
  padding-bottom: 50px;
}

.see_slider_wrapper .see_slider {
  position: unset;
}

@media (min-width: 786px) {
  .step_slider .swiper-pagination-bullet .pg_counter.counter_block {
    display: none;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_title {
    display: none;
  }

  .step_slider .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }

  .step_slider .swiper-pagination {
    position: absolute;
    padding-top: 50px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .step_slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }

  .step_slider .qureAccordion_desc h6 {
    display: none;
  }

  .step_slider .qureAccordion_desc p {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .step_slider .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .step_slider .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .step_slider .swiper-pagination-bullet {
    height: auto;
    width: auto;
    background: none;
    opacity: 1;
  }

  .step_slider .swiper-pagination-bullet-active .pg_counter.counter_dot {
    border: 2px solid #000 !important;
    background: #000 !important;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_dot {
    height: 13px;
    width: 13px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    position: relative;
    border: 2px solid #d3d2d2;
  }

  .step_slider .swiper-pagination:after {
    position: absolute;
    content: "";
    width: calc(100% - 37px);
    left: 20px;
    height: 2px;
    background: #d3d2d2;
    z-index: -99;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_block {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #d3d2d2;
  }

  .step_slider .swiper-pagination-bullet-active .pg_counter.counter_block {
    color: #000;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_title {
    visibility: hidden;
  }

  .step_slider
    .swiper-pagination-bullet.swiper-pagination-bullet-active
    .pg_counter.counter_title {
    display: block;
    visibility: visible;
    font-size: 10px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
}

/* --------------------- Step slider End ----------------------------- */
/* ----------------------- Available bar start ----------------------- */
.available_bar {
  text-align: center;
  background: #c92127;
  color: #fff;
  padding: 13px 0;
}

.available_bar p {
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .available_bar p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.12px;
  }
  .available_bar {
    padding: 6px 0;
  }
}

/* ----------------------- Available bar end ----------------------- */
/* progress circle css start */
.progressWrapper {
  position: relative;
  /* padding: 0 10px; */
}

.progressCont p {
  color: #fff;
  font-weight: 600;
  line-height: 13px;
}

.progessInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  font-weight: 600;
  font-size: 16px;
}

.richtext_prog_section .progressWrapper {
  position: relative;
  padding: 0 10px;
  height: 330px;
  width: 330px;
  display: inline-block;
}

.richtext_prog_section .progessInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}

.richtext_prog_section .progessInfo .text-lg {
  font-size: 75px;
  letter-spacing: 1px;
  font-family: "Canela Web";
  font-weight: 500;
  opacity: 0.8;
  line-height: normal;
}

.richtext_prog_section .progressCont .progressWrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}

.richtext_prog_section .progressCont {
  display: flex;
  justify-content: flex-end;
}

.skincare_percent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.skincare_percent p {
  padding-left: 5px;
}

.chest_pdp .skincare_percent p {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .progressWrapper {
    position: relative;
    /* padding: 0 5px; */
  }

  .progessInfo {
    font-size: 14px;
  }

  .skincare_percent {
    grid-template-columns: auto 1fr !important;
  }

  .progressWrapper svg {
    height: 58px;
    width: 58px;
  }

  .skincare_right .skincare_percent .progressWrapper svg {
    height: 62px;
    width: 62px;
  }
}

/* progress circle css end */
/* --------------------- common css for result profile  Start ----------------------------- */

.r_c_info {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  align-items: center;
}

.r_c_info .c_information {
  display: flex;
  align-items: center;
}

.r_c_info .c_information p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.r_c_info .c_information p.r_c_name {
  font-weight: 600;
}

.r_c_info .flag_img img {
  border-radius: 50%;
}

.r_c_info.c_information .r_c_name {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
}

/* --------------------- common css for result profile End ----------------------------- */
/* -------------------- Refill Banner Start ------------------- */
.refill_bl {
  padding-top: 5px;
  position: relative;
  min-height: var(--banner-height);
  overflow: hidden;
}

.refill_bl .refill_info {
  max-width: 537px;
}

.refill_bl.tabSlider .refill_info .section_header {
  padding: 0;
  max-width: 538px;
  margin-left: 0;
}

.refill_bl.tabSlider .refill_info .section_header .title-xl {
  font-size: 45px;
  line-height: 57px;
  font-weight: 500;
}

.refill_bl.tabSlider .refill_info .refill_review p {
  padding-top: 5px;
}

.refill_bl.tabSlider .refill_review {
  justify-content: start;
}

.refill_bl .refill_img img {
  width: 100%;
}

.refill_bl .refill_info {
  max-width: 475px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.qurify_water .refill_bl .refill_info {
  max-width: 549px;
}

.refill_info .section_header {
  padding-bottom: 0;
}

.swiper-slide.video_popup {
  position: relative;
}

.swiper-slide.video_popup .play_btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.refill_review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.refill_info .refill_review {
  margin-top: 15px;
}

.refill_review p {
  font-size: 13px;
  line-height: 18px;
  margin-left: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.productSlider {
  min-height: 100%;
}

.qurify_lp .refill_s_tab ul,
.refill_s_tab_3 ul {
  display: flex !important;
}

.qurify_lp .refill_s_tab_content .swiper.dot_pagination .swiper-pagination,
.refill_s_tab_3 .swiper.dot_pagination .swiper-pagination {
  bottom: 0px;
}

.refill_s_tab_3 .dot_pagination .swiper-pagination-bullet {
  margin: 0 4px !important;
  height: 8px;
  width: 8px;
}

@media (max-width: 991px) {
  .refill_bl.tabSlider .refill_info .section_header .title-xl {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .refill_review p {
    font-size: 10px;
    line-height: 16px;
    margin-left: 4px;
  }

  .refill_bl .refill_img {
    margin: 0 -24px;
  }

  .refill_bl .refill_img img,
  .refill_bl .refill_img img.gif_banner {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
  }

  .refill_bl .refill_img .play_btn img {
    width: auto !important;
    height: auto !important;
  }

  .refill_bl {
    padding-top: 0px;
  }

  .qurify_water .refill_bl.tabSlider .refill_info .section_header .title-xl {
    font-size: 34px;
    line-height: 40px;
  }

  .refill_info .refill_review .star_gp img {
    max-width: 94px;
  }

  .refill_s_tab_3 .nav-pills .nav-link {
    padding: 0 14px !important;
  }

  .refill_s_tab_3 ul {
    gap: 10px !important;
  }
}

@media (max-width: 650px) {
  .refill_bl .refill_img img {
    height: 420px;
  }
}

@media (max-width: 500px) {
  .refill_bl .refill_img img {
    height: 380px;
  }
}

@media (max-width: 400px) {
  .refill_bl .refill_img img {
    height: 280px;
  }
}

/* =========== refill review end  ======= */

.refill_info .section_header .title-lg {
  letter-spacing: 0.16px;
  margin: 10px 0;
}

.refill_ftr {
  padding-top: 20px;
}

.r_ftr {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.r_ftr p {
  margin-left: 10px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.16px;
}

.r_ftr p span {
  font-weight: 600;
}

.r_ftr svg {
  min-width: 42px !important;
}

.green_bx {
  background-color: var(--clr-light-green);
  border-radius: 43px;
  position: relative;
  margin-top: 30px;
}

.green_bx .green_bx_header p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.green_bx .g_bx_info {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  align-items: center;
}

.green_bx .green_bx_top {
  position: absolute;
  top: -21px;
  background: #000;
  color: #fff;
  right: 10%;
  border-radius: 13px 13px 0 0;
  padding: 5px 13px;
}

.green_bx .green_bx_top p {
  padding: 0 13px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.green_bx .green_bx_header {
  display: -webkit-inline-box;
}

.green_bx p {
  line-height: 15px;
}

.green_bx .green_bx_right p {
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.green_bx .green_bx_right p .compare_price {
  color: darkgrey;
  text-decoration: line-through;
  padding-right: 7px;
  font-size: 20px;
}

.green_bx .green_bx_right p .sale_price {
  font-size: 18px;
  font-weight: 700;
}

.green_bx .green_bx_header .save_bx {
  background: var(--clr-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--clr-white);
  margin-left: 5px;
}

.green_bx .green_bx_header .save_bx p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  padding: 0 10px;
}

.serum_bl {
  padding-top: 16px;
}

.serum_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.serum_wrapper p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

.serum_bx {
  border-radius: 25px;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 58px;
}

.serum_bx.gold-silver {
  background: linear-gradient(to right, var(--clr-yellow), var(--clr-grey));
}

.serum_bx.gold {
  background: #fffaf1;
}

.serum_bx.silver {
  background: #f5f5f5;
}

.serum_bx:hover {
  border: 1px solid #c7e7dc;
}

.serum_bx .s_img {
  padding: 15px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_img img {
  max-width: 100%;
}

.s_name {
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 30px;
  padding: 10px;
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serum_bl p {
  font-weight: 600;
}

.s_name p {
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
}

.serum_bx:hover .s_name {
  background: #c7e7dc;
  border: none;
  bottom: 0;
}

.serum_bx:hover .s_name p {
  font-weight: 600;
}

.buy_btn {
  background: #000;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
  max-width: 100%;
}

.buy_btn p {
  letter-spacing: 0.2px;
  line-height: 20px;
  font-size: 20px;
}

.buy_btn p span {
  font-weight: 600;
}

.buy_btn:hover {
  color: #fff;
}

.payment_method {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: center;
}

.payment_method .pmt_img img:not(:last-child) {
  padding-right: 5px;
}

.payment_method p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.shipping {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  grid-template-columns: 1fr 1fr;
}

.shipping .s_bx {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}

.shipping .s_bx p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding-left: 10px;
}

.realResultSlider .swiper-slide {
  padding-top: 0px;
}

.subscription_bx {
  margin-bottom: 20px;
}

.subscription_bx .subscription_tab {
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 40px;
  padding: 4px;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  position: relative;
}

.subscription_bx .serum_prd {
  display: flex;
  width: 50%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.subscription_bx .serum_ttl {
  font-size: 14px;
  margin: 0;
}

.subscription_bx .subscription_tab .tab_glider {
  position: absolute;
  width: calc(50% - 4px);
  background: #c7e7dc;
  border-radius: inherit;
  z-index: 1;
  height: calc(100% - 8px);
  top: 50%;
  transform: translate(0%, -50%);
  transition: transform 0.25s;
}

.subscription_bx a {
  color: #000;
  text-decoration: underline;
}

.subscription_bx a:hover {
  color: #000;
  text-decoration: underline;
}

.subscription_bx .subscription_tab input {
  display: none;
}

.subscription_bx .subscription_tab .s_tab input {
  display: none;
}

.subscription_bx .subscription_tab .s_tab .serum_prd .serum_ttl {
  padding: 10px 3px;
  margin-bottom: 0;
  padding: 17px 25px;
}

.subscription_bx .subscription_tab input:checked + .serum_prd .serum_ttl {
  border-radius: 30px;
  font-weight: 600;
}

.subscription_bx input[id="m_Subscription1"]:checked ~ .tab_glider,
.subscription_bx input[id="m_Subscription3"]:checked ~ .tab_glider {
  transform: translate(0, -50%);
}

.subscription_bx input[id="m_Subscription2"]:checked ~ .tab_glider,
.subscription_bx input[id="m_Subscription4"]:checked ~ .tab_glider {
  transform: translate(100%, -50%);
}

.subscription_bx .subscription_tab .s_tab .serum_prd .serum_ttl {
  font-size: 14px;
  line-height: 26px;
}

.see_work .play_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.see_work .play_btn a {
  padding: 4px 5px;
  background: rgb(0 0 0 / 30%);
  border-radius: 30px;
  color: #fff;
  width: 100%;
  max-width: 233px;
}

.see_work .play_btn a span {
  display: flex;
  align-items: center;
}

.see_work .play_btn a span h6 {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.refill_s_tab ul {
  display: grid;
  grid-template-columns: 168px auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.refill_s_tab ul li button {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.refill_s_tab {
  margin-top: 23px;
}

.refill_s_tab .nav-pills .nav-link {
  padding: 0 35px;
  color: #000;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  width: 100%;
  white-space: nowrap;
}

.refill_s_tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.refill_s_tab_content .tab-content .swiper-wrapper {
  align-items: stretch;
}

.productSlider .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

/* .refill_s_tab_content {
    min-height: 100%;
    min-height: 337px;
} */

/* .refill_s_tab_content .tab-content .tab_img {
    min-height: 337px;
} */
.refill_s_tab_content .tab-content .tab_img {
  height: 100%;
  width: 100%;
}

.refill_s_tab_content .swiper.dot_pagination .swiper-pagination {
  position: absolute;
  bottom: 20px;
  padding-top: 0px;
}

.refill_slider_new
  .refill_s_tab_content
  .swiper.dot_pagination
  .swiper-pagination {
  bottom: 0px;
}

.refill_s_tab_content .swiper.dot_pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}

.refill_s_tab_content .swiper.dot_pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.refill_s_tab_content .refill_images .refill_tag_wrapper,
.refill_images_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.refill_s_tab_content .refill_images .refill_tag_wrapper {
  margin-bottom: 20px;
}

.refill_s_tab_content .refill_images .refill_tag_wrapper .refill_tag {
  border: 1px solid #00000026;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px #00000026;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 3px;
  background-color: #fff;
  color: #000;
}

.realResultSlider .swiper-slide .banner-popup-link,
.realResultSlider .swiper-slide .banner-popup-link img {
  width: 100%;
}

/* .realResultSlider .swiper-slide .banner-popup-link img {
    min-height: 295px;
} */
.refill_slider_3 .refill_s_tab ul {
  display: flex;
}

.refill_slider_3 .refill_s_tab {
  margin-top: 20px;
  margin-bottom: 20px;
}

.refill_slider_3
  .refill_s_tab_content
  .swiper.dot_pagination
  .swiper-pagination {
  position: relative;
  bottom: 0;
  padding-top: 10px;
}

.refill_slider_3 .dot_pagination .swiper-pagination-bullet {
  margin: 0 4px !important;
  height: 8px;
  width: 8px;
}

.subscription_bx p {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
}

.next_batch_bl {
  padding: 18px;
  background-color: #c7e7dc7d;
  border-radius: 20px;
  margin-bottom: 20px;
}

.next_batch_bl > p {
  padding: 0 15px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.next_batch_bl .batch {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 9px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  margin: 10px 0;
}

.next_batch_bl .batch.batch_fade {
  opacity: 0.5;
  font-weight: 400;
}

.next_batch_bl.next_batch_highlight {
  padding: 20px 30px;
}

.next_batch_bl.next_batch_highlight h6 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.next_batch_bl.next_batch_highlight p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
}

.next_batch_bl.next_batch_highlight .batch_h {
  display: grid;
  grid-template-columns: calc(100% - 70%) 1fr;
  gap: 10px;
}

.next_batch_bl.next_batch_highlight .batch_h .batch_h_month {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.next_batch_bl.next_batch_highlight .batch_h.batch_h_fade .batch_h_month {
  opacity: 0.5;
}

.next_batch_bl.next_batch_highlight .batch_h .batch_h_info {
  background: #fff;
  border-radius: 20px;
  position: relative;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  margin: auto 0;
  padding: 4px 10px;
  border: 1px solid #000;
  z-index: 9;
}

.next_batch_bl.next_batch_highlight .batch_h.batch_h_fade .batch_h_info {
  border: 1px solid #d9d9d9;
}

.next_batch_bl.next_batch_highlight .batch_h.batch_h_fade .batch_h_info span {
  color: #000;
  opacity: 0.5;
}

.next_batch_bl.next_batch_highlight
  .batch_h.batch_h_fade
  .batch_h_info.sold_out_h
  span {
  color: #d9d9d9;
  opacity: 0.9;
}

.next_batch_bl.next_batch_highlight
  .batch_h.batch_h_fade
  .batch_h_info.sold_out_h {
  border: 1px solid #000;
}

.next_batch_bl.next_batch_highlight .batch_h .batch_h_info:before {
  content: "";
  display: block;
  width: var(--bgPercent);
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  z-index: -9;
}

.subscribe_save_wrapper {
  position: relative;
  margin-top: 40px;
}

.subscribe_save_wrapper .subscribe_save_bx {
  padding: 15px 20px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 75% 25%;
}

.subscribe_save_wrapper .subscribeTopInfo {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

.subscribe_save_wrapper .subscribeTopInfo p {
  background-color: #000;
  color: #fff;
  padding: 4px 13px;
  border-radius: 14px 14px 0 0;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.subscribe_save_wrapper .subscriptionType {
  cursor: pointer;
}

.subscribe_save_wrapper .subscriptionType.active > div:first-child {
  background: #c7e7dc;
  border: 1px solid transparent;
}

.subscribe_save_wrapper .subscribeInfo p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.subscribe_save_wrapper .subscribePrice p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: right;
}

.subscribe_save_wrapper.without_subscription .subscribePrice p {
  font-weight: 500;
}

.subscribe_save_wrapper .subscribePrice p span {
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
  opacity: 0.3;
  margin-right: 8px;
  font-weight: 700;
}

.subscribe_save_wrapper .subscribeInfo h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

.subscribe_save_wrapper.without_subscription .subscribeInfo h6 {
  font-weight: 400;
}

.subscribe_save_wrapper .subscribeInfo a {
  text-decoration: underline;
  color: #000;
}

.subscribe_save_wrapper .noSubscription {
  border-radius: 30px;
  border: 1px solid #d6d6d6;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.subscribe_save_wrapper .noSubscription .noSubscriptionText {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  opacity: 0.7;
}

.subscribe_save_wrapper.without_subscription
  .noSubscription
  .noSubscriptionText {
  opacity: 1;
}

.subscribe_save_wrapper .noSubscription .noSubscriptionPrice {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.subscribe_save_wrapper .subscribeInfo input {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.subscribe_save_wrapper.without_subscription .subscribe_save_bx {
  background: #fff;
  color: #000;
  border: 1px solid #d6d6d6;
}

.subscribe_save_wrapper.without_subscription .noSubscription {
  background: #cce5dd;
  border: transparent;
}

.subscribe_save_wrapper.without_subscription
  .noSubscription
  .noSubscriptionPrice,
.subscribe_save_wrapper.without_subscription
  .noSubscription
  .noSubscriptionText {
  font-weight: 700;
}

.subscribe_save_wrapper .with_subscription.buy_btn,
.subscribe_save_wrapper.without_subscription .without_subscription.buy_btn {
  display: flex;
  justify-content: center;
}

.subscribe_save_wrapper .with_subscription {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.subscribe_save_wrapper .without_subscription {
  opacity: 0;
  visibility: visible;
  display: none;
}

.subscribe_save_wrapper.without_subscription .with_subscription {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.subscribe_save_wrapper.without_subscription .without_subscription {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.banner-popup-link:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  padding-top: var(--aspect-ratio);
}

.banner-popup-link > img {
  position: absolute;
  top: 0;
  bottom: 0;
}

.mfp-img {
  max-height: 550px !important;
}

@media (max-width: 767px) {
  .refill_s_tab {
    margin-top: 20px;
  }

  .r_ftr p {
    font-size: 13px;
    line-height: 22px;
  }

  .refill_slider_3 .refill_s_tab .nav-pills .nav-link {
    padding: 0 14px;
  }

  .refill_slider_3 .refill_s_tab ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .green_bx .green_bx_top p {
    font-size: 9px;
    line-height: 11px;
  }

  .serum_wrapper p {
    font-size: 10px;
    line-height: 12px;
  }

  .serum_wrapper {
    grid-template-columns: repeat(3, 29%);
  }

  .s_img img {
    max-width: 100%;
  }

  .green_bx .green_bx_header .save_bx {
    margin-left: 2px;
  }

  .shipping {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipping .s_bx p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.36px;
    padding-left: 5px;
  }

  .buy_btn {
    max-width: 100%;
  }

  .subscription_bx .subscription_tab .s_tab .serum_prd .serum_ttl {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .subscription_bx .subscription_tab .s_tab .serum_prd .serum_ttl {
    padding: 6px 10px;
  }

  .subscription_tab {
    margin-bottom: 20px;
  }

  .refill_s_tab ul li button {
    font-size: 12px;
    line-height: 22px;
  }

  .refill_s_tab_content .refill_images .refill_tag_wrapper .refill_tag {
    font-size: 11px;
    line-height: 16px;
  }

  .realResultSlider .swiper-slide {
    padding-top: 0px;
  }

  .refill_s_tab_content .refill_images .refill_tag_wrapper {
    margin-bottom: 13px;
  }

  .next_batch_bl .batch {
    font-size: 10px;
  }

  .subscribe_save_wrapper .subscribeTopInfo p {
    font-size: 9px;
    line-height: 11px;
  }

  .subscribe_save_wrapper .noSubscription .noSubscriptionText {
    font-size: 12px;
    line-height: 22px;
  }

  .subscribe_save_wrapper .subscribeInfo h6 {
    font-size: 13px;
    line-height: 24px;
  }

  .mi_refill .subscribe_save_wrapper .subscribeInfo p {
    font-size: 10px;
  }

  .mi_refill .subscribe_save_wrapper .subscribe_save_bx {
    padding: 10px 15px;
    grid-template-columns: auto 34%;
  }
}

@media (max-width: 767px) {
  .green_bx .green_bx_header p {
    line-height: 13px;
  }

  .green_bx .green_bx_header .save_bx p {
    font-size: 9px;
    line-height: 12px;
    padding: 0 4px;
  }

  .green_bx .green_bx_left .text-sm {
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
  }

  .refill_bl .container-fluid {
    position: relative;
  }

  .refill_bl .refill_info {
    max-width: 100%;
  }

  .refill_info .supply_steps .step_block {
    flex: 0 0 auto;
    width: 100%;
  }

  .refill_info .bs_price .discount_p {
    margin-top: 10px;
  }

  .refill_info .refill_ftr {
    padding-top: 10px;
  }

  .next_batch_bl.next_batch_highlight .batch_h {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .next_batch_bl.next_batch_highlight h6 {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .next_batch_bl.next_batch_highlight p {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    padding: 0;
  }

  .next_batch_bl.next_batch_highlight .batch_h .batch_h_month {
    font-size: 12px;
    line-height: 22px;
  }

  .next_batch_bl.next_batch_highlight .batch_h .batch_h_info {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    padding: 0 5px;
  }
}

@media (max-width: 490px) {
  .s_name {
    padding: 10px;
  }

  .refill_bl .refill_info {
    padding-top: 10px;
  }

  .payment_method .pmt_img img {
    padding-right: 0;
  }

  .payment_method p {
    font-size: 10px;
  }

  .payment_method {
    margin: 0 -15px;
    gap: 4px;
  }

  .pmt_img svg {
    width: 40px;
  }
}
@media (max-width: 490px) {
  .subscription_bx .serum_prd {
    min-height: 40px;
  }

  .subscription_bx .serum_ttl {
    font-size: 10px;
  }

  .refill_s_tab ul {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .refill_bl .swiper-pagination {
    display: none;
  }

  .refill_bl.tabSlider .swiper-pagination {
    display: block;
  }

  .refill_img {
    padding-top: 0px;
    position: absolute;
    right: 0;
    left: unset;
    width: 50%;
  }
}

/* -------------------- Refill Banner End ------------------- */

/* --------------------- Qure Uses Start ----------------------------- */
.q_uses_bl.bg-yellow-gradient {
  background: linear-gradient(360deg, #fffaf1 0%, #ffffff 37.55%);
}

.q_uses_bl .q_use_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 166px;
}

/* .q_uses_bl {
      padding-bottom: 30px;
  } */

.q_uses_bl .q_use_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arrow img {
  transition: 0.3s ease;
}

.q_uses_content {
  text-align: center;
}

.q_uses_content h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Light";
  padding: 18px 0;
}

.q_uses_bl .q_uses_item-outer {
  position: relative;
}

.q_uses_bl .q_uses_item-outer + .q_uses_item-outer:before {
  content: "";
  height: 256px;
  width: 1.4px;
  background: #c7e7dc;
  display: inline-block;
  position: absolute;
  left: 0;
}

.q_uses_header.active .arrow img {
  transform: rotate(-180deg);
}

.q_uses_desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  transition-property: max-height, margin;
}

.q_uses_bl .q_uses_mob_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.q_uses_item.swiper-slide-thumb-active .q_uses_plus {
  background-color: grey;
}

.q_uses_description h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.28px;
  font-family: "Canela Light";
  margin-bottom: 38px;
}

.q_uses_mob_wrap .q_uses_item {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 9px !important;
  width: 100%;
  border: 1px solid transparent;
}

.q_uses_mob_wrap .q_uses_item.swiper-slide-thumb-active {
  border: 1px solid #c7e7dc;
}

.q_uses_mob_wrap .q_uses_item_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.q_uses_item_grid img {
  max-width: 40px;
}

.q_uses_mob_wrap .q_uses_item h6 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.12px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}

.q_uses_mob_wrap .q_uses_item .modal-body {
  padding: 24px 20px;
  position: relative;
}

.q_uses_mob_wrap .q_uses_item .modal-body .btn-close {
  position: absolute;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.375 9.76067C19.375 14.792 15.192 18.8963 10 18.8963C4.80797 18.8963 0.625 14.792 0.625 9.76067C0.625 4.72936 4.80797 0.625 10 0.625C15.192 0.625 19.375 4.72936 19.375 9.76067Z' stroke='%23D9D9D9' stroke-width='1.25'/%3E%3Cpath d='M7 13.0147L13.1111 7.0498' stroke='%23D9D9D9' stroke-width='1.5'/%3E%3Cpath d='M13.1094 13.0137L6.99826 7.04883' stroke='%23D9D9D9' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  box-shadow: none !important;
}

.q_uses_mob_wrap .q_uses_item .modal-body h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
}

.q_uses_mob_wrap .q_uses_item .modal-body p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.12px;
  margin: 20px 0;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.q_uses_tab .q_uses_mob_wrap .q_uses_item_grid {
  display: block;
  text-align: left;
  cursor: pointer;
}

.q_uses_tab .q_uses_plus {
  background-color: #000;
  padding: 6px;
  border-radius: 50%;
}

.qUses_btn {
  display: grid;
  grid-template-columns: 1fr 30px;
  gap: 26px;
  margin-top: 10px;
}

.q_uses_tab .q_uses_mob_wrap .q_uses_item {
  padding: 12px !important;
}

.q_uses_tab .q_uses_mob_wrap .q_uses_item h6 {
  font-size: 14px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .q_uses_desc {
    margin-top: -20px;
  }
}

.q_uses_bl .q_uses_header {
  display: grid;
  grid-template-columns: 80% 20%;
  justify-content: space-between;
  padding: 20px 0px;
  cursor: pointer;
}

.q_uses_header_wrap {
  display: grid;
  grid-template-columns: 80% 20%;
}

.q_uses_bl .q_uses_header p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.q_uses_bl .q_uses_desc p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

.mi_refill .q_uses_bl .q_uses_desc p:not(:last-child) {
  padding-bottom: 10px;
}

.q_uses_bl .q_uses_desc p span {
  font-weight: 600;
}

.q_video {
  text-align: center;
  overflow: hidden;
  position: relative;
  max-width: max-content;
  margin: 70px auto;
}

.q_video img {
  border-radius: 10px;
}

.q_v_info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.q_v_info .title-xxl {
  padding-bottom: 30px;
}

.q_v_info a {
  color: #fff;
  cursor: pointer;
}

.q_v_info span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding-left: 8px;
  letter-spacing: 1px;
}

.q_uses_bl .q_uses_item-border {
  position: relative;
}

.q_uses_bl .q_uses_item-border + .q_uses_item-border:before {
  content: "";
  height: 100%;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  border-right: 1px solid #ede7dd;
}

.q_uses_description p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
}

@media (min-width: 767px) {
  .q_video img {
    border-radius: 10px;
    max-width: 889px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .q_uses_bl .q_use_img {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .q_v_info .title-xxl {
    padding-bottom: 0px;
  }

  .q_v_info span {
    font-size: 14px;
  }

  .qUses_btn {
    gap: 5px;
  }

  .q_uses_tab .q_uses_mob_wrap .q_uses_item {
    padding: 10px !important;
  }

  .qUses_btn {
    grid-template-columns: 1fr 22px;
  }

  .q_uses_description h3 {
    margin-bottom: 21px;
    font-size: 22px;
    line-height: 28px;
  }

  .q_uses_description p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .q_uses_bl .q_uses_res {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 130px 1fr;
  }

  .q_uses_bl .q_use_img {
    height: auto;
  }

  .q_uses_bl .q_uses_header p {
    font-size: 13px;
    line-height: 24px;
  }

  .q_uses_bl .q_uses_desc p {
    font-size: 12px;
    line-height: 22px;
    padding: 15px 0;
  }

  .q_uses_tab .q_uses_mob_wrap .q_uses_item h6 {
    font-size: 12px;
    line-height: 22px;
  }

  .q_uses_bl .q_uses_bl {
    background: linear-gradient(360deg, #fffaf1 0%, #ffffff 37.55%);
  }

  .q_uses_bl .q_use_img {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .q_uses_bl .q_uses_mob_wrap {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .q_uses_item {
    padding: 15px 0 !important;
  }

  .q_uses_bl .q_uses_header {
    padding: 10px 0;
  }

  .q_uses_item-outer + .q_uses_item-outer:before {
    display: none !important;
  }

  .q_uses_bl {
    /* padding: 0px 0 40px; */
    background: linear-gradient(360deg, #fffaf1 0%, #ffffff 37.55%);
  }
}

/* --------------------- Qure Uses End ----------------------------- */

/* -------------------------- Banner with background image ------------------- */
.main_banner {
  position: relative;
}

.banner_content {
  max-width: 379px;
}

.main_banner .bg_banner {
  width: 100%;
}

.main_banner .main_b_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.main_banner .main_b_wrapper .section_header {
  padding: 0 0 30px 0;
}

.main_banner .unique_c_list ul {
  display: block;
}

.main_banner .unique_c_list {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .main_banner .main_b_wrapper.bg_gradient_mob {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 28.37%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .main_banner .main_b_wrapper.align-top {
    align-items: start;
    top: 30px;
  }

  .star {
    text-align: center;
  }

  .star img {
    max-width: 90px;
  }

  .main_b_wrapper .app_item img {
    filter: opacity(0.7);
  }

  .main_banner .main_b_wrapper .section_header {
    padding: 0 0 0px 0;
  }

  .main_banner .main_b_wrapper.top-30 {
    align-items: flex-start;
    top: 30px;
  }
}

/* -------------------------- Banner with background image ------------------- */
/* --------------------- Result Section Start ----------------------------- */
.result_s .section_header {
  max-width: 605px;
  margin: 0 auto;
}

.result_s {
  padding: 60px 0 40px;
}

.result_s .result_s_wrapper .result_item {
  box-shadow: 0px 5px 15px 0px #b0b0b040;
  margin-bottom: 10px;
  border: 1px solid var(--clr-light-green);
  border-radius: 10px;
  position: relative;
}

.result_img_m img {
  width: 100%;
}

.r_c_info {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  align-items: center;
}

.flag_img {
  max-width: 22px;
  padding: 0 !important;
  margin-right: 7px;
}

.result_item .verified_img {
  padding: 0 !important;
  margin-right: 5px;
}

.result_item_info {
  position: relative;
  padding: 12px 10px;
}

.result_item_info .quote {
  position: absolute;
  top: 0;
  left: 10px;
}

.result_item_info .result_content {
  padding: 0 10px;
}

.result_content p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  padding-bottom: 20px;
  /* font-style: italic; */
}

.qurify_water .result_content p {
  font-style: normal;
  font-weight: 300;
}

.result_content p span {
  font-weight: 600;
}

.c_img img {
  border-radius: 50%;
}

.trusted_cl .t_c_info .c_img img {
  max-width: 83px;
}

.result_s .r_c_info {
  padding: 15px 10px;
}

/* 
.chest_pdp .result_s .r_c_info {
    padding: 15px 0px;
}


.chest_pdp .result_s .result_slides_2 .result_item .result_img_m {
    padding: 0px 24px;
}

.chest_pdp .result_s .result_slides_2 .result_item .skin_content_wrap {
    padding: 10px 24px;
}

.chest_pdp .result_s .result_slides_2 .result_item .result_img_m {
    padding: 24px 24px 6px;
    background: linear-gradient(0deg, #EDEDED, #EDEDED),
        linear-gradient(0deg, #F4F4F4, #F4F4F4);

} */

.all_in_one .trusted_bl,
.all_in_one .trusted_cl {
  background: transparent;
}

.chest_pdp .result_s .result_slides_2 .result_item .result_heading h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Canela Light";
}

.chest_pdp
  .result_s
  .result_slides_2
  .result_item
  .skin_content_wrap
  .skincare_percent
  p,
.chest_pdp
  .result_s
  .result_slides_2
  .result_item
  .skin_content_wrap
  .rc_desc
  li {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

.result_s .r_c_info.bg_grey {
  background-color: #f4f4f4;
}

.rc_desc .skincare_percent {
  padding: 10px 0;
  border-bottom: 1px solid #ede7dd;
}

.rc_desc h3 {
  font-family: "Canela Light";
  padding: 10px 0;
  margin-bottom: 0;
}

.result_learnMore {
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
}

.result_item.result_item_info_with_fixed {
  padding-bottom: 50px !important;
}

.bf_sale .result_item.result_item_info_with_fixed {
  padding-bottom: 70px !important;
}

.result_item.result_item_info_with_fixed .result_learnMore {
  position: absolute;
  bottom: 15px;
}

.result_learnMore .result_c_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.result_learnMore .skin_concerns {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.13px;
  padding: 0 15px;
}

.result_learnMore .rl_info {
  padding-left: 20px;
}

.result_learnMore .rl_info p {
  font-weight: 400;
}

.result_learnMore .rl_info a {
  color: #fff;
  background: #000;
  padding: 4px 14px;
  border-radius: 15px;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.result_learnMore .rl_info p,
.result_learnMore .rl_info a {
  font-size: 11px;
  line-height: 16px;
}

.mi_landing_result .result_c_info .r_flag {
  display: flex;
  align-items: center;
}

.mi_landing_result .result_c_info .r_flag .flag_img {
  max-width: 25px;
}

.mi_landing_result .result_c_info .r_flag p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
}

.mi_landing_result .result_c_info .star_gp {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.mi_landing_result .result_c_info .star_gp p {
  margin-left: 9px;
  font-weight: 600;
}

.bf_sale .mi_landing_result .result_c_info .star_gp p,
.qurify_water .mi_landing_result .result_c_info .star_gp p {
  font-size: 13px;
  line-height: 24px;
}

.bf_sale .result_content p {
  font-size: 11px;
  line-height: 16px;
  opacity: 0.8;
}

.mi_landing_result .result_c_info .reviewed {
  margin-bottom: 5px;
}

.mi_landing_result .result_c_info .reviewed p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  opacity: 0.8;
}

.mi_landing_result .result_c_info .verified_img {
  display: flex;
}

.mi_landing_result .result_c_info .verified_img p {
  margin-left: 5px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  color: #008763;
}

.mi_landing_result .result_item_info .result_content {
  padding: 0;
}

.mi_landing_result .result_c_info {
  padding: 15px;
}

.mi_landing_result .result_item_info {
  padding: 10px 15px;
}

.chest_pdp .mi_landing_result .result_content p,
.qurify_water .mi_landing_result .result_content p {
  font-size: 11px;
  line-height: 16px;
}

.rl_img img {
  max-height: 57px;
}

@media (max-width: 767px) {
  .result_s {
    padding: 30px 0;
  }

  .c_information .r_c_name {
    font-size: 10px;
  }

  .c_information p {
    font-size: 10px;
  }

  .result_s .swiper-pagination {
    padding-top: 20px;
  }

  .mi_landing_result .result_item_info {
    padding: 15px;
    padding-top: 0;
  }

  .mi_landing_result .result_c_info {
    padding: 10px 15px;
  }

  .qurify_water .mi_landing_result .result_c_info {
    padding-top: 20px;
  }

  .mi_landing_result .result_c_info .r_flag p {
    font-weight: 500;
  }

  .result_learnMore .skin_concerns {
    font-size: 12px;
    line-height: 20px;
  }

  .mi_landing_result .result_c_info .r_flag p,
  .mi_landing_result .result_c_info .reviewed p,
  .mi_landing_result .result_c_info .verified_img p,
  .mi_landing_result .result_content p {
    font-size: 10px;
  }

  .chest_pdp .result_s .result_slides_2 .result_item .result_img_m {
    padding: 18px 12px 6px;
  }

  .chest_pdp .result_s .result_slides_2 .result_item .skin_content_wrap {
    padding: 10px 12px;
  }

  .chest_pdp .mi_landing_result .result_content p,
  .qurify_water .mi_landing_result .result_content p {
    font-size: 10px;
    line-height: 16px;
  }

  .all_in_one .result_content p {
    font-size: 10px;
    line-height: 16px;
  }
}

@media (max-width: 556px) {
  /* .result_s .result_slider .swiper-slide {
        width: 100%;
    } */
  .result_s .section_header {
    max-width: 327px;
    margin: 0;
  }

  .bf_sale .result_s .section_header {
    max-width: 327px;
    margin: 0;
  }

  .trusted_cl .t_c_info .c_img img {
    max-width: 63px;
  }

  .trusted_cl .t_c_info {
    gap: 0;
    padding: 10px;
  }

  .trusted_cl .t_c_info p {
    font-weight: 300;
  }

  .trusted_cl .t_c_info h6 {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
  }

  .qurify_water .result_s .section_header {
    max-width: 293px;
    margin-left: 0;
  }
}

/* --------------------- Result Section End ----------------------------- */

/* ========== result section 2 start ================== */
.result_section_2 {
  background-color: #fffaf1;
  padding: 75px 0 58px;
  overflow: hidden;
}

.result_section_2 .title-xl {
  font-size: 45px;
  line-height: 57px;
  letter-spacing: 0.45px;
}

.result_section_2 .result_item {
  background: #fff;
}

.result_section_2 .verified_img {
  /* width: 20px; */
  max-width: 100%;
}

.result_section_2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
}

.result_section_2 .swiper {
  overflow-x: unset;
}

.bf_sale .result_s_wrapper {
  position: relative;
}

.bf_sale .result_s_wrapper .swiper-button-next {
  right: -25px;
}

.bf_sale .result_s_wrapper .swiper-button-prev {
  left: -25px;
}

@media (max-width: 767px) {
  .result_section_2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }

  .result_section_2 .title-xl br {
    display: none;
  }

  .result_section_2 .title-xl {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.38px;
  }

  .result_section_2 {
    padding: 0;
    padding-top: 30px;
  }

  .result_section_2 .swiper {
    overflow-x: hidden;
  }

  .result_learnMore .rl_info p,
  .result_learnMore .rl_info a {
    font-size: 10px;
  }

  .bf_sale .result_s_wrapper .swiper-arrow {
    visibility: hidden;
    opacity: 0;
  }
}

/* --------------------- Result Section End ----------------------------- */

/* --------------------- Skin Slider Start ----------------------------- */
.skincare_slider .section_header .title-lg {
  max-width: 882px;
  margin: 0 auto;
}

.skincare_slider .section_header p {
  max-width: 762px;
  margin: 0 auto;
}

.skincare_slider .section_header.mx-570 .title-lg {
  max-width: 570px;
  margin: 0 auto;
}

.skincare_slider .section_header p {
  max-width: 766px;
  margin: 0 auto;
}

.skincare_slider {
  padding: 40px 0 40px;
}

.skincare_slider .section_header p {
  /* padding: 12px 0; */
  opacity: 0.8;
}

.skin_item_header {
  font-family: "Canela Thin";
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 25px;
  margin-left: 25px;
}

.skin_item {
  padding: 35px 65px;
  box-shadow: 0px 5px 15px 0px #b0b0b040;
  border: 1px solid var(--clr-light-green);
  border-radius: 10px;
}

.skin_item:not(:last-child) {
  margin-bottom: 30px;
}

.skincare_right {
  padding-left: 20px;
  padding-top: 20px;
}

.result_img_m {
  position: relative;
}

.result_badge {
  position: absolute;
  padding: 0px 9px;
  background: #fff;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 500;
  top: 10px;
  right: 10px;
}

.after_img .result_badge {
  right: unset;
  left: 10px;
}

.result_img_m img {
  width: 100%;
}

.skin_slider .flag_img {
  max-width: 30px;
}

.ss_c_title {
  background: #c7e7dc;
  border-radius: 8px 8px 0 0;
  margin: 0 0 0 auto;
  width: 170px;
  height: 24.78px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss_c_title h4 {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.mfp-content .white-popup-block.skin_popup .ss_c_title {
  background: #c7e7dc;
  border-radius: 8px 8px 0 0;
  margin: 0 0 0 auto;
  width: 170px;
  height: 35.78px;
}

.mfp-content .white-popup-block.skin_popup .ss_c_title h4 {
  font-size: 18px;
  line-height: 27px;
}

.ss_clinical .ss_c_detail {
  background: #fff;
  border: 2.46716px solid #c7e7dc;
  border-radius: 8px 0 8px 8px;
  padding: 13px 17px 20px 18px;
}

.ss_clinical .ss_c_detail p {
  font-size: 13px;
  letter-spacing: 0.13px;
}

.ss_clinical .ss_c_detail a.ss_c_link {
  font-size: 11px;
  line-height: 16px;
  text-decoration-line: underline;
  margin-top: 12px;
  display: block;
  color: #000;
}

.mfp-hide {
  display: none !important;
}

.ss_skin_mask {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

/* .ss_mask_img {
    position: relative;
    width: 120px;
    height: 0;
    padding-bottom: 26.5%;
    overflow: hidden;
} */

.ss_mask_img img {
  /* position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0; */
  max-height: 113px;
}

.ss_mask_info {
  margin-left: 28px;
}

.ss_skin_mask .ss_mask_info h5 {
  font-weight: 400;
  color: rgb(0 0 0 / 60%);
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.ss_mask_info a {
  background: #000;
  border-radius: 190.111px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 8px 18px;
  font-size: 14px;
  letter-spacing: 0.14px;
}

.ss_mask_info a:hover {
  color: #fff;
}

/* .skin_slider {
    padding: 10px;
} */

.skin_slider .ss_list ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.skin_slider .ss_list ul li:before {
  top: 10px;
}

.skincare_right .accordion-item .accordion-button > strong {
  padding-right: 5px;
}

.skin_slider .flag_img {
  max-width: 30px;
}

.skincare_right .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.skincare_right .accordion-item {
  border: none;
}

.skincare_right .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.skincare_right .accordion-button:focus {
  box-shadow: none;
}

.skincare_right .accordion-button {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}

.skincare_right .accordion-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.skincare_right .accordion-body p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.skincare_right .accordion-body {
  padding: 0;
  padding-bottom: 10px;
}

.skincare_right {
  padding-left: 40px;
  padding-top: 0px;
}

.mfp-content .white-popup-block.skin_popup {
  max-width: 757px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.mfp-content .white-popup-block.skin_popup .ss_c_title {
  margin: 0 auto 0 0;
}

.mfp-content .white-popup-block.skin_popup .ss_clinical .ss_c_detail {
  border-radius: 0px 8px 8px 8px;
  padding: 30px;
}

.mfp-content .white-popup-block.skin_popup .mfp-close {
  color: #fff;
  right: 10px;
  top: -10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  opacity: 1;
}

.mfp-content
  .white-popup-block.skin_popup
  .ss_clinical
  .ss_c_detail
  p:not(:last-child) {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .skincare_slider {
    padding: 40px 0 30px;
  }

  .skin_slider .swiper-pagination {
    padding-top: 10px;
  }

  .skin_item {
    padding: 0px;
    padding-bottom: 0px;
  }

  .skin_slider {
    margin: 0 -10px;
  }

  .skin_item_header {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
  }

  p.r_c_name.pe-4 {
    padding-right: 20px !important;
  }

  .verified_img svg {
    width: 16px;
  }

  .verified_img {
    /* max-width: 12px; */
    padding: 0 !important;
    margin-right: 5px;
  }

  .skin_item {
    background: #fff;
  }

  .skincare_left {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #f4f4f4;
    box-shadow: 0px 4px 4px 0px rgba(120, 120, 122, 0.1) inset;
  }

  .skincare_left {
    padding: 24px 16px 16px;
  }

  .ss_mask_info a {
    padding: 3px 12px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }

  .result_badge {
    font-size: 10px;
    line-height: normal;
  }

  .skincare_right {
    padding: 16px 16px 10px;
  }

  .skincare_right p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }

  .ss_skin_mask .ss_mask_info h5 {
    margin-bottom: 7px;
  }

  .ss_clinical .ss_c_detail a.ss_c_link {
    font-size: 10px;
  }

  .ss_clinical .ss_c_detail p {
    font-size: 12px;
    letter-spacing: 0.12px;
  }

  .ss_clinical .ss_c_detail {
    padding: 13px;
  }

  /* .ss_mask_img {
        width: 72px;
        height: auto;
        padding-bottom: 0;
    } */

  /* .ss_mask_img img {
        position: static;
    } */

  .ss_mask_info {
    margin-left: 16px;
  }

  .skin_slider .flag_img {
    max-width: 22px;
  }

  .mfp-content .white-popup-block.skin_popup .ss_c_title h4 {
    font-size: 16px;
    line-height: 27px;
  }

  .mfp-content .white-popup-block.skin_popup .ss_c_detail p {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
  }
}

/* --------------------- Skin Slider End ----------------------------- */
/* --------------------- Unique Customizable Start ----------------------------- */

.unique_c .section_header .title-lg {
  max-width: 806px;
  margin: 0 auto;
}

.unique_c .section_header p {
  max-width: 733px;
  margin: 0 auto;
}

.u_text_only p {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Web";
}

.uc_grid {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
}

.unique_c_item {
  text-align: center;
}

.u_item_wrapper {
  padding: 27px 20px;
  border-radius: 25px;
  margin: 13px 0;
}

.u_item_header {
  /* max-width: 277px; */
  margin: 0 auto;
}

.u_item_wrapper .u_item_header h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Light";
  letter-spacing: 0.16px;
  padding: 10px 0;
  margin-bottom: 0;
}

.unique_c_item .u_item_wrapper .u_item_header p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.u_ftr_item img {
  max-width: 40px;
  height: 40px;
}

.unique_c_item .u_item_wrapper .u_ftr {
  display: grid;
  width: 320px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.u_ftr_item p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.hidden {
  display: none;
}

.u_item__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.u_item_question {
  border: none;
  border-radius: 30px !important;
  margin: 10px 0;
  padding: 0px 0;
  text-align: left;
}

.u_item_question.bg-yellow {
  background: var(--clr-yellow);
}

.u_item_question.bg-grey {
  background: var(--clr-grey);
}

.u_item_question .accordion-button {
  padding: 15px 20px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: inherit;
}

.technology_light #accordionTechnology .accordion-header {
  border-radius: 20px !important;
}

.unique_c_item .u_item_expandable {
  padding: 0px 0px 0;
  border-radius: 20px;
  margin: 0px 0;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-bottom: 0px !important;
}

.u_item_question .accordion-body {
  padding: 0 20px 20px;
}

.u_item_question .accordion-body p {
  font-size: 13px;
}

.u_item_question .accordion-button::after {
  background: none;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  content: "+";
}

.u_item_question .accordion-button:not(.collapsed)::after {
  content: "-";
}

.u_item_expandable .u_item__accordion {
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
}

.u_item_expandable .u_ques h3 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.u_item_expandable .u_ques {
  text-align: left;
}

.u_item__hidden-div .u_item__text {
  padding-top: 10px;
}

.accordion-item p {
  padding: 10px 0;
}

.cant_decide .section_header h3 {
  font-family: "Canela Web";
}

.cant_decide .cd_img {
  max-width: 578px;
  margin: 0 auto;
}

.unique_review {
  padding: 20px 0;
  max-width: 300px;
  margin: 0 auto;
}

.unique_review .u_review {
  padding: 10px 0;
}

.unique_review .u_review p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.unique_review .u_verified {
  display: flex;
  justify-content: center;
}

.unique_review .u_verified p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  margin-left: 7px;
}

.technology_light .accordion-item p {
  padding: 5px 0;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.technology_light .accordion-item p > span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #c7e7dc;
  padding-right: 5px;
}

.technology_light #accordionTechnology {
  max-width: 472px;
}

.technology_light .tl_content .tl_info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.technology_light .tl_content .tl_info_wrap p {
  padding-left: 22px;
  margin: auto 0;
  font-size: 11px;
  font-weight: 400;
}

.technology_light .tl_content .tl_info_wrap .tl_info {
  display: flex;
  align-items: center;
}

.technology_light .tl_content .tl_info_wrap .tl_info .tl_box {
  height: 32px;
  width: 8px;
  border-radius: 7px;
}

.technology_light .tl_content .tl_info_wrap .tl_info .tl_box.tl_red {
  background: #e83c3f;
}

.technology_light .tl_content .tl_info_wrap .tl_info .tl_box.tl_purple {
  background: #912a5c;
}

.technology_light a {
  text-decoration: underline;
  color: #000;
}

.u_text_only {
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique_c_item .u_item_wrapper .u_ftr {
  width: 100%;
}

.unique_grid {
  grid-template-columns: 1fr 100px 1fr;
  display: grid;
}

@media (max-width: 767px) {
  .unique_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .u_text_only {
    padding: 20px 0;
  }

  .unique_c {
    background: none;
  }

  .u_text_only {
    height: auto;
  }
}

@media (max-width: 767px) {
  .uc_grid {
    grid-template-columns: 1fr;
  }

  .unique_c {
    padding: 40px 0;
  }

  .u_item_wrapper .u_item_header h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .unique_c_item .u_item_wrapper .u_item_header p {
    font-size: 13px;
  }

  .u_ftr_item p {
    font-size: 11px;
    letter-spacing: 0;
  }

  .unique_c_item .u_item_wrapper .u_ftr {
    width: 100%;
    grid-template-columns: repeat(3, auto);
  }

  .u_text_only {
    padding: 40px 0 !important;
  }

  .u_item_expandable .containers {
    font-size: 13px;
  }

  .u_text_only p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Canela Light";
  }

  .qurify_water .technology_light {
    padding-top: 50px;
  }

  .technology_light .tl_content .tl_info_wrap .tl_info {
    max-width: 132px;
  }

  .technology_light .tl_content .tl_info_wrap p {
    padding-left: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .cant_decide .section_header h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Canela Light";
  }

  .u_item_wrapper {
    padding: 25px 8px;
  }

  .u_item_question .accordion-body p {
    font-size: 12px;
  }

  .u_item_wrapper .u_item_header h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 556px) {
  .unique_c .section_header {
    max-width: 327px;
  }
}

/* --------------------- Unique Customizable Start ----------------------------- */

/* --------------------- Trusted Section Start ----------------------------- */
.trusted_bl {
  padding: 0px 0 58px;
  overflow: hidden;
}

.trusted_bl .section_header {
  max-width: 527px;
}

.trusted_bl.bg_gradient_green {
  background: linear-gradient(
    180deg,
    rgba(199, 231, 220, 0.91) -98.65%,
    #ffffff 69.3%
  );
  padding: 60px 0;
}

.trusted_bl .trust_item {
  border: 1px solid #c7e7dc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border-radius: 8px;
  box-shadow: 0px 5.48781px 16.46342px 0px rgba(176, 176, 176, 0.25);
}

.trusted_bl .trust_item .trust_item_info {
  position: relative;
  padding: 15px 10px;
}

.trusted_bl .trust_item .trust_item_info .quote {
  position: absolute;
  left: 10px;
  z-index: -1;
}

.trusted_bl .trust_item .trust_img img {
  width: 100%;
}

.trusted_bl .trust_item .trust_item_info .result_content {
  padding: 14px 20px 14px 31px;
}

.trusted_bl .trust_item .trust_item_info .result_content p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.trust_item .trust_item_info .result_content h6 span {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  color: var(--clr-green);
  padding-right: 5px;
}

.trust_item .trust_item_info .result_content h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 8px;
  margin-bottom: 0;
}

.trusted_bl .trust_img {
  position: relative;
}

.trusted_bl .trust_img .play_btn,
.sale-bf-img .play_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted_bl .trust_img .play_btn a {
  padding: 4px 5px;
  background: rgb(0 0 0 / 30%);
  border-radius: 30px;
  color: #fff;
  width: 100%;
  max-width: 198px;
}

.trusted_bl .trust_img .play_btn a span,
.sale-bf-img .play_btn a span {
  display: flex;
  align-items: center;
}

.trusted_bl .trust_img .play_btn a span h6,
.sale-bf-img .play_btn a span h6 {
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 9px;
  font-weight: 400;
}

.trusted_cl_m {
  position: relative;
}

.trusted_tag {
  position: absolute;
  background: rgb(0 0 0 / 62%);
  top: 20px;
  display: flex;
  align-items: center;
  left: 29px;
  padding: 8px;
  color: #fff;
  border-radius: 30px;
  padding: 9px 8px;
  width: 100%;
  max-width: 216px;
  justify-content: center;
}

.trusted_tag p {
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
}

p.border-r {
  border-right: 1px solid #fff;
}

.trusted_cl {
  background: linear-gradient(
    89.91deg,
    #d2ece3 38.74%,
    rgba(199, 231, 220, 0.17) 51.88%,
    rgba(255, 255, 255, 0.12) 91.02%
  );
  padding: 2rem 0 !important;
}

.trusted_cl.bg_none {
  background: transparent;
}

.mi_landing .trusted_cl,
.mi_landing .trusted_bl,
.chest_pdp .trusted_cl,
.chest_pdp .trusted_bl,
.bf_sale .trusted_cl,
.bf_sale .trusted_bl {
  background: #fff;
}

.our_story .trusted_cl {
  background: #fff;
  padding: 0 !important;
}

.trusted_cl_m .play_btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0px;
  text-align: center;
}

.play_btn .popup-youtube {
  padding: 10px;
  border-radius: 85px;
  background: rgb(0 0 0 / 30%);
  color: #fff;
  display: inline-block;
}

.trusted_cl_m .play_btn span {
  display: flex;
  align-items: center;
}

.trusted_cl_m .play_btn span h6 {
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.trusted_cl_m .t_m_img {
  width: 100%;
}

.trusted_cl_m .play_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted_cl .t_c_info {
  border: 1px solid #c7e7dc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px rgba(176, 176, 176, 0.25);
  background: #fff;
  padding: 10px 12px;
  align-items: center;
  width: 100%;
  gap: 10px;
  max-width: calc(100% - 61px);
}

.trusted_cl .t_c_info + .t_c_info {
  max-width: 400px;
  margin-left: auto;
}

.t_c_info.t_c_right {
  margin-left: auto;
  justify-content: end;
}

.trusted_left .section_header {
  padding: 20px 0px 30px 0;
}

.trusted_cl .t_c_info p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
}

.trusted_cl .t_c_info p > span {
  font-weight: 600;
}

.trusted_cl .t_c_info h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 7px;
  margin-bottom: 0;
}

.trusted_cl .t_c_info h6 span {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  color: var(--clr-green);
  padding-right: 5px;
}

.trusted_bl .result_content p {
  padding-bottom: 9px;
}

.trusted_bl .trustedSwipper .swiper-pagination {
  display: block;
}

.trusted_bl .swiper-wrapper {
  align-items: stretch !important;
}

.trusted_bl .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.trusted_wrapper {
  margin-top: 50px;
}

.trusted_bl_with_pagintion .trustedSwipper .swiper-pagination {
  display: block;
}

.trusted_tag_sm {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(0 0 0 / 42%);
  color: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 22px;
}

.trusted_tag_sm img {
  margin-right: 7px;
}

.wistia_popover_embed {
  box-shadow: none !important;
}

.wistia_popover_embed [id*="_main"] {
  max-width: 900px;
}

.wistia_responsive_wrapper [id*=".big_play_button_background"] {
  display: none;
}

.wistia_responsive_wrapper [id*=".big_play_button_graphic"] {
  display: none !important;
}

.wistia_responsive_wrapper [id*=".thumbnail_img"] {
  display: none !important;
}

/* .w-bottom-bar.w-css-reset {
    display: none !important;
} */

/* .wistia_placebo_close_button {
    opacity: 1 !important;
} */

.wistia_responsive_wrapper [id*=".thumbnail_focus_indicator"] {
  box-shadow: none !important;
}

[id*="._popover"] {
  box-shadow: none !important;
}

.wistia_responsive_wrapper * {
  box-shadow: none !important;
}

.wistia_placebo_close_button {
  outline: none !important;
}

.w-bottom-bar.w-css-reset {
  display: block !important;
}

.w-bottom-bar-lower .w-css-reset {
  background-color: transparent !important;
  color: #000 !important;
}

.w-bottom-bar-lower .w-css-reset div[aria-label="Volume Slider"] {
  background-color: rgb(43, 42, 42) !important;
  color: #000 !important;
}

.w-bottom-bar-lower .w-css-reset .w-volume-track {
  background-color: #fff !important;
}

.w-bottom-bar-lower .w-css-reset {
  background-color: transparent !important;
  color: #000 !important;
}

.w-bottom-bar-lower.w-css-reset div div + div {
  background: transparent !important;
}

.w-bottom-bar {
  bottom: 8px !important;
}

.trusted_bl.trustedVerified .trusted_verified {
  background-color: #f3f3f3;
  padding: 12px 16px 12px 12px;
  border-radius: 30px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: center;
  gap: 5px;
}

.trusted_bl.trustedVerified .trusted_verified p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #797d7c;
  padding: 0;
}

.trusted_bl.trustedVerified .trusted_left .section_header h2.title-lg {
  font-size: 34px;
  line-height: 46px;
}

.trusted_bl.trustedVerified .play_btn .popup-youtube {
  background: transparent;
}

.trusted_bl.trustedVerified .trustedVerified_Play {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  justify-content: space-between;
  text-align: left;
  color: #fff;
}

.trusted_bl.trustedVerified .trustedVerified_Play h5 {
  font-size: 20px;
}

.trusted_bl.trustedVerified .trustedVerified_Play h6 {
  font-size: 14px;
}

.trusted_bl.trustedVerified {
  padding: 60px 0;
}

.trusted_bl.trustedVerified .trust_item {
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.trusted_bl.trustedVerified .trust_item .trust_item_info .result_content {
  padding: 0 !important;
}

.trusted_bl.trustedVerified .trust_item .trust_item_info {
  padding: 16px 24px;
}

@media (min-width: 1199px) {
  .trusted_left {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  .t_c_wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .trusted_cl {
    background: none;
  }

  .trusted_bl {
    padding: 30px 0;
  }

  .trusted_bl .trust_item .trust_item_info .result_content p,
  .trust_item .trust_item_info .result_content h6,
  .trust_item .trust_item_info .result_content h6 span {
    font-size: 10px;
    padding-bottom: 0;
  }

  .trusted_cl_m .play_btn span h6 {
    font-size: 18px;
    line-height: 18px;
  }

  .t_c_wrapper {
    padding: 10px 0;
  }

  .trusted_cl .section_header {
    padding-bottom: 40px;
  }

  .trusted_tag {
    padding: 3px 15px;
    width: auto;
    max-width: initial;
    border-radius: 9px;
    left: 10px;
  }

  .trusted_tag p {
    font-size: 10px;
  }

  .trusted_cl .t_c_info h6 {
    font-size: 10px;
    padding-top: 0px;
  }

  .trusted_cl .t_c_info {
    max-width: 100%;
    margin-bottom: 8px !important;
    gap: 0;
  }

  .trusted_cl .t_c_info p {
    font-size: 10px;
  }

  .trusted_wrapper {
    margin-top: 0px;
  }

  .trusted_cl_m .play_btn span h6 {
    font-size: 18px;
    line-height: 17px;
  }

  .trusted_cl {
    padding-bottom: 0 !important;
  }

  .trusted_bl {
    padding: 30px 0 20px;
  }

  .trusted_cl .t_c_info h6 span {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
  }

  .trusted_bl.trustedVerified .trusted_verified p {
    font-size: 13px;
    line-height: 22px;
  }

  .trusted_bl.trustedVerified .trusted_verified {
    gap: 10px;
    padding: 10px 24px;
    margin-top: 20px;
  }

  .trusted_bl.trustedVerified .trusted_left .section_header h2.title-lg {
    font-size: 24px;
    line-height: 36px;
  }

  .trusted_bl.trustedVerified .trustedVerified_Play {
    gap: 0px;
  }
}

@media (max-width: 480px) {
  .trusted_cl .t_c_info {
    width: 100%;
    padding: 10px;
  }

  .trusted_cl .t_c_info h6 span {
    letter-spacing: 0.1px;
    padding-right: 3px;
  }

  .trusted_cl .t_c_info h6 {
    letter-spacing: 0px;
  }

  .trusted_cl_m .play_btn span h6 {
    padding-left: 5px;
  }
}

/* ---------------------------------- VideosQure Start-------------------------------------------------------- */
.player {
  /* max-height: 318px; */
  max-height: 100%;
  position: relative;
  font-size: 0;
  overflow: hidden;
  width: max-content;
}

/* This css is only applied when fullscreen is active. */
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.player__video {
  width: auto;
  /* max-height: 318px; */
  max-height: 100%;
}

.player__button {
  background: none;
  border: 0;
  line-height: 1;
  color: white;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 100%;
}

.player__button:focus {
  border-color: #ffc600;
}

.player__slider {
  width: 10px;
  height: 30px;
}

.player__controls {
  display: flex;
  position: unset;
  bottom: 0;
  width: 100%;
  /* transform: translateY(100%) translateY(-5px);
    transition: all .3s;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1); */
}

.player:hover .player__controls {
  /* transform: translateY(0); */
}

.player:hover .progress {
  height: 15px;
  display: none;
}

.player__controls > * {
  flex: 1;
}

.progress {
  flex: 10;
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 5px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.progress__filled {
  width: 50%;
  background: #ffc600;
  flex: 0;
  flex-basis: 50%;
}

/* unholy css to style input type="range" */

input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #bada55;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #ffc600;
  cursor: pointer;
}

.player__controls button.player__button.toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='87' viewBox='0 0 87 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='43.5' cy='43.5' r='43.5' fill='black' fill-opacity='0.35'/%3E%3Cpath d='M43.2573 9.84912C24.8458 9.84912 9.84863 24.7564 9.84863 43.0576C9.84863 61.3587 24.8458 76.266 43.2573 76.266C61.6689 76.266 76.666 61.3587 76.666 43.0576C76.666 24.7564 61.6689 9.84912 43.2573 9.84912ZM43.2573 16.4908C58.0578 16.4908 69.9843 28.3458 69.9843 43.0576C69.9843 57.7693 58.0578 69.6243 43.2573 69.6243C28.4569 69.6243 16.5304 57.7693 16.5304 43.0576C16.5304 28.3458 28.4569 16.4908 43.2573 16.4908ZM36.5756 31.5514V54.5638L56.6208 43.0576L36.5756 31.5514Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 60px;
}

.player__controls * {
  display: none;
}

.player.video_playing .player__button.toggle {
  display: none;
}

.ctmVideo__block .video-js,
.ctmVideo__block .video-js .vjs-poster,
.ctmVideo__block .vjs-tech {
  border-radius: 20px !important;
}

.ctmVideo__block .vjs-big-play-button,
.ctmVideo__block .video-js .vjs-big-play-button:focus,
.ctmVideo__block .video-js:hover .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50px;
  background: #000;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctmVideo__block .video-js .vjs-control-bar {
  background: transparent;
}

.ctmVideo__block .video-js.vjs-playing .vjs-big-play-button {
  display: none;
}

.ctmVideo__block .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -53%);
}

.video_with_slide {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.actVideo_block {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  height: 100%;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 auto;
  max-width: 300px;
}

.actVideo_block .ctmVideo__block {
  /* max-width: 295px;
    max-height: 525px; */
  width: 100%;
  height: 100%;
}

.actVideo_block .ctmVideo__block .player {
  max-height: unset;
  width: 100%;
}

.actVideo_block .ctmVideo__block .player__video {
  max-height: unset;
  width: 100%;
  height: 100%;
}

.video_with_slide .vidSlideBox {
  flex: 0 0 auto;
  width: calc(100% - 300px);
  padding-left: 95px;
}

.affect_skin .affect_skin_block {
  max-width: 378px;
}

.affect_skin .affect_skinContent {
  flex: 0 0 auto;
  width: calc(100% - 378px);
  padding-left: 95px;
}

@media (max-width: 991px) {
  .actVideo_block {
    padding: 0;
    max-width: 100%;
  }

  .actVideo_block .ctmVideo__block {
    max-width: 100%;
    max-height: 100%;
  }

  .actVideo_block .ctmVideo__block .vjs-poster img {
    width: 100%;
  }

  .video_with_slide .vidSlideBox {
    flex: 0 0 auto;
    width: calc(100%);
    padding-left: 0px;
  }

  .affect_skin .dsn-right-container {
    padding: 0;
  }

  .affect_skin .affect_skin_block {
    max-width: 100%;
    padding: 0 24px;
  }

  .affect_skin .affect_skinContent {
    flex: 0 0 auto;
    width: calc(100%);
    padding: 0 0 0 24px;
  }
}

.videosQure .qureSlider .swiper-slide {
  height: unset;
}

.videosQure .qureSlider .swiper-slide .player {
  height: 100%;
  width: 100%;
}

.videosQure .qureSlider .swiper-slide .player .player__video[poster],
.wistia_responsive_padding {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  /* padding: 0 !important; */
}

.videosQure_exernal .wistia_responsive_padding,
.popup-youtube .wistia_responsive_padding {
  padding: 0 !important;
}

.actVideo_block .ctmVideo__block .player .wistia_responsive_padding {
  padding: 177.778% 0px 0px !important;
}

.videosQure .qureSlider .swiper-slide .player .player__video,
.wistia_responsive_padding {
  height: 100%;
}

.videosQure_exernal {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.videosQure_exernal .wistia_responsive_wrapper {
  position: relative !important;
}

.popup-youtube .videosQure_exernal .wistia_responsive_wrapper {
  position: absolute !important;
}

/* .w-css-reset-tree svg {
    display: none !important;
} */

/* .qureSlider[data-desktop|="1"] .videosQure_exernal .wistia_responsive_wrapper,
.qureSlider[data-desktop|="2"] .videosQure_exernal .wistia_responsive_wrapper,
.qureSlider[data-desktop|="3"] .videosQure_exernal .wistia_responsive_wrapper,
.qureSlider[data-desktop|="4"] .videosQure_exernal .wistia_responsive_wrapper,
.qureSlider[data-desktop|="5"] .videosQure_exernal .wistia_responsive_wrapper {
    position: relative !important;
} */

.videosQure_exernal div.w-chrome {
  border-radius: 10px !important;
}

.videosQure_exernal
  .wistia_embed
  button.w-big-play-button.w-css-reset-button-important.w-vulcan-v2-button {
  position: relative !important;
  height: 46px !important;
  width: 34px !important;
  border-radius: 50px !important;
  display: block !important;
}

.videosQure_exernal
  .wistia_embed
  button.w-big-play-button.w-css-reset-button-important.w-vulcan-v2-button:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 17px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M13.9884 0.904785C6.54631 0.904785 0.484375 6.96672 0.484375 14.4088C0.484375 21.8508 6.54631 27.9128 13.9884 27.9128C21.4304 27.9128 27.4924 21.8508 27.4924 14.4088C27.4924 6.96672 21.4304 0.904785 13.9884 0.904785ZM13.9884 3.60558C19.9708 3.60558 24.7916 8.42634 24.7916 14.4088C24.7916 20.3912 19.9708 25.212 13.9884 25.212C8.00593 25.212 3.18517 20.3912 3.18517 14.4088C3.18517 8.42634 8.00593 3.60558 13.9884 3.60558ZM11.2876 9.72985V19.0877L19.39 14.4088L11.2876 9.72985Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 29px;
}

/* ---------------------------------- VideosQure Start-------------------------------------------------------- */

/* --------------------- See it in Action Section Start ----------------------------- */
.see_it .section_header {
  max-width: 740px;
}

.see_it .section_header h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Regular";
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 0;
}

/* .see_slider .swiper-slide {
      width: 28%;
  } */
/* .see_slider .swiper-slide {
    max-width: 214px;
} */

.see_slider_wrapper {
  padding-bottom: 50px;
}

.see_item img {
  width: 100%;
  padding-bottom: 40px;
}

.see_item {
  padding-top: 30px;
}

.see_item_info h5 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.see_item_info p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .see_item {
    padding: 0;
  }

  .dsn-right-container {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
}

@media (max-width: 767px) {
  /* .see_slider .swiper-slide {
        max-width: 100%;
    } */

  /* .see_slider .swiper-slide {
          width: 100%;
      } */
  .see_item {
    padding: 0;
    padding-top: 60px;
  }

  .see_item img {
    padding-bottom: 15px;
  }

  .see_it_img_m {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .step_slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }

  .see_it .section_header h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .see_it {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .step_slider .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .step_slider .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .step_slider .swiper-pagination-bullet {
    height: auto;
    width: auto;
    background: none;
    opacity: 1;
  }

  .step_slider .swiper-pagination-bullet-active .pg_counter.counter_dot {
    border: 2px solid #000 !important;
    background: #000 !important;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_dot {
    height: 13px;
    width: 13px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    position: relative;
    border: 2px solid #d3d2d2;
  }

  .step_slider .swiper-pagination:after {
    position: absolute;
    content: "";
    width: calc(100% - 37px);
    left: 20px;
    height: 2px;
    background: #d3d2d2;
    z-index: -99;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_block {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #d3d2d2;
  }

  .step_slider .swiper-pagination-bullet-active .pg_counter.counter_block {
    color: #000;
  }

  .step_slider .swiper-pagination-bullet .pg_counter.counter_title {
    visibility: hidden;
  }

  .step_slider
    .swiper-pagination-bullet.swiper-pagination-bullet-active
    .pg_counter.counter_title {
    display: block;
    visibility: visible;
    font-size: 10px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 767px) {
  .see_it .section_header {
    max-width: 327px;
    margin: 0;
    padding: 0 12px;
  }

  .dsn-right-container {
    padding: 0 24px;
  }

  .see_item_info {
    margin-top: 10px;
  }

  .see_item_info h5 {
    display: none;
  }

  .see_item_info p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.12px;
  }
}

/* --------------------- See it in Action Section End ----------------------------- */

/* ------------------- Reasons section start -------------------- */
.reasons_wrapper.reasons_wrapper_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.reasons_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.reasons_5 {
  max-width: 948px;
  margin: 0 auto;
  padding-top: 60px;
}

.rs_item {
  border-left: none;
}

.reasons_wrapper .rs_item {
  text-align: center;
  padding: 0 17px 20px;
}

.reasons_5 .reasons_wrapper .rs_item:first-child {
  max-width: 190px;
}

.reasons_wrapper_6 .rs_item {
  max-width: 100% !important;
}

.reasons_5 .reasons_wrapper .rs_item:not(:first-child) {
  max-width: 160px;
}

.rs_item:first-child {
  border: none;
}

.replacement_filter .reasons_wrapper .rs_item .rs_item_content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.reasons_wrapper .rs_item .rs_item_content p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .reasons_wrapper .rs_item {
    text-align: center;
    padding: 0 10px 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .reasons_wrapper,
  .reasons_wrapper,
  .reasons_wrapper.reasons_wrapper_6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .reasons_wrapper .rs_item {
    margin-bottom: 20px;
  }

  .rs_item.border-none {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .reasons {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .reasons_wrapper,
  .reasons_wrapper.reasons_wrapper_6 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .reasons_wrapper .rs_item:first-child {
    max-width: 100%;
  }

  .reasons_wrapper .rs_item:not(:first-child) {
    max-width: 100%;
  }

  .reasons_wrapper .rs_item .r_use_img img {
    width: 81px;
    height: 81px;
  }

  .rs_item:first-child {
    border-bottom: 1px solid #ede7dd;
  }

  .rs_item {
    border-bottom: 1px solid #ede7dd;
    border-left: none;
  }

  .rs_item:last-child {
    border: none;
  }

  .reasons_wrapper .rs_item {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 10px 0;
    align-items: center;
  }

  .reasons_5 .reasons_wrapper .rs_item {
    max-width: 100% !important;
  }

  .rs_item_content {
    text-align: left;
  }

  .reasons_wrapper .rs_item .rs_item_content p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
  }
}

/* ------------------- Reasons section end -------------------- */
/* -------------------- Wistia Video start --------------------  */
.ctmVideo__block
  .player
  > .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  .w-big-play-button {
  width: 84px !important;
  height: 84px !important;
}

.ctmVideo__block
  .player
  > .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  .w-big-play-button
  svg,
.videosQure_exernal
  .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  .w-big-play-button
  svg {
  position: relative !important;
  height: 84px !important;
  border-radius: 100px !important;
  width: 84px !important;
  background-color: rgb(0 0 0 / 50%) !important;
  display: block !important;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.4087 0C14.9972 0 0 14.9073 0 33.2084C0 51.5096 14.9972 66.4169 33.4087 66.4169C51.8202 66.4169 66.8174 51.5096 66.8174 33.2084C66.8174 14.9073 51.8202 0 33.4087 0ZM33.4087 6.64169C48.2092 6.64169 60.1357 18.4967 60.1357 33.2084C60.1357 47.9202 48.2092 59.7752 33.4087 59.7752C18.6082 59.7752 6.68174 47.9202 6.68174 33.2084C6.68174 18.4967 18.6082 6.64169 33.4087 6.64169ZM26.727 21.7022V44.7147L46.7722 33.2084L26.727 21.7022Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat no-repeat;
  background-position: center center !important;
  background-size: 60px !important;
}

.videosQure_exernal
  .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  .w-big-play-button
  svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='67' height='50' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.4087 0C14.9972 0 0 14.9073 0 33.2084C0 51.5096 14.9972 66.4169 33.4087 66.4169C51.8202 66.4169 66.8174 51.5096 66.8174 33.2084C66.8174 14.9073 51.8202 0 33.4087 0ZM33.4087 6.64169C48.2092 6.64169 60.1357 18.4967 60.1357 33.2084C60.1357 47.9202 48.2092 59.7752 33.4087 59.7752C18.6082 59.7752 6.68174 47.9202 6.68174 33.2084C6.68174 18.4967 18.6082 6.64169 33.4087 6.64169ZM26.727 21.7022V44.7147L46.7722 33.2084L26.727 21.7022Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

.videosQure_exernal
  .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  button.w-big-play-button,
.videosQure_exernal
  .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  .w-big-play-button
  svg {
  width: 60px !important;
  height: 60px !important;
}

.videosQure_exernal
  .wistia_responsive_padding
  [data-handle="bigPlayButton"]
  .w-bpb-wrapper
  button.w-big-play-button:before {
  display: none;
}

.w-css-reset-tree div {
  background: none !important;
}

/* .w-bottom-bar.w-css-reset {
    display: none !important;
} */

.actVideo_block .ctmVideo__block .player {
  border-radius: 10px;
}

.ctmVideo__block .video-js img {
  height: 100%;
  width: 100%;
}

/* -------------------- Wistia Video end --------------------  */
/* ------------------------- qure advantages start---------------------- */
.qure_advantages {
  position: relative;
}

.qure_advantages .qa_bg {
  object-fit: cover;
  width: 100%;
}

.qa__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.qa_info {
  max-width: 40%;
}

.qa_info ul li {
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.qa_info ul li .up-text {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

.qa_info ul li .up-icon {
  margin-right: 80px;
  width: 55px;
}

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

  .qa__inner {
    align-items: end;
  }

  .qa_info ul li .up-icon {
    margin-right: 40px;
  }

  .qa__inner {
    bottom: 30px;
  }

  .qa_info ul li {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .qure_advantages .qa_bg {
    min-height: 530px;
  }
}

/* ---------------- qure advantages end ------------------- */

/* -------------------------- beauty skincare start  -------------------------------- */
.beauty_skincare .section_header .title-lg {
  max-width: 941px;
}

.micro_infusion .beauty_skincare .section_header {
  max-width: 634px;
}

.beauty_skincare .section_header p {
  max-width: 755px;
}

.chest_pdp .beauty_skincare .section_header p {
  max-width: 757px;
}

.bf_sale .beauty_skincare .section_header p {
  max-width: 100%;
  margin: 0 auto;
  width: 949px;
}

.bs_grid {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

.bs_item {
  max-width: 424px;
  width: 100%;
}

.chest_pdp .bs_price h5 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 16px;
}

.chest_pdp .bs_price p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.14px;
}

.bs_vs_item {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 23px;
}

.bs_versace {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  padding: 40px;
  height: 96px;
  width: 96px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  z-index: 9;
  position: relative;
  top: calc((var(--height-header)) / 2 - 45px);
}

.chest_pdp .bs_versace,
.qurify_water .bs_versace {
  font-weight: 400;
}

.bs_content {
  padding: 24px 0 40px;
  text-align: center;
}

.chest_pdp .bs_content {
  padding: 24px 0 30px;
}

.mi_landing .beauty_skincare .bs_content,
.mi-pdp .beauty_skincare .bs_content {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.bf_sale .beauty_skincare .bs_content {
  padding: 24px 0;
}

.mi_landing .beauty_skincare .bs_content h4,
.mi-pdp .beauty_skincare .bs_content h4 {
  padding: 30px 0;
}

.bf_sale .beauty_skincare .bs_content h4 {
  padding: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}

.bs_price {
  padding: 20px 0;
}

.bs_price h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Poppins";
}

.bs_price .sale_p {
  font-weight: 400;
  margin-left: 8px;
}

.bs_price h3.discount_p {
  padding-right: 10px;
  position: relative;
}

.bs_price h3.discount_p:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background: red;
  transform: rotate(336deg);
  bottom: 15px;
}

.bs_price p {
  opacity: 0.8;
  font-size: 11px;
  line-height: 16px;
}

.bs_content .price__label {
  font-size: 14px;
  color: #000;
  opacity: 1;
  margin-top: 23px;
  font-weight: 600;
}

.bs_item h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Light";
  padding-bottom: 20px;
  border-bottom: 1px solid #ede7dd;
}

.chest_pdp .bs_item h4 {
  padding-bottom: 25px;
}

.bs_feature {
  padding-left: 10px;
}

.bs_feature ul li,
.bs_feature_l ul li {
  position: relative;
  /* min-height: 52px; */
  border-bottom: 1px solid #ede7dd;
  text-align: left;
  font-size: 14px;
  display: flex;
  align-items: start;
  padding: 12px 0px 12px 28px;
}

.beauty_ftrs_center .bs_feature ul li,
.beauty_ftrs_center .bs_feature_l ul li {
  max-width: 185px;
  /* text-align: center; */
  margin: 0 auto;
  align-items: center;
  line-height: 22px;
}

.bs_feature ul li:before,
.bs_feature_l ul li:before {
  margin-right: 10px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  width: 20px;
  /* height: 20px; */
  background-size: 100%;
  background-repeat: no-repeat;
}

.bs_feature ul li:last-child,
.bs_feature_l ul li:last-child {
  border: none;
}

.bs_feature.correct ul li:before {
  content: url(./correct.svg);
}

.bs_feature.correctCircle ul li:before {
  content: url(./correct_circle.svg);
}

.bs_feature.incorrect ul li:before {
  content: url(./incorrect_circle.svg);
}

.bs_feature.incorrectCircle ul li:before {
  content: url(./incorrect_circle.svg);
}

.bs_feature.incorrectCircle ul li.correct:before {
  content: url(./correct_circle.svg);
}

.bf-compare__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bf-compare__button {
  width: 278px;
  height: 40px;
  left: 408px;
  top: 8860px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #fff;
  border: 1px solid #008763;
  cursor: pointer;
  background: none;
  color: #008763;
}

.bf-compare__button.color-btn {
  background: #008763;
}

.bf-compare__button.color-btn {
  color: #fff;
}

.mobile-menu-custome ul#menu li.title a span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dd4d45;
  margin-left: 13px;
}

.bs_feature ul li {
  display: block;
}

.bs_feature_l.correctCircle ul li:before {
  content: url(./correct_circle.svg);
  position: absolute;
  left: 0;
}

.bs_feature_l.incorrectCircle ul li:before {
  content: url(./incorrect_circle.svg);
  position: absolute;
  left: 0;
}

.bs_feature_l ul li {
  display: block;
}

@media (min-width: 768px) {
  .bf-compare__button:nth-child(1) {
    margin-right: 69px;
  }
}

.upsell-second__items-wrapper {
  display: none;
}

.upsell-second__items-wrapper.active {
  display: block;
}

@media (max-width: 991px) {
  /* .bs_feature ul li:before {
        top: 15px;
    } */
}

@media (max-width: 767px) {
  .mi_landing .beauty_skincare .bs_content,
  .mi-pdp .beauty_skincare .bs_content {
    padding: 0;
  }

  .bf-compare__button-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }

  .micro_infusion .beauty_skincare .bs_item .bs_content .mw-146 {
    max-width: 146px;
  }

  .micro_infusion .beauty_skincare .bs_item .bs_content .mw-158 {
    max-width: 158px;
  }

  /* 
    .bs_feature ul li:before {
        top: 8px;
    } */

  .bs_content {
    padding: 16px 0;
    border-bottom: 1px solid #ede7dd;
  }

  .bs_item h4 {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
    border-bottom: 0;
    word-break: break-all;
    padding-bottom: 10px;
    letter-spacing: 0;
  }

  .micro_infusion_lp .beauty_skincare .bs_item h4,
  .mi_landing .beauty_skincare .bs_item h4 {
    border-bottom: 1px solid #ede7dd;
  }

  .beauty_ftrs_center .bs_item h4 {
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
  }

  .chest_pdp .bs_price h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
  }

  .chest_pdp .bs_price h5 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .chest_pdp .bs_price p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.14px;
    opacity: 1;
  }

  .bs_content .price__label {
    margin-top: 14px;
  }

  .bs_item {
    width: calc(calc(100% - 9px) / 2);
  }

  .bs_vs_item {
    width: 9px;
    padding: 0;
  }

  .chest_pdp .bs_vs_item {
    width: 15px;
  }

  .bs_img img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
  }

  .bs_price {
    padding: 10px 0;
  }

  /* .beauty_skincare .section_header {
        padding-bottom: 40px;
    } */

  .beauty_skincare .bs_price h3 {
    font-size: 21px;
    margin-bottom: 0;
  }

  .beauty_skincare .bs_price h3.discount_p {
    font-weight: 700;
  }

  .beauty_skincare .bs_price h3.discount_p:before {
    width: 60px;
  }

  .bs_feature {
    padding: 0;
  }

  .bs_feature ul li {
    padding-left: 24px;
    line-height: 14px;
    font-weight: 400;
    /* padding-bottom: 5px; */
    font-size: 12px;
  }

  .mi_landing .beauty_skincare .bs_feature ul li {
    line-height: 20px;
  }

  .bs_versace {
    padding: 0;
    height: 48px;
    width: 48px;
    left: 50%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    transform: translateX(-50%);
    margin-top: 17px;
    position: absolute;
  }

  .bs_price.bs_price_red h3 {
    font-size: 21px;
    line-height: 21px;
  }

  .bs_price.bs_price_red h3.discount_p:before {
    width: 50px;
    bottom: 8px;
  }

  .sf_form {
    margin-top: 35px;
  }

  .sf_form input {
    margin-bottom: 16px;
  }

  .subscription_tab {
    margin-bottom: 20px;
  }

  .beauty_skincare {
    padding: 40px 0 !important;
    background: #fffaf1;
  }

  .beauty_skincare .title-lg {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .beauty_skincare .bs_feature.correct ul li:before {
    top: 10px;
  }

  .beauty_skincare .bs_feature.incorrect ul li:before {
    top: 10px;
  }

  .chest_pdp .beauty_skincare .title-lg,
  .led_mask .beauty_skincare .title-lg {
    font-size: 28px;
  }

  .chest_pdp .bs_content {
    padding: 22px 0 22px;
  }

  .bf_sale .beauty_skincare .bs_content {
    padding: 24px 0 0;
    border-bottom: 1px solid #ede7dd;
  }

  .bf_sale .beauty_skincare .bs_content h4 {
    padding-bottom: 20px;
  }

  .bs_feature ul li,
  .bs_feature_l ul li {
    font-size: 12px;
    line-height: 22px;
  }
}

/* ======================beauty skincare end ===================== */
/* ======================sticky button start ===================== */
.button_sticky_wrapper {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.button_sticky_wrapper .button_sticky {
  background: #cce5dd;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}

.button_sticky_wrapper .button_sticky > span {
  margin-left: 5px;
  text-decoration: line-through;
}

.button_sticky_wrapper.sticky {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .qurify_water .button_sticky_wrapper .button_sticky {
    background: #000;
    color: #fff;
  }
}

/* ======================sticky button end ===================== */

/* ======== shipment arriving start ==== */
.shipment_arriving {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.shipment_arriving p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .shipment_arriving p {
    font-size: 10px;
  }
}

/* ======== shipment arriving end ==== */
/* -- comparison table start -- */
.comparison-section {
  background: #fffaf1;
}

.comparison-row + .comparison-row {
  border-bottom: 1px solid rgb(194 188 177 / 40%);
}

.comparison-row:last-child {
  border: none;
}

.comparison-row .comp-col {
  padding: 10px;
  height: 100%;
}

.comparison-row:first-child .comp-col {
  border-radius: 8px 8px 0 0;
}

.comparison-row:last-child .comp-col {
  border-radius: 0 0 8px 8px;
}

.comparison-row .comp-col.comp-row__text-wrapper {
  padding-left: 0px;
}

.comparison-row .comp-col strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.comparison-row .comp-col.bg-default {
  background: #c7e7dc;
}

.comparison-row .comp-col .comp_hdr_img {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.comparison-row .comp-col .comp_hdr_img img {
  max-height: 42px;
  display: block;
  margin: 0 auto;
}

.comparison-row .comp-col .comp_mask_img {
  text-align: center;
  margin: 10px 0 10px 0;
}

.comparison-row .comp-row__text-wrapper .comp-row__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.comparison-row .comp-row__text-wrapper .comp-row__subtitle {
  font-size: 10px;
  line-height: 12px;
  padding-top: 7px;
  font-style: italic;
  color: #008763;
  font-weight: 400;
}

.comparison-row .comp-row__title-wrapper .comp-row__title--colored {
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  height: 17px;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1px;
  margin-right: 4px;
}

.comparison-row .comp-row__title-wrapper .comp-row__title--normal {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.comparison-row .comp-col.comp_col-price {
  font-size: 18px;
}

.comparison-row .comp-col.comp_col-price .compare_price {
  font-weight: bold;
  margin-right: 10px;
  position: relative;
}

.comparison-row .comp-col.comp_col-price .compare_price:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #c92127;
  position: absolute;
  top: 50%;
  transform: rotate(165deg);
}

.g__checkBox {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.375' stroke='%23008763' stroke-width='1.25'/%3E%3Cpath d='M5.55469 9.99995L8.88802 13.3333L14.9991 7.22217' stroke='%23008763' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.cross__checkBox {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9.375' stroke='%23CB0000' stroke-width='1.25'/%3E%3Cpath d='M7 13.3338L13.1111 7.22266' stroke='%23CB0000' stroke-width='1.5'/%3E%3Cpath d='M13.1094 13.3328L6.99826 7.22168' stroke='%23CB0000' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.comparison-row.header_comp_row {
  position: sticky;
  top: var(--headerheight);
  z-index: 20;
  background: #fffaf1;
}

@media (max-width: 767px) {
  .g__checkBox {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.66699 12L10.667 16L18.0003 8.66663' stroke='%23008763' stroke-width='2'/%3E%3C/svg%3E");
  }

  .cross__checkBox {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.7002 17L16.7002 8' stroke='%23C92127' stroke-width='2'/%3E%3Cpath d='M7.7002 8L16.7002 17' stroke='%23C92127' stroke-width='2'/%3E%3C/svg%3E");
  }

  .comparison-section .section_header {
    max-width: 100%;
  }

  .comparison-row + .comparison-row {
    border-bottom: none;
  }

  .comparison-row .comp-col.comp-row__text-wrapper {
    padding-left: 35px;
    background: linear-gradient(90deg, #c7e7dc 21.35%, #ffebcb 99.98%);
    border-radius: 0;
  }

  .comparison-row .comp-col.comp-row__title-wrapper {
    background: linear-gradient(90deg, #c7e7dc 21.35%, #ffebcb 99.98%);
    padding: 3px 0 3px 0;
  }

  .comparison-row .comp-row__title-wrapper .comp-row__title--colored {
    margin-left: -8px;
    width: 91px;
  }

  .comparison-row .comp-col.comp_col-price span,
  .comparison-row .comp-col.comp_col-price span.compare_price {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
}

.make_it_sticky {
  position: fixed;
  top: var(--headerheight);
  background-color: #fffaf1;
  left: 24px;
  right: 24px;
  z-index: 2;
  box-shadow: 0 0 11px -4px #000;
}

@media (min-width: 768px) {
  .borderTop-comparison {
    border-top: 1px solid rgb(194 188 177 / 40%);
  }
}

/* .make_it_sticky .comp-row-head-wrapper {
    padding: 0 20px
} */
/* -- comparison table end -- */

/* -- Image Grid Start -- */
.clinical_grade .section_header h2 {
  max-width: 518px;
  margin: 0 auto;
}

.led_mask .clinical_grade .section_header h2 {
  max-width: 840px;
  margin: 0 auto;
}

.clinical_grade .section_header p {
  max-width: 759px;
  margin: 0 auto;
}

.img_grid.img_grid_row {
  display: block;
}

.img_grid.img_grid_row .cg_thumnail {
  display: grid;
  justify-content: space-between;
  padding-left: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 10px;
}

.cg_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cg_thumnail img {
  width: 100%;
}

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

.img_grid .cg_thumnail {
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}

.cg_desc > p {
  margin-bottom: 20px;
  letter-spacing: 0.16px;
}

.qure_accordion {
  padding-top: 50px;
}

.green_txt {
  color: #008763;
  font-weight: 600;
}

.qureAccordion_desc h6 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.cg_desc .refill_review p {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.qureAccordion_desc p {
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  /* max-width: 300px;  */
}

.qure_app_slider,
.holidaySale_led,
.holidaySale_face,
.holidaySale_micro {
  padding-bottom: 60px;
}

.qure_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.qure_accordion .accordion-body {
  padding: 0px;
}

.qure_accordion .accordion-button {
  padding: 40px 0;
  font-size: 14px;
  line-height: 26px;
  color: #008763;
}

.qure_accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d9d9d9 !important;
}

.qure_accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.qure_accordion .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.qureAccordion_desc img {
  width: 100%;
}

.img_grid .cg_thumnail.cg_thumnail_left {
  order: -1;
  padding-right: 20px;
  padding-left: 0;
}

.qure_accordion {
  padding-top: 30px;
}

.qure_accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.qure_accordion .accordion-button::after {
  transform: rotate(180deg);
}

.clinical_grade .cg_desc .ss_list ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.clinical_grade .cg_desc .ss_list ul li:before {
  top: 10px;
}

.clinical_grade {
  overflow: hidden;
}

.qure_accordion .holidaySale_led,
.qure_accordion .holidaySale_micro {
  overflow: unset;
}

p.title_mob {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .qure_app_slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 24px;
  }

  .qure_accordion .swiper-pagination {
    display: none;
  }

  .qure_accordion .accordion-button {
    position: relative;
    padding-left: 60px;
  }

  .qure_accordion .accordion-button::after {
    position: absolute;
    left: 0;
  }

  p.title_mob {
    display: none;
  }

  .img_grid.img_grid_row.grid_md_ml {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .cg_desc .refill_review {
    justify-content: center !important;
  }

  .qure_accordion .accordion-button {
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
  }

  .cg_desc .refill_review p {
    font-size: 10px;
    line-height: 16px;
  }

  .green_txt {
    font-weight: 400;
  }

  .qure_accordion {
    padding-top: 20px;
  }

  .qure_accordion .accordion-button {
    padding: 20px 0;
    font-weight: 400;
  }

  .qure_app_slider,
  .holidaySale_led {
    padding-bottom: 30px;
  }

  .img_grid .cg_thumnail {
    padding-left: 12px;
  }

  .img_grid .cg_thumnail.cg_thumnail_left {
    padding-right: 12px;
    gap: 12px;
  }

  .img_grid.img_grid_row {
    display: flex;
  }

  .img_grid.img_grid_row .cg_thumnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    padding-top: 0px;
  }

  .clinical_grade .cg_desc .green_txt {
    margin-top: 20px;
  }
}

/* -- Image Grid End -- */
.imageText .it_info {
  padding: 0 22px;
}

.imageText .it_info p {
  padding-bottom: 20px;
}

.imageText .it_info p:last-child {
  padding-bottom: 0px;
}

.it_img p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.it_img img {
  width: 100%;
}

@media (max-width: 767px) {
  .imageText .it_info {
    padding: 0;
    padding-top: 30px;
  }

  .imageText.hardwater .it_info .tag_list p {
    font-size: 12px;
    line-height: 14px;
  }

  /* 
    .imageText {
        margin: 30px 0;
    } */

  .ba_wrapper h2 {
    text-align: center;
  }
}

/* == buzz about css start == */
.imageText.bg_green {
  background: #c7e7dc;
}

.imageText.buzz_about .ba_wrapper p {
  background: #c92127;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}

.imageText.buzz_about {
  padding: 40px 0;
}

.imageText.buzz_about .secret_grid_wrap .secret_grid {
  background: #c92127;
  display: grid;
  grid-template-columns: 73px 1fr;
  padding: 20px;
  border-radius: 20px;
}

.imageText.buzz_about .secret_grid_wrap .secret_grid .secret_grid_info {
  margin-left: 20px;
  color: #fff;
  max-width: 349px;
}

.imageText.buzz_about .secret_grid_wrap .secret_grid h6 {
  font-size: 15.232px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.925px;
  letter-spacing: 0.152px;
  margin-bottom: 0;
}

.imageText.buzz_about .secret_grid_wrap .secret_grid p {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  letter-spacing: 0.152px;
  font-weight: 300;
  font-family: Poppins;
  font-size: 12.693px;
  font-style: normal;
}

.hollywood_skin .it_img .it_img_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.imageText .aboveText {
  position: absolute;
  max-width: 260px;
  color: #fff;
  top: 20px;
  left: 20px;
  right: 20px;
}

.imageText .it_info.dual_bl {
  padding-left: 70px;
}

.dual_bl p {
  padding-bottom: 20px !important;
}

.dual_bl .dual_bl_steps {
  position: relative;
}

.dual_bl .dual_bl_steps .d_step {
  border: 2px solid #c7e7dc;
  border-radius: 50%;
  padding: 10px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  left: -50px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}

.dual_bl .dual_bl_steps:nth-child(2)::after {
  position: absolute;
  content: "";
  background: #c7e7dc;
  width: 2px;
  top: 20px;
  height: 100%;
  z-index: -1;
  left: -32px;
}

@media (max-width: 767px) {
  .imageText .it_info.dual_bl {
    padding-left: 50px;
  }

  .imageText.buzz_about .ba_wrapper h2 {
    text-align: center;
  }

  .imageText.buzz_about .ba_wrapper p {
    margin: 0 -12px;
  }

  .imageText.buzz_about {
    padding: 0;
    padding-top: 40px;
  }

  .imageText.buzz_about .secret_grid_wrap .secret_grid {
    grid-template-columns: 57px 1fr;
  }

  /* .mi_landing .imageText.buzz_about .secret_grid_wrap {
        margin: 0 -12px;
    } */

  .imageText.buzz_about .secret_grid_wrap .secret_grid .secret_grid_info {
    margin-left: 10px;
  }

  .imageText.buzz_about .secret_grid_wrap .secret_grid h6 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .imageText.buzz_about .secret_grid_wrap .secret_grid p {
    font-size: 10.693px;
    line-height: 21px;
    letter-spacing: 0.1px;
  }

  .dual_bl .dual_bl_steps:nth-child(2)::after {
    width: 1px;
    left: -39px;
  }

  .dual_bl .dual_bl_steps .d_step {
    border: 1px solid #c7e7dc;
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 490px) {
  .mi_landing .imageText.buzz_about .secret_grid_wrap {
    position: relative;
    top: 30px;
  }

  .mi_landing .imageText.buzz_about {
    padding: 0;
    background-color: #fff;
    /* padding-top: 40px; */
  }
}

/* == buzz about css end == */

/* == red carpet css start == */
.red_carpet .rd_wrapper {
  background: #fffaf1;
  border: 1px solid #ede7dd;
  padding: 50px 50px 20px 50px;
  border-radius: 5px;
}

.hollywood_skin {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .red_carpet .rd_wrapper .it_info {
    text-align: center;
  }

  .mi_landing .hollywood_skin {
    margin-top: 0px;
  }
}

@media (max-width: 556px) {
  .red_carpet .rd_wrapper {
    padding: 20px;
  }
}

/* == red carpet css end == */

/* == join the micro start == */
.imageText.joinMicro {
  background-color: #fffaf1;
}

.mi_landing .imageText .image_gallery {
  padding-bottom: 100px;
  padding-top: 80px;
}

.imageTextList ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.imageTextList ul li img {
  margin-right: 20px;
}

.joinMicro .shipping_bg {
  max-width: 100%;
}

.joinMicro .imageTextList ul li img {
  width: 55px;
  height: 40px;
  text-align: center;
}

.ba_wrapper .ss_list {
  padding: 36px 0;
}

@media (min-width: 767px) {
  .joinMicro .ba_wrapper {
    margin-left: 40px;
  }

  .mi_landing .joinMicro .ba_wrapper {
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .ba_wrapper .ss_list {
    padding: 30px 0;
  }

  .joinMicro .imageTextList ul li {
    flex-direction: column;
    text-align: center;
  }

  .joinMicro .imageTextList ul {
    display: grid;
    /* align-items: center; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .joinMicro .imageTextList ul li img {
    margin-right: 0px;
  }

  .joinMicro .imageTextList {
    padding: 20px 0;
  }

  .ba_wrapper .ss_list ul li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }

  .mi_landing .imageText .image_gallery {
    padding-bottom: 40px;
    padding-top: 0px;
  }
}

/* == join the micro end == */

/* == hard water start == */
.tag_list_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}

.tag_list_wrap .tag_list {
  background: #f5f5f5;
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 5px 7px;
}

.tag_list_wrap .tag_list img {
  margin-right: 5px;
}

.tag_l_wrapper {
  margin-top: 30px;
}

.hardwater h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Light";
  margin-bottom: 30px;
}

@media (max-width: 556px) {
  .tag_list_wrap {
    column-gap: 10px;
    row-gap: 12px;
  }

  .hardwater h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Canela Light";
    margin-bottom: 15px;
  }
}

/* == hard water end == */

/* == Newside Skincare start == */
.newside_list {
  max-width: 367px;
}

.newside_list ul li:not(:last-child) {
  border-bottom: 1px solid #ede7dd;
}

.newside_list ul li {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.newside_list ul li img {
  margin-right: 10px;
  min-width: 75px;
  height: 65px;
}

.newside_list ul li p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .newside_list ul li p {
    font-weight: 400;
  }

  .newside_list ul li {
    padding: 10px 0;
  }

  .new_side .header {
    padding: 50px 0;
  }
}

/* == Newside Skincare end == */

/* --------------------- How to Use start ----------------------------- */
.howUse .container {
  margin: 0 auto;
  max-width: 840px;
}

.howUse .howUse_item img {
  width: 100%;
}

.howUse .howUse_item h6 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  opacity: 0.8;
  margin-bottom: 12px;
}

.howUse .howUse_item p {
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.8;
}

.howUse .howUse_item .howUse_content {
  margin-top: 30px;
}

.howUse .howUse_item .howUse_content h4 {
  font-family: "Canela Light";
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.howUse_slider h6 {
  color: #d9d9d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  padding: 0;
  margin: 10px 0;
}

.howUse_slider .swiper-slide-thumb-active h6 {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.howUse_slider_tab .swiper-slide {
  max-width: fit-content;
  cursor: pointer;
}

.howUse_slider_tab {
  margin-bottom: 24px;
}

.howUse_slider_img {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .howUse .howUse_item h6 {
    display: none;
  }

  .howUse .howUse_item p {
    font-size: 12px;
  }

  .howUse .howUse_item .howUse_content h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .howUse_slider h6 {
    font-size: 13px;
  }

  .howUse_slider_tab .swiper-wrapper {
    justify-content: space-between;
  }

  .howUse_slider_info p:not(:last-child) {
    padding-bottom: 16px;
  }
}

/* --------------------- How to Use End ----------------------------- */

/* ---------------------------------- subscription start ----------------------------- */
.section__header .heading {
  font-family: "Canela Web";
  font-size: 36px;
  line-height: 55px;
}

.section__header .des {
  margin: 10px 0 50px 0;
}

.section__header .des,
.section__header .des p {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.14px;
}

.productSubscription {
  background: linear-gradient(180deg, #c7e7dc 0.09%, #fff 25.88%);
}

.tmtFtrs_block .tmtFtr_icon {
  margin-bottom: 10px;
}

.tmtFtrs_block .tmtFtr_icon svg {
  height: 34px;
}

.tmtFtrs_block .tmtFtr_des {
  font-size: 13px;
  max-width: 110px;
  margin: 0 auto;
}

.qst_box {
  font-weight: 600;
  font-size: 13px;
}

.qst_box svg {
  margin-right: 8px;
}

.qst_box a {
  color: #008763;
}

/* Supply steps */

.supply-detail {
  position: relative;
  border-radius: 10px;
  border: 2px solid #c7e7dc;
  background: #fff;
  padding: 30px 20px;
}

.supply-detail-2 {
  border: none;
  padding: 0;
  border-radius: unset;
}

.supply-detail .supply_steps {
  display: flex;
  flex-wrap: wrap;
}

.supply_steps .step_counter {
  flex: 0 0 auto;
  width: 50px;
  position: relative;
}

.supply_steps .step_counter:before {
  content: "";
  width: 2px;
  background: #c7e7dc;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
}

.step_content.my-3.step_btn {
  max-width: 480px;
  margin: 0 auto;
}

.mi_landing .supply-detail .supply_steps:nth-child(3) .step_counter::before {
  display: none;
}

.supply-detail .supply_steps:last-child() .step_counter:before {
  display: none;
}

.supply_steps .step_counter span {
  border: 2px solid #c7e7dc;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.supply_steps .step_counter.active span {
  background: #c7e7dc;
}

.supply_steps .step_block {
  flex: 0 0 auto;
  width: calc(100% - 50px);
}

.supply_steps .step_block:not(:last-child) {
  min-height: 100px;
}

.supply-detail-2 .step_block {
  max-width: 100%;
  width: 100%;
}

.supply_steps .step_block .step_content {
  padding: 15px 0 30px 0;
}

.supply-detail-2 .supply_steps .step_content {
  padding: 14px 0;
}

.step_block .step_header h3 {
  font-family: "Canela Regular";
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
}

.step_block .step_header h3 span {
  font-family: "Poppins";
  font-size: 12px;
  margin-right: 10px;
  position: relative;
  top: -4px;
  color: #000;
  opacity: 0.7;
}

.supply_steps .step_block .step_serum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.supply_steps .step_block .step_content .serumBlock input {
  display: none;
}

.supply_steps .step_block .step_content .serumBlock {
  text-align: center;
}

.supply_steps .step_block .serum_prd {
  text-align: center;
  /* background: #f5f5f5; */
  height: 100%;
  border-radius: 20px;
  padding: 15px;
  display: grid;
  align-items: center;
}

.supply_steps .step_block .serum_prd .serum_img img {
  max-height: 85px;
}

.supply_steps .step_block .serum_prd {
  text-align: center;
  /* background: #f5f5f5; */
  height: 100%;
  border-radius: 30px;
  padding: 15px 15px 60px 15px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 2px solid #d6d6d6;
}

.supply_steps .lnr_grdnt_bg .serum_prd {
  background: linear-gradient(90deg, #fffaf1 0%, #f5f5f5 100%);
}

.supply_steps .yellow_bg .serum_prd {
  background: #fffaf1;
}

.supply_steps .grey_bg .serum_prd {
  background: #f5f5f5;
}

.supply_steps .step_block .serum_prd .serum_ttl {
  background-color: #fff;
  font-size: 12px;
  border: 2px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 45px;
  border-radius: 40px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  padding: 5px;
  text-wrap: wrap;
  flex-direction: column;
}

.supply_steps .step_block .serum_prd .serum_ttl span {
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  opacity: 0.8;
}

.supply-detail-2 .supply_steps .step_block .serum_prd .serum_ttl {
  font-size: 11px;
  line-height: 12px;
  padding: 0 10px;
  background: #fff;
}

.supply_steps .step_block input:checked + .serum_prd {
  border: 2px solid #c7e7dc;
}

.supply_steps .step_block input:checked + .serum_prd .serum_ttl {
  background: #c7e7dc;
  border-color: #c7e7dc;
  font-weight: 500;
}

/* Monthly plan */
.planBlock {
  transition: unset;
  display: block;
}

.planBlock:hover,
.planBlock:focus,
.planBlock:active {
  color: inherit;
}

.planBlock + .planBlock {
  margin-top: 8px;
}

.planBlock input {
  display: none;
}

.planBlock .plan_choosed {
  text-align: right;
  max-width: 90%;
}

.planBlock .plan_choosed span {
  background: #000;
  color: #fff;
  padding: 2px 25px;
  border-radius: 14px 14px 0 0;
  font-size: 10px;
  vertical-align: text-bottom;
}

.planBlock .monthly_plans {
  border-radius: 100px;
  border: 1px solid #dbdbdb;
  background: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 13px 14px 13px 20px;
  cursor: pointer;
}

.planBlock input:checked + .monthly_plans {
  background: #c7e7dc;
  border: 1px solid #c7e7dc;
}

.planBlock input:checked + .monthly_plans .plan_prc.sale_price {
  font-weight: 700;
}

.planBlock .monthly_plans .plan_hdr {
  display: flex;
  align-items: center;
}

.planBlock .monthly_plans .plan_hdr h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
}

.planBlock .monthly_plans .plan_hdr .saved_price,
.planBlock .monthly_plans .saved_price {
  display: block;
  border-radius: 15.873px;
  background: #008763;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 1px 4px;
  margin-left: 8px;
  max-width: fit-content;
}

.planBlock .monthly_plans .plan_des {
  font-size: 12px;
  margin-top: 3px;
}

.planBlock .monthly_plans .price {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
}

.planBlock .monthly_plans .price .plan_prc + .plan_prc {
  margin-left: 10px;
}

.planBlock .monthly_plans .price .regular_price {
  color: #b3b3b3;
  font-weight: bold;
  text-decoration: line-through;
}

.plan_bundle_detail {
  margin-top: 20px;
}

.plan_bundle_detail .plan_bundle_hdr {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

/* Payment options */
.pmtBlock + .pmtBlock {
  margin-top: 8px;
}

.pmtBlock input {
  display: none;
}

.pmtBlock .pmt_plans {
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
  width: 100%;
  padding: 13px 14px 13px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.pmtBlock .pmt_plans .pmt_hdr h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}

.pmtBlock .pmt_plans .pmt_des {
  font-size: 12px;
  margin: 2px 0;
}

.pmtBlock .pmt_plans .price {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.pmtBlock .pmt_plans .price .pmt_prc + .pmt_prc {
  margin-left: 10px;
}

.pmtBlock .pmt_plans .price .regular_price {
  color: #b3b3b3;
  font-weight: bold;
  text-decoration: line-through;
}

.pmtBlock .pmt_plans .pmt_options {
  max-width: 170px;
  margin-top: 1px;
}

.pmtBlock input:checked + .pmt_plans {
  background: #c7e7dc;
  border-color: #c7e7dc;
}

.sold_out_notice {
  background: #f5f5f5;
  border-radius: 20px;
  margin-top: 8px;
  padding: 15px;
}

.sold_out_notice h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}

.sold_out_notice .sold_out_des {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

.sold_out_notice .sold_out_des.strong {
  font-weight: 600;
}

.btn.btn-atc {
  display: block;
  /* height: 60px; */
  padding: 19px 23px 19px 23px;
  background: #000;
  width: 100%;
  border-radius: 100px;
  color: #fff;
  position: relative;
  font-size: 22px;
  line-height: 20px;
}

.btn.btn-atc .btn_icon {
  position: absolute;
  right: 20px;
}
@media (max-width: 767px) {
  .btn.btn-atc {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 23px;
  }

  .supply_steps .step_block {
    flex: 0 0 auto;
    width: calc(100% - 30px);
  }

  .micro_infusion .refill_bl .refill_info {
    padding-right: 0;
  }

  .planBlock .monthly_plans {
    padding: 10px 14px 10px 15px;
  }

  .planBlock .monthly_plans .price {
    font-size: 16px;
  }

  .planBlock .monthly_plans .price .plan_prc + .plan_prc {
    margin-left: 3px;
  }

  .planBlock .monthly_plans .plan_des {
    font-size: 10px;
  }

  .qure__treatments {
    background: #c9e8dd;
    padding: 0 24px;
    margin: 0 -24px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }

  .mi_landing .qure__treatments {
    background: none;
  }

  .supply_steps .step_counter span {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .supply_steps .step_counter:before {
    left: 12px;
  }

  .supply_steps .step_counter {
    width: 28px;
  }

  .supply_steps .step_block .step_serum {
    gap: 8px;
  }

  .supply_steps .step_block .step_header {
    padding-left: 5px;
  }

  .supply_steps .step_block .serum_prd .serum_ttl {
    font-size: 10px;
    letter-spacing: 0.1px;
  }

  .supply-detail {
    border: none;
    padding: 0;
  }

  .step_block .step_header h3 {
    font-size: 22px;
    grid-template-columns: 1fr;
  }

  .step_block .step_header h3 span {
    top: unset;
    display: block;
    font-size: 10px;
  }
}

/* supply-detail-without-counter */

.supply-detail.supply-detail-without-counter {
  padding: 00 0 15px 0;
  border: none;
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 14px;
}

.supply-detail.supply-detail-without-counter .step_block {
  max-width: 100%;
  width: 100%;
}

.supply-detail.supply-detail-without-counter .step_block .step_serum {
  display: block;
}

.supply-detail.supply-detail-without-counter .step_block .step_content {
  padding-bottom: 0;
  padding-top: 0;
}

.supply-detail.supply-detail-without-counter
  .step_block
  .step_serum
  .serum_prd {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 10px 15px;
  /* background: #FFFAF1; */
  border-radius: 70px 100px 100px 70px;
  /* border: none; */
  height: 70px;
  border: 2px solid #dbdbdb;
}

.pdt_bg_yellow {
  background: #fffaf1;
}

.pdt_bg_grey {
  background: #f5f5f5;
}

.pdt_bg_gradient {
  background: linear-gradient(90deg, #fffaf1 16.67%, #f5f5f5 39.72%);
}

.supply-detail.supply-detail-without-counter
  .step_block
  .step_serum
  .serum_prd
  .serum_img {
  max-width: 40px;
  flex: 0 0 auto;
}

.supply-detail.supply-detail-without-counter
  .step_block
  .step_serum
  .serum_prd
  .serum_ttl {
  flex: 0 0 auto;
  width: calc(100% - 60px);
  position: absolute;
  height: 106%;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 62px;
  background: #fff;
  border-radius: 100px;
  flex-direction: column;
}

.supply-detail.supply-detail-without-counter
  .step_block
  .serumBlock
  input:checked
  + .serum_prd
  .serum_ttl {
  background: #c7e7dc;
}

.supply-detail.supply-detail-without-counter
  .step_block
  .step_serum
  .serum_prd
  .serum_img
  img {
  max-height: 50px;
  min-height: unset;
  object-fit: contain;
}

.supply-detail.supply-detail-without-counter
  .step_block
  .serumBlock
  + .serumBlock {
  margin-top: 8px;
}

.supply-detail.supply-detail-without-counter .planBlock .monthly_plans {
  /* display: block; */
  border-radius: 20px;
}

.supply-detail.supply-detail-without-counter .planBlock .monthly_plans_wrap {
  display: grid;
  grid-template-columns: 1fr 90px;
  /* padding: 12px 14px;
    height: 70px; */
}

.supply-detail.supply-detail-without-counter .planBlock .plan_choosed {
  /* position: absolute;
    top: -23px;
    right: 7%; */
  text-align: left;
  left: 25px;
  position: relative;
}

.supply-detail.supply-detail-without-counter
  .planBlock
  .monthly_plans
  .plan_hdr
  .saved_price {
  padding: 2px 5px;
  margin-left: 5px;
}

.supply-detail.supply-detail-without-counter
  .planBlock
  .monthly_plans
  .price
  .plan_prc
  + .plan_prc {
  margin-left: 5px;
}

/* == accordion css start  --- */
.c_s_accordion {
  padding: 20px 30px;
}

.cs_item__accordion {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
}

.cs_item__accordion span {
  padding-left: 10px;
}

.u_item__hidden-div span {
  position: absolute;
  left: 0;
}

.cs_item__accordion span img {
  transition: 0.3s;
  transform: rotate(180deg);
}

.cs_item__accordion.active span img {
  transform: rotate(360deg);
  transition: 0.3s;
}

.c_s_ques .ask-ques svg {
  margin-right: 10px;
}

.u_item__hidden-div p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

/* == accordion css start  --- */
@media (max-width: 767px) {
  .c_s_accordion {
    padding: 20px 0;
  }

  .supply-detail.supply-detail-without-counter {
    display: block;
  }

  .supply-detail.supply-detail-without-counter
    .supply_steps
    .step_block
    .serum_prd {
    text-align: center;
    background: #f5f5f5;
    height: 100%;
    border-radius: 30px;
    padding: 15px 15px 60px 15px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
  }

  .supply-detail.supply-detail-without-counter
    .step_block
    .step_serum
    .serum_prd
    .serum_img {
    max-width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  .supply-detail.supply-detail-without-counter
    .step_block
    .step_serum
    .serum_prd
    .serum_img
    img {
    max-height: unset;
    min-height: unset;
    object-fit: contain;
  }

  .supply-detail.supply-detail-without-counter
    .step_block
    .step_serum
    .serum_prd
    .serum_ttl {
    flex: 0 0 auto;
    width: 100%;
    position: absolute;
    height: 50px;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    border-radius: 100px;
  }

  .supply-detail.supply-detail-without-counter .step_block .step_serum {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .supply-detail.supply-detail-without-counter .planBlock .plan_choosed {
    position: relative;
    top: 0;
    right: 0;
  }

  .supply-detail.supply-detail-without-counter .supply_steps {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .qure__treatments {
    padding-right: 40px;
  }
}

/* ------------------------------------ subscription end ------------------------------------------- */
/* ----------------------- component compare table start --------------------------------- */
.compare_section {
  overflow-x: hidden;
  overflow-y: visible;
}

.compare_section .compare_listRow {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 170px; */
  position: relative;
}

.compare_section .compare_listRow * {
  z-index: 1;
}

.compare_section .compare_listRow:before {
  content: "";
  box-shadow: 0px 5px 15px 0px rgba(188, 188, 188, 0.25);
  background: #fff;
  border: 0.5px solid #ebebeb;
  display: block;
  width: 100%;
  height: calc(100% - 206px);
  bottom: 0;
  position: absolute;
  border-radius: 20px;
  z-index: 1;
}

.compare_listRow .compare_listHeadings {
  padding: 0 34px 39px;
  flex: 0 0 auto;
  width: 203px;
}

.compare_listRow .compare_list_column {
  flex: 0 0 auto;
  width: calc(100% - 203px);
  overflow: hidden;
}

.compare__titleBlock {
  height: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}

.compare__titleBlock .compare__title {
  font-family: "Canela Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.compare__titleBlock .compare__title strong {
  font-family: "Canela Web";
  font-weight: 500;
}

.compare_listHeader > .compare__img {
  height: 220px;
  margin-bottom: 40px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.compare_listBlock {
  padding: 15px 0;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
}

.compare_listBlock.active {
  color: #d41414;
}

.compare_listBlock + .compare_listBlock {
  border-top: 1px solid #ede7dd;
}

.compare_list_elements {
  padding: 0 22px 45px;
  position: relative;
}

.compare_list_elements .compare_list_Block {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 35px 0px rgba(208, 208, 208, 0.25);
  padding: 7px 15px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #fff;
}

.compare_list_elements .compare_list_Block svg {
  width: 100%;
}

.compare_list_elements.active:before {
  content: "";
  display: block;
  height: calc(100% - 130px);
  width: 100%;
  background: #cbf1e4;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-radius: 8px 8px 0px 0px;
}

.compare_list_elements.active .compare_list_Block {
  background: #ecfbf6;
}

.compare_list_elements .compare_list_Block + .compare_list_Block {
  margin-top: 11px;
}

.compare_list_elements .compare_list_Block h5 {
  font-size: 13px;
  margin-bottom: 0;
}

.compare_list_column .swiper-slide:last-child .compareTxt__element {
  position: relative;
}

.compare_list_column .swiper-slide:last-child .compareTxt__element:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #ede7dd;
  position: absolute;
  left: -22px;
}

.compare_listRow
  .compare_list_column
  .swiper-pagination
  .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: #000;
}

.compare_listHeader > .compare__img img {
  width: 151px;
}

@media (max-width: 767px) {
  .compare_section {
    overflow-x: hidden;
    padding-bottom: 50px;
  }

  .compare_listHeader > .compare__img img {
    width: 105px;
  }

  .compare_listHeader > .compare__img {
    margin-bottom: 10px;
    height: 142px;
  }

  .mi-pdp .compare_list_elements.active:before {
    height: calc(100% - 71px);
  }

  .compare_section .compare_listRow {
    align-items: end;
  }

  .compare_section .compare_listRow:before {
    height: calc(100% - 136px);
  }

  .compare_list_elements.active:before {
    height: calc(100% - 71px);
  }

  .compare_section {
    overflow-x: hidden;
    padding-bottom: 50px;
  }

  .compare_section .compare_listRow {
    margin-right: -24px;
    position: relative;
  }

  .compare_section .compare_listRow:before {
    border-radius: 20px 0px 0px 20px;
  }

  .compare_listRow .compare_listHeadings {
    padding: 0px 15px 30px;
    width: 130px;
  }

  .compare_listBlock {
    font-size: 10px;
    padding: 12px 0;
  }

  .compare__titleBlock .compare__title {
    font-size: 14px;
  }

  .compare_list_elements {
    padding: 0 13px 30px;
  }

  .compare_list_elements .compare_list_Block {
    padding: 5px;
    grid-template-columns: 14px 1fr;
    gap: 5px;
  }

  .compare_list_elements .compare_list_Block + .compare_list_Block {
    margin-top: 5px;
  }

  .compare_list_elements .compare_list_Block h5 {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .compare_listRow .compare_list_column {
    flex: 0 0 auto;
    width: calc(100% - 130px);
    overflow: hidden;
  }

  .compare_listRow .compare_list_column .swiper-slide {
    width: 205px;
  }

  .compare_listRow .compare_list_column .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -45px;
  }
}

/* ----------------------- component compare table end --------------------------------- */
/* ----------------------- choose serum start --------------------------------- */
.choose_serum {
  background: linear-gradient(179.89deg, #c7e7dc 0.09%, #ffffff 25.88%);
}

.choose_serum .c_s_shipping {
  max-width: 502px;
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
}

.choose_serum .c_s_shipping .c_s_bx {
  text-align: center;
  max-width: 108px;
}

.choose_serum .c_s_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.choose_serum .c_s_bx p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 5px;
}

.choose_serum .c_s_ques {
  padding: 10px 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
}

.choose_serum .c_s_ques span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
}

.choose_serum .c_s_ques .ask-ques {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.003em;
  color: #000;
  margin: 22px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 466px;
}

.choose_serum .c_s_ques .ask-ques a {
  color: #008763;
  text-decoration: none;
  margin-left: 5px;
}

.choose_serum .c_s_ques span a {
  color: var(--clr-green);
  display: inline-block;
}

.choose_serum .c_s_ques span img {
  max-width: 20px;
}

.choose_serum .c_s_right {
  padding: 40px;
  border: 2px solid #c7e7dc;
  border-radius: 9px;
  background: #fff;
}

.choose_serum .c_s_right > h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-family: "Canela Light";
  /* padding-top: 15px; */
  padding: 15px 30px 0;
}

.choose_serum .c_s_right .green_bx {
  margin-top: 40px;
}

.choose_serum .c_s_accordion {
  padding: 20px 30px;
}

.choose_serum .cs_item__accordion {
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
}

.choose_serum .cs_item__accordion span {
  padding-left: 10px;
}

.choose_serum .u_item__hidden-div span {
  position: absolute;
  left: 0;
}

.choose_serum .cs_item__accordion span img {
  transition: 0.3s;
  transform: rotate(180deg);
}

.choose_serum .cs_item__accordion.active span img {
  transform: rotate(360deg);
  transition: 0.3s;
}

.choose_serum .c_s_ques .ask-ques svg {
  margin-right: 10px;
}

.choose_serum .c_s_ques .ask-ques img {
  margin-right: 10px;
}

.choose_serum .u_item__hidden-div p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.choose_serum .subscription_bx .serum_ttl {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 767px) {
  .mi_refill .choose_serum {
    /* background: linear-gradient(180deg, #C7E7DC 0%, rgba(255, 255, 255, 0) 100%); */
    background: none;
  }

  .choose_serum .c_s_right {
    padding: 14px;
    border: none;
    border-radius: 0px;
    background: #fff;
    margin: 0 -24px;
  }

  .choose_serum {
    padding: 30px 0;
  }

  .choose_serum .c_s_shipping {
    padding-top: 0px;
  }

  .choose_serum .c_s_right > h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
  }

  .available_bar p {
    font-size: 13px;
  }

  .choose_serum .c_s_ques span {
    font-size: 11px;
  }

  .choose_serum .subscription_bx .serum_ttl {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .choose_serum .c_s_ques .ask-ques svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }

  .choose_serum .c_s_ques .ask-ques img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }

  .choose_serum .c_s_ques .ask-ques {
    width: 100%;
    flex-wrap: wrap;
    font-size: 11px;
  }

  .choose_serum .c_s_right > h4 {
    padding: 0;
  }
}

/* ----------------------- choose serum end --------------------------------- */
/* ----------------------- Chest pdp feature start ----------------------- */
.chest_pdp_ftr .cp_ftr_wrapper .cp_item {
  display: flex;
  align-items: center;
}

.chest_pdp_ftr .cp_ftr_wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.chest_pdp_ftr .cp_ftr_wrapper .cp_item {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: auto 1fr;
  margin: 10px 0;
}

.chest_pdp_ftr .cp_ftr_wrapper .cp_item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.16px;
}

@media (max-width: 767px) {
  .chest_pdp .chest_pdp_ftr {
    padding-top: 0;
  }

  .chest_pdp_ftr .cp_ftr_wrapper .cp_item {
    gap: 20px;
  }

  .chest_pdp_ftr .cp_ftr_wrapper .cp_item p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* ---------------------------- Chest pdp feature end ----------------------------- */
/* -------------------------- Risk Section Start -------------------------------- */
.risk {
  padding: 70px 0 34px;
  background: #f2f2f2;
}

.risk-content .title-lg {
  max-width: 739px;
  margin: 0 auto;
}

.risk-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.risk-detail .risk-img {
  width: 100%;
  text-align: center;
  margin-top: -170px;
}

.risk-detail .risk-img img {
  width: 200px;
}

.risk-detail .risk-content {
  width: 80%;
  padding-left: 30px;
  text-align: center;
  margin: 10px auto 0;
}

.risk-detail .risk-content p:last-child {
  margin-bottom: 0;
}

.risk-detail .risk-content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  color: rgb(0 135 99 / 80%);
  margin: 20px 0 10px;
  display: block;
}

.risk-content p {
  opacity: 0.8;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .risk-detail .risk-content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin: 10px auto 0;
  }
}

/* -------------------------- Risk Section End -------------------------------- */
/* ----------------------------- Safety Table Start ----------------------------------- */

.safety_content {
  position: relative;
  border-radius: 8px 0 8px 8px;
  padding: 40px 50px;
  margin-top: 40px;
  background-color: #fff;
}

.safety_content.do_safety {
  border: 1px solid #008763;
}

.safety_content.dont_safety {
  border: 1px solid #c92127;
}

.safety_content.do_safety .safety_tab {
  background-color: #008763;
}

.safety_content.dont_safety .safety_tab {
  background-color: #c92127;
}

.safety_content .safety_tab {
  position: absolute;
  top: -35px;
  right: -1px;
  color: #fff;
  padding: 5px 60px;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.13px;
}

.safety_content .ss_list {
  padding: 0px 0;
}

.safety_info:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 490px) {
  .safety_content {
    padding: 20px;
  }

  .safety_content .safety_tab {
    padding: 5px 20px;
  }
}

/* ----------------------------- Safety Table End ----------------------------------- */
/* == join the micro start == */
.imageText.joinMicro {
  background-color: #fffaf1;
}

.mi_landing .imageText .image_gallery {
  padding-bottom: 100px;
  padding-top: 80px;
}

.imageTextList ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.imageTextList ul li img {
  margin-right: 20px;
}

.joinMicro .shipping_bg {
  max-width: 100%;
}

.joinMicro .imageTextList ul li img {
  width: 55px;
  height: 40px;
  text-align: center;
}

.ba_wrapper .ss_list {
  padding: 36px 0;
}

.image_gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.image_gallery .ig_item img {
  width: 100%;
}

@media (min-width: 767px) {
  .joinMicro .ba_wrapper {
    margin-left: 40px;
  }

  .mi_landing .joinMicro .ba_wrapper {
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .ba_wrapper .ss_list {
    padding: 30px 0;
  }

  .joinMicro .imageTextList ul li {
    flex-direction: column;
    text-align: center;
  }

  .joinMicro .imageTextList ul {
    display: grid;
    /* align-items: center; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

  .joinMicro .imageTextList ul li img {
    margin-right: 0px;
  }

  .joinMicro .imageTextList {
    padding: 20px 0;
  }

  .ba_wrapper .ss_list ul li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }

  .mi_landing .imageText .image_gallery {
    padding-bottom: 40px;
    padding-top: 0px;
  }

  .image_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
}

/* == join the micro end == */
/* == bundles page css start == */
.best_seller_info {
  max-width: 455px;
  padding: 40px 0px;
}

.best_seller_info .section_header {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 30px 0;
}

.best_seller_info .star_gp a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 10px;
  color: #000;
}

.best_seller_info .bundle_ftr {
  padding: 20px 0;
}

.best_seller_info .bundle_ftr ul {
  padding-left: 30px;
}

.best_seller_info .bundle_ftr ul li {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  opacity: 0.8;
}

.best_seller_info .bundle_ftr ul li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 10px;
  left: -18px;
  border-radius: 50%;
}

.best_seller_info .bundle_price {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.best_seller_info .bundle_price .old_price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 17px;
}

.best_seller_info .bundle_price .new_price {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #c92127;
  margin-right: 17px;
}

.best_seller_info .bundle_price .discount_percentage {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  background-color: #008763;
  color: #fff;
  border-radius: 20px;
  padding: 1px 11px;
}

.best_seller_info .bundle_quantity_wrap {
  display: flex;
  align-items: center;
}

.best_seller_info .bundle_quantity {
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border: 1px solid #bbbdbf;
  border-radius: 10px;
}

.best_seller_info .bundle_quantity > * {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 3px 13px;
  color: #000;
}

.best_seller_info .bundle_quantity a:hover,
.best_seller_info .bundle_quantity a:active,
.best_seller_info .bundle_quantity a:focus {
  color: #000;
}

.best_seller_info .bundle_quantity p {
  border-left: 1px solid #bbbdbf;
  border-right: 1px solid #bbbdbf;
}

.best_seller_info .section_header h6 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #c92127;
  font-style: italic;
}

.best_seller_info .shipment_arriving {
  margin-bottom: 20px;
}

.best_seller_info .special_deals {
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 20px;
}

.best_seller_info .special_deal_btn a span {
  background-color: #c92127;
  padding: 10px 14px 10px;
  margin-left: 14px;
  letter-spacing: 0.308px;
}
.best_seller_info .special_deal_btn a {
  background-color: #000;
  color: #fff;
  line-height: 20.558px;
  letter-spacing: 0.308px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  padding-left: 21px;
}

.best_seller_info .special_deal_btn img {
  margin-left: 5px;
}

.special_deals > img {
  width: 73px;
  height: 73px;
}

@media (max-width: 991px) {
  .best_seller_info .special_deals {
    padding: 10px;
    column-gap: 10px;
  }

  .best_seller_info .special_deal_btn a {
    font-size: 13px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .best_seller_info {
    padding: 10px 0px;
  }

  .best_seller_info .star_gp a {
    font-size: 10px;
    line-height: 16px;
  }

  .best_seller_info .star_gp {
    padding-bottom: 10px;
  }

  .best_seller_info .section_header {
    padding-bottom: 10px;
  }

  .best_seller_info .bundle_ftr ul li {
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
  }

  .best_seller_info .bundle_ftr ul {
    padding-left: 20px;
  }

  .best_seller_info .bundle_ftr {
    padding: 10px 0;
  }

  .best_seller_info .bundle_ftr ul li:after {
    top: 5px;
    width: 3px;
    height: 3px;
  }

  .best_seller_info .bundle_price {
    padding: 10px 0;
  }

  .best_seller_info .bundle_quantity > * {
    font-size: 18px;
    line-height: 18px;
  }
}

/* ==================== css for bundle slider ========== */
.bundle_pdp .sale-bg-cont {
  top: 30px;
}

.bundle_pdp .sale-bg-cont .sale-bf-tag {
  font-size: 16px;
  line-height: 28px;
}

.bundle_pdp .sale-bg-cont p {
  font-size: 14px;
  line-height: 26px;
}

.bundle_pdp .sale-bg-cont span.regular_price {
  font-size: 14px;
  line-height: 25px;
}

.bundle_pdp .sale-bg-cont ul li {
  font-size: 12px;
  line-height: 22px;
}

.bundle_pdp .sale-bf-img {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.bundle_pdp .swiper-button-next {
  right: 0;
  left: auto;
}

.bundle_pdp .swiper-button-prev {
  left: 0;
  right: auto;
}

.bundle_pdp .swiper-button-next:after,
.bundle_pdp .swiper-button-prev:after {
  font-weight: 900;
  font-size: 18px;
}

@media (max-width: 767px) {
  .bundle_pdp .sale-bg-cont {
    position: absolute;
    top: 20px;
    left: 30px;
  }

  .bundle_pdp .swiper-button-next:after,
  .bundle_pdp .swiper-button-prev:after {
    opacity: 0;
    visibility: hidden;
  }

  .best_seller_info .section_header h1 {
    margin-bottom: 0;
  }

  .best_seller_info .section_header h6 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

@media (max-width: 556px) {
  .bundle_pdp .sale-bg-cont .sale-bf-tag {
    font-size: 9px;
    line-height: 17px;
  }

  .bundle_pdp .sale-bg-cont p {
    font-size: 10px;
    line-height: 15px;
  }

  .bundle_pdp .sale-bg-cont span.regular_price {
    font-size: 12px;
    line-height: 16px;
  }

  .bundle_pdp .sale-bg-cont ul li {
    font-size: 8px;
    line-height: 16px;
  }

  .bundle_pdp .swiper-slide {
    width: 100%;
  }
}

/* == bundles page css end == */
/* ================= see detailed section css start ========================= */
.see_detailed .see_detailed_info h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Canela Light";
  margin-bottom: 20px;
}

.buy_btn.see_detailed {
  max-width: 400px;
  margin-left: auto;
  display: grid;
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .see_detailed .see_detailed_info h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Canela Light";
    margin-bottom: 20px;
  }

  .buy_btn.see_detailed {
    font-size: 20px;
    line-height: 20px;
    padding: 12px 0;
    margin-top: 20px;
  }
}

/* ================= see detailed section css end ========================= */

/* ===================future section css start ======================= */
.future_skincare {
  display: flex;
  align-items: center;
}

.future_skincare.fs_light {
  background-color: #fff;
}

.future_skincare.fs_dark {
  background-color: #000;
}

.future_skincare .fs-content {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.future_skincare .fs-content h2 {
  font-family: "Canela Web";
  font-weight: 500;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

.future_skincare.fs_light .fs-content h2 {
  color: #000;
}

.future_skincare.fs_dark .fs-content h2 {
  color: #fff;
}

.future_skincare.fs_dark .fs-content p {
  color: #fff;
  opacity: 0.8;
  margin: 50px 0;
}

.future_skincare .fs-content span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  line-height: 83px;
  text-align: center;
  letter-spacing: -0.28px;
  color: #fff;
  display: block;
  margin-bottom: 34px;
}

.future_skincare .fs-content .future_btn {
  background: #fff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  padding: 18.5px 120px;
  text-decoration: none;
  display: inline-block;
}

.future_skincare .fs-content .future_btn:hover {
  color: #000;
}

.future_skincare .fs-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.future_skincare .fs-content .app_img {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .future_skincare {
    flex-wrap: wrap;
  }

  .future_skincare .fs-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 24px 56px;
  }

  .future_skincare .fs-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
  }

  .future_skincare .fs-content span {
    font-size: 50px;
    line-height: 83px;
    margin-bottom: 27px;
  }

  .future_skincare .fs-content .future_btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 12.5px 82.5px;
  }
}

/* ===================future section css start ======================= */
/* =================== accordion texhnology css start ================= */

.accordionTechnologyWrapper > #accordionTechnology {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 930px;
  margin: 0 auto;
}

.accordionTechnologyWrapper p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.13px;
}

.accordionTechnologyWrapper .accordion-body {
  border-radius: 0 0 10px 10px !important;
}

.accordionTechnologyWrapper .u_item_question .accordion-button {
  background-color: var(--clr-grey);
  border-radius: 10px;
}

.accordionTechnologyWrapper .u_item_question .accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0;
}

.accordionTechnologyWrapper
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-radius: 10px;
}

.accordionTechnologyWrapper {
  padding-top: 20px;
}

.accordionTechnologyWrapper .accordion_list.li_decimal,
.accordionTechnologyWrapper .accordion_list.li_circle {
  padding: 0 13px;
}

.accordionTechnologyWrapper .accordion_list.li_decimal ul li {
  list-style-type: decimal;
}

.accordionTechnologyWrapper .accordion_list.li_circle ul li {
  list-style-type: disc;
}

.accordionTechnologyWrapper .accordion_list.li_decimal ul li:not(:last-child) {
  padding-bottom: 10px;
}

.accordionTechnologyWrapper .accordion_icon_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  /* column-gap: 40px; */
}

.accordionTechnologyWrapper .accordion_icon_list ul li p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.accordionTechnologyWrapper .accordion_list {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

@media (max-width) {
  .accordionTechnologyWrapper p {
    font-size: 12px;
    line-height: 22px;
  }

  .accordionTechnologyWrapper > #accordionTechnology {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* =================== featured product slider css start ================= */

.featured_p_slider {
  background-color: #c7e7dc;
  padding: 14px 0;
}

.fp_s_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rtt__page-scrolling-content {
  position: relative;
}

.rtt__page-scrolling-content:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100px;
  left: 0px;
  background: linear-gradient(90deg, #c7e7dc 0%, rgba(199, 231, 220, 0) 100%);
}

.rtt__page-scrolling-content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100px;
  right: 0px;
  background: linear-gradient(270deg, #c7e7dc 0%, rgba(199, 231, 220, 0) 100%);
  z-index: 99;
}

@-moz-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-o-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.rtt__page-scrolling-content > *,
.rtt__product-text-scrolling > * {
  animation: ticker var(--text-time, 15s) infinite linear;
  flex-shrink: 0;
}

.rtt__page-scrolling-content a,
.rtt__page-scrolling-content .rtt__banner-text-scrolling {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: var(--s-text-color) !important;
  font-weight: var(--text-font-weight);
  font-size: var(--text-font-size);
  line-height: normal;
}

.rtt__product-text-scrolling .rtt__product-text-scrolling-content {
  background: var(--bg-text-sale-scrolling);
  color: var(--s-text-color);
  font-size: var(--text-font-size);
  font-weight: var(--text-font-weight);
}

.scroll-text-title {
  font-family: var(--font-stack-header);
}

@media (min-width: 992px) {
  .rtt__page-scrolling-content .rtt__banner-text-scrolling {
    font-size: var(--text-font-size);
  }
}

@media (max-width: 991px) {
  .rtt__page-scrolling-content .rtt__banner-text-scrolling {
    font-size: 3.6rem;
  }
}

.rtt__page-scrolling-content a .scroll-line,
.rtt__page-scrolling-content .rtt__banner-text-scrolling .scroll-line,
.rtt__product-text-scrolling .rtt__product-text-scrolling-content .scroll-line {
  margin: 0 var(--text-spacing);
  margin-top: -3px;
}

.rtt__page-scrolling-content a .scroll-line svg,
.rtt__page-scrolling-content .rtt__banner-text-scrolling .scroll-line svg {
  fill: var(--heading-color);
  stroke: var(--heading-color);
}

.rtt__page-scrolling-content:hover > * {
  animation-play-state: paused;
}

.rtt__banner-text-scrolling .scroll-line {
  display: inline-flex;
  align-items: center;
}

.rtt__banner-text-scrolling {
  text-transform: uppercase;
}

.rtt__banner-text-scrolling--content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.rtt__page-scrolling-content .rtt__banner-text-scrolling:nth-child(even) {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--heading-color);
}

.rtt__product-text-scrolling {
  background-color: var(--bg-text-sale-scrolling);
  padding: 0.5rem 0;
}

@media (max-width: 991px) {
  .rtt__page-scrolling-content a,
  .rtt__page-scrolling-content .rtt__banner-text-scrolling {
    font-size: var(--text-font-size-mobile);
  }

  .rtt__page-scrolling-content a .scroll-line,
  .rtt__page-scrolling-content .rtt__banner-text-scrolling .scroll-line,
  .rtt__product-text-scrolling
    .rtt__product-text-scrolling-content
    .scroll-line {
    margin: 0 var(--text-spacing-mobile);
    margin-top: -3px;
  }
}

/* =================== featured product slider css end ================= */

/* ========== limited offer card start ================= */
.limited_offer {
  border-radius: 16px;
  background: rgba(199, 231, 220, 0.5);
  padding: 18px 14px;
  margin-top: 20px;
}

.limited_offer .lo_code p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 26px;
  letter-spacing: 0.14px;
}

.limited_offer .lo_heading p {
  font-size: 14px !important;
  line-height: 26px;
  letter-spacing: 0.14px;
}

.limited_offer .lo_code span {
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 10px;
  margin: 0 3px;
}

@media (max-width: 767px) {
  .limited_offer .lo_heading p {
    font-size: 12px !important;
    line-height: 22px;
    letter-spacing: 0.13px;
  }

  .limited_offer .lo_code p {
    font-size: 13px !important;
    line-height: 22px;
    letter-spacing: 0.13px;
  }

  .limited_offer .lo_code span {
    margin: 0;
  }
}

/* ========== limited offer card end ================= */

/* ========== upgrade routine start ================= */
.upgrade_routine .ur_item {
  padding: 13px 10px;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  background: #fff;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 15px;
}

.upgrade_routine {
  margin-top: 10px;
  margin-bottom: 30px;
}

.upgrade_routine .ur_item_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.upgrade_routine .ur_img {
  max-width: 89px;
}

.upgrade_routine .ur_heading {
  font-family: "Canela Web";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.upgrade_routine .ur_itemName {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.13px;
}

.upgrade_routine .ur_price_btn {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}

.upgrade_routine .ur_price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.upgrade_routine .ur_btn {
  padding: 8px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 24px;
  max-width: fit-content;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
}

.upgrade_routine .save_tag {
  font-size: 9px;
  font-weight: 500;
  line-height: 13.601px;
  letter-spacing: 0.09px;
  border-radius: 30px;
  background: #c4121a;
  color: #fff;
  padding: 2px 6px 1px;
  max-width: fit-content;
  margin-bottom: 10px;
}

.upgrade_routine .ur_price_old {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: line-through;
}

.upgrade_routine .ur_price_btn {
  margin-top: 10px;
  gap: 4px;
  justify-content: space-between;
}

.black_friday .upgrade_routine .ur_btn {
  margin-top: 0px;
}
.black_friday .upgrade_routine .ur_price {
  font-size: 14px;
}
@media (max-width: 991px) {
  .upgrade_routine .ur_item_grid {
    grid-template-columns: 1fr;
  }

  .upgrade_routine .ur_price_btn {
    justify-content: space-between;
  }

  .upgrade_routine .ur_heading {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .upgrade_routine {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .black_friday .upgrade_routine .ur_btn {
    margin-top: 0px;
  }
}

/* ========== upgrade routine end ================= */
/* ============== target specific skin concerns start ================= */
.target_skin .target_skin_img {
  position: relative;
}

.target_skin .target_skin_info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.target_skin .target_skin_info h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-left: 10px;
  letter-spacing: 0.18px;
  color: #fff;
  margin-bottom: 14px;
}

.target_skin .target_skin_info a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.018px;
  letter-spacing: 0.18px;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  display: inline-block;
  color: #000;
}

@media (max-width: 767px) {
  .target_skin .target_skin_info h4 {
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .target_skin .target_skin_info a {
    font-size: 16px;
  }

  .target_skin .target_skin_info h4 {
    max-width: 175px;
    margin-left: auto;
  }

  .skin_concern .section_header {
    padding: 0 24px;
  }
}

/* ============== target specific skin concerns end ================= */

/* ============ customer favourite start ================= */
.customer_fav .customer_fav_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.customer_fav .fav_pdt_info .refill_review {
  justify-content: flex-start;
  margin: 20px 0;
  color: #000;
}

.customer_fav .fav_pdt_name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.18px;
  color: #000;
}

.customer_fav .fav_pdt_price {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 27.922px;
  letter-spacing: 0.16px;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  color: #000;
}

.customer_fav .fav_pdt_price span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.22px;
}

.customer_fav .fav_pdt {
  position: relative;
  padding-bottom: 37px;
}

.customer_fav .fav_best_seller {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #c92127;
  padding: 0px 15px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.569px;
  letter-spacing: 1.732px;
}

@media (max-width: 991px) {
  .customer_fav .customer_fav_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
  }

  .customer_fav .fav_pdt_name {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.13px;
  }

  .customer_fav .fav_pdt_price {
    font-size: 10px;
  }

  .customer_fav .fav_pdt_price span {
    font-size: 13px;
  }

  .customer_fav .refill_review .star_gp img {
    max-width: 75px;
  }

  .customer_fav .fav_pdt {
    padding-bottom: 0;
  }

  .customer_fav .fav_pdt_price {
    position: relative;
  }

  .customer_fav .fav_pdt_info .refill_review {
    margin: 10px 0;
  }

  .customer_fav .fav_best_seller {
    padding: 0px 8px;
    font-size: 11px;
    line-height: 19.569px;
    letter-spacing: 1px;
  }
}

/* ============ customer favourite end ================= */

/* ==================== skincare journey start =============== */
.skincare_journey {
  background-color: #fbfbfb;
}

.skincare_journey .sj_grid .sj_header {
  max-width: 457px;
}

.skincare_journey .sj_grid {
  display: flex;
  gap: 30px;
}

.skincare_journey .sj_item {
  border-radius: 15px;
  display: flex;
  gap: 21px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px;
  background-color: #fff;
  color: #000;
}

.skincare_journey .sj_content_wrap .sj_content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.437px;
  letter-spacing: 0.18px;
}

.skincare_journey .sj_content_wrap .sj_content .sj_info {
  opacity: 0.8;
}

.skincare_journey .btn_black {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 22px;
}

@media (max-width: 767px) {
  .skincare_journey .sj_grid {
    gap: 30px;
    flex-direction: column;
  }

  .skincare_journey .sj_item {
    gap: 13px;
  }

  .skincare_journey .sj_content_wrap .sj_content {
    font-size: 12px;
    line-height: 22.437px;
    letter-spacing: 0.12px;
  }

  .skincare_journey .sj_content_wrap .sj_content .sj_title {
    font-size: 13px;
  }

  .sj_img img {
    max-width: 75px;
  }
}

/* ==================== skincare journey end =============== */

/* ======== videosQure with dropdown start ========= */
.videosQure.videosQure_dropdown .qureSlider .swiper-slide {
  height: 100%;
}

.videosQure.videosQure_dropdown {
  overflow: hidden;
}

.videosQure.videosQure_dropdown .qureSlider {
  overflow: unset;
}

.videosQure.videosQure_dropdown
  .wistia_responsive_padding
  .w-css-reset
  [data-handle="thumbnail"]
  * {
  height: 100% !important;
  object-fit: cover !important;
  border-width: 0 !important;
  width: 100% !important;
}

.videosQure_dropdown .vQ_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.348px;
  letter-spacing: 0.175px;
}

.videosQure_dropdown .vQ_desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.565px;
  letter-spacing: 0.135px;
  opacity: 0.5;
}

.videosQure_dropdown .qureSlider .accordion-item {
  background-color: transparent;
  border: none;
}

.videosQure_dropdown .qureSlider .accordion-button {
  padding: 20px 0 10px;
}

.videosQure_dropdown .qureSlider .accordion-button:not(.collapsed) {
  color: var(--clr-black);
  background-color: transparent;
  box-shadow: none;
}

.videosQure_dropdown .qureSlider .accordion-body {
  padding: 10px 0;
}

.videosQure_dropdown .qureSlider .accordion-body p {
  line-height: 22px;
}

.videosQure_dropdown .qureSlider .accordion-button::after {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M1.37616 1.04704L1.04677 0.670876L0.294441 1.32967L0.623838 1.70583L1.37616 1.04704ZM5.37838 6.37643L5.00222 6.70583L5.36833 7.12393L5.74555 6.71582L5.37838 6.37643ZM10.3672 1.71582L10.7066 1.34865L9.97221 0.669874L9.63283 1.03705L10.3672 1.71582ZM0.623838 1.70583L5.00222 6.70583L5.75454 6.04704L1.37616 1.04704L0.623838 1.70583ZM9.63283 1.03705L5.01121 6.03705L5.74555 6.71582L10.3672 1.71582L9.63283 1.03705Z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  height: 6px;
  width: 9px;
}

/* .videosQure_dropdown .qureSlider .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
} */

.videosQureTrusted .trusted_bl .trust_img .play_btn a {
  max-width: 100%;
  margin: 0 20px;
}

.videosQureTrusted .trusted_bl .trust_img .play_btn {
  align-items: end;
  bottom: 20px;
}

/* ======== videosQure with dropdown end ========= */
/* =============== contact us start ================ */
.contact_us_bl {
  background-color: #121212;
  color: #fff;
}

.contact_us_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.contact_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.cu_btn {
  border: 0.5px solid #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 10px;
}

.contact_us_bl .section_header .title-md {
  font-size: 32px;
  font-family: "Canela Light";
}

.contact_btns h3 {
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Canela Light";
}

.contact_btns p {
  opacity: 0.8;
}

.contact_us_bl .customer_details {
  margin-top: 40px;
}

.contact_us_bl .customer_details .c_d_wrapper span:after {
  background-color: #fff;
}

.customer_details .c_d_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.customer_details .c_d_wrapper span {
  position: relative;
}

.customer_details .c_d_wrapper span:after {
  width: 1.3px;
  display: unset;
  height: 100%;
  background-color: #000;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
}

.customer_details .c_d_wrapper .c_d_wrapper_links a {
  font-size: 14px;
}

@media (max-width: 767px) {
  .contact_us_bl {
    border-bottom: 1px solid #fff;
  }

  .customer_details .c_d_wrapper .c_d_wrapper_links a {
    font-size: 12px;
  }
}

@media (max-width: 590px) {
  .contact_btns {
    flex-direction: column;
    gap: 20px;
  }
}

/* ===============contact us end ================ */

.price_wrap {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 15px;
}

.price_wrap .price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.price .old_price {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.18px;
  text-decoration: line-through;
  color: #c4c4c4;
}

.price .new_price {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.24px;
}

.price_wrap .green_tag {
  border-radius: 30px;
  padding: 0 9px;
}

.price_wrap .green_tag p {
  font-weight: 400 !important;
}

.price_wrap .green_tag p span {
  font-weight: 500 !important;
}

.refill_bl .price .old_price,
.refill_bl .price .new_price {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.24px;
}

/* ====== qure_MI_ftr start =============== */

.qure_MI_ftr {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.qure_MI_ftr_wrap.imageText .it_info p {
  font-weight: 500;
}

.qure_MI_ftr .progessInfo {
  font-size: 13px;
}

.qure_MI_ftr_wrap .qure_MI_ftr .skincare_percent p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.qure_MI_ftr_wrap .btn-primary {
  max-width: 268px !important;
}

.qure_MI_ftr_wrap .skincare_percent p {
  padding: 0 !important;
  padding-left: 5px !important;
}

/* -- get compliment css start -- */
.get_compliment_wrap .gc_img_wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  overflow: hidden;
}

.get_compliment_wrap .gc_img img {
  width: 300px;
}

.get_compliment_wrap #pills-tab-skin {
  display: flex;
  margin: 20px 0;
  gap: 20px;
}

.get_compliment_wrap .tab-pane {
  opacity: 0;
  transition: fade;
}

.get_compliment_wrap .tab-pane.show {
  opacity: 1;
}

.get_compliment_wrap .nav-pills .nav-link {
  color: #d9d9d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  padding: 0;
  margin: 10px 0;
}

.get_compliment_wrap .nav-pills .nav-link.active,
.get_compliment_wrap .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.get_compliment_wrap ul li {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.13px;
  opacity: 0.8;
  color: #000;
}

.get_compliment_wrap #pills-tabContent2 {
  max-width: 540px;
}

/* .affect_howToUse p:not(:last-child) {
    padding-bottom: 16px;
} */

.surgeon_video .w-css-reset img {
  object-fit: cover !important;
}
.product_title {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (min-width: 767px) {
  .qure_MI_ftr_wrap .it_img .wistia_responsive_padding .wistia_embed > div {
    border-radius: 20px !important;
  }
}

@media (max-width: 767px) {
  .affect_skin.affect_howToUse .dsn-right-container {
    padding: 0 24px;
  }

  .affect_howToUse .get_compliment_wrap #pills-tab-skin {
    justify-content: space-between;
  }

  .affect_howToUse {
    overflow: hidden;
  }

  .affect_skin.affect_howToUse .dsn-right-container {
    padding: 0 24px;
  }

  .affect_howToUse .get_compliment_wrap .nav-pills .nav-link {
    font-size: 13px;
    font-weight: 600;
  }

  .affect_howToUse .get_compliment_wrap .tab-pane p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.12px;
  }

  .affect_howToUse .get_compliment_wrap .gc_img_wrap {
    overflow: unset;
  }

  .affect_skin .affect_skinContent {
    padding: 0;
    margin-top: 30px;
  }

  .get_compliment_wrap #pills-tab-skin {
    gap: 10px;
  }

  .get_compliment_wrap .nav-pills .nav-link {
    font-size: 12px;
    font-weight: 900;
  }

  .get_compliment_wrap .gc_img_wrap {
    gap: 12px;
  }

  .get_compliment_wrap ul li {
    font-size: 12px;
  }

  .qure_MI_ftr {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .qure_MI_ftr_wrap .btn-primary {
    max-width: 100% !important;
  }

  .qure_MI_ftr_wrap {
    padding-top: 0;
  }

  .section__header .des p {
    font-size: 13px;
    line-height: 22px;
  }

  .pmtBlock .pmt_plans .price .pmt_prc + .pmt_prc {
    font-size: 18px;
  }

  .pmtBlock .price .pmt_prc.pay_today {
    font-size: 18px;
  }

  .pmtBlock .pmt_plans .pmt_des {
    font-size: 10px;
  }
  .upgrade_routine .ur_item {
    gap: 8px;
  }
  .upgrade_routine .ur_btn {
    padding: 8px 20px;
    margin-left: 0px;
  }

  .product_title {
    font-size: 12px;
    line-height: 28px;
    padding-bottom: 5px;
  }
}

/* ====== qure_MI_ftr end =============== */

@media (max-width: 460px) {
  .best_seller_info .special_deal_btn a span {
    padding: 6px 0px 5px 5px;
    margin-left: 5px;
  }
  .best_seller_info .special_deal_btn a {
    padding-left: 6px;
    font-size: 12px;
    font-weight: 500;
  }
  .best_seller_info .special_deal_btn img {
    margin-left: 0;
  }
  .bundle_pdp .buy_btn {
    padding: 15px;
  }
}
