.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;
    }
  }
  
  @media (max-width: 480px) {
    .new-aroma-header__box{
      margin-right: 0;
    }
  }
  
  /*==========================*/
  .new-aroma-header .BtnShopLink .Btn{
      position: relative;
      background-color: #fff !important;
      display: inline-block;
      color: #333;
      padding: 14px;
      text-decoration: none;
      font-size: 14px;
      line-height: 15px;
      font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
          Arial, sans-serif;
      cursor: pointer;
      border: 1px solid #e7e4e2;
      min-width: 122px;
      text-align: center;
      border-radius: 5px;
      height: 44px;
      box-sizing: border-box;
      text-transform: unset !important;
      letter-spacing: unset !important;
  }
  
  .MyProductRoutine .BtnShopLink > div{
        position: relative;
      background-color: #b40024;
      display: inline-block;
      color: #fff;
      padding: 14px;
      text-decoration: none;
      font-size: 14px;
      line-height: 15px;
      font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
          Arial, sans-serif;
      cursor: pointer;
      border: 1px solid #b40024;
      min-width: 122px;
      text-align: center;
      border-radius: 5px;
      box-sizing: border-box;
      text-transform: unset !important;
      height: 44px !important;
      letter-spacing: unset !important;
  }
  
  .slick-prev:before,
  .slick-next:before{
    content: unset!important;
  }
  
  .slick-dots li button{
    display: none!important;
  }
  
  .new-aroma-header .BtnShopLink{
    padding-top: 20px;
  }
  
  #QUIZZ{
    scroll-margin-top: -300px;
  }
  
  @media (max-width: 480px){
    .new-aroma-header__text{
      margin-top: 20%;
    }
    .new-aroma-header .BtnShopLink{
      margin-top: -88%;
      margin-bottom: 65%;
    }
    .added-desc{
      margin-bottom: 20px;
    }
    section.footer-wrapper{
      margin-top: -100px;
    }
  }
  
  @media only screen
  and (device-width : 414px)
  and (device-height : 896px)
  and (-webkit-device-pixel-ratio : 2) {
    .new-aroma-header__text{
      margin-top: 20%;
    }
    .new-aroma-header .BtnShopLink{
      margin-top: -280px;
      margin-bottom: 65%;
    }
  }
  
  @media only screen
  and (device-width : 400px)
  and (device-height : 850px)
  and (-webkit-device-pixel-ratio : 2) {
    .new-aroma-header .BtnShopLink{
      margin-top: -77%;
    }
  }
  
  #QUIZZ{
    scroll-margin-top: -100px;
  }  


  /* ======================================================================= */
  .Price {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }


  /* ----- */


  .new-aroma-header .BtnShopLink .Btn{
    background-color: #b40024 !important;
    border: 1px solid #b40024;
  }



  @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

  .new-aroma-header__box {
    margin-bottom: -3%!important;
  }
}


