/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./cartridges/app_paulaschoice/cartridge/scss/pagedesigner/routinefinder.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/*
BASE IMPORTS - includes necessary partials like variables, functions, mixins...
Import this for every component
*/
.fa {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user:before, .fa-times:before, .fa-remove:before, .fa-close:before, .fa-facebook:before, .fa-youtube-play:before, .fa-youtube:before, .fa-twitter:before, .fa-instagram:before, .fa-search:before, .fa-comment:before, .fa-pinterest:before, .fa-paulas-choice-logo:before {
  color: #71605f;
}

.fa-logo-paulaschoice-stacked:before {
  content: "\e900";
}

.fa-paulas-choice-new-logo:before {
  content: "\e902";
}

.fa-klarna-logo:before {
  content: "\e903";
}

.fa-calendar:before {
  content: "\e904";
}

.fa-clock:before {
  content: "\e905";
}

.fa-savepay:before {
  content: "\e906";
}

.fa-play-circle:before {
  content: "\e907";
}

.fa-menu:before {
  content: "\e908";
}

.fa-paulas-choice-logo:before {
  content: "\e909";
}

.fa-info:before {
  content: "\e90a";
}

.fa-empty-star:before {
  content: "\e90b";
}

.fa-chat-user:before {
  content: "\e90c";
}

.fa-faq:before {
  content: "\e90d";
}

.fa-shopping-cart:before {
  content: "\e90e";
}

.fa-double-tap:before {
  content: "\e90f";
}

.fa-chevron-down:before {
  content: "\e910";
}

.fa-undo:before {
  content: "\e911";
}

.fa-eyedropper:before {
  content: "\e912";
}

.fa-chevron-left:before {
  content: "\e913";
}

.fa-mail:before {
  content: "\e914";
}

.fa-chevron-right:before {
  content: "\e915";
}

.fa-chevron-up:before {
  content: "\e916";
}

.fa-star:before {
  content: "\e917";
}

.fa-star-empty:before {
  content: "\e918";
}

.fa-info-circle:before {
  content: "\e919";
}

.fa-star-half:before {
  content: "\e91a";
}

.fa-youtube-play2:before {
  content: "\e91b";
}

.fa-pinterest:before {
  content: "\e91c";
}

.fa-comment:before {
  content: "\e91d";
}

.fa-search:before {
  content: "\e91e";
}

.fa-instagram:before {
  content: "\e91f";
}

.fa-twitter:before {
  content: "\e920";
}

.fa-youtube:before {
  content: "\e921";
}

.fa-facebook:before {
  content: "\e922";
}

.fa-close:before {
  content: "\e923";
}

.fa-remove:before {
  content: "\e923";
}

.fa-user:before {
  content: "\e924";
}

.fa-send:before {
  content: "\e925";
}

.fa-check:before {
  content: "\e926";
}

.fa-minus:before {
  content: "\e927";
}

.fa-plus:before {
  content: "\e928";
}

.fa-pf-bank-transfer:before {
  content: "\e929";
}

.fa-pf-ideal:before {
  content: "\e92a";
}

.fa-pf-mastercard:before {
  content: "\e92b";
}

.fa-pf-paypal:before {
  content: "\e92c";
}

.fa-pf-sofort:before {
  content: "\e92d";
}

.fa-pf-visa:before {
  content: "\e92e";
}

.fa-pf-bancontact-mister-cash:before {
  content: "\e92f";
}

.fa-heart--inactive:before {
  content: "\e930";
}

.fa-heart--active:before {
  content: "\e931";
}

/*
Animated checkmark icon
To animate, add .animate class to js-success-checkmark
*/
.success-checkmark {
  width: 80px;
  height: 115px;
}
.success-checkmark.animate .check-icon {
  display: block;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #00b451;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #00b451;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(0, 180, 81, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.pd-routine-finder .routine-left-block {
  width: 100%;
  height: 200px;
  background-color: #e2967f;
  background-image: none;
}
.pd-routine-finder .routine-left-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-left-block {
    width: 40%;
    height: auto;
  }
}
.pd-routine-finder .routine-right-block {
  width: 100%;
  height: auto;
  background-color: #F5EBDF;
  text-align: center;
}
.pd-routine-finder .routine-right-block p {
  text-align: start;
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.pd-routine-finder .routine-right-block h2 {
  color: #333133;
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 31px 0 17px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-right-block h2 {
    font-size: 48px;
    line-height: 58px;
    margin: 33px 0 21px;
  }
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-right-block {
    width: 580px;
    height: 530px;
  }
}

.pd-routine-finder .pd-routine {
  min-width: calc(100% - 260px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .pd-routine {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.pd-routine-finder .routine-step-0__paragraph {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-0__paragraph {
    margin: 0 40px;
  }
}
.pd-routine-finder .routine-step-0__paragraph button {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 15px 35px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-0__paragraph button {
    margin-top: 60px;
    padding: 18px 37px;
  }
}
.pd-routine-finder .routine-step-0__paragraph__second {
  margin: 20px 0;
}
.pd-routine-finder .routine-step-1 {
  max-width: none;
}
.pd-routine-finder .routine-step-1__wrapper {
  gap: 20px;
}
.pd-routine-finder .routine-step-1__wrapper .routine-right-block h5 {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 15px;
}
.pd-routine-finder .routine-step-1__wrapper .routine-right-block p {
  margin: 0 48px 23px 33px;
}
.pd-routine-finder .routine-step-1__wrapper .routine-right-block button {
  margin-top: 10px;
  padding: 15px 105px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-1__wrapper .routine-right-block button {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.pd-routine-finder .routine-step-1__wrapper .form-row__label {
  display: none;
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper {
  margin: 0 auto;
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper label:nth-of-type(2n) {
  margin-right: 6px;
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper label:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-1__wrapper .field-wrapper label:nth-of-type(2) {
    margin-right: 11px;
  }
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper label:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-1__wrapper .field-wrapper label:nth-of-type(1) {
    margin-left: 12px;
  }
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper label {
  margin-right: 5px;
  width: 150px;
  padding: 100px 0 0;
  height: 200px;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-1__wrapper .field-wrapper label {
    min-height: 180px;
    width: 135px;
    padding: 100px 12px 12px;
  }
}
.pd-routine-finder .routine-step-1__wrapper .field-wrapper label::before {
  width: 90px;
  height: 90px;
}
.pd-routine-finder .routine-step-2 .routine-left-block {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-2 .routine-left-block {
    height: auto;
  }
}
.pd-routine-finder .routine-step-2 .routine-right-block {
  height: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-2 .routine-right-block {
    padding: 0 50px;
  }
}
.pd-routine-finder .routine-step-2 .routine-right-block .routine-items-wrap {
  background-color: #ffffff;
}
.pd-routine-finder .routine-step-2 .routine-right-block .routine-items-wrap .routine-items-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd-routine-finder .routine-step-2 .routine-right-block .routine-items-wrap .routine-items-content .form-row {
  margin: 10px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-step-2 .routine-right-block .routine-items-wrap .routine-items-content .form-row {
    width: 140px;
  }
}
.pd-routine-finder .routine-step-2 .routine-right-block .optional-indicator {
  display: none;
}
.pd-routine-finder .routine-step-2 .routine-right-block button {
  padding: 15px 105px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 20px 0;
  display: initial;
}
.pd-routine-finder .routine-final-step {
  width: 90%;
  margin: 0 auto;
  background-color: #F5EBDF;
}
.pd-routine-finder .routine-final-step .resultpage-title {
  padding: 20px 0;
  text-align: center;
}
.pd-routine-finder .routine-final-step .resultpage-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-title h2 {
    font-size: 48px;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-template {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template section {
  padding-bottom: 20px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-information {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-template .product-information {
    width: 355px;
    height: 715px;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template .product-information .product-tile .product-tile__buttons button {
  margin-right: 0;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-information .product-tile .product-name {
  margin-bottom: 10px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-information .product-tile .product-name .name-link {
  font-size: 20px;
  font-weight: 700;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-information .product-tile__category-link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-template .product-information {
    margin: 0;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation {
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation {
    width: 400px;
    background: #F5EBDF;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype__testagain {
  display: block;
  margin-top: 10px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype__list {
  margin: 0;
  list-style: none;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype__list {
    padding-left: 0;
    margin-left: 15px;
  }
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype__list li {
  position: relative;
  padding-left: 10px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__skintype__list li::before {
  content: "+";
  margin-right: 4px;
  position: absolute;
  left: -10px;
  top: 0;
  font-weight: 900;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__contactus__image img {
  width: 100%;
  height: 110px;
}
.pd-routine-finder .routine-final-step .resultpage-template .product-extrainformation__contactus h2 {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333133;
}
