


@media screen and (max-width:761px){
  
    #main:not(.main-homepage) {
        padding-top: 0px;
    }

    .MyContent #MILKY_MOUSSE_SECTION_01{
      height:auto;
    }
    .MyContent #MILKY_MOUSSE_SECTION_01 .Visual {
      display:none;
    }
    .MyContent #MILKY_MOUSSE_SECTION_01 .MainTitle{
        display:none;
    }
    .MyContent #MILKY_MOUSSE_SECTION_01 img[data-device="desktop"]{
        display:none;
  }
  .MyContent #MILKY_MOUSSE_SECTION_01 img[data-device="mobile"]{
    display:block;
}
.MyContent .SelectTint .QuickShopLink[data-selected="1"]{
    display: block;
    width: 100%;
 
}

.MyContent #MILKY_MOUSSE_SECTION_02 {
    display:block;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .ContentVisual{
    margin:0;
    max-width:100%;
    display:flex;
    flex-direction: column;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(1),
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(2){
    position:relative;
    top: auto;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    padding:20px;
    box-sizing: border-box;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(1){
    order:1;
    text-align:right;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(1)::before{
transform: scale(0.9) translateX(220%) translateY(110%) rotate(180deg);
}
.MyContent #MILKY_MOUSSE_SECTION_02 .Packshot{
    order:2;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(2){
    order:3;
    text-align:left;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .PackshotText:nth-child(2)::before{
    transform: scale(0.9) translateX(40%) translateY(-100%) rotate(0deg);
    }

.MyContent #MILKY_MOUSSE_SECTION_02{
    padding-bottom: 50px;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .ContentText{
    max-width: 100%;
    margin: 20px;
    padding-top:70px;
    position: relative;
}
.MyContent #MILKY_MOUSSE_SECTION_02 .ContentText .QuickShopLink{
   position:absolute;
   top:0px;
   left:50%;
   transform: translateX(-50%);
}
.MyContent #MILKY_MOUSSE_SECTION_03 {
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffecd6;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ProductTitle{
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ProductTitle img{
   max-width:100%;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper{
    margin:20px!important;
    max-width:calc(100% - 40px)!important;
    flex-basis: unset!important;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(1){
    order:1;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(2){
    order:3;
    padding:0;
    padding-top:300px;
    margin-top:50px!important;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(2) .SelectTint{
    position:absolute;
    top:0;

}
.MyContent #MILKY_MOUSSE_SECTION_03::before{
    content: " ";
    height: 100%;
    width: 1000px;
    position: absolute;
    z-index: -1;
    left: -40vw;
    top: -110px;
    background-size: 1000px 1000px;
    background-position: top left;
    background-repeat: no-repeat;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(3){
    order:2;
    width:100%;
    max-width:270px!important;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(3) .Packshot{
   max-width:150px;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ProductPlus {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 100px;
}

.MyContent #MILKY_MOUSSE_SECTION_03 .ProductPlus::before{
    right:0;
    left:auto;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .Texture {
    top: 220px;
    transform: scale(0.8);
    left: 50px;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(4){
    order:4;
    padding:0;
    margin-bottom: 400px!important;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(4) .QuickShopLink{
  display:none;
}
.MyContent #MILKY_MOUSSE_SECTION_03 .Tips{
    margin:0px;
}

.MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .ActionContent {
    position: absolute;
    opacity: 0;
    top: 180px;
    left: 0;
    transition: opacity ease-in-out 0.5s;
    text-align: right;
    width: 100%;

}

.MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .IngredientVisual {
    transform:none;
    height:auto;
  
}
.MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .IngredientVisual img{
    margin:0 auto;
}
.MyContent #MILKY_MOUSSE_SECTION_04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffecd6;
    padding-bottom: 200px;
    background-image: url(../img/vague-3.svg);
    background-size: 1000px 1000px;
    background-position: top 0px left -30vw;
    margin-top: -40px;
    padding:0px;
    padding-top: 80px;
    background-repeat: no-repeat;
}

.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper{
    margin:20px 0!important;

    max-width:100%!important;
    flex-basis: unset!important;
}

.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(1){
    order:1;
    padding:0 20px;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(2){
    order:3;
    padding:0 20px;
    padding-top: 200px;
    margin-top:60px!important;
    background-image: url(../img/vague-3.svg);
    background-position: bottom center;
    background-size: 3000px 3000px;
    margin:0!important;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(2) .SelectTint{
    position:absolute;
    top:0;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(3){
    order:2;
    width:100%;
    max-width:270px!important;
    margin-top: -0px!important;
    margin-bottom: 90px!important;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(3) .Packshot{
   max-width:150px;
   margin:0 auto;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .Texture {
    top: 270px;
    left: -100px;
    transform: scale(0.7);
}
.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(4){
    order:4;
    margin:0!important;
    padding:0 20px;
    background-image: url(../img/vague-3.svg);
    background-position: bottom center;
    background-size: 3000px 3000px;
    padding-bottom:100px;
}
.MyContent #MILKY_MOUSSE_SECTION_04 .Logo{
    display:none;

}

.MyContent #MILKY_MOUSSE_SECTION_04 .ColWrapper:nth-child(4) .QuickShopLink{
    display:none;
  }
.MyContent #MILKY_MOUSSE_SECTION_05 {
    display:flex;
    flex-direction: column;
    padding-bottom:50px;
}
.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper{
    margin:20px!important;

    max-width:100%!important;
    flex-basis: unset!important;
}
.MyContent #MILKY_MOUSSE_SECTION_05 .Box{
    padding:20px;
    padding-bottom: 0;
    margin:0px;
    padding-top:280px;
    display:block;
    height:auto;
}

.MyContent #MILKY_MOUSSE_SECTION_05 .Box::before {
    right: -40px;
    top: -110px;
    transform: scale(0.7);
}

.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(1){
    order:1;
}
.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(2){
    order:3;
    padding:0;
    padding-top:320px;
    margin-bottom:0!important;
}
.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(2) .SelectTint{
    position:absolute;
    top:0;
}
.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(3){
    order:2;
    margin-top:-40px!important
 }
 .MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(3) .Packshot{
    max-width:100px;
    margin:0 auto;
 }
 .MyContent #MILKY_MOUSSE_SECTION_05 .Texture {
    top: 310px;
    left: -80px;
    transform: scale(0.7);
 }
.MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(4){
 order: 4;
 padding:0;
 margin-top:0!important;
 }
 .MyContent #MILKY_MOUSSE_SECTION_05 .ColWrapper:nth-child(2) .QuickShopLink{
    position: absolute;
    top: 230px;
    width: 100%;
    left: 0;
    text-align: center;
}
.MyContent #MILKY_MOUSSE_SECTION_06{
  
    padding:0px;
}
.MyContent #MILKY_MOUSSE_SECTION_06 .Wrapper{
    margin:20px;
    padding:20px;
}
.MyContent #MILKY_MOUSSE_SECTION_06 .Text{
    padding:20px 0;
}
.MyContent .ProductBlock .StepTitle{
    width:100%!important;
    opacity:1!important;
}
.MyContent .ProductBlock::before{
    display:none!important;
} 


.MyContent .SelectTint .Tint{
        margin:10px 8px;
        
    }
    .MyContent .SelectTint{
    width: 310px;
    left: calc(50% - 155px);
    }
}

@media screen and (max-width:370px){
    .MyContent #MILKY_MOUSSE_SECTION_03 .ColWrapper:nth-child(2) .SelectTint{
        justify-content: center;
    }
}



/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 761px){
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .IngredientVisual{
        margin-top: 0px;
    }
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .ActionTitle{
        width: 100%;
    }
}




/*----------------------EDIT------------------*/

@media screen and (max-width: 761px){

    .MyContent #MILKY_MOUSSE_SECTION_03 .ProductTitle{
     height: 260px !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .IngredientVisual{
     padding-right: 150px !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .Text{
        padding-right: 55px !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .IngredientName{
        padding-right: 55px !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_05 .Box .IngredientName{
        right: calc(50% + 205px) !important;
        margin-right: -150px !important;
        padding-left: 39px !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_05 .Box::before{
        right: -10% !important;
    }
    .MyContent #MILKY_MOUSSE_SECTION_03 .Actions .BlockAction .ActionContent{
        top: 200px !important;
    }


}
