.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.new-favorite-alert-v2 {
  z-index: 1;
}
@media only screen and (max-width: 759px) {
  .new-favorite-alert-v2 .at-home-and-hcb-ctas {
    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%;
  }
}
.color-swatches-by-shade .inner-wrap {
  padding: 1.5em 5%;
}
.color-swatches-by-shade .filter-swatches {
  padding: 1.5em 0;
  white-space: nowrap;
  overflow: auto;
}
.color-swatches-by-shade .filter-swatches .filter-swatch {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  width: 8em;
  height: 8em;
  margin-right: 0.5em;
}
.color-swatches-by-shade .filter-swatches .filter-swatch img {
  width: 100%;
  border: 3px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.color-swatches-by-shade .filter-swatches .filter-swatch .filter-swatch-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
.color-swatches-by-shade .filter-swatches .filter-swatch.selected {
  border-color: #911885;
}
.color-swatches-by-shade .products-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-swatches-by-shade .product-wrap {
  display: inline-block;
  vertical-align: top;
  width: 15.1em;
  text-align: center;
}
.color-swatches-by-shade .product-wrap .swatch-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 13em;
  height: 13em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 1em;
}
.color-swatches-by-shade .product-wrap .swatch-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.color-swatches-by-shade .product-wrap .product-title {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
.color-swatches-by-shade .cta-wrap {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .color-swatches-by-shade .inner-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
  .color-swatches-by-shade .filter-swatches .filter-swatch {
    width: 6.25em;
    height: 6.25em;
    margin-right: 0.25em;
  }
  .color-swatches-by-shade .product-wrap {
    width: 10.7em;
  }
  .color-swatches-by-shade .product-wrap .swatch-wrap {
    width: 9.5em;
    height: 9.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}
@-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);
  }
}
