.footer-wrapper {
	z-index: 1;
	position: relative;
}

#wrapper {
	max-width: none !important;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.MyContent .slick-slide>div {
	height: 100% !important;
}

#wrapper.pt_category-wide .site-width-slot {
	max-width: none !important;
}

.MyContent .Sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 76px;
	border-top: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 80%, #eeeeee 100%);
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
}

.MyContent .Sticky p {
	margin: 0px;
}

.MyContent .Sticky p:nth-child(2) {
	text-align: left;
	padding-left: 20px;
	flex: 1;
	font-size: 14px;
}

.MyContent .Sticky p:nth-child(1) img {
	margin-left: 20px;
}

.MyContent .BtnLink {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
}

.MyContent .AnimatedItem {
	transition: all ease-in-out 0.5s;
}

.MyContent .AnimatedItem[data-anim="0"] {
	transform: translateY(100%);
	opacity: 0;
}

.MyContent .AnimatedItem[data-anim="1"] {
	transform: translateY(0);
	opacity: 1;
}

.MyContent .MyBlock {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding: 10px;
	/*50% of margin beetween cell*/
}

.MyContent .ProductSlider {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	max-width: 970px;
	padding: 10px;
	padding-bottom: 30px;
	height: 1px;

}

@media screen and (max-width:761px) {
	.MyContent .ProductSlider {
		margin: 0 auto;
		width: 320px;
	}
}

.MyContent .slick-list,
.MyContent .slick-track {
	height: 100%;
}

.MyContent .slick-dots {
	bottom: -10px;
	margin-left: -5px;
}

/*---------- MAIN TITLE -----------*/
.MyContent .MainTitle {
	margin: 0;
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
}

/*---------- MAIN TITLE -----------*/
.MyContent .Title {
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	font-family: ClarinsRegular, Clarins;
	margin-bottom: 25px;
	letter-spacing: -0.01em;
	max-width:100%;
}
.MyContent .Text {

	max-width:100%;
}

/*---------- BLACK BTN -----------*/
.MyContent .BtnLink {
	margin: 0;
	width: 100%;
	flex: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 165px;
}

.MyContent .BtnLink a {
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	font-size: 11px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;

}

/*---------- WHITE BTN -----------*/
.MyContent .WhiteBtnLink {
	width: 100%;
	flex: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	max-width: 165px;
}

@media screen and (max-width:1023px) {
	.MyContent .WhiteBtnLink {
		margin: 0;
	}
}

@media screen and (max-width:761px) {
	.MyContent .WhiteBtnLink {
		margin: 0 auto;
	}
}

.MyContent .WhiteBtnLink a {
	display: flex;
	height: 50px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border: #e5e5e5 2px solid;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	line-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;

}

/*---------- TEXTE -----------*/
.MyContent .Text {
	margin: 0;
	margin-bottom: 20px;
}

/*---------- BLACK BTN -----------*/
.MyContent .Mentions {
	opacity: 0.5;
	font-size: 11px;
	margin-top: 20px;
	line-height: 1em;
}


.MyContent .TextBox {
	border: 5px #eeeeee solid;
	box-sizing: border-box;
	padding: 20px;
}

.MyContent .ArgStat {
	width: 120px;
	height: 120px;
	/*flex-basis: 120px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

/*---------- PRODUCT -----------*/
.MyContent .Product {
	max-width: 320px;
	padding: 10px;
	/*50% of margin beetween cell*/
	box-sizing: border-box;
	/*display: flex;
	flex-direction: column;*/
	width: 100%;
	justify-content: flex-start;
	height: 100%;
	cursor: pointer;
}

.MyContent .Product .Packshot {
	margin: 0;
}

.MyContent .Product .Text {
	flex: 1;
}

.MyContent .Product img {
	max-width: 100%;
}

.MyContent .Product p {
	margin: 0 auto;
}

/*---------- MOSAIC -----------*/
.MyContent .MosaicTestimonies {
	margin: 0 auto;
	display: flex;
	height: 540px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	max-width: 1250px;
}

.MyContent .MosaicBlock {
	margin: 20px;
	width: calc(25% - 40px);
	flex-basis: calc(50% - 40px);
	box-sizing: border-box;
	max-width: 264px;

}

.MyContent .MosaicBlock img {
	margin: 0;
	display: block;
	max-width: 100%;
}

.MyContent .MosaicBlock:nth-child(1) {
	margin: 20px;
	flex-basis: calc(100% - 40px);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 16px;
	order: 1;
}

.MyContent .MosaicBlock:nth-child(2) {
	flex-basis: 1;
	display: flex;
	flex:1;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 14px;
	padding: 40px;
	order: 5;
}

.MyContent .MosaicBlock:nth-child(3) {
	order: 2;
}

.MyContent .MosaicBlock:nth-child(4) {
	order: 4;
}

.MyContent .MosaicBlock:nth-child(5) {
	order: 6;
}

.MyContent .MosaicBlock:nth-child(6) {
	order: 3;
}

.MyContent .MosaicBlock:nth-child(7) {
	order: 7;
}

.MyContent .MosaicBlock .Testimony::before {
    content: "«";
    font-size: 1.4em;
    margin-bottom: .4em;
    width: .5em;
    height: 1em;
    margin-left: -.5em;
    display: inline-block;
    overflow: hidden;
    color: #be0f34;
}
.MyContent .MosaicBlock .Testimony::after {
    content: "»";
    font-size: 1.4em;
    margin-bottom: 9px;
    height: .7em;
    display: inline-block;
    /*overflow: hidden;*/
    color: #be0f34;
}

.MyContent .MosaicBlock .Testimony {
	color: #be0f34;
	font-size: 2.28em;
	font-weight: 400;
	font-family: ClarinsRegular, Clarins;
	line-height: 1em;
	margin: 0;
	padding-bottom: .5em;
	display: block;
	text-align: left;
	max-width:100%;
}

.MyContent .MosaicBlock:nth-child(2) .Testimony {
	font-size: 21px;
}

.MyContent .MosaicBlock .HashTag {
	opacity: .7;
	color: #000;
	margin: 0;
}

.MyContent .MosaicBlock .Author {
	color: #000;
	margin: 0;
}

@media screen and (max-width:1249px) {
	.MyContent .MosaicTestimonies {

		height: calc(120px + 30vw);
	}

	.MyContent .MosaicBlock .Testimony {
		font-size: 30px;
	}

	.MyContent .MosaicBlock:nth-child(2) .Testimony {
		font-size: 21px;

	}

	.MyContent .MosaicBlock:nth-child(1) {
		width: calc(100% - 160px - 1.164 * 45vw);
		flex-basis: calc(100% - 40px);
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: 15vw;
		width: calc(1.164 * 15vw);
		padding: 0px;
	}
}

@media screen and (max-width:1023px) {
	.MyContent .MosaicTestimonies {

		flex-direction: row;
		height: auto;
	}

	.MyContent .MosaicBlock .Testimony {
		font-size: 30px;
	}

	.MyContent .MosaicBlock:nth-child(2) .Testimony {
		font-size: 21px;

	}

	.MyContent .MosaicBlock:nth-child(1) {
		flex-basis: 100%;
		width: auto;
		max-width: 100%;
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: calc(33% - 40px);
		width: calc(33% - 40px);
		padding: 0px;
	}

	.MyContent .MosaicBlock:nth-child(5) {
		order: 4;
	}
}

@media screen and (max-width:761px) {
	.MyContent .MosaicTestimonies {
		margin: 10px;
		flex-direction: row;
		height: auto;
		width: calc(100% - 20px);
	}

	.MyContent .MosaicBlock:nth-child(2),
	.MyContent .MosaicBlock:nth-child(3),
	.MyContent .MosaicBlock:nth-child(4),
	.MyContent .MosaicBlock:nth-child(5),
	.MyContent .MosaicBlock:nth-child(6),
	.MyContent .MosaicBlock:nth-child(7) {
		flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
		padding: 0px;
		margin: 10px;
	}

	.MyContent .MosaicBlock:nth-child(5) {
		order: 6;
	}
}

/*-------------------------------*/


.MyBlock[data-type="header"] {
	padding: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: no-wrap;
	position: relative;
	overflow: hidden;
}

.MyBlock[data-type="header"] .Background {
	flex-basis: 100%;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.MyBlock[data-type="header"] .Background img {
	display: block;
}

.MyBlock[data-type="header"] .BoxContent {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-01 {
	height: 610px;
}

#doubleserum-block-01 .BoxContent {
	max-width: 560px;
	margin-left: 381px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-01 .BoxContent {
		margin-right: 30px;
	}

	#doubleserum-block-01 .Background {
		margin-left: 90px;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-01 {
		height: auto;
		display: block;
		width: 100%;
	}

	#doubleserum-block-01 .BoxContent {
		margin: 0 auto;
	}

	#doubleserum-block-01 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}

	#doubleserum-block-01 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 245px);
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-02 {
	padding: 50px;
	background-color: #fff;
	align-items: center;
}

#doubleserum-block-02 .Title {
	color: #be0f34;
}

#doubleserum-block-02 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-02 .BoxContent:nth-child(2) .Text {
	font-size: 16px;
}

#doubleserum-block-02 .BoxContent:nth-child(2) {
	max-width: 430px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px;
}

#doubleserum-block-02 .BoxContent:nth-child(2) p:not(.ArgStat) {
	flex-basis: 100%;
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
	box-sizing: border-box;
	padding: 20px;
	color: #be0f34;
	font-size: 16px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	position: relative;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
		font-size: 14px;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
	position: absolute;
	z-index: -1;
	left:calc(50% - 60px);
	top:calc(50% - 60px);
}

@media screen and (max-width:1024px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
		width: 120px !important;
		height: 120px !important;
		top: 50%;
		left: 50%;
		float: none !important;
		transform: translateX(-50%) translateY(-50%);

	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat img {
		width: 100px !important;
		height: 100px !important;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat strong {
	color: #000;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat strong {
		font-size: 18px;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(3) {
	max-width: 302px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-02 .BoxContent:nth-child(3) {
		max-width: 100%;
	}
}

#doubleserum-block-02 .TextBox {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	padding: 20px 38px;
}

#doubleserum-block-02 .Mentions {
	padding: 0 20px;

}

#doubleserum-block-02 .BtnLink {
	padding-top: 20px;

}

@media screen and (max-width:761px) {
	#doubleserum-block-02 {
		height: auto;
		display: block;
		width: 100%;
		padding: 20px;
	}

	#doubleserum-block-02 .BoxContent:nth-child(1) {
		margin: 0 auto;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) {
		margin: 0;
		width: 100%;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
		margin: 0 5px;
		flex-basis: calc(33% - 10px);
		overflow: hidden;
	}

	#doubleserum-block-02 .BoxContent:nth-child(2) .BtnLink {}
}

#doubleserum-block-02 .ExpandCollapseMobile {
	display: none;
}
/*

@media screen and (max-width:761px) {
	#doubleserum-block-02 .ExpandCollapseMobile {
		position: absolute;
		background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
		bottom: 0;
		left: 0;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		padding-bottom: 30px;
	}

	#doubleserum-block-02 .ExpandCollapseMobile a {
		border-bottom: 1px solid #eaeaea;
		font-size: 12px;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
		line-height: 1.2em;
	}

	#doubleserum-block-02 {
		height: 190px;
		overflow: hidden;
		transition: height 0.5s ease-in-out;
	}

	#doubleserum-block-02[data-expand="1"] {
		height: 750px;
	}

	#doubleserum-block-02 .ExpandCollapseMobile .ExpandBtn {
		display: block;
	}

	#doubleserum-block-02[data-expand="1"] .ExpandCollapseMobile .ExpandBtn {
		display: none;
	}

	#doubleserum-block-02 .CollapseBtn {
		display: none;
	}

	#doubleserum-block-02[data-expand="1"] .ExpandCollapseMobile .CollapseBtn {
		display: block;
	}
}
*/
/*----------------------------------------------------------------------------------------*/
#doubleserum-block-03 {
	height: 567px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-03 {
		height: auto;
		display: block;
		background-color: #eadcc9;
		padding-bottom: 150px;
	}
}

#doubleserum-block-03 .BoxContent {
	padding: 30px;
	padding-right: 320px;
	max-width: 848px;
	border: #e5e5e5 5px solid;

}

@media screen and (max-width:1023px) {
	#doubleserum-block-03 .BoxContent {
		margin: 0 40px;
	}

	#doubleserum-block-03 .Background {
		margin-left: 0;
		width: 100%;
	}

	#doubleserum-block-03 .Background img {
		max-width: 100%;
	}

	#doubleserum-block-03 .InteractiveBlock {
		top: -150px
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-03 .BoxContent {
		margin: 20px;
		margin-top: 350px;
		padding: 20px;
		padding-top: 120px;
	}

	#doubleserum-block-03 .InteractiveBlock {
		top: -340px;
		left: calc(50% - 120px);
	}

	#doubleserum-block-03 .Background img {
		width: 1000px;
		max-width: 1000px;
		margin-left: -110px;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-04 {
	background-color: #fff;
	display:block;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 {
		display: block;
		height: auto;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 {
		display: block;
		height: auto;
	}
}

#doubleserum-block-04 .Wrapper {
	display: flex;
	padding: 0px;
	align-items: center;
	justify-content: flex-start;
	padding-top: 100px;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-direction: column;
	height: 750px;
	max-width: 970px;
	width: 100%;
}

@media screen and (max-width:1024px) {
	#doubleserum-block-04 .Wrapper {
		max-width: 980px;
		height: 730px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .Wrapper {
		max-width: 700px;
		flex-direction: row;
		height: auto;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Wrapper {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
		padding-bottom: 30px;
	}
}

#doubleserum-block-04 .Title {
	color: #be0f34;
}

#doubleserum-block-04 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-04 .Logo {
	float: right;
	margin-top: -50px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Logo {
		margin: 0;
		margin-right: 20px;
		position: absolute;
		right: 50%;
		top: -170px;
	}
}

#doubleserum-block-04 .ImgBox {
	border: 10px #eeeeee solid;
	box-sizing: border-box;
	padding: 0px;
	margin: 0;
	margin-top: -180px;
	margin-right: 50px;
	margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .ImgBox {
		margin-right: 30px;
		margin-bottom: 70px;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .ImgBox {
		margin: 0 auto;
		width: 285px;
		margin-top: -120px;
	}
}

#doubleserum-block-04 img {
	margin: 0;
	display: block;
	max-width: 100%;
}

#doubleserum-block-04 .Background {
	flex-basis: 100%;
	max-width: 404px;
	margin-left: 50px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-04 .Background {
		max-width: 454px;
		margin-left: 30px;
		position: absolute;
		right: -190px;
		top: 40px;
	}
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .Background {
		max-width: 204px;
		margin-left: 30px;
		position: absolute;
		left: 50%;
		top: 100px;
		z-index: -1;
	}
}

#doubleserum-block-04 .BoxContent {
	margin: 0;
	display: block;
	max-width: 421px;
	margin-right: 50px;
	text-align: left;
}

@media screen and (max-width:761px) {
	#doubleserum-block-04 .BoxContent {
		margin: 0 auto;
		display: block;
		margin-top: 220px;
		text-align: center;
		position: relative;
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-05 {
	height: 580px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-05 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;

	}
}

#doubleserum-block-05 .BoxContent {
	max-width: 472px;
	margin-left: 492px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-05 .BoxContent {
		margin-right: 30px;
		margin-left: 392px
	}

	#doubleserum-block-05 .Background {
		margin-left: 30px
	}
}

@media screen and (max-width:761px) {

	#doubleserum-block-05 .BoxContent {
		padding: 20px;
		margin: 0 auto;
	}

	#doubleserum-block-05 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 293px;
		overflow: hidden;
	}

	#doubleserum-block-05 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 285px);
	}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-06 {
	/* padding: 50px; */
	background-color: #fff;
	align-items: center;
	display:block;

}

@media screen and (max-width:761px) {
	#doubleserum-block-06 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
	}
}

#doubleserum-block-06 .ProductName {
	margin: 0;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	color: #8bcfb8;
	margin-top: 20px;	
}

#doubleserum-block-06 .Text {
	font-size: 16px;
}

#doubleserum-block-06 .Product .Text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#doubleserum-block-06 .BoxContent:nth-child(1) {
	max-width: 646px;
	margin-left: calc(50% - 323px);
	margin-right: calc(50% - 323px);
}

#doubleserum-block-06 .AnimatedItem:nth-child(3)[data-anim="0"] {
	transform: scale(.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(3)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(3) {
	transition: all ease-in-out .2s;
}


#doubleserum-block-06 .AnimatedItem:nth-child(4) {
	transition: all ease-in-out 0.3s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(4)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(4)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5) {
	transition: all ease-in-out 0.6s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(5)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6) {
	transition: all ease-in-out 0.4s;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6)[data-anim="0"] {
	transform: scale(0.5);
	opacity: 0;
}

#doubleserum-block-06 .AnimatedItem:nth-child(6)[data-anim="1"] {
	transform: scale(1);
	opacity: 1;
}

#doubleserum-block-06 .ShareLinks {
	font-size: 0px;
	flex-basis: 100%;
	/*padding-bottom:50px;*/
}

@media screen and (max-width:761px) {
	#doubleserum-block-06 .ShareLinks {
		padding-bottom: 20px;
	}
}

#doubleserum-block-06 .ShareLinks .Text {
	font-size: 22px;
	text-transform: uppercase;
	color: #be0f34;
	padding: 20px;
	margin: 0 auto;
	flex-basis: 100%;
}

#doubleserum-block-06 .ShareLinks a {
	margin: 0 20px;
	display: inline-block;
}

#doubleserum-block-06 .ShareLinks img {
	display: block;
}

p.BtnLink {
 margin: 20px auto;
}

.slick-slide img {
margin: auto;
}

.BoxContent h2.Title {
    text-align: center;
	color: #8bcfb8;	
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	font-size: 35px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-06 .BoxContent:nth-child(1) {
		display: block;
		height: auto;
		padding: 20px;
		margin: 0;
		text-align: center;
		color: #8bcfb8;	
	}
	.ProductSlider.slick-initialized.slick-slider.slick-dotted {
    text-align: center;
	}
	#doubleserum-block-06 .BoxContent:nth-child(1){
	max-width: 100%
	}
	.SUPRALIFT-PRICE-member-price {
    text-align: left;
	}
}

@media screen and (min-width:761px) {
#doubleserum-block-06 .Product .Text,
#doubleserum-block-06 .ProductName {
text-align: center
}

.slick-slide img {
width: 223px;
}	
}

@media screen and (min-width:992px) {
	.slick-slide img {
width: 240px;
}
}

/*----------------------------------------------------------------------------------------*/
#doubleserum-block-07 {
	height: 500px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-07 {
		display: block;
		height: auto;
		padding: 0;
		margin: 0;


	}
}

#doubleserum-block-07 .BoxContent {
	padding: 50px;
	max-width: 465px;
	margin-left: 505px;
}

@media screen and (max-width:761px) {
	#doubleserum-block-07 .BoxContent {
		padding: 0 30px;
	}
}

#doubleserum-block-07 .Title {
	font-size: 0px;
	margin: 0;
	margin-bottom: 10px;
}

#doubleserum-block-07 .Text {
	font-size: 16px;
}

#doubleserum-block-07 .BtnLink {
	max-width: 236px;
}

@media screen and (max-width:1023px) {
	#doubleserum-block-07 .BoxContent {
		margin-right: 30px;
		margin-left: auto;
	}

	#doubleserum-block-07 .BoxContent img {
		max-width: 100%;
	}

	#doubleserum-block-07 .Background {
		margin-left: -20px
	}
}


@media screen and (max-width:761px) {

	#doubleserum-block-07 .BoxContent {
		margin: 0 auto;
	}

	#doubleserum-block-07 .Background {
		margin: 0 auto;
		position: relative;
		width: 100%;
		height: 272px;
		overflow: hidden;
	}

	#doubleserum-block-07 .Background img {
		width: 770px;
		position: absolute;
		left: calc(50% - 285px);
	}
}

/*----------------------------------------------------------------------------------------*/
@media screen and (max-width:761px) {
	.AnimatedItem {
		transition: none;
	}

	.AnimatedItem[data-anim="0"] {
		transform: none !important;
		opacity: 1 !important;
	}

	.AnimatedItem[data-anim="1"] {
		transform: none !important;
		opacity: 1 !important;
	}
}



.InteractiveBlock {
	display: block;
	position: absolute;
	width: 250px;
	height: 450px;
	right: 30px;
	top: -170px;
}

.InteractiveBlock figure {
	z-index: 2;
	position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding: 0
}

.InteractiveBlock .Infos {
	position: absolute;
	top: 0px;
	left: 0;
	width: 241px;
	font-size: 14px;
	background-image: url(img/drag-arrow-start.png);
	background-repeat: no-repeat;
	background-position: bottom right -20px;
	height: 150px;
	margin: 20px 0;
}

#PackshotTopRotate {
	background-image: url(img/packshot-explore-the-product-top.png);
	width: 189px;
	height: 189px;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 20px;
	transition: transform ease-in-out 0.5s;
}

#DragCursor .Step {
	position: absolute;
	background-image: url(img/drag-arrow-cursor.png);
	width: 37px;
	height: 37px;
	cursor: pointer;
	z-index: 1;
	font-size: 0;
	opacity: 0;
	background-color: #f4f1e9;
	border-radius: 50%;
}

#DragCursor .Step:nth-child(1) {
	left: 52px;
	top: -46px;
}

#DragCursor .Step:nth-child(2) {
	left: 90px;
	top: -50px;
	transform: rotate(5deg);
}

#DragCursor .Step:nth-child(3) {
	left: 128px;
	top: -46px;
	transform: rotate(15deg);
}

#DragCursor .Step:nth-child(4) {
	left: 164px;
	top: -30px;
	transform: rotate(30deg);
}

#DragCursor .Step:nth-child(5) {
	left: 193px;
	top: -4px;
	transform: rotate(50deg);
}

#DragCursor .Step:nth-child(6) {
	left: 213px;
	top: 28px;
	transform: rotate(70deg);
}

#DragCursor .Step[data-drag="1"] {
	opacity: 1;

}

.StickyBtnLink .product-tile .product-quickshop .quickview {
	background-color: #000;
	color: #fff;
}

.Sticky .Mobile {
	display: none;
}

@media screen and (max-width:761px) {
	.Sticky .Mobile {
		display: block;
		margin: 0 20px;
		flex: 1;
		text-align: left;
		padding-left: 20px;

	}

	.Sticky .Desktop {
		display: none;
	}

	.Sticky .product-quickshop {
		display: inline-block;
		border: 0px solid;
		line-height: 0;
		margin: 0;
		padding: 15px;
		background-color: #000;
	}
}


/*DTW EDITS*/

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.MyContent .MosaicBlock{
		flex-basis: auto;
	}

	.MyContent .BtnLink{
		flex-basis: 50px;
	}
	
	/*push*/
	#doubleserum-block-07 .Title{
		display: inline-table;
	}
	.MyContent .ArgStat {
	width: 120px;
	height: 120px;
	/*flex-basis: 120px;*/
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px;
}
}

@media screen and (max-width:761px) {
	#doubleserum-block-03 .Background img{
		margin-left: -160px;
	}
}

#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
    box-sizing: border-box;
    padding: 20px;
    color: #be0f34;
    font-size: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    position: relative;
}
#doubleserum-block-06 .Product .Text {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 0%;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat {
    box-sizing: border-box;
    padding: 20px;
    color: #be0f34;
    font-size: 11px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    position: relative;
}
#doubleserum-block-02 .BoxContent:nth-child(2) .ArgStat strong {
    font-size: 15px;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
/*.InteractiveBlock .Infos {
    position: absolute;
    top: 0px;
    left: -25px;
    width: 241px;
    font-size: 14px;
    background-image: url(img/drag-arrow-start.png);
    background-repeat: no-repeat;
    background-position: bottom right -20px;
    height: 150px;
    margin: 20px 0;
}*/
.InteractiveBlock {
    display: block;
    position: absolute;
    width: 250px;
    height: 450px;
    right: 82px;
    top: -170px;
}
#doubleserum-block-03 .InteractiveBlock {
    top: -165px;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ }

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
	.MyContent .MosaicBlock .Testimony::after {
    content: "»";
    font-size: 1.4em;
    margin-bottom: 9px;
    height: .7em;
    display: inline;
    /* overflow: hidden; */
    color: #be0f34;
}
}

.SUPRALIFT-PRICE {
    margin: auto;
    max-width: 250px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: flex-end;
}

.SUPRALIFT-PRICE-full span, 
.SUPRALIFT-PRICE-member span,
.SUPRALIFT-PRICE-member span.mention {
    padding-left: 10px;
    padding-right: 10px;
}

.SUPRALIFT-PRICE-member span.price {
    border-left: 3px solid grey;
}

.SUPRALIFT-PRICE-full span.price {
	color: #000;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.SUPRALIFT-PRICE-member span.mention {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 11px;
    opacity: 0.5;
	border-left: 3px solid #fff;
}

.SUPRALIFT-PRICE-member span.member-price {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 14px;
	opacity: 0.5;
	border-left: 3px solid rgba(0, 0, 0, .5);
}

@media screen and (max-width: 761px) {
#doubleserum-block-06 {
    margin-top: -50px;
}
}