.new-aroma {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --FONT-SIZE: 16px;
  padding-bottom: 50px;
}

@media (min-width: 1250px) {
  .new-aroma {
    padding-bottom: 20px;
  }
}

/******************************************/
.new-aroma-header {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.new-aroma-header__background {
}

.new-aroma-header__background img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.new-aroma-header__box {
  background-color: #fff;
  position: relative;
  z-index: 2;
  flex-basis: calc(50% + 30px);
  padding: 40px 60px;
  box-sizing: border-box;
}

.new-aroma-header__title {
  margin: 0 !important;
  font-size: 35px;
  font-weight: normal;
  line-height: 1em;
  font-family: var(--CLARINS-FONT);
}

.new-aroma-header__title strong {
  font-size: 50px;
  line-height: 1em;
  display: block;
  color: #ba0c2f;
  font-weight: normal;
}

.new-aroma-header__text {
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  line-height: 1.4em;
  margin-top: 20px;
}

@media (max-width: 1170px) {
  .new-aroma-header__box {
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  .new-aroma-header__box {
    text-align: center;
    padding: 20px;
  }

  .new-aroma-header__title strong {
    font-size: 35px;
  }
}

@media (min-width: 1024px) {
  .new-aroma-header {
    height: 547px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .new-aroma-header__background {
    width: 1600px;
    height: 100%;
    left: calc(50% - 800px);
    position: absolute;
    top: 0;
  }
}

/******************************************/
.new-aroma-intro {
  text-align: center;
  max-width: 1170px;
  margin: 50px auto;
}

.new-aroma-intro__title {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}

.new-aroma-intro__text {
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  line-height: 1.4em;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .new-aroma-intro {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/******************************************/
.new-aroma-synergy {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1170px;
  margin: 0 auto;
  height: 360px;
  position: relative;
}

.new-aroma-synergy__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.new-aroma-synergy__background img {
  width: 100%;
  height: 100%;
}

.new-aroma-synergy__logo {
  position: relative;
  z-index: 2;
  max-width: 197px;
  width: 100%;
}

.new-aroma-synergy__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: var(--CLARINS-FONT);
  font-size: 35px;
  font-weight: normal;
  margin: 0;
  margin-top: 20px;
}

.new-aroma-synergy__text {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  line-height: 1.4em;
}

.new-aroma-synergy__pictos {
  display: flex;
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}

.new-aroma-synergy__pictos li {
  padding: 0;
  margin: 0 25px;
  text-transform: uppercase;
  font-family: var(--GOTHAM-BOOK);
  font-size: 12px;
  text-align: center;
}

.new-aroma-synergy__pictos li p {
  margin: 0;
}

.new-aroma-synergy__pictos img {
  height: 77px;
  width: auto;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .new-aroma-synergy {
    height: auto;
    display: block;
    padding-top: 20px;
    text-align: center;
  }

  .new-aroma-synergy__text {
    margin: 20px;
  }

  .new-aroma-synergy__logo {
    margin: 0px auto;
  }

  .new-aroma-synergy__pictos li {
    margin: 0 10px;
  }
  .new-aroma-synergy__pictos {
    padding: 0;
    margin: 0 auto;
    margin-top: 25px;
    justify-content: center;
    padding-bottom: 40px;
  }
  .new-aroma-synergy__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left -90px top 0px;
  }
}
@media (max-width: 761px) {
  .new-aroma-synergy {
    height: auto;
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  .new-aroma-synergy__title span {
    display: block;
  }
  .new-aroma-intro__title br {
    display: none;
  }
  .new-aroma-synergy__text {
    margin: 20px;
  }

  .new-aroma-synergy__logo {
    margin: 0px auto;
  }

  .new-aroma-synergy__pictos {
    margin: 0 20px;
    flex-wrap: wrap;
    padding-bottom: 150px;
  }
  .new-aroma-synergy__pictos li {
    flex-basis: 50%;
    margin: 0px;
  }
}

/*US UPDATE*/
.new-aroma-header__title {
  line-height: 1.2em;
}

/*mobile*/
@media (max-width: 480px) {
  .MyProductRoutine .ProductItem[data-product="santal"] .IngredientName {
    top: 340px;
  }
  .MyProductRoutine .ProductItem[data-product="orchidée"] .IngredientName {
    top: 335px;
  }
}