.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.nearest-hcb-cta {
  max-width: 1300px;
  margin: 0 auto;
}
.nearest-hcb-cta .inner-wrap {
  padding: 3em 7%;
}
.nearest-hcb-cta .bottom-cta {
  padding-top: 2em;
}
.nearest-hcb-cta .sticky-wrap {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 759px) {
  .nearest-hcb-cta .top-wrap {
    padding-bottom: 1.5em;
  }
  .nearest-hcb-cta .bottom-line {
    position: absolute;
    height: 1px;
    background-color: #d9d9d9;
    left: 5%;
    bottom: 0;
    right: 5%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .nearest-hcb-cta .inner-wrap {
    padding: 3em 14%;
  }
}
@media only screen and (min-width: 760px) {
  .nearest-hcb-cta {
    background-color: #e5dee5;
  }
  .nearest-hcb-cta .top-wrap {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .nearest-hcb-cta .location-wrap {
    padding: 2em 5%;
    background: #fff;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .nearest-hcb-cta .inner-wrap {
    padding: 3em 4%;
  }
  .nearest-hcb-cta .top-wrap .top-inner-wrap {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 960px) {
  .nearest-hcb-cta .top-wrap .top-inner-wrap {
    padding: 0 10%;
  }
}
.hcb-landing-hero {
  background-color: #f7f7f8;
  margin-top: 2em;
}
.hcb-landing-hero .hero-text-wrap .hero-text {
  margin: 4em;
}
.hcb-landing-hero .hero-text-wrap .hcb-logo {
  width: auto;
}
.hcb-landing-hero .the-carousel {
  overflow: hidden;
  width: 100%;
}
.hcb-landing-hero .the-carousel .slick-dots {
  bottom: 1em;
  background-color: #343434;
  width: 15%;
  left: 40%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  filter: 'alpha(opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.hcb-landing-hero .the-carousel .slick-dots li {
  margin: 0 1px;
}
.hcb-landing-hero .the-carousel .slick-dots li button:before {
  font-size: 44px;
  color: #7e7e7e;
}
.hcb-landing-hero .the-carousel .slick-dots li.slick-active button:before {
  color: #fff;
  filter: 'alpha(opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.hcb-landing-hero .mr-caret {
  font-size: 20px;
  z-index: 49;
  cursor: pointer;
  position: absolute;
  color: #fff;
  padding: 1em 0.25em;
  top: 55%;
  background-color: #343434;
}
.hcb-landing-hero .mr-caret.icon-caret-left {
  left: 0;
  margin: -10% 0 0 0;
}
.hcb-landing-hero .mr-caret.icon-caret-right {
  right: 0;
  margin: -10% 0 0 0;
}
.hcb-landing-hero .mr-caret::before {
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .hcb-landing-hero {
    margin-top: 0;
  }
  .hcb-landing-hero .hero-text-wrap {
    background-color: #eaeaea;
    margin-top: -2.5em;
  }
  .hcb-landing-hero .hero-text-wrap .hero-text {
    text-align: left;
    margin: 2em;
  }
  .hcb-landing-hero .hero-text-wrap .hero-text .perfect-color {
    line-height: 1em;
  }
  .hcb-landing-hero .hero-text-wrap .hcb-logo {
    margin-top: -30%;
    background-color: #fff;
  }
}
.new-favorite-alert-v2 {
  z-index: 1;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 {
    padding: 0 1.5em;
  }
}
.new-favorite-alert-v2 .inner-wrapper {
  display: flex;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper {
    height: fit-content;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.new-favorite-alert-v2 .inner-wrapper .text-wrapper {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 3em;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .text-wrapper {
    padding: 2em;
  }
}
.new-favorite-alert-v2 .inner-wrapper .text-wrapper .ctas {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
.new-favorite-alert-v2 .inner-wrapper .text-wrapper .ctas .mr-btn {
  color: #853585;
}
.new-favorite-alert-v2 .inner-wrapper .text-wrapper * {
  max-width: 70%;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .text-wrapper * {
    max-width: unset;
  }
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper {
  overflow-y: hidden;
  display: flex;
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
  }
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: fit-content;
  gap: 0;
  -webkit-animation: bestcarousel 50s linear infinite;
  animation: bestcarousel 50s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: unset;
    -webkit-animation: carousel-h 50s linear infinite;
    animation: carousel-h 50s linear infinite;
  }
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel.imagesOne {
  width: 60%;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel.imagesOne {
    width: fit-content;
  }
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel.imagesTwo {
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  width: 40%;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel.imagesTwo {
    width: fit-content;
  }
}
.new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel .img {
  display: block;
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .inner-wrapper .images-wrapper .carousels .carousel .img {
    width: 33vw;
    height: 100%;
  }
}
.hcb-services-offered {
  position: relative;
  margin: 2em auto;
  padding: 1em;
  background-color: #fff;
  max-width: 1400px;
}
.hcb-services-offered .title {
  text-align: center;
  font-weight: lighter;
}
.hcb-services-offered .slides {
  text-align: center;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hcb-services-offered .slides .slide {
  border: 2px solid #ebebeb;
  background-color: #fff;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 1em 0.5em;
  margin: 1em;
  -webkit-box-shadow: 0 0.25em 0.5em #ebebeb;
  -moz-box-shadow: 0 0.25em 0.5em #ebebeb;
  -o-box-shadow: 0 0.25em 0.5em #ebebeb;
  box-shadow: 0 0.25em 0.5em #ebebeb;
}
.hcb-services-offered .slides .slide .slide-text,
.hcb-services-offered .slides .slide .slide-img {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.main-btn {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em auto;
}
@media only screen and (max-width: 759px) {
  .hcb-services-offered .slides {
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hcb-services-offered .slides .slide {
    margin: 1em 0;
  }
}
.ugc-product-swatches .horizontal-rule {
  position: absolute;
  width: 70px;
  height: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  filter: 'alpha(opacity=0.2)';
  -moz-opacity: 0.002;
  -khtml-opacity: 0.002;
  opacity: 0.002;
  border: 2px solid #911885;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .ugc-product-swatches .horizontal-rule {
    width: auto;
    height: 1px;
    border: 1px solid #911885;
    left: 2em;
    right: 2em;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.ugc-product-swatches .ugc-title {
  margin: auto;
  max-width: 36em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .ugc-product-swatches .ugc-title {
    text-align: left;
    padding: 0 1.5em;
  }
}
#hair-color-bar-section-two {
  margin-top: 2em;
}
#hair-color-bar-section-two .wrapper {
  padding: 0 10%;
}
#hair-color-bar-section-two .carousel-wrap .the-carousel {
  margin: 0;
}
#hair-color-bar-section-two .carousel-wrap .the-carousel .image-wrap {
  padding: 0 0.5em;
}
#hair-color-bar-section-two .carousel-wrap .left-nav,
#hair-color-bar-section-two .carousel-wrap .right-nav {
  position: absolute;
  top: 33%;
  bottom: 33%;
  width: 3.5em;
  text-align: center;
  color: #fff;
}
#hair-color-bar-section-two .carousel-wrap .left-nav {
  left: -2.5em;
}
#hair-color-bar-section-two .carousel-wrap .right-nav {
  right: -2.5em;
}
#hair-color-bar-section-two .simple-padded-line:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  #hair-color-bar-section-two .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 759px) {
  #hair-color-bar-section-two .carousel-wrap .left-nav,
  #hair-color-bar-section-two .carousel-wrap .right-nav {
    width: 2.5em;
  }
  #hair-color-bar-section-two .carousel-wrap .left-nav {
    left: -0.25em;
  }
  #hair-color-bar-section-two .carousel-wrap .right-nav {
    right: -0.25em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  #hair-color-bar-section-two .wrapper {
    padding: 0;
  }
  #hair-color-bar-section-two .carousel-wrap {
    padding: 0 10%;
  }
}
.unlimited-roots-module {
  margin: 2em auto;
  padding: 0 4em;
  background-color: #53284f;
  min-height: 250px;
  max-width: 1000px;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 250px;
  background-image: url("https://d3ewrnwdcmri66.cloudfront.net/content/images/2022/1/kzyjuje6-hair-illustration-1024-3x/hair-illustration-1024-3x.png");
}
.unlimited-roots-module .title-text {
  padding-left: 1.5em;
  padding-right: 0.5em;
}
.unlimited-roots-module .description-wrap {
  padding-right: 2em;
}
@media only screen and (max-width: 759px) {
  .unlimited-roots-module {
    min-height: 350px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
    padding: 0 2em;
    width: 90%;
  }
  .unlimited-roots-module .title-text {
    padding: 0;
  }
  .unlimited-roots-module .description-wrap {
    padding: 0;
  }
}
.real-gorgeous-carousel .row {
  padding: 3em 0;
}
.real-gorgeous-carousel h3 {
  display: inline-block;
  padding-bottom: 0.25em;
}
.real-gorgeous-carousel .carousel-wrap {
  overflow: hidden;
  padding-top: 1.5em;
}
.real-gorgeous-carousel .carousel-wrap .the-carousel {
  display: none;
  margin: 0;
}
.real-gorgeous-carousel .carousel-wrap .the-carousel.slick-initialized {
  display: block;
}
.real-gorgeous-carousel .carousel-wrap .the-carousel .slide img {
  width: 100%;
  padding: 0 0.5em;
}
.real-gorgeous-carousel .carousel-wrap .left-nav,
.real-gorgeous-carousel .carousel-wrap .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5%;
}
.real-gorgeous-carousel .carousel-wrap .left-nav .icon-caret-left,
.real-gorgeous-carousel .carousel-wrap .right-nav .icon-caret-left,
.real-gorgeous-carousel .carousel-wrap .left-nav .icon-caret-right,
.real-gorgeous-carousel .carousel-wrap .right-nav .icon-caret-right {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  margin-top: -1.25em;
}
.real-gorgeous-carousel .carousel-wrap .left-nav .icon-caret-left:before,
.real-gorgeous-carousel .carousel-wrap .right-nav .icon-caret-left:before,
.real-gorgeous-carousel .carousel-wrap .left-nav .icon-caret-right:before,
.real-gorgeous-carousel .carousel-wrap .right-nav .icon-caret-right:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
  margin: 0 auto;
  margin-top: -0.5em;
}
.real-gorgeous-carousel .carousel-wrap .left-nav {
  left: 0.5em;
}
.real-gorgeous-carousel .carousel-wrap .right-nav {
  right: 0.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .real-gorgeous-carousel .left-nav,
  .real-gorgeous-carousel .right-nav {
    filter: 'alpha(opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .real-gorgeous-carousel .slick-slide img {
    filter: 'alpha(opacity=50)';
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .real-gorgeous-carousel .slick-active img {
    filter: 'alpha(opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.overview {
  margin: 2em auto;
  max-width: 1000px;
}
.overview .hero-wrap {
  max-height: 200px;
}
.overview .text-wrap {
  position: absolute;
  bottom: 5%;
  color: #fff;
  background-color: transparent;
  margin-left: 0.5em;
}
.overview .content-wrap {
  padding: 2em;
  background-color: #f7f7f8;
}
.overview .content-wrap .title-wrap {
  margin: 1em 2em;
  padding-top: 10px;
}
.overview .content-wrap .value-props {
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .content-wrap .value-props .value-prop {
  padding: 1em 2em;
}
@media only screen and (max-width: 759px) {
  .overview .text-wrap {
    margin-left: 0.5em;
  }
  .overview .title-wrap {
    margin: 2em;
  }
  .overview .content-wrap {
    margin: 0.5em;
    padding: 0;
  }
  .overview .content-wrap .value-props .prop-text-wrap {
    padding-left: 1em;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    height: 100%;
  }
}
.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;
}
@-moz-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-o-keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes bestcarousel {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-moz-keyframes carousel-h {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@-webkit-keyframes carousel-h {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@-o-keyframes carousel-h {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
@keyframes carousel-h {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
