
body, html{
    overflow-x:hidden;
    margin:0;
    padding:0;
}
.breadcrumb{
    display:none;
}
#main:not(.main-homepage) {
    padding-top: 0px;
}
.MyContent {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width:1250px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Kanit Light", sans-serif;
    font-size:14px;
   line-height:1.4em;
 
}
.MyContent .isMobile{
    display:none;
}
@media (max-width:761px){
    .MyContent .isMobile{
        display:block;
    }
    .MyContent .isDesktop{
        display:none;
    }
}

.MyContent * {
    margin: 0;
    box-sizing: border-box;
}
.MyContent img {
     max-width:100%;
     display:block;
}
.MyContent .QuickShopLinkContainer{
    display: none!important;
}

.MyContent .MainTitle {
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
    font-size:45px;
    line-height: 1em;
    font-weight: normal;
    margin:20px auto;
}

.MyContent .Title {
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
    font-size:35px;
    line-height: 1em;
    font-weight: normal;
    margin:0px auto;
    padding:20px;
}
.MyContent .Text{
    margin:0;
}

.MyContent .BtnLink a,
.MyContent .BtnLink span {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 16px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Kanit Light", sans-serif;
    cursor:pointer;
}
.MyContent .HollowLink a,
.MyContent .HollowLink span {
    background-color: transparent;
    display: inline-block;
    color: #000;
    padding: 14px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Kanit Light", sans-serif;
    cursor:pointer;
    border: 2px solid #fff;
    min-width:155px;
    text-align: center;
}

.MyContent .slick-dots  button{
   min-width:unset;
   border:0px!important;
   outline:0!important;
   padding:0!important;
   height:auto!important;
   font-size:0px;
}

/*---------------------------------------------------------------------------*/
.MyContent #CN-NEW-YEAR-BLOCK-01  {
    position: relative;
    z-index: 1;
}
.MyContent #CN-NEW-YEAR-BLOCK-01::before{
    content:" ";
    width:1600px;
    position:absolute;
    background-color: #fff;
    height:500px;
    top:100%;
    left:calc(50% - 800px);
    z-index: 2;
}
.MyContent #CN-NEW-YEAR-BLOCK-01 .Header {
    position:relative;
    flex-basis:100%;
    max-width: 100%;
}
@media (min-width:1024px){
    .MyContent #CN-NEW-YEAR-BLOCK-01 .Header img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
        margin-right:calc(50% - 800px);
    }
}
@media (max-width:1023px) and (min-width:762px){
    .MyContent #CN-NEW-YEAR-BLOCK-01 .Header img{
        max-width: 1200px;
        width:1200px;
        margin-left: -210px;
        margin-left:calc(50% - 600px);
        margin-right:calc(50% - 600px);
    }
}
.MyContent #CN-NEW-YEAR-BLOCK-01 .Signature::before{
  content:" ";
  background-image: url(../img/signature.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width:104px;
  height:64px;

}
.MyContent #CN-NEW-YEAR-BLOCK-01 .Signature {
    position: absolute;
    top: 250px;
    left: calc(50% - 430px);
    color: #fff;
    width: 104px;
    font-size: 10px;
    line-height: 1.2em;
}
.MyContent #CN-NEW-YEAR-BLOCK-01 .Signature strong{
    display:block;
}
  @media (max-width:1023px) and (min-width:762px){
    .MyContent #CN-NEW-YEAR-BLOCK-01 .Signature {
        top: 150px;
    left: calc(50% - 360px);
    }
}
@media (max-width:761px){
    .MyContent #CN-NEW-YEAR-BLOCK-01 .Signature {
        left: 10px;
        bottom: 10px;
        top: auto;
        transform: scale(0.8);
        transform-origin: bottom left;
    
    }

}
/*-------------------------------------------------------------------*/
.MyContent #CN-NEW-YEAR-BLOCK-02::before{
    content:" ";
    width:100%;
    position:absolute;
    z-index:-1;
    background-color: #fff;
    height:75px;
    top:0;
    left:0;
}
.MyContent #CN-NEW-YEAR-BLOCK-02 {
    margin-top:-70px;
    position:relative;
    display:block;
    padding:70px;
    text-align: center;
    z-index:2;
}


.MyContent #CN-NEW-YEAR-BLOCK-02 .MainTitle{
    margin:0 auto;
    background: -webkit-linear-gradient(#debd7c, #efd49a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-top:20px;
}
.MyContent #CN-NEW-YEAR-BLOCK-02 .MainTitle::before{
    content:" ";
    background-image: url(../img/bloom.png);
    background-size: 100% auto;
    display: block;
    width:175px;
    height:109px;
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%) translateY(-95%);
   
  }

  .MyContent #CN-NEW-YEAR-BLOCK-02 .Text{
      padding:20px;
      font-size: 16px;
  }

  
@media (max-width:761px){
    .MyContent #CN-NEW-YEAR-BLOCK-02{
        margin:0;
        padding:20px;
    } 
    .MyContent #CN-NEW-YEAR-BLOCK-02 .MainTitle{
        padding-top:40px;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-02 .MainTitle::before{
        width: 136px;
        height: 80px;
        transform: translateX(-50%) translateY(-70%);
    }
}


  /*---------------------------------------------------------------------------*/
  .MyContent #CN-NEW-YEAR-BLOCK-03   {
    padding:40px;
    position: relative;
   z-index:1;
    text-align: center;
    margin-top:-70px;
    
}
.MyContent #CN-NEW-YEAR-BLOCK-03  .Background {
    position:absolute;;
   /* z-index:-1;*/
    left:calc(50% - 800px);
    width:1600px;
    top:-78px;
}
.MyContent #CN-NEW-YEAR-BLOCK-03  .VideoLink{
    position: relative;
    display:block;
    padding:10px;
    margin:20px auto;
    background-image: url(../img/gold-texture.jpg);
    background-size: cover;
    max-width:1050px;
 }
 .MyContent #CN-NEW-YEAR-BLOCK-03   .VideoLink a::before{
      content:" ";
      cursor: pointer;
     background-image: url(../img/play-video.png);
     width:50px;
     height:50px;
     position: absolute;
     bottom:15px;
     left:15px;
 
  }
  .MyContent #CN-NEW-YEAR-BLOCK-03   .Wrapper{
   background-color: #fff;
   padding:30px;
   text-align: left;
   flex:1;
   max-width:540px;
   height:283px;
}
  .MyContent #CN-NEW-YEAR-BLOCK-03   .Wrapper .Title{
    padding:0;
 }
   .MyContent #CN-NEW-YEAR-BLOCK-03  .Text{
     margin:20px 0;
 }

   
.MyContent #CN-NEW-YEAR-BLOCK-03 .TextLink a{
    font-size: 11px;
    color:#000;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Kanit Light", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: #bfbfbf 1px solid;
}


@media (min-width:762px){
      .MyContent #CN-NEW-YEAR-BLOCK-03  .Background img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
    }
     .MyContent  #UV-PLUS-BLOCK-06 .VideoLink{
     margin-top:-370px;
    }
    .MyContent  #UV-PLUS-BLOCK-06 .Wrapper{
     margin-top:-370px;
    }
}

  @media (max-width:761px){
    .MyContent #CN-NEW-YEAR-BLOCK-03 {
       margin:0;
       padding:10px 0;
      }
      .MyContent #CN-NEW-YEAR-BLOCK-03  .Background{
       display:none;
     }
       .MyContent #CN-NEW-YEAR-BLOCK-03  .VideoLink {
        margin:0px;
        height:auto;
        margin-bottom:0;
    }
      .MyContent #CN-NEW-YEAR-BLOCK-03  .Wrapper {
        margin:20px;
        margin-top:0;
        padding:20px;
    }
      .MyContent #CN-NEW-YEAR-BLOCK-03  .Text {
        padding:0px;
        margin:0;
        padding-bottom:20px;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-03 .TextLink {
        margin:20px auto;
    }
}
.MyContent #DOUBLE-SERUM  {
  height:100px;
  margin-top:-100px;
}

/*-----------------------------------------------------------------*/
.MyContent #CN-NEW-YEAR-BLOCK-04   {
    padding:20px;
    position: relative;
    z-index:1;
    text-align: center;
    min-height:595px;
    display:flex;
    justify-content:center;
    align-items: center;
    
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .Background {
    position:absolute;;
    z-index:-1;
    left:calc(50% - 800px);
    width:1600px;
    top:0;
}
/*@media (max-width:1023px) and (min-width:762px){
.MyContent #CN-NEW-YEAR-BLOCK-04 .Background {
    left: calc(50% - 600px);
}
}*/
.MyContent #CN-NEW-YEAR-BLOCK-04  .Photo {
    margin: 0;
    position: absolute;
    top: -15px;
left:70px;
}
.MyContent #CN-NEW-YEAR-BLOCK-04  .Content {
   max-width:1050px;
   margin:20px;
   text-align: left;
   color:#fff;
   position: relative;
   padding-left:500px;
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .Title {
    padding:0;
   margin:20px 0;
   background: -webkit-linear-gradient(#debd7c, #efd49a);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .BoldText {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, "Kanit Light", sans-serif;
    font-size:22px;
    line-height: 1.4em;
    max-width:373px;
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .Text {
     font-size:16px;
    line-height: 1.4em;
    max-width:512px;
    padding-top:20px;
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .HollowLink a {
  color:#fff;
  margin:20px 0;
}

.MyContent #CN-NEW-YEAR-BLOCK-04  .Mentions {
    font-size:11px;
    opacity:0.5;
}
@media (max-width:1023px){
    .MyContent #CN-NEW-YEAR-BLOCK-04 .Content {
        padding-left: 330px;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-04 .Photo{

        top: 40px;
        left: 0px;
        width: 300px;
    }
 
}
@media (max-width:761px){
    .MyContent #CN-NEW-YEAR-BLOCK-04   {
        padding:20px;
        display:block;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-04  .Background {
        left:0;
        width:100%;
        top:0;
    }
    
.MyContent #CN-NEW-YEAR-BLOCK-04  .Photo {
    margin: 20px auto ;
    position: relative;
    top:auto;
    left:auto;
   max-width:280px;
}
.MyContent #CN-NEW-YEAR-BLOCK-04  .Content {
   position: relative;
   padding:0px;
   margin:0;
   text-align: center;
}
}
/*-----------------------------------------------------------------*/
.MyContent #CN-NEW-YEAR-BLOCK-05   {
    padding:40px;
    position: relative;
    z-index:1;
    text-align: center;
padding-bottom:100px;
    
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .Title {
    padding:0;
   margin:20px 0;
   background: -webkit-linear-gradient(#debd7c, #efd49a);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .HollowLink a {
 border:2px solid #e5e5e5;
 padding:14px;
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper {
   display:flex;
   justify-content: center;
   align-items: center;

}

.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step{
   margin:20px;
   padding-right:246px;
   position: relative;
   max-width:447px;
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step .IngredientName{
    font-size:11px;
    opacity:0.5;
    right:20px;
    top:20px;
    position: absolute;
 }

.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step {
   text-align:right;
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step[data-step="2"]  {
    text-align:left;
 }
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step .Packshot{
    position: absolute;
    left:calc(100% - 200px);
    top:68px;
}
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step[data-step="2"]  .Packshot{
    top:0;
 }
.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .StepTitle{
    background-image:url(../img/step-1.png);
    width:200px;
    height:150px;
    color:#fff;
    padding-top:79px;
    line-height: 1em;
    text-align: left;
    padding-left:50px;
    margin-right: -40px;
 }


.MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step .Text{
  font-size:18px;
  line-height: 1.4em;
  white-space: nowrap;
  margin:20px 0;
 }
 .MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper .Step[data-step="2"] .StepTitle{
    background-image:url(../img/step-2.png);
}


@media (max-width:1023px) and (min-width:762px){
    .MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper {
        align-items: unset;
        height: 470px;
        display: flex;
      justify-content: center;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step{
       margin:0;
       flex-basis: 50%;
       height: 430px;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-items: center;
    }
}


 @media (max-width:1023px){   
    .MyContent #CN-NEW-YEAR-BLOCK-05 {
        padding:20px;
      }
    
     .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .StepTitle{
         position:absolute;
         transform: scale(0.7);
         top:-20px;
         left:0;
         transform-origin: top left;
     }
     .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step{
         width:100%;
         padding:0;
         text-align: center!important;
        margin:40px 0;
        margin-bottom: 0;
     }
     .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .Packshot {
        position: relative;
        left: auto;
        top: auto;
        max-width: 150px;
        margin:0 auto;
        transform:translateX(40px);
        z-index:2;
    }
    .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step[data-step="2"] .Packshot {
        transform:translateX(20px);
    }
    .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .IngredientName{
        right:0;
    }
}
@media (max-width:761px){
    .MyContent #CN-NEW-YEAR-BLOCK-05  .Wrapper {
           display:block;
           max-width: 375px;
           margin:20px auto;
           position: relative;
         }
        
    }
  /*---------------------------------------------------------------------------*/




.MyContent .PopinInVideo{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index:100;
}
  .MyContent .PopinInVideo[data-open="0"]{
    pointer-events:none;
    opacity:0;
}

  .MyContent .PopinInVideo[data-open="1"]{
    display:block;
    opacity:1;
}
  .MyContent  .PopinInVideo .Video{
    padding: 2.32vw;
    width: 90vw;
    height: 52.7vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%) translateY(-50%); 
}

  .MyContent .PopinInVideo #video-iframe{
    width:100%;
    height:100%;
}
  .MyContent .ClosePopinVideo{
    color: #cbcbcb;
    width: 14px;
    height: 14px;
    font-size: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background-image: url(../img/close.svg);
    background-size: 100% 100%;
  }

@media (min-width:1000px){
    .MyContent .PopinInVideo .Video{
      padding: 20px;
      width: 920px;
      height: 535px;
  }
}

 

/*---------------------------------------------------------------------------*/


.MyContent #CN-NEW-YEAR-BLOCK-05 .Title{
    line-height: 1.2em;
}

@media (max-width:761px){

  .MyContent .HollowLink a, .MyContent .HollowLink span{
    padding: 14px 14px;
  }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) 
and (orientation : portrait) {

  .MyContent #CN-NEW-YEAR-BLOCK-04 .Background{
    left: calc(50% - 755px)!important;
  }
}

/*DTW EDITS*/
@media only screen and (min-width: 762px) and (max-width: 1023px){
  .MyContent #CN-NEW-YEAR-BLOCK-04 .Background {
    left: calc(50% - 715px);
}
  .MyContent #CN-NEW-YEAR-BLOCK-04{
    padding: 5px;
  }
  .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .IngredientName{
    top: 50px;
  }
  .DS{
    padding-top: 50px;
  }
  .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .Packshot{
    min-height: 275px;
  }
}

@media only screen and (max-width: 761px){
  .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .Packshot{
    min-height: 275px;
  }
  .MyContent #CN-NEW-YEAR-BLOCK-05 .Wrapper .Step .IngredientName{
    top: 50px;
  }
  .DS{
    padding-top: 50px;
  }
  .slick-dots{
    left: 7px;
  }
  .MyContent #CN-NEW-YEAR-BLOCK-04 .Mentions{
    margin: 0 95px;
  }
  .MyContent #CN-NEW-YEAR-BLOCK-04 .Background {
    top: 34px;
}
}

.MyContent #CN-NEW-YEAR-BLOCK-02 h1.MainTitle,
.MyContent #CN-NEW-YEAR-BLOCK-05 h2.Title{
  background: -webkit-linear-gradient(#cc8b00, #cc8b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.MyContent #CN-NEW-YEAR-BLOCK-04 .Title{
  font-weight: bold;
}