#ROUTINE-RETAIL-CONTENT {
	display:block;
	max-width:1170px;
	margin:0 auto;
	overflow:hidden;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}
@media screen and (max-width:1023px) and (min-width:762px) {
#ROUTINE-RETAIL-CONTENT{
	transform: scale(0.72);
    width: 1024px;
    transform-origin: top center;
    margin-left: -128px;
}

}
#ROUTINE-RETAIL-CONTENT .ToogleBtn{
	display:none;
	position:absolute;
	top:calc(50% - 35px);
	right:0px;
	width:50px;
	height:70px;
	z-index:3;
	background-image:url(img/arrow.png);
	transform:scaleX(-1);
	
}
#ROUTINE-RETAIL-CONTENT .RoutineItem[data-selected="1"] .ToogleBtn{
	left:0px;
	right:auto;
	transform:scaleX(1);
	
}

@media screen and (max-width:761px) {
#ROUTINE-RETAIL-CONTENT .ToogleBtn{
	display:block;cursor:pointer;
}

}
#ROUTINE-RETAIL-CONTENT .Wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 -20px;
	text-align:center;
}

@media screen and (max-width:1023px) {
#ROUTINE-RETAIL-CONTENT .Wrapper{
	margin:0 -10px;
}

}
@media screen and (max-width:761px) {
#ROUTINE-RETAIL-CONTENT .Wrapper{
	display:block;
}

}
#ROUTINE-RETAIL-CONTENT .RoutineTitle{
	flex-basis:100%;
	margin:20px;
	margin-bottom:0;
}
#ROUTINE-RETAIL-CONTENT .RoutineTitle h2{
	font-size:35px;
	margin:0 auto;
	padding:0;
	font-weight:normal;
	max-width:600px;
	font-family: ClarinsRegular, Clarins;
	line-height:1em;
	padding-bottom:20px;
}
#ROUTINE-RETAIL-CONTENT .RoutineTitle p{
	font-size:14px;
	margin:0 auto;
	padding:0;
	max-width:600px;
}


#ROUTINE-RETAIL-CONTENT .RoutineItem{
	width:calc(25% - 40px);
	margin:20px;
	box-sizing:border-box;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	position:relative;
	cursor:pointer;
}

@media screen and (max-width:1023px) {
	#ROUTINE-RETAIL-CONTENT .RoutineItem{
	width:calc(25% - 20px);
	margin:10px;cursor:default;
}

}
@media screen and (max-width:761px) {
	#ROUTINE-RETAIL-CONTENT .RoutineItem{
	width:calc(100% - 20px);
	margin:10px;
	
}

}
#ROUTINE-RETAIL-CONTENT .RoutineItem .WrapperItem{
	
}
#ROUTINE-RETAIL-CONTENT .RoutineItemTitle{
	text-transform:uppercase;
	position:relative;
	margin:0 auto;
	padding:0;
	font-size:24px;
	font-weight:normal;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-basis:90px;
	z-index:1;
	width:100%;
}
#ROUTINE-RETAIL-CONTENT .RoutineItemTitle span{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:-1;
	transform:translateY(-50%);
	font-size:60px;
}
#ROUTINE-RETAIL-CONTENT .RoutineItemContent{
	justify-self:flex-end;
	position:relative;
}
#ROUTINE-RETAIL-CONTENT .Product{
	flex:1;	
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
}

@media screen and (min-width:762px) {
#ROUTINE-RETAIL-CONTENT  .RoutineItem:hover .Product p,
#ROUTINE-RETAIL-CONTENT  .RoutineItem:hover .Product .VisualBlock img{
	opacity:0;
}
}
#ROUTINE-RETAIL-CONTENT  .RoutineItem[data-selected="1"] .Product p,
#ROUTINE-RETAIL-CONTENT  .RoutineItem[data-selected="1"] .Product .VisualBlock img{
	opacity:0;
}
#ROUTINE-RETAIL-CONTENT .Product .VisualBlock{

	display:flex;
	position:relative;
	margin:0;
	padding:0;
	height:228px;
	width:100%;
	justify-content:center;
	align-items:flex-end;
	background-color:#fff;
}
@media screen and (max-width:761px) {
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Product .VisualBlock img{
height: 258px;width:auto;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Product .VisualBlock img{
height: 258px;width:auto;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Product .VisualBlock img{
height: 240px;width:auto;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Product .VisualBlock{
height: 158px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Product .VisualBlock{
height: 158px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Product .VisualBlock{
height: 120px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .Product .VisualBlock{
height: 120px;
}
}

#ROUTINE-RETAIL-CONTENT .Product .VisualBlock img{
	margin-bottom:-106px;
	width: 164px;
}

#ROUTINE-RETAIL-CONTENT .Product  p.ProductName{
	font-size:14px;
	line-height:1.4em;
	margin:0px 5px;
	margin-top:126px;
	flex-basis:40px;
}

@media screen and (max-width:761px) {
#ROUTINE-RETAIL-CONTENT .Product  p.ProductName{
	margin:0px 20px;
	margin-top:126px;
}
}
#ROUTINE-RETAIL-CONTENT .Product  p.ProductTips{
	font-size:13px;
	line-height:1.4em;
	margin:20px;
	flex:1;
}
#ROUTINE-RETAIL-CONTENT .Product  p.ProductTips span{
	font-size:11px;
	line-height:1.4em;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	display:block;
	color:#be0f34;
		
}
#ROUTINE-RETAIL-CONTENT .Ingredient{
	margin-top:220px;
	position:absolute;
	bottom:0;
	z-index:2;
	opacity:0;
	width:100%;
}
#ROUTINE-RETAIL-CONTENT  .RoutineItem[data-selected="1"] .Ingredient{
	opacity:1;
}

@media screen and (min-width:762px) {
#ROUTINE-RETAIL-CONTENT  .RoutineItem:hover .Ingredient{
	opacity:1;
}
}
#ROUTINE-RETAIL-CONTENT .Ingredient .VisualBlock{
	border-radius:50%;
	overflow:hidden;
	border:1px solid #e5e5e5;
	display:inline-block;
	position:relative;
	margin:0 23px;
	padding:0;
	transform:translateY(-50%);
	margin-bottom:-71px;
}
@media screen and (max-width:761px) {
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Ingredient .VisualBlock{
margin-bottom: -111px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Ingredient .VisualBlock{
margin-bottom: -111px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Ingredient .VisualBlock{
margin-bottom: -121px;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .Ingredient .VisualBlock{
margin-bottom: -121px;
}
}
#ROUTINE-RETAIL-CONTENT .Ingredient .VisualBlock img{
	max-width:100%;
	display:block;
	
}
#ROUTINE-RETAIL-CONTENT .Ingredient .VisualBlock .IngredientName{
	position:absolute;
	font-size:12px;
	line-height:1.2em;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .IngredientName{
	top: 22%;
	left: 60%;
	text-align:left;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .IngredientName{
	top: 22%;
	right: 14%;
	text-align: right;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .IngredientName{
	top: 38%;
	left: 2%;
	text-align: left;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .IngredientName{
	top: 37%;
	left: 64%;
	text-align: left;
}
#ROUTINE-RETAIL-CONTENT .Ingredient p{
	font-size:28px;
	margin:40px 0;
	line-height:1.2em;
}
#ROUTINE-RETAIL-CONTENT .Ingredient p span{
	font-size:22px;
	display:block;
	text-transform:uppercase;line-height:1.2em;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Ingredient p,
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .RoutineItemTitle span{
	color:#b8e78d;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Ingredient p,
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .RoutineItemTitle span{
	color:#a8e7bc;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Ingredient p,
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .RoutineItemTitle span{
	color:#fccb84;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .Ingredient p,
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .RoutineItemTitle span{
	color:#fdd63a;
}

#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Product{
	background-color:#e4f4d6;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Product{
	background-color:#e4f4e9;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Product{
	background-color:#ffe8c8;
}
#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .Product{
	background-color:#fff0c7;
}

#ROUTINE-RETAIL-CONTENT .RoutineGammeLink{
	flex-basis:100%;margin:20px;
}
#ROUTINE-RETAIL-CONTENT .RoutineGammeLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
}


/*DTW EDIT*/
#ROUTINE-RETAIL-CONTENT .Product p.ProductName{
	flex-basis: 60px;
}
#ROUTINE-RETAIL-CONTENT .Product .VisualBlock img {
    margin-bottom: -106px;
    width: 164px;
}
h3.RoutineItemTitle {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}
/*Ipad Air 3 Landscape*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
#ROUTINE-RETAIL-CONTENT {
    max-width: 1041px;
}
#ROUTINE-RETAIL-CONTENT .Product p.ProductTips {
    font-size: 12px;
}
}
/*Ipad Air 3 Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
#ROUTINE-RETAIL-CONTENT {
    /*width: 1003px;
    margin-left: -87px;*/
    width: 1099px;
    margin-left: -162px;
}
.full-width .primary-content {
    height: 960px;
}
}
/*IE Browser*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#ROUTINE-RETAIL-CONTENT .RoutineItem{
		display: list-item;
	}
	#ROUTINE-RETAIL-CONTENT .RoutineItemTitle{
		margin-bottom: 30px;
	}
	#ROUTINE-RETAIL-CONTENT .Product{
		display: inline-block;
	}
	#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-01 .Product,
	#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-02 .Product,
	#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-03 .Product,
	#ROUTINE-RETAIL-CONTENT #ROUTINE-RETAIL-04 .Product{
		height: 100%;
	}
	#ROUTINE-RETAIL-CONTENT .Product p.ProductName{
		height: 50px;
	}
}

@media only screen and (max-width: 761px){
	#ROUTINE-RETAIL-CONTENT .ToogleBtn{
		top: calc(70% - 35px);
	}
}


@media only screen and (min-width: 1023px) and (max-width: 1024px){
	#ROUTINE-RETAIL-CONTENT .Ingredient p span{
		font-size: 20px;
	}
	#ROUTINE-RETAIL-CONTENT .Product p.ProductTips{
		font-size: 12px;
	}
}

body, html{
	overflow-x: hidden;
}