.MyContent {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    font-family:  "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size:14px;
    
}

.MyContent * {
    display: block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
}
@media screen and (min-width:1170px) {
    .MyContentWrapper {
        display: block;
        position: relative;
        width:1600px;
        margin-left:-215px;
    }
    
}

.MyContent .QuickShopLinkContainer{
    display: none!important;
}


.MyContent .slick-dots  button{
   min-width:unset;
   border:0px!important;
   outline:0!important;
   padding:0!important;
   height:auto!important;
   font-size:0px;
}

#SAKURA-PDP-SECTION-1 {
    background-color: #fef5f6;
    height:500px;
}

#SAKURA-PDP-SECTION-2 {
    background-color: #fef5f6;
    padding-top: 60px;
    padding-bottom: 20px;
}
#SAKURA-PDP-SECTION-2::after {
  content:" ";
  position: absolute;
  width:264px;
  height:1064px;
  left: calc(50% + 600px);
  top:220px;

  background-image: url(img/sakura-flowers-2.png);
  z-index:3;
}
#SAKURA-PDP-SECTION-4 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    margin-top:-80px;
}
#SAKURA-PDP-SECTION-4::after {
    content:" ";
    position: absolute;
    width:264px;
    height:1064px;
    right: calc(50% + 700px);
    top:-100px;
    transform:scaleX(-1) rotate(-15deg);
    background-image: url(img/sakura-flowers-2.png);
    z-index:3;
  }

#SAKURA-PDP-SECTION-4 .ProductName,
#SAKURA-PDP-SECTION-4-MOBILE .ProductName{
    font-size:14px;
    padding-top:20px;
}
#SAKURA-PDP-SECTION-4 .MyBlock{
   max-width:232px;
   flex-basis:20%;
}
#SAKURA-PDP-SECTION-4 .MyBlock:nth-child(2n + 1){
  padding-bottom:20px;
 }
 #SAKURA-PDP-SECTION-4 .Price,
#SAKURA-PDP-SECTION-4-MOBILE .Price{
    font-size:12px;
    font-family:  "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    padding:10px;
}
#SAKURA-PDP-SECTION-4-MOBILE .ProductWrapper,
.MyContent .ProductWrapper{
    width:100%;
    height:500px;
}
.MyContent .MyBlock {
    display: block;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}


.MyContent img {
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.MyContent *[data-device="mobile"] {
    display: none;
}

@media screen and (max-width:761px) {

    .MyContent *[data-device="mobile"] {
        display: block;
    }

    .MyContent *[data-device="desktop"] {
        display: none;
    }
}

.MyContent .BtnLink {
    display: block;
    text-align: left;
}

.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:  "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
}

.MyContent .QuickShopLink a,
.MyContent .QuickShopLink span {
    background-color: #fff;
    display: inline-block;
    border:2px solid #e5e5e5;
    color: #000;
    padding: 11px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    font-family:  "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    min-width:137px;
    cursor:pointer;
}
.MyContent .MaintTitle {
    font-size: 35px;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    padding: 30px;
    color: #be0f34;
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
    box-sizing: border-box;
}

.MyContent .WhiteBox {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px;

}

.MyContent .WhiteBox p {
    padding-bottom: 20px;
    max-width: 460px;
}

.MyContent .WhiteBox p:last-child {
    padding-bottom: 0px;
}

.MyContent .WhiteBox strong {
    color: #be0f34;
    text-transform: uppercase;
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
    font-size: 18px;
    line-height: 1em;
    font-weight: normal;
    padding: 0;
}
.MyContent .WhiteBox ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-top:-10px;
    padding-bottom: 20px;  
}

.MyContent  .WhiteBox ul li{
    list-style:none;
    padding:0;
    margin:0;
    font-family:  "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size:14px;
    padding-left:25px;
    background-image: url(img/checkbox.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 5px;

}
.MyContent .Num {
    font-size: 144px;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0px;
    color: #f5acb8;
    font-family:  "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.MyContent .IngredientVisual {
    position: absolute;
}
.MyContent .Text {
    line-height:1.4em;
    font-size:14px;
    color:#000;
}
.MyContent .IngredientName {
    font-family:  "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    color:#be0f34;
    font-size:16px;
}
.MyContent .Photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 300px;
}

#SAKURA-PDP-INTRO-2 .WhiteBox::before {
    content: " ";
    width: 100%;
    height: 100%;
    top: -20px;
    left: -20px;
    background-image: url(img/deco.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    z-index:-1;
}
#SAKURA-PDP-INTRO-2  .WhiteBox{
    max-width: 210px;


 }

#SAKURA-PDP-PACKSHOT-LOGOS {
    display: flex;
    height: 46px;

}

#SAKURA-PDP-PACKSHOT-LOGOS img {
    width: 122px;
}

#SAKURA-PDP-PACKSHOT-FIX-MAKE-UP {
    z-index: 2;
}
#SAKURA-PDP-PACKSHOT-FIX-MAKE-UP img {
   max-width:319px;
}


#SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL {
    z-index: 2;
}

#SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL img {
    max-width:210px;
}
#SAKURA-PDP-PACKSHOT-TEXT {
    background-color: #eed1d2;
    padding-right: 70px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#SAKURA-PDP-PACKSHOT-TEXT .Text{
    color: #be0f34;
    font-size:22px;
    text-align: center;
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
}
#SAKURA-PDP-PACKSHOT-TEXT span {
    display: inline;
}
#SAKURA-PDP-PACKSHOT-TEXT-2 {
    background-color: #eed1d2;
    /* padding-right: 70px; */
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    padding: 0 20px;
}
#SAKURA-PDP-PACKSHOT-TEXT-2 .Text{
    color: #be0f34;
    font-size:22px;
    text-align: center;
    font-family: 'ClarinsRegular', 'Clarins', "Kanit Light";
    line-height:1em;
}
#SAKURA-PDP-ROUTINE-1 {
    padding-top: 40px;
}

#SAKURA-PDP-ROUTINE-1 .ProductVisual img {
    max-width:221px;
}
#SAKURA-PDP-ROUTINE-1-bis {
    padding-top: 0px;
}

#SAKURA-PDP-ROUTINE-1-bis .ProductVisual img {
    max-width:334px;
}
 #SAKURA-PDP-ROUTINE-2 .ProductVisual img {
    max-width:235px;
    transform:translateX(60px);
 }

 #SAKURA-PDP-ROUTINE-3 .ProductVisual img {
    max-width:252px;
    transform:translateX(-50px);
 }

 #SAKURA-PDP-ROUTINE-4 .ProductVisual img {
    max-width:173px;
    transform:translateX(-20px);
 }

 #SAKURA-PDP-ROUTINE-5 .ProductVisual img {
    max-width:112px;
 }

 #SAKURA-PDP-ROUTINE-6 .ProductVisual img {
    max-width:200px;
    transform:translateX(-30px);
 }


.MyBlock[data-product="1"] .Num {
    transform: translateX(15px) translateY(90px);
 }

 .MyBlock[data-product="2"]  .Num {
    transform: translateX(85px) translateY(-110px);
 }

 .MyBlock[data-product="3"] .Num {
    transform: translateX(155px) translateY(170px);
 }

 .MyBlock[data-product="4"]  .Num {
    transform: translateX(125px) translateY(-90px);
 }

 .MyBlock[data-product="5"] .Num {
    transform: translateX(155px) translateY(80px);
 }


.MyContent .PhotoIntro{
    width:calc(100% + 20px);
    margin-left:-20px;
}

#SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL::after {
    content: " ";
    background-image: url(img/texture.png);
    width: 214px;
    height: 159px;
    position: absolute;
    bottom: -70px;
    left: 79px;
    z-index: -1;
}

@media screen and (min-width:762px) {

    #SAKURA-PDP-HEADER {
        height: 465px;
        top: 0;
        position: absolute;
        width: 1600px;
        left: calc(50% - 800px);
    }

    #SAKURA-PDP-INTRO-1 {
        width: calc(50% - 25px);
       /* margin-right: 0;
        margin-left: auto;*/
        left:calc(50% + 25px);
        bottom:0;
        position:absolute;
    }

    #SAKURA-PDP-INTRO-1 .WhiteBox {
        padding: 45px 30px;
    }

    #SAKURA-PDP-INTRO-2 {
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        position: absolute;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
        max-width: 1070px;
        padding-left:20px;
    }
    #SAKURA-PDP-INTRO-3 {
        width: calc(50% - 25px);
       /* margin-right: 0;
        margin-left: auto;*/
        left:calc(50% + 25px);
        bottom:0;
        position:absolute;
    }

    #SAKURA-PDP-INTRO-3 .WhiteBox {
        padding: 45px 30px;
    }
    #SAKURA-PDP-INTRO-3 .WhiteBox p {
       max-width:230px
    }
    #SAKURA-PDP-INTRO-3 .WhiteBox p:first-child {
        max-width:460px
     }
    #SAKURA-PDP-INTRO-4 {
        width: 262px;
        left: calc(50% + 322px);
        top: -239px;
        position: absolute;
    }
    #SAKURA-PDP-INTRO-4 .WhiteBox{
        padding-bottom:60px;
    }
    #SAKURA-PDP-INTRO-4 strong{
        text-transform: none;
        font-size:22px;
    }
    #SAKURA-PDP-INTRO-4::after {
        content:" ";
        width: 256px;
        height:128px;
        left:30px;
        bottom:-80px;
        position: absolute;
        background-image: url(img/sakura-flowers-1.png);
    }
    #SAKURA-PDP-PACKSHOT-FIX-MAKE-UP {
        width: calc(50% - 25px);
        margin-right: 0;
        margin-left: auto;
    }

    #SAKURA-PDP-PACKSHOT-FIX-MAKE-UP img {
        margin-left: 0;
    }

    #SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL {
        width: calc(50% - 25px);
        margin-right: 0;
        margin-left: auto;
        margin-top:60px;
        margin-bottom: 60px;
    }

    #SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL img {
        margin-left: 0;
    }
    #SAKURA-PDP-INREDIENT-1 {
        position: absolute;
        top: 165px;
        right: calc(50% + 145px);
        text-align: right;
    }

    #SAKURA-PDP-INREDIENT-1 .IngredientVisual{
       right:0;
       top:0;
       transform: translateY(-70%) translateX(110%);
    }
    #SAKURA-PDP-INREDIENT-2 {
        position: absolute;
        top: 424px;
        left: calc(50% + 372px);
        text-align: left;
    }
    #SAKURA-PDP-INREDIENT-2 .IngredientVisual{
        left:0;
        top:0;
        transform: translateY(-105%);
     } 
     
     #SAKURA-PDP-INREDIENT-3 {
        position: absolute;
        top: 200px;
        right: calc(50% + 415px);
        text-align: right;
    }
    #SAKURA-PDP-INREDIENT-3 .IngredientVisual{
        right: 0;
        bottom: 0;
        transform: translateY(22%) translateX(120%);
     }

     #SAKURA-PDP-INREDIENT-4 {
        position: absolute;
        top: 170px;
        right: calc(50% + 138px);
        text-align: right;
        z-index:4;
    }
    #SAKURA-PDP-INREDIENT-4 .IngredientVisual{
        left: 0;
        bottom: 0;
        transform: translateY(32%);
        width: 213px;
        z-index: -1;
     }
     #SAKURA-PDP-INREDIENT-5{
        position: absolute;
        top: 440px;
        right: calc(50% + 375px);
        text-align: left;
    }
    #SAKURA-PDP-INREDIENT-5 .IngredientVisual{
        left: 0;
        bottom: 0;
        transform: translateY(22%) translateX(-90%);
        width: 175px;
     }



    #SAKURA-PDP-PACKSHOT-TEXT {
        position: absolute;
        width: 531px;
        right: calc(50% - 120px);
        top: 50%;
    }
    #SAKURA-PDP-PACKSHOT-TEXT-2 {
        position: absolute;
        width: 601px;
        right: calc(50% - 30px);
        top: 50%;
    }
    #SAKURA-PDP-PACKSHOT-LOGOS {
        top: calc(50% + 120px);
        text-align: right;
        position: absolute;
        right: calc(50% - 20px);
        width: 281px;
        justify-content: flex-end;
    }

    #SAKURA-PDP-PATTERN {
        z-index: 2;
        width:50%;
        margin-right:50%;
        margin-left:0;
        height:0;
    }

    #SAKURA-PDP-PATTERN img {
        position: absolute;
        width:881px;
        max-width:881px;
        top: 0px;
        right:0;
        z-index: 2;
    }

    #SAKURA-PDP-ROUTINE-TITLE {
        margin-left: auto;
        margin-right: 0;
        width: 50%;
        background-color: #fef5f6;
        padding-bottom: 10px;
        padding-top: 80px;
    }

    #SAKURA-PDP-ROUTINE-TITLE .MaintTitle {
        max-width: 482px;
        margin-left: 0;
        margin-right: auto;
    }
    #SAKURA-PDP-ROUTINE-TITLE-2 {
        margin-left: auto;
        margin-right: 0;
        width: 50%;
        background-color: #fef5f6;
        padding-bottom: 60px;
        padding-top: 20px;
    }

    #SAKURA-PDP-ROUTINE-TITLE-2 .MaintTitle {
        max-width: 482px;
        margin-left: 0;
        margin-right: auto;
    }

    #SAKURA-PDP-ROUTINE-1 {
        margin-left: auto;
        margin-right: 0;
        min-width: 600px;
        z-index: 3;
        width: 50%;
    }

    #SAKURA-PDP-ROUTINE-1 img {
        margin-left: 200px;
        margin-right: auto;
    }

    #SAKURA-PDP-ROUTINE-1 .Num {
        left: 430px;
        top: 74px;
    }

    #SAKURA-PDP-ROUTINE-1-bis {
        margin:0;
        margin-top:-56px;
        margin-left: auto;
        min-width: 600px;
        z-index: 3;
        width: 50%;
    }

    #SAKURA-PDP-ROUTINE-1-bis img {
        margin-left: 38px;
        margin-right: auto;
    }

    #SAKURA-PDP-ROUTINE-1-bis .Num {
        left: 430px;
        top: 74px;
    }


    #SAKURA-PDP-ROUTINE-1 .ProductName {
        position: absolute;
        left: 430px;
        top: 250px;
    }

    #SAKURA-PDP-ROUTINE-1 .BtnLink {
        position: absolute;
        left: 430px;
        top: 280px;
    }
    #SAKURA-PDP-ROUTINE-1-bis .ProductName {
        position: absolute;
        left: 430px;
        top: 250px;
    }

    #SAKURA-PDP-ROUTINE-1-bis  .BtnLink {
        position: absolute;
        left: 430px;
        top: 280px;
    }

    .MyContent .Photo {
        transform: translateX(-246px) translateY(20px);
    }
    #SAKURA-PDP-SECTION-4-MOBILE{
       display:none;
      }
}


@media screen and (max-width:1250px) and (min-width:1024px) {
    #SAKURA-PDP-HEADER {
        left: calc(50% - 900px);
    }
    #SAKURA-PDP-SECTION-4 .MyBlock{
      max-width:20%;
      
    }
    #SAKURA-PDP-SECTION-4 .ProductVisual{
       transform:scale(0.7);
       transform-origin: bottom center;
    }
    #SAKURA-PDP-SECTION-4 {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    #SAKURA-PDP-INTRO-1 {
            width: calc(60% - 25px);
    left: calc(40% + 25px);

    }
    #SAKURA-PDP-INTRO-3 {
            width: calc(60% - 25px);
        left: calc(40% + 25px);

    }
    #SAKURA-PDP-INREDIENT-3 {
            top: 210px;
            right: calc(50% + 375px);
    }
    #SAKURA-PDP-INREDIENT-5 {
        right: calc(50% + 285px);
    }
    #SAKURA-PDP-INTRO-4 {
        left: calc(50% + 252px);
    }
    #SAKURA-PDP-PACKSHOT-TEXT-2 {
        width: 501px;
    }

}
   
@media screen and (max-width: 1023px) and (min-width:762px){
    .MyContent .MaintTitle{
        font-size:30px;
        padding:20px;
    }
    #SAKURA-PDP-INTRO-1 .WhiteBox,
    #SAKURA-PDP-INTRO-3 .WhiteBox {
        padding: 20px;
    }

    #SAKURA-PDP-INTRO-1,
    #SAKURA-PDP-INTRO-3{
        width:55%;
        left:45%;
    }
    .MyContent .PhotoIntro{
        flex:1;
    }
    #SAKURA-PDP-INTRO-4 .WhiteBox {
        padding: 30px;    flex-basis: 80%;
    }
    #SAKURA-PDP-INTRO-4::after {
        left: 430px;
        bottom: -20px;
    }
    #SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL {
        width: 300px;
    }
    #SAKURA-PDP-INTRO-4{
        position: relative;
    display: flex;
    width: 100%;
    top: auto;
    left: auto;
    padding: 30px;
    margin-top: -60px;
    }

    #SAKURA-PDP-PACKSHOT-FIX-MAKE-UP {
        width: 280px;
        margin-right: 150px;
        margin-left: auto;
    }
#SAKURA-PDP-PACKSHOT-FIX-MAKE-UP img {
    margin-left: 0;
    max-width: 100%;
}
#SAKURA-PDP-PACKSHOT-TEXT{
    width: 360px;
    right: 50%;
    top: 50%;
}
#SAKURA-PDP-PACKSHOT-TEXT span{
    display: block;
    line-height: 15px;
    height: 15px;
}
#SAKURA-PDP-PACKSHOT-TEXT-2 {
    width: 451px;
    right: 300px;
    top: 400px;
}
#SAKURA-PDP-PACKSHOT-LOGOS {
    right: 60%;
}
#SAKURA-PDP-INREDIENT-1{
    left:20px;
    right:auto;
}
#SAKURA-PDP-INREDIENT-1 .IngredientVisual {
    transform: translateY(-70%) translateX(110%) scale(0.8);
    transform-origin: bottom left;;
}
#SAKURA-PDP-INREDIENT-2{
    right:20px;
    top:450px;
    left:auto;
}
#SAKURA-PDP-INREDIENT-2 .IngredientVisual{
    transform: translateX(10%) translateY(-105%) scale(0.8);
    transform-origin: bottom right;
}

#SAKURA-PDP-INREDIENT-4 {
    position: absolute;
    top: 650px;
    right: calc(50% + 20px);
    text-align: right;

}
#SAKURA-PDP-INREDIENT-3 {
    top: 330px;
    right: calc(50% + 215px);
}
#SAKURA-PDP-INREDIENT-3 .IngredientVisual {
    transform: translateY(37%) translateX(120%) scale(0.7);
}
#SAKURA-PDP-INREDIENT-4 .IngredientVisual {
    transform: translateY(39%) scale(0.7);
    width: 213px;
}

#SAKURA-PDP-INREDIENT-5 {
    top: 680px;
    right: calc(50% + 155px);
}
#SAKURA-PDP-INREDIENT-5 .IngredientVisual {
    transform: translateY(42%) translateX(-90%) scale(0.7);
}
#SAKURA-PDP-SECTION-2{
    padding-bottom:40px;
}

#SAKURA-PDP-SECTION-4{
    flex-wrap:wrap;
}
#SAKURA-PDP-SECTION-4 .MyBlock{
    flex-basis:33%;
    margin-top:100px;
    padding-bottom:0!important;
}

#SAKURA-PDP-SECTION-4{
    display:none;
}
#SAKURA-PDP-SECTION-4-MOBILE{
    display:block;
    width:80%;
    margin:0 auto;
}
#SAKURA-PDP-SECTION-4-MOBILE .slick-list{
   overflow:visible;
 }
#SAKURA-PDP-SECTION-4-MOBILE .slick-track>div{
   position:relative;
    height:500px!important;
    text-align: center;
}
#SAKURA-PDP-SECTION-4-MOBILE .MyBlock{
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
#SAKURA-PDP-SECTION-4-MOBILE .slick-slide{
  opacity:0;

}
#SAKURA-PDP-SECTION-4-MOBILE .slick-active{
    opacity:1;
    
  }
#SAKURA-PDP-SECTION-4-MOBILE .ProductVisual{
    transform: scale(0.8);
}

}


@media screen and (max-width:761px) {

    #SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL::after {
        bottom: -40px;
        left: 120px;
        transform: scale(0.7);
        transform-origin: right bottom;
    }

    .MyContent .MaintTitle{
        padding:20px;
    }
    .MyContent .WhiteBox{
        padding:20px;  
    }
    #SAKURA-PDP-SECTION-1{
        height:auto;
    }
    #SAKURA-PDP-HEADER {
        height:380px;
       display:block;
       position:relative;
    }
    #SAKURA-PDP-HEADER img{
        height: 408px;
       width:auto;
       max-width:unset;
       position:absolute;
       left:50%;
       transform:translateX(-50%);
    }

    #SAKURA-PDP-INTRO-1 ,
    #SAKURA-PDP-INTRO-3 {
        width: calc(100% - 55px);
        margin-left: auto;
        margin-right: 0;
        background-color: #fff;
       
    }  
    #SAKURA-PDP-INTRO-1 .MaintTitle,
     #SAKURA-PDP-INTRO-3 .MaintTitle{
      padding-bottom:0 ;
    }


    #SAKURA-PDP-SECTION-2{
        padding-top:40px;
    }
    #SAKURA-PDP-INTRO-2{
        margin: 0 30px;
    } 
     #SAKURA-PDP-INTRO-2 .WhiteBox{
       padding-bottom:40px;
    }
    #SAKURA-PDP-PACKSHOT-FIX-MAKE-UP{
        width:245px; 
        margin:0 auto;
        margin-top:-20px;
    }
    #SAKURA-PDP-PACKSHOT-FIX-MAKE-UP img{
        max-width: 100%;
       
    }

    #SAKURA-PDP-PACKSHOT-LIP-COMFORT-OIL img {
        max-width: 166px;
        margin-top:30px;
    }

    #SAKURA-PDP-INTRO-4{
        max-width:375px;
        display:flex;
        margin: 0 auto;
    }
    #SAKURA-PDP-INTRO-4 .PhotoIntro{
        flex-basis:calc(50% - 10px);
        margin: 0;
        width: calc(50% - 10px);
    }

    #SAKURA-PDP-INTRO-4 .PhotoIntro img{
        max-width:375px;
        width:375px;
    }
    #SAKURA-PDP-INTRO-4 .WhiteBox{
        flex-basis: 50%;
        margin-top:80px;
        margin-right:10px;
    }
    #SAKURA-PDP-INTRO-4 .WhiteBox strong{
        text-transform: none;
        font-size:22px;
    }
    #SAKURA-PDP-INREDIENT-1 {
      width:320px;
      padding-left:170px;
      margin:20px auto;
      z-index:3;
    }
    #SAKURA-PDP-INREDIENT-1 .IngredientVisual{
        transform:translateY(40%) translateX(-120%) scale(1.1);
    }
    #SAKURA-PDP-INREDIENT-2 {
        width:200px;
        margin:20px auto;
        text-align: right;
        margin-top:60px;
    }
    #SAKURA-PDP-INREDIENT-2 .IngredientVisual{
        transform:translateY(-70%) translateX(140%) scale(0.7);
    }



    #SAKURA-PDP-INREDIENT-3 {
        position: absolute;
        top: 720px;
        right: calc(50% + 95px);
        text-align: right;
        width: 90px;
    }

    #SAKURA-PDP-INREDIENT-3 .IngredientVisual {
        transform: translateY(-30%) translateX(120%) scale(0.7);
    }

    #SAKURA-PDP-INREDIENT-4 {
        position: absolute;
        top: 750px;
        right: calc(50% - 80px);
        text-align: right;
        z-index:5;
    }
    #SAKURA-PDP-INREDIENT-4 .IngredientVisual {
        transform: translateX(20%) translateY(-35%) scale(0.75);
        width: 213px;
    }
    
    #SAKURA-PDP-INREDIENT-5 {
        padding-top: 100px;
        text-align: right;
        padding-right: 300px;
        max-width: 375px;
        margin: 0 auto;
    }
      
    
    #SAKURA-PDP-INREDIENT-5 .IngredientVisual {
        transform: translateX(-30%) translateY(-100%) scale(0.9);
    }

    #SAKURA-PDP-INREDIENT-3 .Text,
    #SAKURA-PDP-INREDIENT-4 .Text,
    #SAKURA-PDP-INREDIENT-5 .Text{
        font-size:12px;
    }

    #SAKURA-PDP-PACKSHOT-TEXT{
        width: 270px;
        padding: 0;
        margin:20px auto;
    }
    #SAKURA-PDP-PACKSHOT-TEXT span{
        display: block;
        line-height: 15px;
        height: 15px;
    }
    #SAKURA-PDP-PACKSHOT-TEXT-2{
        width: 270px;
        padding:35px 20px;
        margin:20px auto;
        margin-top:150px;
        height: auto;
    }
    #SAKURA-PDP-PACKSHOT-TEXT-2 .Text {
        line-height: 1.1em;
    }


  
    #SAKURA-PDP-PACKSHOT-LOGOS {
        width: 270px;
        margin: 0 auto;
        height: 35px;
        justify-content: flex-start;
    }
    #SAKURA-PDP-PACKSHOT-LOGOS img{
        width:90px;    
        margin: 0;
        margin-right: 20px;
    }
    #SAKURA-PDP-PACKSHOT-LOGOS[data-align="right"] {
        justify-content: flex-end;
    }
    #SAKURA-PDP-PACKSHOT-LOGOS[data-align="right"]  img{
        margin: 0;
        margin-left: 20px;
    }
    #SAKURA-PDP-ROUTINE-TITLE{
        text-align: center;
    }  
    #SAKURA-PDP-ROUTINE-TITLE-2{
        text-align: center;
    }
    #SAKURA-PDP-ROUTINE-1{
        width:320px;
        margin: 20px auto;
     
    }
    #SAKURA-PDP-ROUTINE-1 .ProductVisual{
        max-width: 160px;
        padding-bottom:20px;
        margin-left:160px;
        
    }
    #SAKURA-PDP-ROUTINE-1 .ProductVisual img{
        max-width: 160px;
    }
    #SAKURA-PDP-ROUTINE-1 .Photo{
        left: 25px;
        top: 5px;
        max-width:100%;
        width:175px;
    }
    #SAKURA-PDP-ROUTINE-1 .ProductName{
        text-align: center;
        padding-bottom:20px;
    }
    #SAKURA-PDP-ROUTINE-1 .BtnLink{
        text-align: center;
    }
    #SAKURA-PDP-ROUTINE-1 .Num {
        left: -190px;
        top: -50px;
    }

 #SAKURA-PDP-ROUTINE-1-bis{
        width: 355px;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        padding-left: 220px;
        justify-content: center;
        height: 350px;
        align-items: flex-start;
        text-align: left;
        padding-top: 180px;
    }
    #SAKURA-PDP-ROUTINE-1-bis .ProductVisual{
        margin: 0 auto;
        position: absolute;
        left: 0;
        top: 0;
    }
    #SAKURA-PDP-ROUTINE-1-bis  .ProductVisual img{
        max-width: 210px;
        margin:0 auto;
        margin-left:0;
    }
    #SAKURA-PDP-ROUTINE-1-bis  .ProductName{
        text-align: left;
        padding-bottom:20px;
        width: 100px;
    }
    #SAKURA-PDP-ROUTINE-1-bis  .BtnLink{
        text-align: left;
    }
    #SAKURA-PDP-ROUTINE-1-bis  .Num {
        left: 200px;
        top: 40px;
    }



    #SAKURA-PDP-SECTION-4{
        display:none;
    }
    #SAKURA-PDP-SECTION-4-MOBILE{
        display:block;
        width:100%;
        margin:0 auto;
    }
    #SAKURA-PDP-SECTION-4-MOBILE .slick-track>div{
       position:relative;
        height:500px!important;
        text-align: center;
    }
    #SAKURA-PDP-SECTION-4-MOBILE .MyBlock{
        position:absolute;
        bottom:0;
        left:50%;
        transform: translateX(-50%);
    }


}



/*DTW EDITS*/

#SAKURA-PDP-INREDIENT-5 .Text {
    margin-left: 10px;
}


@media screen and (min-width: 1224px){
    #SAKURA-PDP-INTRO-4 {
        left: calc(50% + 380px);
    }
}


@media screen and (max-width: 761px){
     #SAKURA-PDP-INREDIENT-4 .Text{
        font-size: 12px;
        margin-top: -20px;
    }

    #SAKURA-PDP-INREDIENT-2 {
        margin-top: 135px;
    }
}