body,
html {
  margin: 0;
  overscroll-behavior-y: none;
  overflow-x: hidden;
}

.sisleya-routine-finder {
  --WIDTH: 100vw;
  --GRID-COL: calc(0.0833333333333333 * var(--WIDTH));
  --COL-01: 8.33%;
  --COL-02: 16.66%;
  --COL-03: 25%;
  --COL-04: 33.33%;
  --COL-05: 41.66%;
  --COL-06: 50%;
  --COL-07: 58.33%;
  --COL-08: 66.66%;
  --COL-09: 75%;
  --COL-10: 83.33%;
  --COL-11: 91.66%;
  --COL-12: 100%;
  --COLOR-GRAY: #919191;
  --FONT-SIZE-BIG: 64px;
  --FONT-SIZE-MEDIUM: 42px;
  --FONT-SIZE-NORMAL: 18px;
  --FONT-SIZE-SMALL: 14px;
  --MAX-WIDTH: 1920px;
  --ROBOTO-FONT: "Roboto";
  --PLAY-FAIR-FONT: "Playfair Display", serif;
  --HELVETICA-NEUE-LIGHT-FONT: "HelveticaNeueLTW05-45Light";
  --HELVETICA-NEUE-BOLD-FONT: "HelveticaNeueLTW05-75Bold";
  background-color: #000;
  overflow: hidden;
  color: #fff;
  font-family: var(--ROBOTO-FONT);
  background-image: url(./images/finder-background.jpg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.sisleya-routine-finder {
  --PADDING-VERTICAL: 100px;
  --GUTTER-VERTICAL: 40px;
  --PADDING-HORIZONTAL: calc(24.54545px - 4.54545vw);
  --GUTTER-HORIZONTAL: calc(4.54545vw - 9.54545px);
}

@media screen and (min-width: 48em) {
  .sisleya-routine-finder {
    --PADDING-VERTICAL: 80px;
    --GUTTER-VERTICAL: 40px;
    --PADDING-HORIZONTAL: calc(44.18182px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 17.18182px);
  }
}

@media screen and (min-width: 80em) {
  .sisleya-routine-finder {
    --PADDING-VERTICAL: 80px;
    --GUTTER-VERTICAL: 40px;
    --PADDING-HORIZONTAL: calc(108px - 4.54545vw);
    --GUTTER-HORIZONTAL: calc(4.54545vw - 42px);
  }
}

.m-product-details__addtocart-popin {
  display: none;
}

.sisleya-routine-finder section {
  max-width: var(--WIDTH);
  width: 100%;
}

.sisleya-inline {
  display: inline-block;
}

.sisleya-routine-finder * {
  box-sizing: border-box;
}

.sisleya-routine-finder-cta {
  margin: 0;
  margin-top: var(--GUTTER-VERTICAL);
  font-family: var(--ROBOTO-FONT);
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 170px;
  height: 45px;
  padding: 0px 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2b;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.sisleya-routine-finder-cta--dark {
  background-color: #fff;
  color: #000;
}

.sisleya-routine-finder-cta:hover {
  background-color: #f6f6f6;
  color: #000000;
}

.sisleya-routine-finder-cta--dark:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

/*-----------------------------------*/
/*--- block HEADER ------------------*/
/*-----------------------------------*/
.sisleya-routine-finder-header {
  padding: 0px var(--PADDING-HORIZONTAL);
  padding-top: 70px;
}

.sisleya-routine-finder-header__title {
  margin: 0;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: var(--GUTTER-HORIZONTAL);
  padding-right: var(--GUTTER-HORIZONTAL);
  width: var(--COL-06);
  margin-left: var(--COL-03);
  text-align: center;
  color: #FFF;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.sisleya-routine-finder-header__title span {
  display: inline-block;
}

.sisleya-routine-finder-header__text {
  margin: 0;
  padding-left: var(--GUTTER-HORIZONTAL);
  padding-right: var(--GUTTER-HORIZONTAL);
  width: var(--COL-06);
  margin-left: var(--COL-03);
  text-align: center;
  color: #FFF;
  font-family: var(--ROBOTO-FONT);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.sisleya-routine-finder-header__text--bold {
  font-weight: 400;
}

.sisleya-routine-finder-form {
  padding: 0;
  margin: 0;
  position: relative;
}

.sisleya-routine-finder-form__row {
  padding: 0 var(--PADDING-HORIZONTAL);
  padding-top: 100px;
  display: flex;
  margin: 0;
  justify-content: center;
  width: 100%;
}

.sisleya-routine-finder-question {
  padding: 0 var(--GUTTER-HORIZONTAL);
  width: var(--COL-05);
  border: 0px solid;
  text-align: center;
}

.sisleya-routine-finder-question__title {
  margin: 0;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  width: 100%;
}



.sisleya-routine-finder-answer {
  margin-top: 20px;
  position: relative;
}

.sisleya-routine-finder-answer input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
  margin: 0;
  padding: 0;
  left: 0;
  border-radius: 45px;
  top: 0;
  opacity: 0;
  appearance: none;
  font-family: var(--ROBOTO-FONT);
  cursor: pointer;
}

.sisleya-routine-finder-answer label {
  border-radius: 45px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--ROBOTO-FONT);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.sisleya-routine-finder-answer input[type="radio"]:not(:checked)+label {
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.00);
}

.sisleya-routine-finder-answer input[type="radio"]:hover+label {
  background: rgba(255, 255, 255, 0.10);
}

.sisleya-routine-finder-submit__wrapper {
  width: var(--COL-04);
  padding-left: var(--GUTTER-HORIZONTAL);
  padding-right: var(--GUTTER-HORIZONTAL);
  padding-bottom: 70px;
}

.sisleya-routine-finder-submit {
  font-family: var(--ROBOTO-FONT);
  border-radius: 45px;
  color: #000;
  border: 1px solid #FFF;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  font-weight: 700;
}

.sisleya-routine-finder-submit:hover {
  background: rgba(255, 255, 255, 0.80);
}

/*-----------------------------------*/
/*--- block RESULT ------------------*/
/*-----------------------------------*/
.sisleya-routine-finder-result {}

.sisleya-routine-finder-list {
  display: flex;
  margin: 0;
  padding: 0px var(--PADDING-HORIZONTAL);
  width: 100%;
  list-style: none;
}

.sisleya-routine-finder-list li {
  padding-left: var(--GUTTER-HORIZONTAL);
  padding-right: var(--GUTTER-HORIZONTAL);
  width: var(--COL-03);
}

.sisleya-routine-finder-product {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.sisleya-routine-finder-product__packshot {
  width: 219px;
  height: 350px;
  display: block;
  order: 1;
}

.sisleya-routine-finder-product__title {
  margin: 0;
  margin-bottom: 20px;
  order: 2;
  color: #FFF;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  min-height: 70px;
  text-transform: none;
}

.sisleya-routine-finder-product__title span {
  font-size: 30px;
}

.sisleya-routine-finder-product__ecom {
  order: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.sisleya-routine-finder-product__name {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: var(--ROBOTO-FONT);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sisleya-routine-finder-product__name strong {
  color: #DBC37D;
  text-align: center;
  margin: 2px;
  padding: 3px 10px;
  font-family: var(--ROBOTO-FONT);
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #DBC37D;
  box-sizing: border-box;

}

.sisleya-routine-finder-product__text {
  margin: 0;
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  font-family: var(--ROBOTO-FONT);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  flex: 1;
}

.sisleya-routine-finder-product__price {
  margin: 0;
  margin-top: 14px;
  color: #FFF;
  text-align: center;
  font-family: var(--ROBOTO-FONT);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.sisleya-routine-finder-product__price a {
  color: #FFF;
  text-decoration: underline;
}

.sisleya-routine-finder-product__packshot img {
  width: 100%;
  height: auto;
}

.sisleya-routine-finder-result__row {
  display: flex;
  margin: 0;
  padding: 50px var(--PADDING-HORIZONTAL);
  width: 100%;
  justify-content: center;
}

.sisleya-routine-finder-result__col {
  width: var(--COL-05);
  padding-left: var(--GUTTER-HORIZONTAL);
  padding-right: var(--GUTTER-HORIZONTAL);
}

.sisleya-routine-finder-restart {
  font-family: var(--ROBOTO-FONT);
  border-radius: 45px;
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sisleya-routine-finder-restart:hover {
  background: rgba(255, 255, 255, 0.10);
}

.sisleya-routine-finder-shopall {
  font-family: var(--ROBOTO-FONT);
  padding: 0 10px;
  border-radius: 45px;
  border: 1px solid #FFF;
  width: 100%;
  height: 45px;
  text-align: center;
  /*  display: flex;
  align-items: center;
  justify-content: center;*/
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.sisleya-routine-finder-shopall:hover {
  background: rgba(255, 255, 255, 0.80);
}

@media(max-width:1200px) and (min-width:1024px) {
  .sisleya-routine-finder-header {
    padding-top: 50px;
  }

  .sisleya-routine-finder-form__row {
    padding-top: 50px;
  }

  .sisleya-routine-finder-question {
    width: var(--COL-06);
  }

  .sisleya-routine-finder-product__packshot {
    width: 219px;
    height: 200px;
    display: block;
    order: 1;
  }

  .sisleya-routine-finder-product__packshot img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }


}



@media(max-width:1920px) and (min-width:1024px) {
  .sisleya-routine-finder-result {
    height: 100vh;
    display: flex;
    flex-direction: column;
    --HEIGHT-ECOM: auto;
  }

  .sisleya-routine-finder-product__ecom {
    height: var(--HEIGHT-ECOM);
    flex: unset;
  }

  .sisleya-routine-finder-list {
    flex: 1;
    overflow: hidden;
  }

  .sisleya-routine-finder-product__packshot {
    width: 219px;
    height: 100%;
    flex: 1;
    overflow: hidden;
  }

  .sisleya-routine-finder-product__title {
    height: var(--HEIGHT-TITLE);
    min-height: 0;
  }

  .sisleya-routine-finder-product__packshot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media(max-width:1920px) and (min-width:1024px) and (max-height:830px) {
  .sisleya-routine-finder-header {
    padding-top: 30px;
  }

  .sisleya-routine-finder-header__title {
    margin: 0;
    margin-bottom: 30px;
    display: block;
    width: var(--COL-12);
    margin-left: 0;
  }

  .sisleya-routine-finder-result__row {
    padding: 30px var(--PADDING-HORIZONTAL);
  }
}

@media (max-width:1023px) and (min-width:762px) {
  .sisleya-routine-finder {
    background-image: url(./images/finder-background-tablet.jpg);
    min-height: 0;
  }

  .sisleya-routine-finder-header {
    padding-top: 50px;
  }

  .sisleya-routine-finder-form__row {
    padding-top: 50px;
  }

  .sisleya-routine-finder-header__title {
    width: var(--COL-10);
    margin-left: var(--COL-01);
    display: block;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;

  }

  .sisleya-routine-finder-header__title span {
    display: inline-block;

  }

  .sisleya-routine-finder-header__text {
    width: var(--COL-10);
    margin-left: var(--COL-01);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
  }

  .sisleya-routine-finder-form__row {
    flex-direction: column;
    align-items: center;
  }

  .sisleya-routine-finder-question {
    width: var(--COL-08);
  }

  .sisleya-routine-finder-question+.sisleya-routine-finder-question {
    margin-top: 50px;
  }

  .sisleya-routine-finder-question__title {
    margin-bottom: 10px;
  }

  .sisleya-routine-finder-submit__wrapper {
    width: var(--COL-08);
  }

  .sisleya-routine-finder-list {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sisleya-routine-finder-list li {
    width: 100%;
    padding: 0px var(--PADDING-HORIZONTAL);
  }

  .sisleya-routine-finder-product {
    align-items: flex-start;
    /* padding-left: 219px;*/
    padding: 0px;
    position: relative;
    min-height: 350px;
    justify-content: center;
    width: var(--COL-06);
    margin-right: var(--COL-01);
    margin-left: auto;

  }

  .sisleya-routine-finder-product__packshot {
    width: calc(66.66% - 2*var(--GUTTER-HORIZONTAL));
    height: auto;
    display: block;
    order: 1;
    position: absolute;
    left: calc(-66.66% + var(--GUTTER-HORIZONTAL));
    max-width: 350px;
  }

  .sisleya-routine-finder-product__title {
    min-height: 0;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    padding: 0px var(--GUTTER-HORIZONTAL);
    text-align: left;
  }

  .sisleya-routine-finder-product__title span {
    font-size: 18px;
  }

  .sisleya-routine-finder-product__ecom {
    align-items: flex-start;
    justify-content: center;
    flex: unset;
    padding: 0px var(--GUTTER-HORIZONTAL);
  }

  .sisleya-routine-finder-product__name {
    text-align: left;
    align-items: flex-start;
    width: 83.33%;
    padding: 0px;
  }

  .sisleya-routine-finder-product__text {
    text-align: left;
    flex: unset;
    width: 83.33%;
    padding: 0px;
  }

  .sisleya-routine-finder-result__row {
    display: block;
  }

  .sisleya-routine-finder-result__col {
    width: var(--COL-08);
    margin-left: var(--COL-02);
  }

  .sisleya-routine-finder-restart {
    margin-bottom: 30px;
  }
}



@media(max-width:761px) {
  .sisleya-routine-finder {
    background-image: url(./images/finder-background-mobile.jpg);
  }

  .sisleya-routine-finder-header {
    padding-top: 50px;
  }

  .sisleya-routine-finder-form__row {
    padding-top: 50px;
  }

  .sisleya-routine-finder-header__title {
    width: var(--COL-10);
    margin-left: var(--COL-01);
    display: block;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;

  }

  .sisleya-routine-finder-header__title span {
    display: inline-block;

  }

  .sisleya-routine-finder-header__text {
    width: var(--COL-10);
    margin-left: var(--COL-01);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
  }

  .sisleya-routine-finder-form__row {
    flex-direction: column;
    align-items: center;
  }

  .sisleya-routine-finder-question {
    width: var(--COL-10);
  }

  .sisleya-routine-finder-question+.sisleya-routine-finder-question {
    margin-top: 50px;
  }

  .sisleya-routine-finder-question__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;

  }

  .sisleya-routine-finder-submit__wrapper {
    width: var(--COL-10);
  }

  .sisleya-routine-finder-list {
    flex-direction: column;
    align-items: center;
  }

  .sisleya-routine-finder-list li {
    width: var(--COL-10);

  }

  .sisleya-routine-finder-product {
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }

  .sisleya-routine-finder-product__packshot {
    width: 219px;
    height: auto;
  }


  .sisleya-routine-finder-product__title {
    min-height: 0;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .sisleya-routine-finder-product__title span {
    font-size: 18px;
  }

  .sisleya-routine-finder-product__ecom {
    justify-content: center;
    flex: unset;
  }

  .sisleya-routine-finder-product__name {}

  .sisleya-routine-finder-product__text {
    flex: unset;
  }

  .sisleya-routine-finder-result__row {
    display: block;
  }

  .sisleya-routine-finder-result__col {
    width: var(--COL-10);
    margin-left: var(--COL-01);
  }

  .sisleya-routine-finder-restart {
    margin-bottom: 30px;
  }

  /******popin callback add to cart********/

  .m-product-details__addtocart-popin {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    bottom: 1.5625rem;
    background: #f5f5f5;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0.3125rem 0.4375rem 0 rgba(190, 190, 190, 0.5);
    box-shadow: 0 0.3125rem 0.4375rem 0 rgba(190, 190, 190, 0.5);
    padding: 0.9375rem 2.5rem 0.9375rem 1.875rem;
    width: 21.375rem;
    min-height: 7.1875rem;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-product-details__addtocart-popin-icon .icon-heart,
  .m-product-details__addtocart-popin-icon .icon-checkmark {
    position: absolute;
    top: -1.25rem;
    z-index: 1;
  }

  .m-product-details__addtocart-popin-close {
    position: absolute;
    right: -0.0625rem;
    top: 0.1375rem;
    cursor: pointer;
    z-index: 2;
  }

  .m-product-details__addtocart-popin-close .c-button {
    width: 2.375rem;
    height: 2.375rem;
  }

  .m-product-details__addtocart-popin-image-wrapper {
    padding: 0 0.9375rem 0 2.1875rem;
  }

  .m-product-details__addtocart-popin-image {
    max-height: 100%;
    padding: 0.9375rem 0 0.9375rem 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(-0.5px);
    transform: translateY(-50%) translateY(-0.5px);
    left: 1.875rem;
    width: 5.3125rem;
  }

  .m-product-details__addtocart-popin-name {
    color: #000;
    display: block;
    margin-bottom: 0.625rem;
  }

  .m-product-details__addtocart-popin-info {
    padding-left: 3.125rem;
  }

  .c-product-tile__price-container {
    font-size: 0.75rem;
    font-family: "HelveticaNeueLTW05-75Bold", arial, sans-serif;
    white-space: nowrap;
    color: #000;
  }
}


.sisleya-routine-finder[data-lang="MEA_ar"] .sisleya-routine-finder-header__title,
.sisleya-routine-finder[data-lang="MEA_ar"] .sisleya-routine-finder-header__text {
  margin-right: var(--COL-03);
  margin-left: auto;
}