.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.for-best-experience {
  background-color: #f7f7f8;
}
.for-best-experience .best-wrap {
  padding: 1.5em 10%;
}
.for-best-experience .best-text {
  position: relative;
  padding-left: 2em;
}
.for-best-experience .best-text .icon-info {
  position: absolute;
  top: 0;
  left: 0;
}
.for-best-experience .icon-info {
  display: inline-block;
}
.for-best-experience .icon-x {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.tryon-hero-container {
  margin-bottom: 1.75em;
}
.tryon-hero-container .image-wrap {
  width: 100%;
}
.tryon-hero-container .image-wrap img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.tryon-hero-container .text-wrap {
  color: #fff;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .tryon-hero-container .text-wrap {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
}
.tryon-hero-container .text-wrap .inner-text-wrap {
  display: block;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .tryon-hero-container .text-wrap .inner-text-wrap {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.tryon-hero-container .text-wrap .inner-text-wrap .hair-color-heading {
  letter-spacing: unset;
}
.tryon-hero-container .text-wrap .inner-text-wrap h1 .hero-text-middle {
  padding: 0 1rem;
}
.tryon-hero-container .text-wrap .inner-text-wrap .color-changer-cta {
  margin-top: 1.7rem;
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .tryon-hero-container .text-wrap .inner-text-wrap .color-changer-cta {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1rem;
  }
}
.tryon-hero-container .text-wrap .inner-text-wrap .color-changer-cta button {
  width: auto;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tryon-hero-container .text-wrap .inner-text-wrap .color-changer-cta button span {
  margin-left: 0.5rem;
}
.recommended-products .rec-content-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.recommended-products .rec-content-wrap .wrap-left {
  width: 100%;
}
.recommended-products .rec-content-wrap .wrap-right {
  width: 100%;
}
.recommended-products .text-wrap {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.recommended-products h2 {
  text-transform: none;
}
.recommended-products .rec-prod-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
.recommended-products .rec-prod-wrap .prod-card {
  flex: calc(33.3333% - 1em);
}
@media only screen and (min-width: 960px) {
  .recommended-products .rec-content-wrap {
    -webkit-flex-wrap: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
  .recommended-products .rec-content-wrap .wrap-left {
    width: 38%;
  }
  .recommended-products .rec-content-wrap .wrap-right {
    width: 62%;
  }
}
.info-block .line {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 1px;
  background-color: #ebebeb;
}
.info-block .info-wrap {
  padding: 2em 5%;
}
.info-block .title-text {
  padding-bottom: 1em;
}
.info-block a {
  text-decoration: underline;
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .info-block .info-wrap {
    padding: 3em 5%;
  }
}
.how-to-question-accordion-vue h2 {
  margin-top: 2em;
}
.how-to-question-accordion-vue .cta {
  margin-bottom: 2em;
}
.how-to-question-accordion-vue .content-wrap {
  padding: 1em;
}
