/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/default/stylePdp.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable */
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "iconfont" !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
}

.icon-account::before {
  content: "\ea01";
}

.icon-account-full::before {
  content: "\ea02";
}

.icon-address::before {
  content: "\ea03";
}

.icon-cart::before {
  content: "\ea04";
}

.icon-checkmark::before {
  content: "\ea05";
}

.icon-chevron::before {
  content: "\ea06";
}

.icon-chevron-thin::before {
  content: "\ea07";
}

.icon-cleanser::before {
  content: "\ea08";
}

.icon-close::before {
  content: "\ea09";
}

.icon-delivery::before {
  content: "\ea0a";
}

.icon-envelope::before {
  content: "\ea0b";
}

.icon-exfoliant::before {
  content: "\ea0c";
}

.icon-facebook::before {
  content: "\ea0d";
}

.icon-facebook-full::before {
  content: "\ea0e";
}

.icon-info::before {
  content: "\ea0f";
}

.icon-instagram::before {
  content: "\ea10";
}

.icon-instagram-alt::before {
  content: "\ea11";
}

.icon-moisturizer::before {
  content: "\ea12";
}

.icon-moon::before {
  content: "\ea13";
}

.icon-notifyme::before {
  content: "\ea14";
}

.icon-notifyme-thin::before {
  content: "\ea15";
}

.icon-pinterest::before {
  content: "\ea16";
}

.icon-restart::before {
  content: "\ea17";
}

.icon-search::before {
  content: "\ea18";
}

.icon-shopping-cart::before {
  content: "\ea19";
}

.icon-star::before {
  content: "\ea1a";
}

.icon-sun::before {
  content: "\ea1b";
}

.icon-tiktok::before {
  content: "\ea1c";
}

.icon-toner::before {
  content: "\ea1d";
}

.icon-treatment::before {
  content: "\ea1e";
}

.icon-twitter::before {
  content: "\ea1f";
}

.icon-youtube::before {
  content: "\ea20";
}

.icon-youtube-full::before {
  content: "\ea21";
}

/* stylelint-enable */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    -webkit-filter: invert(60%);
            filter: invert(60%);
  }
  40%, 80% {
    -webkit-transform: scale(1.7) rotate3d(0, 0, 1, 5deg);
            transform: scale(1.7) rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: scale(1.7) rotate3d(0, 0, 1, -5deg);
            transform: scale(1.7) rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
  20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    -webkit-filter: invert(60%);
            filter: invert(60%);
  }
  40%, 80% {
    -webkit-transform: scale(1.7) rotate3d(0, 0, 1, 5deg);
            transform: scale(1.7) rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: scale(1.7) rotate3d(0, 0, 1, -5deg);
            transform: scale(1.7) rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.pdp-main {
  position: relative;
}
.pdp-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pdp-main .scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  display: none;
}
@media screen and (min-width: 1180px) {
  .pdp-main .scroll-down {
    display: block;
  }
}
.pdp-main .main-image {
  position: relative;
  display: block;
  height: 300px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .pdp-main .main-image {
    height: 500px;
  }
}
.pdp-main .main-image .primary-image {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 100%;
}

.pdp-section-wrapper {
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .video-wrapper-cloudinary .cld-video-player.is-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .video-wrapper-cloudinary .cld-video-player.is-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pt_product-details .header__content {
    background: transparent;
  }
}

.product-research {
  background-color: #ffffff;
}

.product-info-extra {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  max-width: 790px;
  margin: 10px 0;
}

.product-container {
  position: relative;
  padding: 0;
}
.product-container .h1,
.product-container .h2,
.product-container h1,
.product-container h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .product-container .h1,
  .product-container .h2,
  .product-container h1,
  .product-container h2 {
    margin-top: 20px;
  }
}
.product-container p {
  line-height: 1.8;
  margin: 10px 0;
}
.product-container section {
  margin: 20px 0;
}
.product-container section .simple {
  font-size: 0.813em;
  color: #9297a3;
  font-weight: normal;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-container section .simple {
    width: 66.66%;
  }
}
.product-container ul {
  margin: 0;
}
.product-container label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
@media screen and (min-width: 768px) {
  .product-container label {
    font-size: 0.813em;
  }
}
.product-container .video-button {
  cursor: pointer;
}
.product-container .video-button img {
  width: 100%;
}
.product-container .button[data-action=gift-registry] {
  display: none;
}
.product-container .product-concerns,
.product-container .product-skin {
  margin: 10px 0;
  color: #71605f;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .product-container .product-concerns,
  .product-container .product-skin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
  }
}
.product-container .product-concerns span,
.product-container .product-skin span {
  display: inline;
  margin-right: 5px;
}
.product-container .product-review {
  font-size: 1em;
  font-weight: normal;
  color: #323132;
}
.product-container .product-review span:not(.rating) {
  color: #323132;
}
.product-container .primary-image {
  height: 400px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1180px) {
  .product-container .primary-image {
    height: 100%;
    left: 0;
    max-height: calc((100vw - 820px) * 1.5);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1180px) {
  .product-basic-actions-wrapper .strike-throughprice ~ .grundpreis,
  .product-basic-actions-wrapper .strike-throughprice ~ .price-vat {
    display: block;
    margin: 0;
  }
}

.strike-throughprice {
  text-decoration: line-through;
  margin: 0 5px;
}

.product-price {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.product-price .price-standard {
  color: #999999;
  font-weight: 100;
}
.product-price .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}

.product-pricing .product-sales-price {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.product-pricing .product-standard-price {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.product-pricing .price-standard {
  padding-right: 4px;
  font-size: 22px;
  line-height: 29px;
}
.product-pricing .price-vat {
  display: none;
  line-height: 1.8;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 12px;
  color: #767575;
}
.product-pricing .product-standard-price {
  font-weight: 400;
  text-decoration: line-through;
}

.socialsharing {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-detail {
    margin: 0 auto;
  }
}
.product-detail .product-review:hover {
  cursor: pointer;
}

.product-detail-constrainer:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1180px) {
  .product-info-container {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .product-info-container > section {
    margin: 0 auto;
    max-width: 740px;
    padding: 10px 0;
  }
}
.product-info-container > section .h1,
.product-info-container > section h1 {
  font-size: 2.25em;
}
.product-info-container .features > div {
  display: list-item;
  margin-left: 40px;
}

.product-short-description h1 {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (min-width: 1180px) {
  .product-short-description h1 {
    margin-bottom: 30px;
  }
}

.how-to-use img {
  display: block;
  margin: auto;
}
.how-to-use h1 {
  display: none;
}

.category-info-slot p {
  margin: 20px 0 0;
}
.category-info-slot blockquote {
  color: #30397a;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  font-size: 36px;
  margin: 0 0 14px;
}
.category-info-slot blockquote::before {
  content: "“";
}
.category-info-slot blockquote::after {
  content: "”";
}
.category-info-slot svg {
  width: 100%;
  fill: #333133;
  stroke-width: 17;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.category-info-slot .svg-wrapper {
  width: 170px;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .category-info-slot .svg-wrapper {
    margin: 24px 0 0 100px;
  }
}
@media screen and (min-width: 1180px) {
  .category-info-slot .svg-wrapper {
    margin: 24px 0 0;
  }
}

.product-concerns-no-break {
  margin: 10px 0;
  color: #71605f;
  font-weight: 400;
  display: block;
  font-size: 0.813em;
}
@media screen and (min-width: 768px) {
  .product-concerns-no-break {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.product-concerns-no-break span {
  display: inline;
  margin-right: 5px;
}

.product-number {
  color: #cccccc;
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
}

.product-content {
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .product-content {
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -60px;
    padding: 20px;
    z-index: 11;
  }
}
@media screen and (min-width: 768px) {
  .product-content {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(40% - 20px);
        -ms-flex: 0 1 calc(40% - 20px);
            flex: 0 1 calc(40% - 20px);
    min-width: 350px;
  }
}
@media screen and (min-width: 1180px) {
  .product-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(40% - 100px);
        -ms-flex: 0 1 calc(40% - 100px);
            flex: 0 1 calc(40% - 100px);
    margin-left: 100px;
    max-width: 500px;
    min-height: 480px;
    padding-right: 40px;
    padding-top: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
}
.product-content .product-name {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product-content .product-name {
    font-size: 30px;
    line-height: 37px;
  }
}
.product-content .product-name__name {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .product-content .product-name__name {
    padding-top: 0;
  }
}
.product-content .product-description {
  color: #57575c;
  display: none;
  font-size: 16px;
  font-weight: 400;
}
.product-content .product-description p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-content .product-description {
    display: block;
  }
}
.product-content .product-description--mobile {
  display: block;
}
.product-content .product-description--mobile p {
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .product-content .product-description--mobile {
    display: none;
  }
}
.product-content .accordeon-review-count {
  color: #30397a;
  font-size: 13px;
  text-decoration: underline;
  margin-left: 3px;
}
.product-content .accordeon-review-count:hover {
  text-decoration: none;
}
.product-content .product-pricing {
  white-space: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-content .product-pricing {
    margin-bottom: 15px;
  }
}
.product-content .product-standard-price,
.product-content .discount-mention {
  margin: 0;
}

.product-additional-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.product-additional-info img {
  height: 20px;
  margin: 0 10px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}

.product-content__additional-text {
  border: 2px solid #c1084f;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .product-content__additional-text {
    margin: 20px 0 5px;
  }
}

.accordeon-review-count {
  display: inline-block;
}

.product-visuals {
  height: calc(100vh - 127px);
  max-width: 100%;
  pointer-events: all;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .product-visuals.product-visuals--bundle {
    max-height: 550px;
  }
}
@media screen and (min-width: 768px) {
  .product-visuals {
    width: auto;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.product-visuals .product-labels {
  bottom: calc(13% + 20px);
  left: 20px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .product-visuals .product-labels {
    bottom: calc(10% + 4px);
    left: 7.5%;
  }
}
.product-visuals:not(.swiper) .product-labels {
  bottom: 13%;
}
@media screen and (min-width: 768px) {
  .product-visuals:not(.swiper) .product-labels {
    bottom: 10%;
  }
}

.product-main-attributes .attribute {
  padding: 0.2em 0;
}
.product-main-attributes .label {
  padding: 0;
}

.product-basic-actions-wrapper {
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}

.product-basic-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-basic-actions .product-variations {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.product-basic-actions .variant-selection .size {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: unset;
}
@media screen and (max-width: 768px) {
  .product-basic-actions .variant-selection .size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-basic-actions .variant-selection .size li {
  min-width: calc(33.3333333333% - 6px);
  margin: unset;
  margin-bottom: 10px;
  margin-right: 10px;
}
.product-basic-actions .variant-selection .size li a {
  padding: 15px 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #c2c2c2;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 767px) {
  .product-basic-actions .variant-selection .size li a {
    height: 50px;
    padding: 15px 10px;
  }
}
.product-basic-actions .variant-selection .size li.selected-size a {
  background: initial;
  color: initial;
  border: 1px solid #333133;
  pointer-events: all;
}
.product-basic-actions .variant-selection .size li.disabled a {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  cursor: pointer;
}
.product-basic-actions .discount-mention {
  display: none;
  color: #767575;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
}
.product-basic-actions .discount-mention > span:first-of-type {
  color: #e75025;
}
.product-basic-actions .pdp-wishlist span:not(.pdp-wishlist-icon) {
  display: none;
}
.product-basic-actions .pdp-wishlist .pdp-wishlist-icon.fa-heart--inactive::before {
  color: #000000;
}
.product-basic-actions .pdp-wishlist .pdp-wishlist-icon.fa-heart--active::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.product-basic-actions .wide-button {
  width: 100%;
  margin-top: 0;
}
.product-basic-actions .product-sales-price {
  font-weight: 600;
  font-size: 30px;
  line-height: 47px;
}
@media (max-width: 767px) {
  .product-basic-actions .product-sales-price {
    font-size: 20px;
    line-height: 33px;
  }
}

.pdp-pricing-and-wishlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pdp-wishlist-content .pdp-wishlist-icon {
  font-size: 24px;
  margin-right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #333133;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.pdp-wishlist-content .pdp-wishlist-icon:hover {
  opacity: 0.9;
}
.pdp-wishlist-content.absent-in-wishlist .absent-in-wishlist {
  display: block;
}
.pdp-wishlist-content.absent-in-wishlist .exists-in-wishlist {
  display: none;
}
.pdp-wishlist-content.exists-in-wishlist .exists-in-wishlist {
  display: block;
}
.pdp-wishlist-content.exists-in-wishlist .absent-in-wishlist {
  display: none;
}

.toggle-notify-me-btn .icon,
.toggle-notify-me-btn .label {
  vertical-align: middle;
}
.toggle-notify-me-btn .icon {
  margin-right: 10px;
  font-size: 30px;
}

.add-to-cart {
  background-color: #333133;
  border-color: #333133;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}
.add-to-cart:hover {
  color: #ffffff;
  opacity: 0.9;
}
.add-to-cart[disabled], .add-to-cart.disabled {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.add-to-cart .fa-shopping-cart {
  display: none;
  vertical-align: bottom;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .add-to-cart-sticky .add-to-cart {
    position: fixed;
    left: 0;
    width: 100%;
    line-height: 20px;
    max-height: 51px;
    z-index: 10;
    -webkit-box-shadow: 0 8px 28px -12px #000000;
            box-shadow: 0 8px 28px -12px #000000;
    border: 5px solid #ffffff;
    border-left-width: 30px;
    border-right-width: 30px;
    bottom: 0;
  }
}
.add-to-cart-sticky .add-to-cart .fa-shopping-cart {
  display: inline-block;
}

.product-add-to-cart {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-add-to-cart .qty-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  line-height: 26px;
  width: 90px;
  margin-right: 10px;
}
.product-add-to-cart .qty-select.pdp-redesigned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-add-to-cart .qty-select .qty-select-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-add-to-cart .qty-add,
.product-add-to-cart .qty-remove {
  width: 20px;
  text-align: center;
}
.product-add-to-cart .qty-hide {
  visibility: hidden;
  opacity: 0;
}
.product-add-to-cart .remove-qty,
.product-add-to-cart .add-qty {
  cursor: pointer;
}
.product-add-to-cart .qty-select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77px;
      -ms-flex: 0 0 77px;
          flex: 0 0 77px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  height: 60px;
}
@media (min-width: 1180px) {
  .product-add-to-cart .qty-select {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.product-add-to-cart .notifyme-msg,
.product-add-to-cart .general-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.product-add-to-cart .oos-mesage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.product-add-to-cart .add-to-cart-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 10px;
  height: 100%;
}
@media (max-width: 768px) {
  .product-add-to-cart .add-to-cart-wrapper.toggle-notify-me-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-add-to-cart .pdp-wishlist {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60px;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0;
}
.product-add-to-cart .inventory {
  white-space: nowrap;
}
.product-add-to-cart .inventory label {
  display: inline;
  float: none;
  text-align: right;
}
.product-add-to-cart .inventory input {
  font-size: 1.5em;
  height: 50px;
  width: 100%;
  margin-right: 0.4em;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .product-add-to-cart .inventory input {
    height: 37px;
  }
}
.product-add-to-cart .dw-apple-pay-button {
  margin-left: 0.5rem;
  width: 100%;
}

.pdp-campaign-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1180px) {
  .pdp-campaign-message {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.usp-pdp {
  color: #333133;
  font-size: 12px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 5px;
  padding-top: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .usp-pdp {
    padding: 5px 0;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin-top: 30px;
  }
}
.usp-pdp ul {
  padding: 0 0 5px;
  margin: 0;
  line-height: 1;
}
.usp-pdp ul li {
  list-style-type: none;
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .usp-pdp ul li {
    display: inline-block;
    margin-right: 5px;
  }
}
.usp-pdp ul li::before {
  margin-right: 3px;
  font-weight: normal;
  content: "✓";
}

.usp-pdp ul {
  display: none;
}
@media (max-width: 767px) {
  .usp-pdp {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
    border: 0;
    padding: 0 20px;
  }
}
.usp-pdp .pdp-usp-ab-test {
  display: block;
  margin-bottom: 40px;
}
.usp-pdp .pdp-usp-ab-test div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.usp-pdp .pdp-usp-ab-test p {
  color: #ada5ad;
  font-size: 16px;
}
@media (max-width: 767px) {
  .usp-pdp .pdp-usp-ab-test p {
    font-size: 12px;
  }
}
.usp-pdp .pdp-usp-ab-test p u {
  color: #000000;
}
.usp-pdp .pdp-usp-ab-test .icon-one,
.usp-pdp .pdp-usp-ab-test .icon-two {
  width: 25px;
  display: block;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.usp-pdp .pdp-usp-ab-test .icon-two {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyOCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjEwNTMgMTEuMjIyNlY1LjQ1Mjk0QzIyLjEwNTMgNS4yMTcyNCAyMS45NTgxIDUuMDExNDMgMjEuNzUyMyA0Ljg5NDE2TDExLjMwMjEgMC4wNjYzOTg3QzExLjEyNSAtMC4wMjIxMzI5IDEwLjk0OTEgLTAuMDIyMTMyOSAxMC43NzIgMC4wNjYzOTg3TDAuMzUyOTcyIDQuODk0MTZDMC4xNDcxNjQgNS4wMTE0NCAwIDUuMjE3MjYgMCA1LjQ1Mjk0VjE3LjQzMjNDMCAxNy42NjggMC4xNDcxNyAxNy44NzM4IDAuMzUyOTcyIDE3Ljk5MTFMMTAuNzcyIDIyLjg0NzdDMTAuOTQ5MSAyMi45MzYyIDExLjEyNSAyMi45MzYyIDExLjMwMjEgMjIuODQ3N0wxNS40NTI4IDIwLjkwNTdDMTYuNTcxNiAyMi45OTYgMTguNzc5MiAyNC40Mzc4IDIxLjMwOTYgMjQuNDM3OEMyNC45NTg4IDI0LjQzNzggMjcuOTMyMyAyMS40NjQzIDI3LjkzMjMgMTcuODE1MUMyNy45NjIyIDE0LjQwMDIgMjUuNDAxNiAxMS42MDQgMjIuMTA1MiAxMS4yMjI1TDIyLjEwNTMgMTEuMjIyNlpNMTEuMDM3NSAxLjYyNjUyTDE0LjM2MzggMy4xNTY4NUw1LjkxNjU4IDcuMTAxNTlMMi41OTAyNSA1LjU3MTI2TDExLjAzNzUgMS42MjY1MlpNMTAuMjcxOCAyMC45MDU4TDEuNTMwMTYgMTYuODQzNlY2Ljc0NzQ0TDUuMjY3OTggOC40ODM1OFYxMS45MjgyQzUuMjY3OTggMTIuMzM5OCA1LjYyMDk1IDEyLjY5NCA2LjAzMzczIDEyLjY5NEM2LjQ0NTM0IDEyLjY5NCA2Ljc5OTQ5IDEyLjM0MSA2Ljc5OTQ5IDExLjkyODJWOS4xOTA2NEwxMC4yNzMgMTAuODA5NUwxMC4yNzE4IDIwLjkwNThaTTExLjAzNzUgOS40ODUxTDcuNzExMTcgNy45NTQ3N0wxNi4xODg1IDQuMDM5NzVMMTkuNTE0OCA1LjU3MDA4TDExLjAzNzUgOS40ODUxWk0xNC44OTQgMTkuNDYzOEwxMS44MDM0IDIwLjkwNTZWMTAuODA5NUwyMC41NDUgNi43NDcyN1YxMS4yMjA5QzE3LjI3NzIgMTEuNjAzOCAxNC42ODcgMTQuNDAwMSAxNC42ODcgMTcuODE0N0MxNC42ODcgMTguMzczNSAxNC43NzU2IDE4LjkzMzUgMTQuODk0IDE5LjQ2MzVMMTQuODk0IDE5LjQ2MzhaTTIxLjMzOTQgMjIuOTA3M0MxOC41MTMzIDIyLjkwNzMgMTYuMjQ3IDIwLjYxMTIgMTYuMjQ3IDE3LjgxNDlDMTYuMjQ3IDE1LjAxODYgMTguNTEzMiAxMi42OTQgMjEuMzM5NCAxMi42OTRDMjQuMTY1NiAxMi42OTQgMjYuNDMxOCAxNC45ODg5IDI2LjQzMTggMTcuODE0OUMyNi40MzE4IDIwLjY0MDkgMjQuMTM1NyAyMi45MDczIDIxLjMzOTQgMjIuOTA3M1oiIGZpbGw9IiMzMzMxMzMiLz4KPHBhdGggZD0iTTIyLjk1NiAxNS44NDM4TDIwLjgwNzEgMTguMTFMMTkuNjg4NCAxNi45MzI2QzE5LjM5NCAxNi42MzgzIDE4LjkyMjYgMTYuNjA4NCAxOC41OTk2IDE2LjkwMjdDMTguMzA1MiAxNy4xOTcxIDE4LjI3NTMgMTcuNjY4NSAxOC41Njk3IDE3Ljk5MTVMMjAuMjQ3MiAxOS43NTc2QzIwLjM5NDMgMTkuOTA0NyAyMC42MDAxIDE5Ljk5MzMgMjAuODA1OSAxOS45OTMzQzIxLjAxMTcgMTkuOTkzMyAyMS4yMTc1IDE5LjkwNDcgMjEuMzY0NyAxOS43NTc2TDI0LjA3MjQgMTYuOTAyN0MyNC4zNjY3IDE2LjYwODQgMjQuMzM2OCAxNi4xMDgyIDI0LjA0MjUgMTUuODEzOUMyMy43NTA1IDE1LjU0OTQgMjMuMjUwMyAxNS41NDk0IDIyLjk1NiAxNS44NDM4SDIyLjk1NloiIGZpbGw9IiMzMzMxMzMiLz4KPC9zdmc+Cg==");
}
.usp-pdp .pdp-usp-ab-test .icon-one {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMyAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI5NjEgNS42NTA4MkMxNC44NjEgNS42NTA4MiAxNS40MjYgNS44ODMyOSAxNS44NTg1IDYuMzE1NzZDMTUuOTU4NSA2LjQxNTc3IDE2LjA5MDkgNi40MTU3NyAxNi4xOTA5IDYuMzE1NzZMMTcuMDIyMSA1LjU1MDgxQzE3LjA1NTkgNS41MTcwNSAxNy4wODgzIDUuNDUwODEgMTcuMDg4MyA1LjM4NDU4QzE3LjA4ODMgNS4zMTgzNCAxNy4wNTQ2IDUuMjUyMTEgMTcuMDIyMSA1LjIxODM0QzE2LjI5MDkgNC40NTMzOSAxNS4zMjYgNC4wNTQ2OSAxNC4yOTYxIDQuMDU0NjlDMTIuNjMzNyA0LjA1NDY5IDExLjEzNzYgNS4yMTgzNCAxMC41Mzg4IDYuOTQ2OTNIOS42NzM4OEM5LjU0MTQxIDYuOTQ2OTMgOS40NDE0MSA3LjA0NjkzIDkuNDQxNDEgNy4xNzk0VjcuOTEwNThDOS40NDE0MSA4LjA0MzA1IDkuNTQxNDEgOC4xNDMwNSA5LjY3Mzg4IDguMTQzMDVIMTAuMzA1VjguNTQxNzVWOC45NDA0NUg5LjY3Mzg4QzkuNTQxNDEgOC45NDA0NSA5LjQ0MTQxIDkuMDQwNDUgOS40NDE0MSA5LjE3MjkyVjkuOTA0MDlDOS40NDE0MSAxMC4wMzY2IDkuNTQxNDEgMTAuMTM2NiA5LjY3Mzg4IDEwLjEzNjZIMTAuNTM4OEMxMS4xMzc2IDExLjg2NTIgMTIuNjMzNyAxMy4wMjg4IDE0LjI5NjEgMTMuMDI4OEMxNS4yOTM1IDEzLjAyODggMTYuMjU3MiAxMi41OTYzIDE3LjAyMjEgMTEuODY1MkMxNy4wNTU5IDExLjgzMTQgMTcuMDg4MyAxMS43NjUyIDE3LjA4ODMgMTEuNjk4OUMxNy4wODgzIDExLjYzMjcgMTcuMDU0NiAxMS41NjY0IDE3LjAyMjEgMTEuNTMyN0wxNi4xOTA5IDEwLjc2NzdDMTYuMDkwOSAxMC42Njc3IDE1Ljk1ODUgMTAuNjY3NyAxNS44NTg1IDEwLjc2NzdDMTUuNDI2IDExLjIwMDIgMTQuODYxIDExLjQzMjcgMTQuMjk2MSAxMS40MzI3QzEzLjQ5ODcgMTEuNDMyNyAxMi43MzM4IDEwLjkzNCAxMi4yNjc1IDEwLjEzNjZIMTQuMzYyM0MxNC40OTQ4IDEwLjEzNjYgMTQuNTk0OCAxMC4wMzY2IDE0LjU5NDggOS45MDQwOVY5LjE3MjkyQzE0LjU5NDggOS4wNDA0NSAxNC40OTQ4IDguOTQwNDUgMTQuMzYyMyA4Ljk0MDQ1SDExLjg2ODhDMTEuODM1IDguODA3OTggMTEuODM1IDguNjc0MjEgMTEuODM1IDguNTQxNzVDMTEuODM1IDguNDA5MjggMTEuODM1IDguMzA5MjggMTEuODY4OCA4LjE0MzA1SDE0LjM2MjNDMTQuNDk0OCA4LjE0MzA1IDE0LjU5NDggOC4wNDMwNSAxNC41OTQ4IDcuOTEwNThWNy4xNzk0QzE0LjU5NDggNy4wNDY5MyAxNC40OTQ4IDYuOTQ2OTMgMTQuMzYyMyA2Ljk0NjkzSDEyLjI2NzVDMTIuNzMyNCA2LjE0OTUzIDEzLjQ5NzQgNS42NTA4MiAxNC4yOTYxIDUuNjUwODJaIiBmaWxsPSIjMzMzMTMzIi8+CjxwYXRoIGQ9Ik0xMy43NjI5IDBDOS4wNDIxOCAwIDUuMjE4NzUgMy44MjM0MyA1LjIxODc1IDguNTQ0MkM1LjIxODc1IDEzLjI2NSA5LjA0MjE4IDE3LjA4ODQgMTMuNzYyOSAxNy4wODg0QzE4LjQ4MzcgMTcuMDg4NCAyMi4zMDcxIDEzLjI2NSAyMi4zMDcxIDguNTQ0MkMyMi4zMDcxIDMuODIzNDMgMTguNDgzNyAwIDEzLjc2MjkgMFpNMTMuNzYyOSAxNS4zNTk5QzEwLjAwNTcgMTUuMzU5OSA2Ljk0NzI3IDEyLjMwMTQgNi45NDcyNyA4LjU0NDJDNi45NDcyNyA0Ljc4NyAxMC4wMDU3IDEuNzI4NTIgMTMuNzYyOSAxLjcyODUyQzE3LjUyMDIgMS43Mjg1MiAyMC41Nzg2IDQuNzg3IDIwLjU3ODYgOC41NDQyQzIwLjU3ODYgMTIuMzAxNCAxNy41MjAyIDE1LjM1OTkgMTMuNzYyOSAxNS4zNTk5WiIgZmlsbD0iIzMzMzEzMyIvPgo8cGF0aCBkPSJNMTcuMTU0NyAyMC44NDYxTDEzLjk2MjQgMTguNjg1QzEzLjQ5NzUgMTguMzUyNiAxMi44MzI1IDE4LjcxODggMTIuODMyNSAxOS4yODM4VjIwLjUxMzZDNi42MTU2MyAyMC4wNDg3IDEuNzI4NjIgMTQuODYxNiAxLjcyODYyIDguNTQ0NjVDMS43Mjg2MiA4LjA3OTcyIDEuMzI5OTIgNy42Nzk2OSAwLjg2MzY2MyA3LjY3OTY5QzAuMzk4NzM0IDcuNjc5NjkgMCA4LjA3OTY4IDAgOC41NDQ2NUMwIDE1LjgyNTEgNS42NTIwMyAyMS43Nzc0IDEyLjgwMDIgMjIuMjc2MVYyMy42MDZDMTIuODAwMiAyNC4xNzA5IDEzLjQzMTMgMjQuNTM3MiAxMy45MzAxIDI0LjIwNDdMMTcuMTIyMyAyMi4wNDM2QzE3LjU4NzIgMjEuNzc3NCAxNy41ODcyIDIxLjE0NDkgMTcuMTU0OCAyMC44NDYyTDE3LjE1NDcgMjAuODQ2MVoiIGZpbGw9IiMzMzMxMzMiLz4KPC9zdmc+Cg==");
}

.promotion {
  background-color: #f5f3f3;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  padding: 1.5em;
}

.promotion-title {
  font-weight: 400;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.promotion-callout {
  color: #64772d;
  font-size: 1rem;
}
.promotion-callout .tooltip {
  font-size: 0.7rem;
  margin-left: 0.2rem;
}

.product-set .product-add-to-cart {
  border-top: none;
  padding-top: 0;
}
.product-set .product-add-to-cart label {
  float: left;
  font-size: 0.75rem;
  padding-top: 0.3em;
  padding-right: 0.5em;
}
.product-set .product-add-to-cart .availability-web label {
  float: none;
  padding: top;
}

.product-set-list {
  border-top: 1px solid #cccccc;
}
.product-set-list .product-name {
  float: none;
  margin-bottom: 0;
  width: auto;
}
.product-set-list .product-price {
  font-size: 1rem;
  margin: 0.5em 0;
}
.product-set-list .attribute h3 {
  width: 25%;
}
.product-set-list .attribute .label {
  width: 25%;
  white-space: nowrap;
}

.product-set-details {
  float: left;
  padding-left: 0.5rem;
  width: 75%;
}

.product-set-item {
  clear: both;
  overflow: hidden;
  padding: 1em 0 0;
}

.product-set-image {
  float: left;
  width: 22%;
}
.product-set-image img {
  width: 100%;
}

.product-thumbnails {
  position: absolute;
  top: 10px;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-thumbnails {
    right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .product-thumbnails {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }
}
.product-thumbnails.active {
  width: auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .product-thumbnails.active {
    opacity: 1;
  }
}
.product-thumbnails.active li {
  width: 88px;
  height: 109px;
}
.product-thumbnails.active li.video-button {
  width: 88px;
}
.product-thumbnails.active li.video-button::after {
  width: 35px;
}
.product-thumbnails ul {
  margin: 0;
  padding: 0;
}
.product-thumbnails ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .product-thumbnails ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-thumbnails ul li {
  list-style-type: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 1em;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-right: 5px;
  overflow: hidden;
}
.product-thumbnails ul li.selected {
  border-color: #333133;
}
.product-thumbnails ul li.video-button {
  width: auto;
  margin-top: 0;
  position: relative;
  line-height: 0;
  background-size: cover;
  background-position: center center;
}
.product-thumbnails ul li.video-button::after {
  font-size: 35px;
  height: 45px;
  cursor: pointer;
  width: auto;
}
.product-thumbnails ul li.video-button:not(.hide-icon)::after {
  color: #ffffff;
}
.product-thumbnails ul li.video-button span {
  display: block;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-thumbnails h2 {
  margin: 1rem 0 0.3rem;
}
.product-thumbnails img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.color li a {
  line-height: 0;
  width: 2.625rem;
  height: 2.625rem;
}
@media screen and (min-width: 1180px) {
  .color li a {
    width: 2rem;
    height: 2rem;
  }
}
.color li a img {
  width: 100%;
  height: 100%;
}

.size-chart-link {
  clear: both;
  float: none;
}
.size-chart-link a {
  border-color: #ffffff !important;
  padding: 0;
}

.product-variations ul {
  padding: 0;
  list-style: none;
}
.product-variations .volume-for-single-size {
  color: #767575;
  font-size: 16px;
  line-height: 1.5em;
}

.product-routine {
  margin-bottom: 25px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .product-routine {
    padding: 20px 60px;
  }
}
.product-routine header {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product-routine header {
    padding: 0;
    border-bottom: 1px solid #333133;
  }
  .product-routine header:after {
    content: "";
    display: table;
    clear: both;
  }
}
.product-routine header h2 {
  display: inline;
  border-bottom: none;
}
.product-routine header a {
  font-size: 12px;
  line-height: 31px;
  text-transform: none;
  display: none;
  text-align: right;
  float: right;
}
@media screen and (min-width: 768px) {
  .product-routine header a {
    display: inline;
  }
}

.product-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-review-article {
  border-bottom: 1px solid lightgray;
  margin: 30px 0;
}

.product-review-author {
  font-weight: 700;
}

.product-review-comment {
  margin: 30px 0;
}

.product-review-confirmation {
  display: none;
  margin: 20px 0 40px;
  border: 2px solid #333133;
  padding: 20px 25px;
  color: #333133;
  font-size: 1.5em;
}
.product-review-confirmation.active {
  display: block;
}

.product-reviews-tab form {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
.product-reviews-tab.active form {
  max-height: 700px;
}

.accordeon-section form {
  max-height: none;
}

.product-bundles > .button {
  width: 100%;
  margin: 15px 0 0;
}
.product-bundles .search-result-items {
  padding-bottom: 0 !important;
}
.product-bundles .grid-tile {
  margin: 10px 0;
}
.product-bundles .grid-tile .product-image img {
  height: 250px;
}
.product-bundles .grid-tile .product-image:hover img {
  -webkit-filter: none;
          filter: none;
}
.product-bundles .grid-tile .product-name {
  line-height: normal;
  margin-top: 0;
}

.product-bundles-container {
  position: fixed;
  inset: 50px 12px 12px;
  padding: 60px;
  background-color: #ffffff;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .product-bundles-container {
    inset: 60px auto auto 60px;
    width: calc(740px + 100vw - 1200px);
    height: calc(100vh - 60px);
    z-index: 70;
  }
}
@media screen and (width >= 1210px) {
  .product-bundles-container {
    width: calc(740px + (100vw - 1200px) / 2);
  }
}
.product-bundles-container:target {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.product-bundles-close-handle {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #333133;
  font-size: 0.75em;
  letter-spacing: 2.3px;
  font-weight: 400;
}
.product-bundles-close-handle span {
  padding-left: 10px;
  text-transform: uppercase;
}

.fits-my-skin-result__default .skin-test {
  color: #0971ce;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fits-my-skin-result__default .skin-test {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}
.fits-my-skin-result__default.fits-my-skin-result__default--test-taken .skin-test::after {
  content: "\ea17";
  font-family: "iconfont";
  font-size: 12px;
  margin-left: 5px;
  width: 13px;
  text-decoration: none;
  color: #000000;
}
.fits-my-skin-result__default.is-hidden {
  display: none;
}

.product-detail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .product-detail-list {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.product-detail-list .text {
  color: inherit;
}
.product-detail-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product-detail-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-detail-list li:not(.fitsmyskin-top) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-right: 8%;
}
.product-detail-list li.product-routine-des {
  padding-right: 0;
}
.product-detail-list li > span {
  display: block;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 auto !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
.product-detail-list li > span:first-of-type {
  font-weight: 600;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .product-detail-list li.fitsmyskin-top {
    width: 100%;
    margin-left: unset;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
}
.product-detail-list li.fitsmyskin-top.fitmyskin-has-result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  margin-top: 0;
}
.product-detail-list li.product-long-description {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #333133;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .product-detail-list li.product-long-description {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.product-detail-list li.product-ingredients, .product-detail-list li.product-long-description,
.product-detail-list li .fits-my-skin-retest,
.product-detail-list li .result-negative,
.product-detail-list li .take-test-again {
  display: none;
}
.product-detail-list .product-skin {
  color: #333133;
}
.product-detail-list .shortlist-ingredients {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .product-detail-list .shortlist-ingredients {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15em;
  }
}
.product-detail-list .view-all {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .product-detail-list .product-bundles {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-detail-list div.pdp-redesigned .redesign-question {
  display: inline-block;
  margin-bottom: 10px;
}
.product-detail-list .product-bundles {
  padding: 0 20px;
  width: 100%;
}

.product-count {
  height: 37px;
  width: 55px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55px;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  vertical-align: top;
  border-radius: 3px;
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .product-count {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.product-size {
  display: block;
}
.product-size span {
  display: none;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .product-size span {
    display: inline;
  }
}

body .pdp-redesigned {
  display: none;
}
body .product-content .pdp-redesigned {
  display: none;
}
body.pdp-base-look .page-content {
  margin-right: 0;
  margin-left: 0;
}
body.pdp-base-look .pdp-redesigned.first-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.pdp-base-look .pdp-redesigned table {
  display: table;
}
body.pdp-base-look .pdp-redesigned td {
  display: table-cell;
  padding: 0 5px 0 0;
}

.pdp-base-look .wrapper {
  overflow: initial;
}
.pdp-base-look .header__content .main-nav__link {
  color: #000000;
}
.pdp-base-look .header:not(.header--menu-open) {
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .pdp-base-look .header:not(.header--menu-open) {
    border: none;
  }
}
.pdp-base-look .header:not(.header--menu-open).header--scrolled, .pdp-base-look .header:not(.header--menu-open).header--submenu-open {
  background: #ffffff;
  border-bottom-color: #ffffff;
}
.pdp-base-look .breadcrumb {
  position: relative;
  width: 100%;
  z-index: 20;
  padding: 0 12px 0 23px;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .breadcrumb {
    max-width: 50%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-base-look .breadcrumb {
    max-width: 60%;
    padding-left: 40px;
  }
}
.pdp-base-look .breadcrumb ol {
  margin: 0 auto;
  width: 100%;
}
.pdp-base-look .breadcrumb li:last-of-type a {
  color: #333133;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.pdp-base-look .breadcrumb li::after {
  content: "·";
  color: #333133;
}
.pdp-base-look .breadcrumb .breadcrumb-element {
  color: rgba(51, 49, 51, 0.45);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.pdp-base-look .swiper {
  --swiper-theme-color: #333133;
  width: 100%;
  height: 90vh;
  margin-right: unset;
  margin-left: unset;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .swiper {
    height: calc(100vh - 89px);
  }
}
.pdp-base-look .swiper-slide {
  overflow: hidden;
}
.pdp-base-look .swiper-slide.product-tile-video {
  display: none;
}
.pdp-base-look .swiper-slide img,
.pdp-base-look .product-visuals__image,
.pdp-base-look .product-visuals .primary-image {
  display: block;
  height: 90vh;
  margin-top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.pdp-base-look .swiper-slide img.product-visuals__image--redesign,
.pdp-base-look .product-visuals__image.product-visuals__image--redesign,
.pdp-base-look .product-visuals .primary-image.product-visuals__image--redesign {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .swiper-slide img,
  .pdp-base-look .product-visuals__image,
  .pdp-base-look .product-visuals .primary-image {
    height: calc(100vh - 89px);
  }
}
@media (max-width: 767px) {
  .pdp-base-look .swiper-slide img,
  .pdp-base-look .product-visuals__image,
  .pdp-base-look .product-visuals .primary-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .pdp-base-look .product-visuals--bundle .swiper-slide img,
  .pdp-base-look .product-visuals--bundle .product-visuals__image, .pdp-base-look .product-visuals--bundle.product-visuals .primary-image {
    max-height: 550px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pdp-base-look .product-video {
  position: relative;
  height: 100vh;
}
@media all and (min-width: 769px) {
  .pdp-base-look .product-video {
    height: 0;
    padding-bottom: 120%;
  }
}
.pdp-base-look .product-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .pdp-base-look .product-video iframe {
    width: 100vw;
    height: 100%;
  }
}
.pdp-base-look .product-video-mobile {
  visibility: visible;
}
@media all and (min-width: 769px) {
  .pdp-base-look .product-video-mobile {
    visibility: hidden;
  }
}
.pdp-base-look .product-video-desktop {
  visibility: hidden;
}
@media all and (min-width: 769px) {
  .pdp-base-look .product-video-desktop {
    visibility: visible;
  }
}
.pdp-base-look .swiper .swiper-pagination {
  height: 2px;
  width: 85%;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
@media (max-width: 767px) {
  .pdp-base-look .swiper .swiper-pagination {
    top: 87%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pdp-base-look .swiper-pagination-progressbar {
  background: rgba(51, 49, 51, 0.11);
}
.pdp-base-look .product-detail .pdp-section-wrapper {
  max-width: 100vw;
  min-height: calc(100vh - 38px - 90px - 65px);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .pdp-base-look .product-detail .pdp-section-wrapper {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pdp-base-look .product-detail .pdp-section-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pdp-base-look .product-detail .pdp-section-wrapper .product-visuals {
  background-color: #ffffff;
  display: block;
}
.pdp-base-look .product-detail .pdp-section-wrapper .product-visuals .main-image {
  height: 100%;
}
.pdp-base-look .product-detail .pdp-section-wrapper .product-visuals .main-image .primary-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 89px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin-top: 89px;
  height: 100%;
}
@media (max-width: 1179px) {
  .pdp-base-look .product-detail .pdp-section-wrapper .product-visuals .main-image .primary-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .pdp-base-look .product-detail .pdp-section-wrapper .product-visuals {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    max-width: 55%;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-base-look .product-detail .pdp-section-wrapper .product-visuals {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100vh - 127px) * 4 / 3);
        -ms-flex: 0 1 calc((100vh - 127px) * 4 / 3);
            flex: 0 1 calc((100vh - 127px) * 4 / 3);
    max-width: calc((100vh - 127px) * 4 / 3);
  }
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-promo,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look {
  display: block;
  top: 84%;
  left: 7.5%;
  border-radius: 0;
  height: 43px;
  padding: 0 20px;
  width: auto;
}
@media (max-width: 767px) {
  .pdp-base-look .product-detail .pdp-section-wrapper .badge,
  .pdp-base-look .product-detail .pdp-section-wrapper .badge-promo,
  .pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look {
    top: 78%;
  }
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge span,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-promo span,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look span {
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 0;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge span br,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-promo span br,
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look span br {
  display: none;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge-promo {
  background-color: #ffffff;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge-promo span {
  color: #f7525b;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look,
.pdp-base-look .product-detail .pdp-section-wrapper .badge {
  background-color: #333133;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look span,
.pdp-base-look .product-detail .pdp-section-wrapper .badge span {
  text-transform: lowercase;
  top: 6px;
  max-width: 100%;
}
.pdp-base-look .product-detail .pdp-section-wrapper .badge-new-look span::first-letter,
.pdp-base-look .product-detail .pdp-section-wrapper .badge span::first-letter {
  text-transform: uppercase;
}
.pdp-base-look .product-detail .pdp-section-wrapper .product-labels,
.pdp-base-look #js-routine-slider .product-labels {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 55px);
      -ms-flex: 1 1 calc(100% - 55px);
          flex: 1 1 calc(100% - 55px);
  font-size: 14px;
  font-weight: 700;
  gap: 15px 3px;
  z-index: 20;
}
.pdp-base-look .product-detail .pdp-section-wrapper .product-labels span,
.pdp-base-look #js-routine-slider .product-labels span {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #333133;
}
.pdp-base-look .product-add-to-cart__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}
.pdp-base-look .product-add-to-cart__actions .qty-remove,
.pdp-base-look .product-add-to-cart__actions .qty-add {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pdp-base-look .product-add-to-cart__actions input[id=Quantity] {
  border: none;
  font-size: 16px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 25px;
}
@media (max-width: 767px) {
  .pdp-base-look .add-to-cart {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pdp-base-look .toggle-notify-me-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  min-height: 60px;
}
.pdp-base-look .toggle-notify-me-btn .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 30px;
  letter-spacing: normal;
  margin-right: 0;
  margin-top: -8px;
  position: relative;
  width: 30px;
}
.pdp-base-look .toggle-notify-me-btn .icon::before {
  content: "\ea15";
  font-family: "iconfont";
}
.pdp-base-look .toggle-notify-me-btn .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 10px;
  line-height: 1.1;
}
.pdp-base-look .breadcrumb + .primary-content {
  margin-top: -102px;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .breadcrumb + .primary-content {
    margin-top: -65px;
  }
}
.pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content {
  margin-top: -140px;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content {
    margin-top: -65px;
  }
}
@media screen and (min-width: 768px) {
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .swiper-slide img,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-detail .pdp-section-wrapper .product-visuals,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-visuals__image,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-visuals .primary-image {
    height: 60vh;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .swiper-slide img,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-detail .pdp-section-wrapper .product-visuals,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-visuals__image,
  .pdp-base-look .usp-banner--full ~ .page-content .breadcrumb + .primary-content .product-visuals .primary-image {
    height: calc(100vh - 127px);
    width: calc((100vh - 127px) * 4 / 3);
  }
}
.pdp-base-look .redesign-preorder-msg {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}
.pdp-base-look .first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdp-base-look .first-row #pr-categorysnippet {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.pdp-base-look .first-row__review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.pdp-base-look .first-row__review .p-w-r,
.pdp-base-look .first-row__review .p-w-r .pr-snippet .pr-snippet-stars-png,
.pdp-base-look .first-row__review .p-w-r .pr-snippet div:not(.pr-snippet-rating-decimal),
.pdp-base-look .first-row__review .p-w-r .pr-snippet span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.pdp-base-look .first-row__review .p-w-r .pr-category-snippet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .first-row__review {
    margin-bottom: 20px;
  }
}
.pdp-base-look .first-row__collection-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .first-row__collection-name {
    font-size: 20px;
  }
}
.pdp-base-look .product-pricing-red {
  font-weight: 600;
  font-size: 24px;
  line-height: 47px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pdp-base-look .product-pricing-red {
    margin-bottom: 10px;
  }
}
.pdp-base-look .product-pricing-red .strike-throughprice {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .pdp-base-look .product-pricing-red .strike-throughprice {
    margin-bottom: 0;
  }
}
.pdp-base-look .product-pricing-red .grundpreis {
  font-style: normal;
  font-weight: 400;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 20px;
  color: #cacaca;
  line-height: 33px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .pdp-base-look .product-pricing-red .grundpreis {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 0;
  }
}
.pdp-base-look table.pdp-redesigned th {
  vertical-align: bottom;
}
.pdp-base-look table.pdp-redesigned th span {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .pdp-base-look table.pdp-redesigned th span {
    font-size: 16px;
    line-height: 18px;
    width: 80px;
    min-height: 50px;
  }
}
.pdp-base-look table.pdp-redesigned td span {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 767px) {
  .pdp-base-look table.pdp-redesigned td span {
    font-size: 17px;
    line-height: 18px;
  }
}
.pdp-base-look .product-bundles {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 20px;
}
.pdp-base-look .when-to-use span[data-icon=AM]::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMi45MjhBMy4wNyAzLjA3IDAgMCAwIDIuOTI5IDYgMy4wNyAzLjA3IDAgMCAwIDYgOS4wNyAzLjA3IDMuMDcgMCAwIDAgOS4wNzEgNiAzLjA3NyAzLjA3NyAwIDAgMCA2IDIuOTI4Wm0wIDUuMzY0YTIuMjkyIDIuMjkyIDAgMSAxLS4wMDEtNC41ODRBMi4yOTIgMi4yOTIgMCAwIDEgNiA4LjI5MlptLS4zOS02LjM5Vi4zODhhLjM4OS4zODkgMCAxIDEgLjc4IDB2MS41MTJhLjM5LjM5IDAgMCAxLS43OCAwWm0tMi43Ni0uNTczYS4zOS4zOSAwIDAgMSAuNjc2LS4zOWwuNzU1IDEuMzEyYS4zOS4zOSAwIDEgMS0uNjczLjM5bC0uNzU3LTEuMzEyWk0uOCAzLjAwNWEuMzkuMzkgMCAwIDEgLjUyOS0uMTQzbDEuMzEuNzU1YS4zOS4zOSAwIDAgMS0uMzkuNjc2TC45NCAzLjUzNmEuMzkuMzkgMCAwIDEtLjE0LS41MzFaTTEuOSA2LjM4OUguMzlhLjM4OS4zODkgMCAxIDEgMC0uNzc4aDEuNTEyYS4zOS4zOSAwIDAgMSAwIC43NzhabS43NDggMS45OTgtMS4zMi43NjJhLjM5LjM5IDAgMCAxLS4zOS0uNjc1bDEuMzEyLS43NTVhLjM5LjM5IDAgMCAxIC4zOS42NzNsLjAwOC0uMDA1Wm0xLjY0NCAxLjM2Mi0uNzU3IDEuMzExYS4zODkuMzg5IDAgMSAxLS42NzQtLjM4OWwuNzU1LTEuMzFhLjM5LjM5IDAgMCAxIC42NzYuMzl2LS4wMDJabTIuMDk2LjM1djEuNTEyYS4zODkuMzg5IDAgMSAxLS43NzggMHYtMS41MTJhLjM5LjM5IDAgMCAxIC43NzggMFptMi43Ni41NzJhLjM4OS4zODkgMCAxIDEtLjY3NS4zOWwtLjc1NS0xLjMxMmEuMzkuMzkgMCAwIDEgLjY3My0uMzlsLjc1NyAxLjMxMlpNMTEuMiA5LjAwM2EuMzkuMzkgMCAwIDEtLjUzMS4xNDJMOS4zNTcgOC4zOWEuMzkuMzkgMCAwIDEgLjM5LS42NzZsMS4zMTMuNzVhLjM5LjM5IDAgMCAxIC4xNC41MzF2LjAwOFpNMTIgNmEuMzg4LjM4OCAwIDAgMS0uMzkuMzlIMTAuMWEuMzkuMzkgMCAwIDEgMC0uNzhoMS41MTJBLjM5LjM5IDAgMCAxIDEyIDZaTTkuMzUxIDMuNjA4bDEuMzItLjc1N2EuMzkuMzkgMCAwIDEgLjM5LjY3NWwtMS4zMTIuNzU1YS4zOS4zOSAwIDAgMS0uMzktLjY3M2gtLjAwOFpNNy43MDcgMi4yNDYgOC40NjQuOTRhLjM4OS4zODkgMCAxIDEgLjY3NC4zOWwtLjc1NSAxLjMwOWEuMzkuMzkgMCAwIDEtLjY3Ni0uMzl2LS4wMDNaIiBmaWxsPSIjMzMzMTMzIi8+PC9zdmc+");
  padding-right: 9px;
}
.pdp-base-look .when-to-use span[data-icon=PM]::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNjE4IDBBNi4wMTIgNi4wMTIgMCAwIDAgMCA1Ljk5NSA2LjAxMSA2LjAxMSAwIDAgMCA2LjAwNiAxMmE2LjAxNCA2LjAxNCAwIDAgMCA1Ljg2NC00LjcxMS4zNzUuMzc1IDAgMCAwLS42NzItLjMwMSA0LjI0NCA0LjI0NCAwIDAgMS0zLjQ0IDEuNzU5IDQuMjQ4IDQuMjQ4IDAgMCAxLTQuMjU1LTQuMjU0YzAtMS42NTEuOTQtMy4wNzggMi4zMTEtMy43ODVhLjM3NS4zNzUgMCAwIDAtLjE5Ni0uNzA3Wk00LjA2NiAxLjEzYTQuOTc4IDQuOTc4IDAgMCAwLTEuMzEzIDMuMzYzIDUuMDEgNS4wMSAwIDAgMCA1LjAwNCA1LjAwNSA0Ljk3NyA0Ljk3NyAwIDAgMCAyLjc2OC0uODRBNS4yNSA1LjI1IDAgMCAxIC43NSA1Ljk5NGMwLTIuMjE3IDEuMzc4LTQuMDkxIDMuMzE2LTQuODY0WiIgZmlsbD0iIzMzMzEzMyIvPjwvc3ZnPg==");
  padding-right: 9px;
}
.pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions {
  background-color: #ffffff;
  bottom: 0;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions .pdp-wishlist {
  display: none;
}
.pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions .add-to-cart-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: auto;
  margin-right: 0;
  height: auto;
}
.pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions .add-to-cart-wrapper .add-to-cart {
  width: auto;
}
.pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions .button {
  padding: 12px 15px 11px;
}
@media all and (min-width: 769px) {
  .pdp-base-look.add-to-cart-sticky .product-add-to-cart__actions {
    max-width: 100%;
  }
}
.pdp-base-look.add-to-cart-sticky .add-to-cart {
  border: 2px solid #333133;
  bottom: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 60px;
  left: auto;
  max-height: 60px;
  position: relative;
  width: auto;
  z-index: inherit;
}
.pdp-base-look .fitsmyskin-top {
  margin: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result__visual {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper img {
  width: 20px;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper img.mark-no {
  width: 6px;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result__description {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result__description > span,
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result__description b {
  font-weight: 700;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .fits-my-skin-result__title {
  margin: 0 5px;
  font-weight: 600;
  font-size: 14px;
  display: none;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .find-right-product {
  background-color: transparent;
  color: #0971ce;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  text-decoration: underline;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .find-right-product:hover {
  text-decoration: none;
}
.pdp-base-look .fitsmyskin-top .fits-my-skin-wrapper .take-test-again {
  text-decoration: underline;
  border: 0;
  color: #000000;
  padding-left: 0;
}
.pdp-base-look .swiper-button-next {
  right: 55px;
}
.pdp-base-look .swiper-button-next.arrow-style-right::after {
  color: #333133;
  content: "\ea06";
  font-family: "iconfont";
  font-size: 26px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (max-width: 767px) {
  .pdp-base-look .swiper-button-next {
    right: 10px;
  }
}
.pdp-base-look .swiper-button-prev {
  left: 55px;
}
.pdp-base-look .swiper-button-prev.arrow-style-left::after {
  color: #333133;
  content: "\ea06";
  font-family: "iconfont";
  font-size: 26px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (max-width: 767px) {
  .pdp-base-look .swiper-button-prev {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .pdp-base-look .gift-certificate-purchase {
    margin-top: 90px;
  }
}

.usp-pdp .pdp-usp-ab-test {
  display: none;
}

.product-oos__new {
  display: none;
  margin-top: 10px;
}
body.pdp-base-look .product-oos__new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-oos__old {
  display: block;
}
body.pdp-base-look .product-oos__old {
  display: none;
}

.redesign-pdp-oos__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}

.redesign-pdp-oos__msg {
  color: #ff0000;
  line-height: 1;
}

.redesign-pdp-oos__button {
  color: #30397a;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  line-height: 1;
  margin-left: 20px;
  text-decoration: underline;
}

.redesign-pdp-oos__dialog-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}

.redesign-pdp-oos__dialog-text,
.redesign-pdp-oos__dialog-text p {
  font-size: 16px;
  line-height: 1.25;
}

.redesign-pdp-oos__dialog-content-text {
  color: #8abfc9;
  font-size: 16px;
}

.redesign-pdp-oos__dialog-tile {
  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;
  margin-top: 19px;
  width: 100%;
}
.redesign-pdp-oos__dialog-tile .product-tile {
  max-width: 212px;
  -webkit-flex-basis: 212px;
      -ms-flex-preferred-size: 212px;
          flex-basis: 212px;
}

.redesign-pdp-oos__dialog-container {
  max-width: 490px;
  padding: 30px 30px 15px;
}
.redesign-pdp-oos__dialog-container .ui-widget-header {
  height: 0;
}
.redesign-pdp-oos__dialog-container .ui-dialog-titlebar-close {
  right: 8px;
  top: 5px;
}
.redesign-pdp-oos__dialog-container .ui-dialog-titlebar-close::before {
  font-size: 18px;
}
@media (max-width: 767px) {
  .redesign-pdp-oos__dialog-container {
    max-width: calc(100% - 20px);
    left: 10px !important;
  }
}

.redesign-pdp-oos__dialog {
  display: none;
  margin-top: -15px;
  width: 100%;
}
.redesign-pdp-oos__dialog .product-tile__routine {
  font-weight: 700;
  padding: 9px 12px;
}
.redesign-pdp-oos__dialog .product-tile__routine-text {
  font-size: 14px;
}
.redesign-pdp-oos__dialog .product-tile__category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.redesign-pdp-oos__dialog .product-tile__reviews {
  position: relative;
  margin-top: 0;
  right: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.redesign-pdp-oos__dialog .p-w-r .pr-category-snippet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.redesign-pdp-oos__dialog .p-w-r .pr-category-snippet__rating,
.redesign-pdp-oos__dialog .p-w-r .pr-snippet .pr-snippet-stars-png,
.redesign-pdp-oos__dialog .p-w-r .pr-category-snippet__total {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.redesign-pdp-oos__dialog .p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.redesign-pdp-oos__dialog .p-w-r .pr-snippet .pr-snippet-stars-png .pr-rating-stars > div {
  height: 11px;
  width: 11px;
}
.redesign-pdp-oos__dialog .product-tile__product-pricing,
.redesign-pdp-oos__dialog .product-tile__name-link,
.redesign-pdp-oos__dialog .product-tile__category-link,
.redesign-pdp-oos__dialog .product-tile__product-skin {
  font-size: 14px;
}
.redesign-pdp-oos__dialog .product-tile__category-link,
.redesign-pdp-oos__dialog .product-tile__product-skin {
  margin-bottom: 5px;
}
.redesign-pdp-oos__dialog .product-tile__name-link {
  font-weight: bold;
}
.redesign-pdp-oos__dialog .product-tile__reviews {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.redesign-pdp-oos__dialog .product-tile__button {
  font-size: 21px;
  height: 42px;
  margin-right: 0;
  width: 42px;
}

.video-wrapper-cloudinary > * {
  margin: 0 auto;
}

.anchor-target {
  position: absolute;
  top: -68px;
}
@media screen and (min-width: 1180px) {
  .anchor-target {
    top: -90px;
  }
}

.pdp-base-look .routine-step-2 .btn-next-2, .pdp-base-look .routine-step-1 button[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #333133;
  border-color: #333133;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 30px 11px;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .routine-step-2 .btn-next-2, .pdp-base-look .routine-step-1 button[type=button] {
    padding: 9px 23px 8px;
  }
}
@media not all and (pointer: coarse) {
  .pdp-base-look .routine-step-2 .btn-next-2:hover:hover, .pdp-base-look .routine-step-1 button[type=button]:hover:hover {
    color: #333133;
    background-color: #ffffff;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .pdp-base-look .myRoutine .rf-routine-finder {
    min-height: 740px;
  }
}
@media screen and (min-width: 768px) {
  .pdp-base-look .myRoutine .rf-routine-finder {
    height: 600px !important;
  }
}
@media screen and (min-width: 768px) {
  .pdp-base-look .myRoutine .rf-routine-finder.rf-routine-results {
    height: auto !important;
  }
}
.pdp-base-look .myRoutine .rf-routine-question .login-message,
.pdp-base-look .myRoutine .rf-routine-question .login-link {
  display: none;
}
.pdp-base-look .myRoutine .rf-bottom-links > div:nth-of-type(-n+2) {
  display: none;
}
.pdp-base-look .myRoutine .rf-expanding-content h1,
.pdp-base-look .myRoutine .rf-expanding-content h2 {
  display: none;
}
.pdp-base-look #myroutine-reviews {
  position: fixed;
  inset: 0;
  overflow-y: scroll;
  z-index: 210;
  background-color: #ffffff;
  padding: 30px 50px 0;
}
@media screen and (min-width: 1180px) {
  .pdp-base-look #myroutine-reviews {
    padding: 30px 250px 0;
  }
}
.pdp-base-look #myroutine-reviews h1,
.pdp-base-look #myroutine-reviews h2,
.pdp-base-look #myroutine-reviews h3 {
  width: 100%;
  text-align: center;
}
.pdp-base-look #myroutine-reviews h2 {
  font-size: 16px;
}
.pdp-base-look #myroutine-reviews h1 {
  font-size: 24px;
}
.pdp-base-look #myroutine-reviews .closeBtn.fixed {
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  position: fixed;
  top: 10px;
  right: 30px;
}
@media screen and (max-width: 1180px) {
  .pdp-base-look #myroutine-reviews .closeBtn.fixed {
    font-size: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .pdp-base-look #myroutine-reviews .closeBtn.fixed {
    top: 5px;
    right: 10px;
  }
}
.pdp-section .pdp-base-look .routine-finder-header,
.pdp-section .pdp-base-look .routine-step {
  height: unset !important;
}
.pdp-base-look .routine-finder-header .btn-back,
.pdp-base-look .routine-step .btn-back {
  left: 20px;
  position: absolute;
  visibility: hidden;
  padding: 11px 40px;
}
.pdp-base-look .routine-finder-header .btn-back.btn-visible,
.pdp-base-look .routine-step .btn-back.btn-visible {
  opacity: 1;
  visibility: visible;
  top: -80px;
}
@media screen and (width <= 1178px) {
  .pdp-base-look .routine-finder-header .btn-back.btn-visible,
  .pdp-base-look .routine-step .btn-back.btn-visible {
    position: relative;
    top: auto;
    left: auto;
  }
}
.pdp-base-look .routine-finder-header .optional-indicator,
.pdp-base-look .routine-step .optional-indicator {
  display: none;
}
.pdp-base-look .routine-finder-header {
  padding: 28px 20px 15px;
  position: relative;
  width: 100%;
}
.pdp-base-look .routine-finder-header div {
  margin: 0 0 15px;
}
.pdp-base-look .routine-finder-header div h1 {
  color: #333133;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 27px;
  letter-spacing: normal;
}
.pdp-base-look .routine-finder-header div h1.desktop-title {
  display: none;
}
.pdp-base-look .routine-finder-header div h1.mobile-title {
  display: block;
  padding: 0;
}
.pdp-base-look .routine-finder-header .routine-progress-wrap .routine-progress-label {
  color: #333133;
  display: block;
  float: none;
  font-size: 11px;
  letter-spacing: 0.59px;
  font-weight: 600;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
}
.pdp-base-look .routine-finder-header .routine-progress-wrap .routine-progress-bar {
  background-color: #e1d4ce;
  border-radius: 20px;
  height: 4px;
  margin: 0 auto;
  overflow: hidden;
  width: 223px;
}
.pdp-base-look .routine-finder-header .routine-progress-wrap .routine-progress-bar .routine-progress-bar-inner {
  background-color: #323132;
  display: block;
  height: 4px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 50%;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-finder-header {
    padding: 36px 20px 15px;
  }
  .pdp-base-look .routine-finder-header .btn-back {
    left: 20px;
    top: 10px;
  }
  .pdp-base-look .routine-finder-header div {
    padding: 0 20px 0 0;
  }
  .pdp-base-look .routine-finder-header div .mobile-title {
    display: none;
  }
  .pdp-base-look .routine-finder-header div .desktop-title {
    display: block;
  }
  .pdp-base-look .routine-finder-header .routine-progress-wrap {
    text-align: center;
    width: 100%;
  }
  .pdp-base-look .routine-finder-header .routine-progress-wrap .routine-progress-label {
    display: block;
    float: none;
    font-size: 11px;
    letter-spacing: 0.59px;
    font-weight: 600;
    margin-bottom: 13px;
  }
  .pdp-base-look .routine-finder-header .routine-progress-wrap .routine-progress-bar {
    display: block;
  }
}
.pdp-base-look .routine-finder-wrap .loader {
  position: absolute;
}
.pdp-section .pdp-base-look .routine-finder-wrap {
  width: 100%;
}
.pdp-base-look .routine-finder-wrap .routine-step {
  width: 100%;
  text-align: center;
}
.pdp-base-look .routine-finder-wrap .routine-step.show-step {
  display: block;
}
.pdp-base-look .routine-finder-wrap .routine-step.hide-step {
  display: none;
}
.pdp-base-look .routine-finder-wrap .routine-step .routine-step__description {
  margin-bottom: 35px;
  font-weight: normal;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pdp-base-look .routine-step-1 .form-row {
  margin: 0;
}
.pdp-base-look .routine-step-1 .form-row__label {
  text-align: center;
}
.pdp-section .pdp-base-look .routine-step-1 .form-row__label {
  display: none;
}
.pdp-base-look .routine-step-1 .form-row__label h2 {
  letter-spacing: 0;
  margin: 0;
}
.pdp-base-look .routine-step-1 input[type=radio],
.pdp-base-look .routine-step-1 input[type=checkbox] {
  height: 0;
}
.pdp-base-look .routine-step-1 .field-wrapper {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pdp-base-look .routine-step-1 .field-wrapper label {
  padding: 20px 15px;
  background-color: #ffffff;
  color: #333133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 45%;
  text-align: center;
  border: 2px solid transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pdp-base-look .routine-step-1 .field-wrapper label {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .field-wrapper label {
    padding: 50px 15px 40px;
    width: 230px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .field-wrapper label:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.pdp-base-look .routine-step-1 .field-wrapper label::after {
  display: none;
}
.pdp-base-look .routine-step-1 .field-wrapper label span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .field-wrapper label span {
    min-height: 70px;
  }
}
.pdp-base-look .routine-step-1 .field-wrapper label.selected {
  background-color: #f7f5f6;
  border: 2px solid #333133;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .field-wrapper label.selected {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.pdp-base-look .routine-step-1 .field-wrapper label.not-selected {
  opacity: 0.5;
}
.pdp-base-look .routine-step-1 .field-wrapper label::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 120px;
  width: 120px;
  position: relative;
  margin-bottom: 20px;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1179px) {
  .pdp-base-look .routine-step-1 .field-wrapper label::before {
    height: 100px;
  }
}
.pdp-base-look .routine-step-1 .field-wrapper label:nth-of-type(1)::before {
  background-image: url("../images/1_Normal.png");
}
.pdp-base-look .routine-step-1 .field-wrapper label:nth-of-type(2)::before {
  background-image: url("../images/1_Dry.png");
}
.pdp-base-look .routine-step-1 .field-wrapper label:nth-of-type(3)::before {
  background-image: url("../images/1_Combo.png");
}
.pdp-base-look .routine-step-1 .field-wrapper label:nth-of-type(4)::before {
  background-image: url("../images/1_Oily.png");
}
.pdp-base-look .routine-step-1 .btn-next {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 50px 11px;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .btn-next {
    margin: 0 auto;
    max-width: 1085px;
    text-align: center;
    position: relative;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pdp-base-look .routine-step-1 .btn-next {
    width: 92%;
  }
}
.pdp-base-look .routine-step-1 .btn-next.disabled {
  background-color: #9b9b9b;
  color: #ffffff;
  pointer-events: none;
  border: none;
}
.pdp-base-look .routine-step-1 .btn-next.laptop-widescreen-show {
  display: none;
  position: absolute;
  right: 0;
  top: -110px;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-1 .btn-next.laptop-widescreen-show {
    display: block;
  }
}
@media screen and (max-height: 1179px) {
  .pdp-base-look .routine-step-1 .btn-next.laptop-widescreen-hide {
    display: none;
    margin: 0 auto;
  }
}
.pdp-base-look .routine-step-2 {
  display: none;
  position: relative;
}
.pdp-base-look .routine-step-2 .step-title {
  color: #333133;
  letter-spacing: normal;
  margin: 0 0 20px;
  text-align: center;
}
.pdp-base-look .routine-step-2 .routine-items-wrap {
  width: 100%;
  margin-top: 30px;
  float: none;
  gap: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .routine-step-2 .routine-items-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1179px) {
  .pdp-base-look .routine-step-2 .routine-buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pdp-base-look .routine-step-2 .routine-buttons-wrap .btn-next-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.pdp-base-look .routine-step-2 .routine-items-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: inherit;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pdp-base-look .routine-step-2 .form-row {
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pdp-base-look .routine-step-2 .form-row {
    -webkit-flex-basis: calc((33.3333333333%) - 10px);
        -ms-flex-preferred-size: calc((33.3333333333%) - 10px);
            flex-basis: calc((33.3333333333%) - 10px);
  }
}
.pdp-base-look .routine-step-2 .form-row.is-selected .form-row__label::before {
  background-color: #000000;
}
.pdp-base-look .routine-step-2 .form-row.is-selected .form-row__label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 20;
  border-radius: 100%;
}
.pdp-base-look .routine-step-2 .form-row > label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 58px;
  line-height: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
}
.pdp-base-look .routine-step-2 .form-row > label.active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.pdp-base-look .routine-step-2 .form-row .field-wrapper {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pdp-base-look .routine-step-2 .form-row input[type=checkbox] + label {
  background-color: #ffffff;
  opacity: 0.5;
  mix-blend-mode: normal;
  inset: 0;
  border-radius: 0;
  color: #333133;
  padding: 0;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pdp-base-look .routine-step-2 .form-row input[type=checkbox] + label::before, .pdp-base-look .routine-step-2 .form-row input[type=checkbox] + label::after {
  display: none;
}
.pdp-base-look .routine-step-2 .form-row input[type=checkbox]:checked + label {
  background-color: #D7C4B7;
  opacity: 1;
  color: #333133;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.pdp-base-look .routine-step-2 button {
  display: none;
}
.pdp-base-look .routine-step-2 .btn-next-2 {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 50px 11px;
}
.pdp-base-look .routine-step-2 .btn-arrow {
  display: inline-block;
  visibility: visible;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  margin-top: 10px;
  border: 0;
  color: #333133;
  text-transform: none;
}
.pdp-base-look .routine-step-2 .btn-arrow-back {
  background: url("../images/arrow.png") no-repeat;
  background-size: inherit;
  background-position: left;
  padding: 11px 15px;
  position: relative;
  left: 0;
}
.pdp-base-look .routine-step-2 .btn-arrow-skip {
  background: url("../images/arrow-right.png") no-repeat;
  background-size: inherit;
  background-position: right;
  padding: 11px 15px;
}
.pdp-base-look .routine-step-2 .mobile-hide {
  display: none;
}
.pdp-base-look .routine-step-2 .secondary {
  display: none;
}
.pdp-base-look .routine-step-2 .form-row__label {
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
.pdp-base-look .routine-step-2 .form-row__label::before {
  background-color: #f9f3ec;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 20px;
  width: 20px;
  z-index: 10;
}
.pdp-base-look .routine-step-2 .form-row__label:hover::before {
  background-color: #000000;
}
.pdp-base-look .routine-step-2 .form-row__label:hover::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 25px;
  pointer-events: none;
  position: absolute;
  top: 25px;
  width: 10px;
  z-index: 20;
}
.pdp-base-look .routine-step-2 .form-row__label label {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.pdp-base-look .routine-step-2 .form-row__label label span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  padding: 0 40px;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-2 {
    margin: 0 auto;
    text-align: center;
  }
  .pdp-base-look .routine-step-2 .form-row:hover > label,
  .pdp-base-look .routine-step-2 .form-row:hover input[type=checkbox] + label {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .pdp-base-look .routine-step-2 .form-row > label {
    font-size: 16px;
    height: 74px;
  }
  .pdp-base-look .routine-step-2 button {
    display: inline-block;
    padding: 11px 40px;
  }
  .pdp-base-look .routine-step-2 button.laptop-widescreen-show {
    display: block;
    position: absolute;
    right: 0;
    top: -80px;
  }
}
@media screen and (min-width: 1179px) and (min-width: 1179px) {
  .pdp-base-look .routine-step-2 button.laptop-widescreen-show {
    display: block;
  }
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-2 button .desktop-hide {
    display: none;
  }
  .pdp-base-look .routine-step-2 button .mobile-hide {
    display: inline-block;
  }
}
@media screen and (min-width: 1179px) and (max-height: 1179px) {
  .pdp-base-look .routine-step-2 button.laptop-widescreen-hide {
    display: none;
  }
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-step-2 .btn-arrow {
    display: none;
  }
  .pdp-base-look .routine-step-2 .btn-visible {
    display: block;
  }
  .pdp-base-look .routine-step-2 .btn-next-2 {
    margin-top: 0;
  }
  .pdp-base-look .routine-step-2 .btn-arrow.btn-visible {
    display: none;
  }
}
.pdp-section .pdp-base-look .routine-step-2 h3 {
  display: inline-block;
}
.pdp-section .pdp-base-look .routine-step-2 span {
  font-size: 14px;
}
.pdp-base-look .routine-switcher {
  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;
  width: 100%;
}
.pdp-base-look .routine-switcher .routine-switcher__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 280px;
  height: 60px;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #808080;
}
.pdp-base-look .routine-switcher .routine-switcher__button:hover {
  background: rgba(62, 70, 131, 0.5);
}
.pdp-base-look .routine-switcher .routine-switcher__button.active {
  background: #3e4683;
  color: #fff;
}
.pdp-base-look .routine-switcher .routine-switcher__button span {
  margin-top: 7px;
  text-transform: lowercase;
}
.pdp-base-look .routine-search-wrapper {
  padding: 0 0 25px;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-search-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.pdp-base-look .routine-search-result {
  margin: 0 -18px;
}
.pdp-base-look .routine-search-result h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: normal;
  margin: 0 0 20px;
  text-align: left;
}
.pdp-base-look .routine-search-results {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1180px;
  margin: 0 auto;
}
.pdp-base-look .routine-search-results .advanced-step-count {
  display: none;
}
.pdp-base-look .routine-search-results .product-tile__variation-button {
  border-color: #c4c4c4;
}
.pdp-base-look .routine-search-results .product-tile__variation-button--active {
  border-color: #333133;
  background-color: #ffffff;
}
.pdp-base-look .routine-search-results.advanced-steps .advanced-step-count {
  display: inline-block;
}
.pdp-base-look .routine-search-results.advanced-steps .essential-step-count {
  display: none;
}
.pdp-base-look .routine-search-results .routine-finder-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 10px 15px;
}
.pdp-base-look .routine-search-results .routine-finder-header .btn-back {
  display: none;
}
.pdp-base-look .routine-search-results .routine-finder-header h1 {
  padding: 0 35px;
  line-height: 27px;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.pdp-base-look .routine-search-results .routine-finder-header .inversed {
  border: 0;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0 10px 30px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #30397a;
  background: url("../images/redo.png") no-repeat scroll center left;
}
.pdp-base-look .routine-search-results .results-intro-text {
  display: none;
}
.pdp-base-look .routine-search-results .routine-search-results-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  width: 100%;
}
.pdp-base-look .routine-search-results .routine-search-results-list h3 {
  font-weight: 400;
  margin: 0;
}
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-list-item-info {
  background-color: #F5EBDF;
}
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-day-moisturiser,
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-night-moisturiser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-day-moisturiser,
  .pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-night-moisturiser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-day-moisturiser div,
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-night-moisturiser div {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
  height: 32px;
}
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-day-moisturiser div,
.pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result-night-moisturiser div {
  display: block;
  width: 100%;
  margin-left: 20px;
}
.pdp-base-look .routine-search-results .routine-search-text {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
}
.pdp-base-look .routine-search-results .routine-search-text span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 25px;
  margin-top: 0;
}
.pdp-base-look .routine-search-results .routine-search-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.pdp-base-look .routine-search-results .routine-search-text p b {
  font-weight: 600;
}
.pdp-base-look .routine-search-results .routine-search-text p:last-child {
  margin: 0;
}
.pdp-base-look .routine-search-results .routine-text__top {
  grid-row-start: 1;
}
.pdp-base-look .routine-search-results .routine-text__top,
.pdp-base-look .routine-search-results .routine-text__bottom {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
}
.pdp-base-look .routine-search-results .routine-text__top p,
.pdp-base-look .routine-search-results .routine-text__bottom p {
  margin: 0 0 20px;
  text-align: inherit;
}
.pdp-base-look .routine-search-results .product-tile {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pdp-base-look .routine-search-results .product-tile .product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  min-width: 143px;
}
.pdp-base-look .routine-search-results .product-tile .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-base-look .routine-search-results .product-tile .product-image + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.pdp-base-look .routine-search-results .product-tile .product-image .product-image__wishlist {
  display: none;
}
.pdp-base-look .routine-search-results .product-tile .product-image .thumb-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pdp-base-look .routine-search-results .product-tile .product-name {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pdp-base-look .routine-search-results .product-tile .product-name a {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer {
  width: 100%;
  min-height: 75px;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-tile__variation-item {
  width: auto;
  list-style: none;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-tile-footer__info {
  display: inline-block;
  padding: 10px 0;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing {
  width: 100%;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 400;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing span.price-sales {
  font-weight: 600;
  font-size: 18px;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing span.strike-throughprice {
  font-size: 14px;
  color: #c4c4c4;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing button {
  display: none;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .product-pricing .grundpreis {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
      -ms-flex-order: unset;
          order: unset;
}
.pdp-base-look .routine-search-results .product-tile .product-tile-footer .add-to-cart-link, .pdp-base-look .routine-search-results .product-tile .product-tile-footer .button {
  float: right;
}
.pdp-base-look .routine-search-results .product-tile .product-swatches {
  display: none;
}
.pdp-base-look .routine-search-results .product-tile .product-skin {
  display: none;
}
.pdp-base-look .routine-search-results .product-tile .product-long-description {
  display: none;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.pdp-base-look .routine-search-results .product-tile .product-pricing {
  line-height: 15px;
}
.pdp-base-look .routine-search-results .product-tile .product-pricing .product-sales-price {
  font-size: 12px;
}
.pdp-base-look .routine-search-results .product-tile .add-to-cart-link {
  border-color: #333133;
  bottom: 0;
  left: 0;
  right: auto;
}
.pdp-base-look .routine-search-results .buttons-wrap {
  text-align: center;
}
.pdp-base-look .routine-search-results .buttons-wrap .button {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 5px;
  padding: 15px 32px;
}
.pdp-base-look .routine-search-results .buttons-wrap .inversed {
  border-color: #333133;
}
.pdp-base-look .routine-search-results .content-two-columns {
  float: left;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
}
.pdp-base-look .routine-search-results .content-two-columns .content-image-container {
  margin-bottom: 9px;
}
.pdp-base-look .routine-search-results .content-two-columns .content-container h1 {
  color: #333133;
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 29px;
  margin: 0 0 2px;
}
.pdp-base-look .routine-search-results .content-two-columns .content-container p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 26px;
}
@media all and (min-width: 321px) and (max-width: 768px) {
  .pdp-base-look .routine-search-results .content-two-columns .content-container p {
    text-align: left;
  }
}
.pdp-base-look .routine-search-results .content-two-columns .content-container .button {
  width: 100%;
}
.pdp-base-look .routine-search-results .content-two-columns .content-container .button.inversed {
  border-color: #333133;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: normal;
  font-weight: 400;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (min-width: 321px) and (max-width: 768px) {
  .pdp-base-look .routine-search-results .content-two-columns .content-container .button.inversed {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media all and (min-width: 321px) and (max-width: 768px) {
  .pdp-base-look .routine-search-results .content-two-columns .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pdp-base-look .routine-search-results .content-apply-email {
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.pdp-base-look .routine-search-results .content-apply-email .content-container {
  float: left;
  width: 100%;
}
.pdp-base-look .routine-search-results .content-apply-email h1 {
  color: #333133;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 29px;
  margin: 0 0 3px;
}
.pdp-base-look .routine-search-results .content-apply-email p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 14px;
}
.pdp-base-look .routine-search-results .content-apply-email .email-subscribe {
  position: relative;
  width: 100%;
}
.pdp-base-look .routine-search-results .content-apply-email .email-subscribe input {
  border-color: rgba(0, 0, 0, 0.37);
  height: 54px;
  padding: 10px 60px 10px 17px;
  width: 100%;
}
.pdp-base-look .routine-search-results .content-apply-email .email-subscribe button {
  background-color: transparent;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.37);
  bottom: 0;
  color: #333133;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
}
@media screen and (min-width: 1179px) {
  .pdp-base-look .routine-search-results .routine-finder-header {
    padding: 36px 0 15px;
    position: relative;
  }
  .pdp-base-look .routine-search-results .routine-search-wrapper {
    display: block;
  }
  .pdp-base-look .routine-search-results .routine-text__top {
    margin-top: 35px;
  }
  .pdp-base-look .routine-search-results .routine-text__top,
  .pdp-base-look .routine-search-results .routine-text__bottom {
    overflow: hidden;
  }
  .pdp-base-look .routine-search-results .results-intro-text {
    display: none;
  }
  .pdp-base-look .routine-search-results .routine-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .pdp-base-look .routine-search-results .routine-search-result h2 {
    margin: 70px 0 20px;
    grid-column: 2/span 4;
  }
  .pdp-base-look .routine-search-results .routine-search-result .buttons-wrap {
    grid-column: 2/span 4;
    margin-bottom: 80px;
    margin-top: 0;
  }
  .pdp-base-look .routine-search-results .routine-search-results-list li {
    list-style: none;
  }
  .pdp-base-look .routine-search-results .routine-search-results-list .routine-search-result__slide {
    width: auto !important;
    max-width: 280px;
  }
  .pdp-base-look .routine-search-results .routine-search-text {
    padding-top: 70px;
    grid-column: 7/span 5;
  }
  .pdp-base-look .routine-search-results .routine-search-text p {
    margin: 0 0 20px;
  }
  .pdp-base-look .routine-search-results .product-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pdp-base-look .routine-search-results .product-tile .add-to-cart-link {
    left: auto;
    right: 0;
  }
  .pdp-base-look .routine-search-results .product-tile .product-image {
    width: 100%;
    padding-right: 0;
  }
  .pdp-base-look .routine-search-results .product-tile .product-long-description {
    display: none;
    max-height: unset;
    margin-bottom: 15px;
  }
  .pdp-base-look .routine-search-results .buttons-wrap {
    text-align: center;
  }
  .pdp-base-look .routine-search-results .content-two-columns {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    float: none;
    margin: 53px auto 38px;
    padding: 0;
    width: auto;
  }
  .pdp-base-look .routine-search-results .content-two-columns .content-image-container {
    display: block;
    margin-bottom: 0;
  }
  .pdp-base-look .routine-search-results .content-two-columns .content-container {
    display: block;
    padding: 37px 30px 20px;
    text-align: center;
    width: 100%;
  }
  .pdp-base-look .routine-search-results .content-two-columns .content-container h1 {
    font-size: 30px;
    letter-spacing: 3.1px;
    line-height: 36px;
    margin-bottom: 7px;
  }
  .pdp-base-look .routine-search-results .content-two-columns .content-container p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 31px;
    margin: 0 auto 27px;
    max-width: 100%;
  }
  .pdp-base-look .routine-search-results .content-two-columns .content-container .button {
    padding: 11px 25px;
    width: auto;
  }
  .pdp-base-look .routine-search-results .content-apply-email {
    margin: 19px 0 50px;
  }
  .pdp-base-look .routine-search-results .content-apply-email .content-container {
    float: none;
    margin: 0 auto;
    max-width: 790px;
    text-align: center;
  }
  .pdp-base-look .routine-search-results .content-apply-email h1 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 36px;
    margin: 0 0 8px;
  }
  .pdp-base-look .routine-search-results .content-apply-email p {
    font-size: 16px;
    letter-spacing: 0.22px;
    line-height: 30px;
    margin: 0 0 34px;
  }
  .pdp-base-look .routine-search-results .content-apply-email .email-subscribe {
    margin: 0 auto;
    max-width: 286px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pdp-base-look .routine-search-results .routine-search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pdp-base-look .routine-search-results .routine-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
    padding: 0 100px;
    width: 100%;
  }
  .pdp-base-look .routine-search-results .routine-search-text {
    padding-right: 100px;
    width: 100%;
  }
  .pdp-base-look .routine-search-results .routine-search-results-list {
    max-width: 100%;
    width: 100%;
  }
  .pdp-base-look .routine-search-results .product-pricing button {
    display: none;
  }
}
.pdp-base-look .fits-my-skin-wrapper {
  position: relative;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .pdp-base-look .fits-my-skin-wrapper {
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .pdp-base-look .fits-my-skin-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result {
  text-align: center;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result .take-test-again {
  text-decoration: underline;
  width: 100%;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result .take-test-again.is-no, .pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result .take-test-again.is-maybe {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result .take-test-again::after {
  content: "\ea17";
  font-family: "iconfont";
  font-size: 12px;
  margin-left: 5px;
  width: 13px;
  text-decoration: none;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result__title {
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result__description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result__description b {
  font-weight: 600;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result__list .result-negative-info {
  font-size: 14px;
  margin-bottom: 30px;
}
.pdp-base-look .fits-my-skin-wrapper div[class*=feature] p::before {
  content: "✔ ";
  font-size: 15px;
  margin-right: 10px;
}
.pdp-base-look .fits-my-skin-wrapper .fits-my-skin-result__list {
  display: none;
}
.pdp-base-look .fits-my-skin-wrapper .find-right-product {
  text-decoration: none;
  margin-left: auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  background: #333133;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}
.product-detail-list .pdp-base-look .fits-my-skin-wrapper {
  display: block;
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .product-detail-list .pdp-base-look .fits-my-skin-wrapper {
    padding: 15px 30px;
    background: #f8f8f8;
  }
}
.product-detail-list .pdp-base-look .fits-my-skin-wrapper .accordion-info,
.product-detail-list .pdp-base-look .fits-my-skin-wrapper div[class*=feature] {
  display: none;
}
.product-detail-list .pdp-base-look .fits-my-skin-wrapper p {
  display: inline;
}
.product-detail-list .pdp-base-look .fits-my-skin-wrapper p b {
  font-weight: normal;
}
.product-detail-list .pdp-base-look .fits-my-skin-wrapper .find-right-product {
  all: unset;
  display: block;
  color: #30397a;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer;
}
.pdp-base-look .fits-my-skin-wrapper div[class*=feature]::before {
  content: none;
}
.pdp-base-look .routine-finder__wrapper {
  width: 100%;
  position: relative;
}
.pdp-base-look .routine-finder__button {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button {
    display: block;
  }
}
.pdp-base-look .routine-finder__text {
  width: 100%;
  max-width: 1180px;
}
.pdp-base-look .routine-finder__subtitle {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 18px 0 12px;
}
.pdp-base-look .routine-finder__subtitle .advanced-step-count {
  margin: 0;
}
.pdp-base-look .routine-finder__label {
  font-weight: 600;
  font-size: 20px;
  background-color: #F5EBDF;
  color: #333133;
  padding: 6px 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pdp-base-look .routine-search-result__product {
  background-color: #F5EBDF;
}
.pdp-base-look .routine-search-result__product .product-tile {
  background-color: #F5EBDF;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
@media all and (min-width: 321px) and (max-width: 768px) {
  .pdp-base-look .routine-search-result__product .product-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pdp-base-look .routine-search-result__label {
  display: block;
  padding-right: 65px;
  word-break: break-word;
}
.pdp-base-look .routine-search-result__label--category {
  font-size: 16px;
  font-weight: 600;
  padding-right: 0;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-search-result__label--category {
    font-size: 20px;
  }
}
.pdp-base-look .routine-search-result-list-item-info .product-plp-keyfeatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pdp-base-look .routine-search-result-list-item-info .product-plp-keyfeatures p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.pdp-base-look .routine-search-result-list-item-info .product-plp-keyfeatures p::before {
  content: "+";
  font-weight: 700;
  margin-right: 4px;
}
@media all and (min-width: 321px) and (max-width: 768px) {
  .pdp-base-look .routine-finder-sticky .buttons-wrap {
    position: fixed;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
  }
}
.pdp-base-look .routine-search-result__info {
  position: relative;
  margin: -50px 10px 0;
  padding: 0 10px;
  background-color: #F5EBDF;
  width: 100%;
}
.pdp-base-look .routine-search-result__info .grundpreis {
  font-style: normal;
  color: #c4c4c4;
  font-weight: 400;
}
.pdp-base-look .routine-search-result__info .product-tile__variation-list {
  display: none;
}
.pdp-base-look .routine-search-result__info .product-tile__variation-button {
  padding: 2px;
}
.pdp-base-look .routine-finder__button-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.pdp-base-look .routine-finder__button-step::before {
  color: #ffffff;
  content: attr(data-text);
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button-step::before {
    font-size: 16px;
    top: 50%;
  }
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button-step:nth-child(1)::before, .pdp-base-look .routine-finder__button-step:nth-child(2)::before {
    top: 45%;
  }
}
.pdp-base-look .routine-finder__button-step:nth-child(3)::before {
  top: 43%;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button-step:nth-child(3)::before {
    top: 50%;
  }
}
.pdp-base-look .routine-finder__button-step:last-child::before {
  top: 35%;
}
.pdp-base-look .routine-finder__button-step::after {
  content: attr(data-index);
  font-size: 14px;
  display: inline-block;
  color: #D7C4B7;
  font-weight: 600;
  font-family: "proxima-nova", Arial, sans-serif;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 85%;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button-step::after {
    font-size: 25px;
  }
}
.pdp-base-look .routine-finder__button-step .icon {
  font-size: 80px;
  padding-bottom: 40px;
}
.pdp-base-look .routine-finder__button-step .icon::before {
  color: #D7C4B7;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder__button-step .icon {
    font-size: 150px;
  }
}
.pdp-base-look .routine-finder__button-step--active::after,
.pdp-base-look .routine-finder__button-step--active .icon::before {
  color: #E2967F;
}
.pdp-base-look .routine-search-result__moisturizer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 19px;
  -webkit-transform: none;
          transform: none;
}
.pdp-base-look .routine-search-result__moisturiser-title {
  padding-left: 5px;
  position: relative;
  top: 1px;
}
.pdp-base-look .advanced-step-count__label {
  background-color: #F5EBDF;
  padding: 15px 0 5px 18px;
  display: block;
  width: 100%;
}
.pdp-base-look .routine-finder__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 30px 0 0;
}
.pdp-base-look .routine-finder-results__block .content-image-container {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-finder-results__block .content-container h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
.pdp-base-look .routine-search-result__carousel {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  padding: 25px 0;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-search-result__carousel {
    padding: 60px 0;
  }
}
@media all and (min-width: 1501px) {
  .pdp-base-look .routine-search-result__carousel {
    max-width: 1180px;
  }
}
.pdp-base-look .routine-search-result__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pdp-base-look .routine-search-result__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  min-width: 180px;
  scale: 0.8;
}
.pdp-base-look .routine-search-result__slide:not(.routine-search-result__slide-transtion-end) a {
  pointer-events: none;
}
.pdp-base-look .routine-search-result__slide:not(.swiper-slide-active) {
  position: relative;
}
.pdp-base-look .routine-search-result__slide:not(.swiper-slide-active)::before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pdp-base-look .routine-search-result__slide.swiper-slide-prev, .pdp-base-look .routine-search-result__slide.swiper-slide-next {
  scale: 0.9;
}
.pdp-base-look .routine-search-result__slide.swiper-slide-active {
  scale: 1;
}
.pdp-base-look .routine-search-result__slide.swiper-slide-active + * + * + * {
  scale: 0.6;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-search-result__slide {
    min-width: 280px;
  }
}
@media all and (min-width: 769px) {
  .pdp-base-look .routine-search-result__slide--small {
    scale: 0.6;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.product-reviews .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block {
  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;
  width: 100%;
}
.product-reviews .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-footer,
.product-reviews .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-footer {
  width: 100%;
}
.product-reviews .pr-rd-to-top {
  display: none;
}
.product-reviews .p-w-r .pr-rd-show-more {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
}
.product-reviews .p-w-r .pr-rd-show-more:active, .product-reviews .p-w-r .pr-rd-show-more:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.product-reviews .p-w-r .pr-rd-show-more::after {
  border-bottom: 1px solid #333133;
  border-left: 1px solid #333133;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg) translateY(-4px);
          transform: rotate(-45deg) translateY(-4px);
  width: 10px;
}
.product-reviews .p-w-r .pr-rd-show-more .pr-cross-icon {
  display: none;
}
.product-reviews .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-histogram-label {
  font-size: 0;
  font-weight: 700;
  line-height: 25px;
  padding-right: 22px;
  padding-top: 9px;
  width: 64px;
}
.product-reviews .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-histogram-label::first-letter {
  font-size: 24px;
}
.product-reviews .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-histogram-label::after {
  content: "\ea1a";
  font-family: "iconfont";
  font-size: 16px;
  color: #ffc500;
  float: right;
}
.product-reviews .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
  font-weight: 400;
  font-size: 14px;
  padding-left: 20px;
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
  font-size: 35px;
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count {
  font-size: 21px;
  font-weight: 700;
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count::before {
  content: "(";
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-review-count::after {
  content: ")";
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  font-size: 16px;
  padding: 12px 22px;
}
.product-reviews .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4 {
  height: 30px;
  margin-right: 13px;
  width: 30px;
}
.product-reviews .p-w-r .pr-review-display .pr-star-v4 {
  margin-right: 10px;
}
.product-reviews .p-w-r .pr-review-display .pr-rd-review-product {
  display: none;
}
.product-reviews .product-reviews__heading {
  font-size: 32px;
  line-height: 1.128;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-reviews .product-reviews__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .product-reviews .product-reviews__heading {
    text-align: left;
    margin-bottom: 16px;
  }
}
.product-reviews .p-w-r .pr-review-display .pr-rd-review-headline {
  font-size: 20px;
  font-weight: 700;
}
.product-reviews .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-star-rating,
.product-reviews .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline {
  float: none;
}
.product-reviews .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-review-headline {
  margin: 15px 0 0;
}
.product-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block {
  margin-bottom: 20px;
}
.product-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details span {
  color: #57575c;
}
.product-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details span + * {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-reviews .p-w-r .pr-review-display .pr-rd-inner-side-content-block .pr-rd-details {
    margin-bottom: 15px;
  }
}
.product-reviews .p-w-r .pr-rd-flag-review-btn {
  color: #3a5dae;
  font-size: 16px;
  text-decoration: none;
}
.product-reviews .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
  margin-bottom: 15px;
}
.product-reviews .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write .pr-snippet-write-review-link {
  width: 100% !important;
  white-space: normal;
}

.pr-review-snapshot-snippets-headline::after {
  content: " / 5";
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-ratings-histogram-bar,
.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block .pr-ratings-histogram-barValue {
  height: 25px;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-ratings-histogram {
  border-spacing: 0 5px;
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block-container .pr-review-snapshot-block:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block.pr-rd-header,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block.pr-rd-header {
  margin-left: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-description .pr-rd-side-content-block,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-description .pr-rd-side-content-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-left: 0;
  position: initial;
}

.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-description,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-description {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-merchant-response,
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-merchant-response {
  margin-left: 30%;
  width: 70% !important;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters {
  display: block;
  border-top: 1px solid #cdcdcd;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
  display: none;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort-group {
  text-align: center;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort {
  border: 2px solid #333133;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  padding: 8px;
  width: auto;
}
@media screen and (min-width: 1180px) {
  .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort {
    font-weight: 600;
  }
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action .pr-rd-helpful-action-legend,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action .pr-rd-helpful-action-legend {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-helpful-action .pr-rd-helpful-action-btn-group,
.p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-helpful-action .pr-rd-helpful-action-btn-group {
  margin-left: 0;
}

.p-w-r .pr-review-display .pr-rd-helpful-action .pr-rd-helpful-action-btn-group .pr-helpful-btn {
  margin-left: -5px;
  padding-left: 0;
}

.pdp-faq {
  background-image: linear-gradient(180deg, #F6F7F6 170px, #ffffff 170px);
  margin: 0;
  padding: 30px 15px 0;
}
@media screen and (min-width: 768px) {
  .pdp-faq {
    background-image: linear-gradient(180deg, #F6F7F6 315px, #ffffff 315px);
    padding: 120px 4% 0;
  }
}

.pdp-faq__wrapper {
  background-color: #ffffff;
  padding: 25px 20px;
}
@media screen and (min-width: 1180px) {
  .pdp-faq__wrapper {
    padding: 80px 4vw;
  }
}

.pdp-faq__heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pdp-faq__heading {
    font-size: 48px;
  }
}

.pdp-faq__label {
  color: #cdada0;
  display: block;
  font-weight: 600;
  margin: 30px 0 15px;
}
@media screen and (min-width: 768px) {
  .pdp-faq__label {
    font-size: 12px;
    margin: 40px 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .pdp-faq__content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .pdp-faq__content.d-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pdp-faq__content.d-flex > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 46%;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
    max-width: 46%;
  }
}
.pdp-faq__content > div {
  border-bottom: 2px solid #dfdfdf;
}
@media screen and (min-width: 768px) {
  .pdp-faq__content > div {
    display: inline-block;
  }
}
.pdp-faq__content h3 {
  cursor: pointer;
  line-height: 20px;
  margin: 0;
  padding: 12px 25px 12px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pdp-faq__content h3 {
    line-height: 25px;
    padding: 30px 30px 30px 0;
  }
}
.pdp-faq__content h3::after {
  content: "+";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .pdp-faq__content h3::after {
    font-size: 30px;
    top: 35px;
  }
}
.pdp-faq__content h3.expanded + * {
  max-height: 70vh;
  margin-bottom: 15px;
}
.pdp-faq__content h3.expanded::after {
  content: "-";
}
.pdp-faq__content h3 + * {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, margin-bottom 0.4s ease;
  transition: max-height 0.4s ease, margin-bottom 0.4s ease;
}

.pdp-section {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pdp-section.pdp-faq {
    margin-left: 0;
    margin-right: 0;
  }
}
.pdp-section .product-section__title {
  font-size: 32px;
  line-height: 1.128;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .pdp-section .product-section__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .pdp-section .product-section__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pdp-section {
    margin: 0 48px 30px;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-section {
    margin: 0 auto 30px;
  }
}
.pdp-section.content-full-section {
  margin: 0 0 30px;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .pdp-section.content-full-section {
    padding: 20px;
  }
}
.pdp-section.has-padding {
  margin: 0 30px;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .pdp-section.has-padding {
    margin: 0 8%;
    width: 84%;
  }
}
.pdp-section.product-routine {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-routine {
    padding: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-section.product-routine {
    padding: 20px 60px;
  }
}
.pdp-section.routine-slider {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .pdp-section.routine-slider {
    padding: 20px;
  }
}
.pdp-section.routine-slider h2 {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-detail .pdp-section-wrapper {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 20px 30px 0;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-section.product-detail .pdp-section-wrapper {
    margin: 0 auto 20px;
  }
}
.pdp-section.product-skin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-skin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1180px) {
  .pdp-section.product-skin {
    padding: 20px 0;
  }
}
.pdp-section.product-skin div:nth-of-type(3) {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pdp-section.product-skin .product-skin__half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-skin .product-skin__title {
    padding-right: 100px;
  }
}
.pdp-section.product-skin .product-skin__list {
  margin: 0;
  list-style: none;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-skin .product-skin__list {
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.pdp-section.product-skin .product-skin__list li {
  position: relative;
  padding-left: 10px;
}
.pdp-section.product-skin .product-skin__list li::before {
  content: "+";
  margin-right: 4px;
  position: absolute;
  left: -10px;
  top: 0;
  font-weight: 900;
}
.pdp-section.product-skin .product-skin__accordeon {
  display: none;
}
.pdp-section.product-skin .product-skin__trigger {
  padding-right: 10px;
  text-decoration: underline;
}
.pdp-section.product-skin .product-skin__trigger::after {
  color: #333133;
  content: "\ea07";
  font-family: "iconfont";
  font-size: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-left: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pdp-section.product-skin .product-skin__expand::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pdp-section.product-skin .product-skin__collapse::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pdp-section.product-suitable {
  position: relative;
  background: #f9f3ec;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 20px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px;
  }
}
.pdp-section.product-suitable .routine-step .routine-step__subtitle {
  font-size: 24px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pdp-section.product-suitable .fits-my-skin {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable .fits-my-skin {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.pdp-section.product-suitable .fits-my-skin.is-hidden {
  display: none;
}
.pdp-section.product-suitable .fits-my-skin__background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-section.product-suitable .fits-my-skin__title {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable .fits-my-skin__title {
    margin-bottom: 20px;
  }
}
.pdp-section.product-suitable .fits-my-skin-result {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pdp-section.product-suitable .fits-my-skin-result {
    margin-top: 20px;
  }
}
.pdp-section.product-suitable .fits-my-skin-result__visual {
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pdp-section.product-suitable .fits-my-skin-result__visual img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pdp-section.product-suitable .fits-my-skin-result__visual img.mark-no {
  width: 10px;
}
.pdp-section.product-suitable .fits-my-skin-retest {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable .fits-my-skin-retest {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.pdp-section.product-suitable .result-positive,
.pdp-section.product-suitable .result-negative {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable .result-positive,
  .pdp-section.product-suitable .result-negative {
    margin-bottom: 60px;
  }
}
.pdp-section.product-suitable .result-positive {
  text-align: left;
}
.pdp-section.product-suitable .fits-my-skin__content {
  text-align: center;
  position: relative;
  color: #ffffff;
}
.pdp-section.product-suitable .fits-my-skin__pretitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .pdp-section.product-suitable .fits-my-skin__pretitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.pdp-section.product-suitable .fits-my-skin__description {
  margin-bottom: 20px;
}
.pdp-section.product-suitable .fits-my-skin__labels {
  width: 100%;
  display: none;
}
.pdp-section.product-suitable .fits-my-skin__labels.is-visible {
  display: block;
}
.pdp-section.product-suitable .fits-my-skin__labels .skin__labels__title {
  line-height: 35px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
.pdp-section.product-suitable .fits-my-skin__labels .skin__labels__title,
.pdp-section.product-suitable .fits-my-skin__labels .skin__labels__content {
  text-align: center;
}

.product-how {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-how {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.product-how .product-how__title {
  font-size: 32px;
  line-height: 1.128;
  font-weight: 700;
  margin-top: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .product-how .product-how__title {
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .product-how .product-how__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .product-how .product-how__image,
  .product-how .product-how__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.product-how .product-how__image {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.product-how .product-how__image.is-bundle img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
  max-height: 100vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__image.is-bundle img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .product-how .product-how__text {
    padding-top: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    padding-left: 8%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    background-color: #ffffff;
  }
}
.product-how .product-how__text-inner {
  margin-left: auto;
  margin-right: auto;
}
.product-how .product-how__step-wrapper {
  background-color: #F6F7F6;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__step-wrapper {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-how .product-how__step-inner {
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__step-inner {
    padding: 20px;
    background-color: #ffffff;
  }
}
.product-how .product-how__description-step {
  color: #57575c;
}
.product-how .product-how__description-step * {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__description-step * {
    font-size: 16px;
  }
}
.product-how .product-how__step {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 40px 30px;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__step {
    padding: 20px 0;
  }
}
.product-how .product-how__step::before {
  content: "";
  border-bottom: 1px solid #cacaca;
  position: absolute;
  width: 85%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .product-how .product-how__step::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-how .product-how__step.is-top {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-how .product-how__step.is-top, .product-how .product-how__step.is-last {
  margin-bottom: 0;
  border: 0;
}
.product-how .product-how__step.is-top::before, .product-how .product-how__step.is-last::before {
  display: none;
}
.product-how .product-how__step .product-how__step-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-how .product-how__step.is-1 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-1b.png");
}
.product-how .product-how__step.is-2 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-2b.png");
}
.product-how .product-how__step.is-3 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-3b.png");
}
.product-how .product-how__step.is-4 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-4b.png");
}
.product-how .product-how__step.is-5 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-5b.png");
}
.product-how .product-how__step .product-how__step-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-left: 10px;
}
.product-how .product-how__description {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__description {
    background-color: #F5EBDF;
    padding: 30px 30px 5px;
  }
}
@media screen and (max-width: 768px) {
  .product-how .product-how__step-wrapper {
    padding: 6px 0 30px;
    margin: 0 -14px;
  }
}
.product-how .product-how__step.is-1,
.product-how .product-how__step.is-2,
.product-how .product-how__step.is-3,
.product-how .product-how__step.is-4,
.product-how .product-how__step.is-5 {
  padding-top: 30px;
}
.product-how .product-how__title-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__title-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    width: 100%;
    margin-bottom: 0;
  }
}
.product-how .product-how__title-step small {
  color: #57575c;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__title-step h3 {
    margin-right: auto;
  }
}
.product-how .product-how__title-step::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 60px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__title-step::before {
    background-color: #F5EBDF;
    width: 60px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .product-how .product-how__title-step::before {
    margin-right: 20px;
    margin-left: 0;
  }
}
.product-how .product-how__title-step.step-1::before {
  background-image: url("../images/routine-steps/routine-step-1b.png");
}
.product-how .product-how__title-step.step-2::before {
  background-image: url("../images/routine-steps/routine-step-2b.png");
}
.product-how .product-how__title-step.step-3::before {
  background-image: url("../images/routine-steps/routine-step-3b.png");
}
.product-how .product-how__title-step.step-4::before {
  background-image: url("../images/routine-steps/routine-step-4b.png");
}
.product-how .product-how__title-step.step-5::before {
  background-image: url("../images/routine-steps/routine-step-5b.png");
}
.product-how .active-step-1 .product-how__step.is-1 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-1b-active.png");
}
.product-how .active-step-2 .product-how__step.is-2 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-2b-active.png");
}
.product-how .active-step-3 .product-how__step.is-3 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-3b-active.png");
}
.product-how .active-step-4 .product-how__step.is-4 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-4b-active.png");
}
.product-how .active-step-5 .product-how__step.is-5 .product-how__step-image {
  background-image: url("../images/routine-steps/routine-step-5b-active.png");
}
.product-how .product-how__description-question {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__description-question {
    margin-bottom: 32px;
  }
}
.product-how .product-how__step-full {
  color: #333133;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__step-full {
    background-color: #ffffff;
    padding: 28px 46px 25px 30px;
  }
}
.product-how .product-how__step-full::after {
  content: "+";
  margin-right: 4px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__step-full::after {
    font-size: 23px;
    right: 30px;
    top: 26px;
    margin-right: 0;
  }
}
.product-how .product-how__step-full.is-closed {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__step-full.is-closed {
    background-color: transparent;
  }
}
.product-how .product-how__step-full.is-closed.is-active {
  display: block;
}
.product-how .product-how__step-wrapper.is-expanded .product-how__step-active {
  padding-top: 0;
  padding-bottom: 0;
}
.product-how .product-how__step-wrapper.is-expanded .product-how__step-full.is-active::after {
  content: "-";
}
.product-how .product-how__step-wrapper.is-expanded .product-how__step-full.is-closed::after {
  content: "-";
}
.product-how .product-how__step-active {
  color: #737373;
  background-color: #ffffff;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__step-active {
    background-color: transparent;
    padding: 0;
  }
}
.product-how .product-how__step-title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-how .product-how__image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.product-how .product-how__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .product-how .product-how__image img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-how .product-how__image .product-how__image-inner {
  width: 100%;
  position: relative;
}
.product-how .product-how__image .cld-video-player {
  width: 100% !important;
}
.product-how .product-how__image .vjs-poster,
.product-how .product-how__image .cld-video-player {
  background-color: #ffffff;
}

.product-routine.is-redesign {
  padding: 0;
}
.product-routine.is-redesign .product-slider {
  margin: 0;
  padding: 0 30px 20px;
  position: relative;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .product-slider {
    padding: 0 78px 20px;
  }
}
.product-routine.is-redesign .product-carousel__slide-control {
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  color: #333133;
  display: none;
  font-size: 25px;
  height: 98px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 35%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 98px;
  z-index: 3;
}
.product-routine.is-redesign .product-carousel__slide-control.swiper-button-disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .product-routine.is-redesign .product-carousel__slide-control {
    display: block;
  }
}
.product-routine.is-redesign .product-carousel__slide-control--prev {
  left: 14px;
}
.product-routine.is-redesign .product-carousel__slide-control--prev .icon {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-routine.is-redesign .product-carousel__slide-control--next {
  right: 14px;
}
.product-routine.is-redesign .product-routine__title {
  font-size: 32px;
  line-height: 1.128;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: unset;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-routine.is-redesign .product-routine__title {
    font-size: 48px;
  }
}
.product-routine.is-redesign .product-image__img {
  aspect-ratio: 2/3;
}
@media screen and (min-width: 768px) {
  .product-routine.is-redesign .product-image__img {
    aspect-ratio: 321/488;
  }
}
.product-routine.is-redesign .pdp-section-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
}
.product-routine.is-redesign .pdp-section-wrapper .product-image__footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-routine.is-redesign .pdp-section-wrapper .product-image__footer .product-image__footer-inner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-routine.is-redesign .pdp-section-wrapper .product-image__footer .product-image__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 55px;
      -ms-flex: 1 1 55px;
          flex: 1 1 55px;
}
.product-routine.is-redesign .pdp-section-wrapper .product-image__footer .product-image__badges {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-routine.is-redesign .pdp-section-wrapper .swiper-scrollbar {
  max-width: calc(100% - 148px);
  height: 1px;
  left: 74px;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .pdp-section-wrapper .swiper-scrollbar {
    left: 78px;
    max-width: calc(100% - 156px);
  }
}
.product-routine.is-redesign .pdp-section-wrapper .badge {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333133;
  border-radius: unset;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 13px 16px;
  position: relative;
  top: auto;
  width: auto;
}
.product-routine.is-redesign .pdp-section-wrapper .badge span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  line-height: 19px;
  padding: 10px;
  position: relative;
  text-align: left;
  -webkit-transform: unset;
          transform: unset;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-routine.is-redesign .pdp-section-wrapper .badge span {
    font-size: 16px;
  }
}
.product-routine.is-redesign .pdp-section-wrapper .badge.badge-promo {
  background-color: #ffffff;
}
.product-routine.is-redesign .pdp-section-wrapper .badge.badge-promo span {
  color: #f7525b;
}
.product-routine.is-redesign .pdp-section-wrapper .product-slide-content {
  margin: 0;
}
.product-routine.is-redesign .pdp-section-wrapper .product-image {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-routine.is-redesign .pdp-section-wrapper .product-image {
    max-height: 65vh;
  }
}
.product-routine.is-redesign .pdp-section-wrapper .product-pricing .product-sales-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .product-routine.is-redesign .pdp-section-wrapper .product-pricing .product-sales-price {
    line-height: 20px;
  }
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing:lang(de) .product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing .grundpreis {
  font-style: normal;
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing .product-standard-price {
  font-size: 20px;
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing .strike-throughprice {
  color: #cccccc;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .pdp-section-wrapper .product-tile .product-pricing {
    gap: 15px;
  }
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .pdp-section-wrapper .product-tile .product-name {
    font-size: 20px;
    min-height: 50px;
  }
}
.product-routine.is-redesign .pdp-section-wrapper .product-tile .product-skin {
  color: #333133;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-transform: lowercase;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .pdp-section-wrapper .product-tile .product-skin {
    font-size: 16px;
  }
}
.product-routine.is-redesign .routine-step {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 2px 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.product-routine.is-redesign .product-slide-content-bottom {
  position: relative;
  padding-top: 10px;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .product-slide-content-bottom {
    padding-top: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .product-slide-reviews {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media all and (min-width: 1501px) {
  .product-routine.is-redesign .product-slide-reviews {
    position: absolute;
    top: 12px;
    right: 0;
    max-width: 55%;
  }
}
.product-routine.is-redesign .product-review-category-link {
  color: #333133;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .product-review-category-link {
    margin-bottom: 19px;
    max-width: 45%;
  }
}
.product-routine.is-redesign .product-review .pr-category-snippet__item {
  color: #333133;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  margin-left: 2px;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .product-review .pr-category-snippet__item {
    font-size: 17px;
    font-weight: 600;
  }
}
.product-routine.is-redesign .product-review {
  width: auto;
  min-height: 19px;
}
.product-routine.is-redesign .product-review a {
  text-decoration: none;
}
.product-routine.is-redesign .product-tile .button {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  border: 0;
  color: #000000;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  position: relative;
  padding: 7px;
  margin-left: auto;
  z-index: 10;
  text-align: center;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  font-size: 23px;
}
.product-routine.is-redesign .recommendation-buttons {
  text-align: center;
}
.product-routine.is-redesign .recommendation-buttons .button {
  display: inline-block;
  margin: 20px auto;
  padding: 16px 40px;
}
@media all and (min-width: 1025px) {
  .product-routine.is-redesign .recommendation-buttons .button {
    max-width: 420px;
    width: 100%;
    font-size: 16px;
    margin-top: 50px;
    padding: 22px 40px;
  }
}

.product-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 10px;
  }
}
.product-inside .product-inside__image {
  height: 750px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-inside .product-inside__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 30px;
    height: 100vw;
  }
}
.product-inside .product-inside__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-inside .product-inside__image.is-bundle {
  margin-top: 0;
}
.product-inside .product-inside__image.is-bundle img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__image.is-bundle img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: unset;
       object-position: unset;
  }
}
.product-inside .product-inside__subtitle {
  font-size: 20px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .product-inside .product-inside__subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}
.product-inside .product-inside__text {
  position: relative;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__text {
    padding-left: 8%;
    padding-right: 8%;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .product-inside .product-inside__text {
    width: 90%;
    margin-top: -80px;
  }
}
.product-inside .product-inside__text .product-inside__content {
  margin-left: auto;
  margin-right: auto;
}
.product-inside .product-inside__text.is-bundle .product-inside__accordion-title .volume {
  display: block;
}
.product-inside .product-inside__text.is-bundle .readmore {
  color: #737373;
}
.product-inside .product-inside__text.is-bundle .product-inside__accordion-content {
  padding-top: 32px;
}
.product-inside .product-inside__text.is-bundle p:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__image,
  .product-inside .product-inside__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.product-inside .product-inside__title {
  font-size: 32px;
  line-height: 1.128;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__title {
    font-size: 48px;
  }
}
.product-inside .content-asset {
  margin-bottom: 20px;
}
.product-inside .content-asset > p > strong {
  display: none;
}
.product-inside .product-inside__accordion.has-ingredients .product-inside__accordion-title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__accordion.has-ingredients .product-inside__accordion-title {
    font-size: 20px;
  }
}
.product-inside .product-inside__accordion.has-ingredients .product-inside__accordion-title::after {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__accordion.has-ingredients .product-inside__accordion-title::after {
    font-size: 25px;
  }
}
.product-inside .product-inside__accordion-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: -8px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__accordion-title {
    padding-right: 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
.product-inside .product-inside__accordion-title::after {
  content: "+";
  margin-right: 4px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
}
.product-inside .is-active .product-inside__accordion-title::after {
  content: "-";
}
.product-inside .is-active .product-inside__accordion-content {
  display: block;
}
.product-inside .product-inside__accordion-content {
  display: none;
  color: #57575c;
  font-weight: 400;
  font-size: 14px;
}
.product-inside .product-inside__accordion-content.has-ingredients {
  margin-top: 22px;
}
.product-inside .product-inside__accordion-content.has-ingredients p > strong {
  display: none;
}
.product-inside .product-inside__claims {
  margin-top: 32px;
}
.product-inside .product-inside__claims .product-inside__claims-list {
  border-top: 1px solid #dfdfdf;
  padding-top: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__claims .product-inside__claims-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 0;
    padding-top: 0;
  }
}
.product-inside .product-inside__claims .product-inside__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-bottom: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__claims .product-inside__item {
    margin-bottom: 32px;
  }
}
.product-inside .product-inside__claims .product-inside__item-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__claims .product-inside__item-icon {
    width: 25px;
    height: 25px;
  }
}
.product-inside .product-inside__claims .product-inside__item-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-inside .product-inside__claims .product-inside__item-name {
    font-size: 20px;
    line-height: 27px;
  }
}

.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;
  }
}
@media screen and (min-width: 1180px) {
  .featured-articles {
    margin: 0 -48px;
  }
}
.pdp-main .featured-articles {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .featured-articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.featured-articles .featured-articles__cta {
  display: block;
  margin: 20px auto;
  max-width: 420px;
  padding: 16px 40px;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .featured-articles .featured-articles__cta {
    font-size: 16px;
    margin-top: 75px;
    padding: 22px 40px;
  }
}

.featured-articles__banner {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .featured-articles__banner {
    height: calc(100vh - 89px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 54%;
        -ms-flex: 1 1 54%;
            flex: 1 1 54%;
    max-width: 54%;
    position: -webkit-sticky;
    position: sticky;
    top: 89px;
  }
}

.featured-articles__video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.featured-articles__video_width {
  width: 300% !important;
  max-height: 100% !important;
}

.featured-articles__video_height {
  height: 300% !important;
  max-width: 100% !important;
}

.featured-articles__banner-picture {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .featured-articles__banner-picture {
    position: relative;
  }
}

.featured-articles__banner-text {
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.featured-articles__banner-text .featured-articles__banner-btn {
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  min-width: 290px;
  padding: 20px 40px;
  color: inherit;
  border-color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.featured-articles__banner-text .featured-articles__banner-btn:hover {
  background-color: transparent;
  opacity: 0.7;
  color: inherit;
}
@media all and (min-width: 1025px) {
  .featured-articles__banner-text .featured-articles__banner-btn {
    margin-top: 30px;
  }
}
@media all and (min-width: 1025px) {
  .featured-articles__banner-text {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .pdp-main .featured-articles__banner-text {
    width: 75%;
  }
}
@media screen and (min-width: 1500px) {
  .pdp-main .featured-articles__banner-text {
    width: 67%;
  }
}

.featured-articles__banner-heading {
  font-size: 32px;
  line-height: 1.128;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .featured-articles__banner-heading {
    font-size: 48px;
  }
}
.pdp-main .featured-articles__banner-heading {
  color: unset;
  text-align: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.featured-articles__banner-subheading {
  font-size: 12px;
  margin: 0 0 12px;
}
@media all and (min-width: 1025px) {
  .featured-articles__banner-subheading {
    font-size: 19px;
    margin-bottom: 25px;
  }
}

.featured-articles__articles {
  background-color: #ffffff;
  margin: 0 15px;
  position: relative;
  top: -25px;
}
@media all and (min-width: 1025px) {
  .featured-articles__articles {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 46%;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
    max-width: 46%;
    padding: 0 25px;
    top: 0;
  }
}

.featured-articles__articles-content {
  padding: 26px 5px 0;
}
@media all and (min-width: 1025px) {
  .featured-articles__articles-content {
    padding: 75px 0 0;
  }
}

.featured-articles__articles-header {
  text-align: center;
}

.featured-articles__articles-heading {
  font-size: 32px;
  line-height: 1.128;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .featured-articles__articles-heading {
    font-size: 48px;
  }
}

.featured-articles__articles-subheading {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0 25px;
  text-transform: none;
}
@media all and (min-width: 1025px) {
  .featured-articles__articles-subheading {
    font-size: 32px;
    margin: 15px 0 50px;
  }
}

.featured-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.featured-article__text-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 48%;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  padding-right: 15px;
}
@media all and (min-width: 1025px) {
  .featured-article__text-content {
    padding-right: 60px;
  }
}

.featured-article__picture {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 52%;
      -ms-flex: 1 1 52%;
          flex: 1 1 52%;
  max-width: 52%;
  height: auto;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 1025px) {
  .featured-article__picture {
    padding-top: 42.5%;
  }
}

.featured-article__image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-article__subheading {
  margin: 25px 0 5px;
  font-size: 12px;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .featured-article__subheading {
    margin: 40px 0 12px;
  }
}

.featured-article__text {
  font-weight: 700;
  line-height: 1.2 !important;
  margin: 7px 0 20px !important;
}
@media all and (min-width: 1025px) {
  .featured-article__text {
    font-size: 20px;
  }
}

.featured-article__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.128;
  font-weight: bold;
  color: #333133;
  text-transform: uppercase;
}
.featured-article__link::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .featured-article__link:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

@media screen and (max-width: 768px) {
  .pdp-base-look .product-content .product-pricing .product-standard-price.strike-throughprice {
    font-size: 16px;
  }
}
.pdp-base-look .redesign-pdp-oos__button {
  color: #0971ce;
  font-family: "proxima-nova", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .pdp-base-look .routine-step-1 label {
    padding: 10px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-base-look .routine-step-1 label:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pdp-base-look .routine-step-1 label:nth-child(8) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pdp-base-look.product-suitable {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-base-look .routine-step-2 .routine-items-content {
    height: 430px;
    overflow: hidden auto;
  }
}

.pdp-base-look .pdp-main .featured-articles__banner-heading,
.pdp-base-look .featured-articles__banner-subheading {
  text-shadow: 2px 2px 4px #716767;
}

.pdp-base-look .product-pricing .grundpreis {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
