.breadcrumb {
  display: none !important;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
/*-------------------------HEADER-------------------------*/
.beauty-faq-home-header {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  padding-bottom: 20px;
}
.beauty-faq-home-header__logo {
  font-size: 55px;
  display: flex;
  margin: 0 auto !important;
  width: 250px;
  height: 140px;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  font-family: ClarinsRegular, Clarins;
  line-height: 1em;
  font-weight: normal;
}
.beauty-faq-home-header__logo span {
  font-size: 88px;
  display: block;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 761px) {
  .beauty-faq-home-header {
    padding: 20px;
  }
  .beauty-faq-home-header__logo {
    font-size: 37px;
    flex-direction: row;
    align-items: flex-end;
    height: auto;
  }
  .beauty-faq-home-header__logo span {
    font-size: 60px;
    margin-right: 10px;
    line-height: 50px;
  }
}
/*-------------------------INTRO-------------------------*/
.beauty-faq-home-intro {
  background-color: #f9f9f8;
  padding: 40px;
  max-width: 1170px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
.beauty-faq-home-intro__title {
  font-family: ClarinsRegular, Clarins;
  font-size: 60px;
  color: #333;
  margin: 0 auto;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 20px;
}
.beauty-faq-home-intro__text {
  font-size: 14px;
  color: #000;
  line-height: 1.4em;
  max-width: 690px;
  margin: 0px auto;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .beauty-faq-home-intro__title {
    font-size: 50px;
  }
}
@media (max-width: 761px) {
  .beauty-faq-home-intro {
    padding: 30px;
  }
  .beauty-faq-home-intro__title {
    font-size: 45px;
  }
}
/*-------------------------MOSAIC-------------------------*/
.beauty-faq-mosaic {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.beauty-faq-mosaic__item {
  margin: 20px;
  flex-basis: calc(33.33% - 40px);
  cursor: pointer;
  text-align: center;
}

.beauty-faq-mosaic__background {
  display: block;
  overflow: hidden;
  height: 274px;
  width: 100%;
  position: relative;
}
.beauty-faq-mosaic__background img {
  display: block;
  width: 363px;
  height: 274px;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition: transform ease-in-out 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
}
.beauty-faq-mosaic__item:hover .beauty-faq-mosaic__background img {
  transform: translate3d(-50%, 0, 0) scale(1.1);
}
.beauty-faq-mosaic__packshot {
  height: 0px;
  position: relative;
}
.beauty-faq-mosaic__packshot img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
.beauty-faq-mosaic__ingredient {
  background-color: rgba(206, 82, 98, 0.62);
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 140px;
  right: 50%;
  display: inline-block;
}

.beauty-faq-mosaic__packshot[data-product="double-serum"] img {
  width: 72px;
}
.beauty-faq-mosaic__packshot[data-product="lip-comfort-oil"] img {
  width: 57px;
}
.beauty-faq-mosaic__packshot[data-product="body-lotion"] img {
  width: 84px;
}
.beauty-faq-mosaic__packshot[data-product="sun-care-cream"] img {
  width: 109px;
}
.beauty-faq-mosaic__packshot[data-product="super-moisture-balm"] img {
  width: 63px;
}

.beauty-faq-mosaic__num-questions {
  color: #b40024;
  font-size: 11px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  text-transform: uppercase;
  margin: 15px;
  font-weight: bold;
}
.beauty-faq-mosaic__category {
  color: #333;
  font-size: 48px;
  font-family: ClarinsRegular, Clarins;
  margin: 0;
  margin-top: -10px;
  font-weight: normal;
  line-height: 1em;
}
.beauty-faq-mosaic__link {
  padding-top: 8px;
}
.beauty-faq-mosaic__link span {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .beauty-faq-mosaic__title {
    font-size: 50px;
  }
  .beauty-faq-mosaic__item {
    flex-basis: calc(50% - 40px);
  }
}
@media (max-width: 761px) {
  .beauty-faq-mosaic {
    padding: 10px;
  }
  .beauty-faq-mosaic__item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    background-color: #f9f9f8;
    padding-bottom: 15px;
  }
  .beauty-faq-mosaic__background {
    height: 120px;
  }
  .beauty-faq-mosaic__background img {
    width: auto;
    height: 120px;
  }
  .beauty-faq-mosaic__link {
    display: none;
  }
  .beauty-faq-mosaic__category {
    font-size: 24px;
  }
  .beauty-faq-mosaic__packshot {
    transform: scale(0.4);
  }
  .beauty-faq-mosaic__ingredient {
    font-size: 10px;
  }
}
/*-------------------------LINKS-------------------------*/
.beauty-faq-links {
  padding-top: 20px;
  text-align: center;
  color: #333;
}
.beauty-faq-links__title {
  font-family: ClarinsRegular, Clarins;
  font-size: 48px;
  color: #333;
  margin: 0 auto;
  line-height: 1em;
  font-weight: normal;
}
.beauty-faq-links__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.beauty-faq-links__item {
  margin: 20px;
  flex-basis: calc(33.33% - 40px);
  cursor: pointer;
  text-align: center;
}

.beauty-faq-links__visual {
  display: block;
  overflow: hidden;
  position: relative;
}
.beauty-faq-links__visual img {
  display: block;
  max-width: 100%;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform ease-in-out 0.5s;
}
.beauty-faq-links__item:hover .beauty-faq-links__visual img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.beauty-faq-links__category {
  color: #b40024;
  font-size: 11px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  text-transform: uppercase;
  margin: 15px;
  font-weight: bold;
}
.beauty-faq-links__text {
  color: #333;
  font-size: 35px;
  font-family: ClarinsRegular, Clarins;
  margin: 0;
  margin-top: -6px;
  font-weight: normal;
  line-height: 1em;
}
.beauty-faq-links__link {
  padding-top: 8px;
}
.beauty-faq-links__link span {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-size: 11px;
}

.beauty-faq-links__ingredient {
  background-color: rgba(234, 86, 33, 0.62);
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 116px;
  right: 50%;
  transform: translateX(50%);
  display: inline-block;
}

@media (max-width: 1023px) {
  .beauty-faq-links__text {
    font-size: 25px;
  }

  .beauty-faq-links__title {
    font-size: 40px;
  }
  .beauty-faq-links__wrapper {
    display: block;
    max-width: 443px;
    margin: 0 auto;
  }
  .beauty-faq-links__item {
    padding-bottom: 20px;
  }
}
@media (max-width: 761px) {
  .beauty-faq-links {
    padding-top: 0;
  }
  .beauty-faq-links__title {
    font-size: 35px;
    padding: 0 10px;
  }
  .beauty-faq-links__ingredient {
    font-size: 10px;
  }
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
#BLOCK-QUESTIONS-CATEGORY{
	position:relative;
	display:block;
	margin-bottom:40px;
}
#BLOCK-QUESTIONS-CATEGORY .QuestionsMosaic {
	display:none;
}
#BLOCK-QUESTIONS-CATEGORY .jcarousel .QuestionsMosaic {
	width:1000px;
	display:flex;
	box-sizing: border-box;
}
@media only screen and (max-width:1023px) {
#BLOCK-QUESTIONS-CATEGORY .jcarousel .QuestionsMosaic {
	width:760px;
}	
}
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-prev,
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-next {
	display:inline-block;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:16px;
	border:#e5e5e5 2px solid;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	background-color:#fff;
	color:#000;
	position:relative;
	left:auto;
	top:auto;
	right:auto;
}
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-prev.hidden-arrow,
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-next.hidden-arrow {
	display:none;

}	

@media only screen and (max-width:761px) {
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-prev,
#BLOCK-QUESTIONS-CATEGORY .jcarousel-control-next {
	display:none;

}	
}

#BLOCK-QUESTIONS-CATEGORY  .jcarousel-pagination div,
#BLOCK-QUESTIONS-CATEGORY  .jcarousel-pagination a,
#ROUTINE-PRODUCT-JCAROUSEL .jcarousel-pagination div,
#ROUTINE-PRODUCT-JCAROUSEL .jcarousel-pagination a{
	cursor:pointer;
}

@media only screen and (min-width:761px) {
#BLOCK-QUESTIONS-CATEGORY  .jcarousel-pagination div,
#BLOCK-QUESTIONS-CATEGORY  .jcarousel-pagination a{
	display:inline-block;
	width:26px;
	height:26px;
	line-height:26px;
	font-size:14px;
	border:#fff 2px solid;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	background-color:#fff;
	color:#000;
	position:relative;
	left:auto;
	top:auto;
	right:auto;
	text-indent: 0;
	margin: 2px;
	cursor:pointer;
}

#BLOCK-QUESTIONS-CATEGORY .jcarousel-pagination div.active,
#BLOCK-QUESTIONS-CATEGORY .jcarousel-pagination a.active{
	background-color:#e5e5e5;
	
}
}
#BLOCK-QUESTIONS-CATEGORY  .jcarousel-pagination{
	bottom:auto;
	position:relative;
	left:auto;
	right:auto;	
	display:inline-block;
	transform:none;
	min-width: 0;
}

@media only screen and (max-width:1023px) {
	#BLOCK-QUESTIONS-CATEGORY .QuestionsMosaic {
		width:730px;
	}
}
@media only screen and (max-width:761px) {
	#BLOCK-QUESTIONS-CATEGORY .QuestionsMosaic {
		width:calc(100vw - 40px);
	}
}
#BLOCK-QUESTIONS-CATEGORY .Question:nth-child(2n){
	background-color:#fff;
}

#BLOCK-QUESTIONS-CATEGORY .Question[data-category="sun"]:nth-child(2n) h3::before{	
	color:#fff482;
}
#BLOCK-QUESTIONS-CATEGORY .Question[data-category="face"]:nth-child(2n) h3::before{	
	color:#fde6d4;
}
#BLOCK-QUESTIONS-CATEGORY .Question[data-category="men"]:nth-child(2n) h3::before{	
	color:#d8eafa;
}
#BLOCK-QUESTIONS-CATEGORY .Question[data-category="body"]:nth-child(2n) h3::before{	
	color:#f1c6a4;
}
#BLOCK-QUESTIONS-CATEGORY .Question[data-category="makeup"]:nth-child(2n) h3::before{	
	color:#fbe4ea;
}
#BLOCK-QUESTIONS-CATEGORY .Question[data-category="ingredients"]:nth-child(2n) h3::before{	
	color:#e2f7e9;
}

/*-------------------------------------------------------*/
#BLOCK-CATEGORY-LINKS {
		
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	max-width:1182px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category{
	margin:6px;
	max-width:185px;
	position:relative;
	margin-bottom:30px;
	cursor:pointer;
}
@media only screen and (max-width:1024px) and (min-width:1023px) {
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category {
	max-width:150px;
}
}
@media only screen and (max-width:761px) {
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category {
	max-width:185px;
	  width: calc(50% - 12px);
	  margin-bottom: 6px;
}
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category figure{
	display:block;
	margin:0;
	padding:0;
	max-height:131px;
	overflow:hidden;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category figure img{
	max-width:100%;
	transform:scale(1);
	transition:transform ease-in-out 0.2s;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category:hover figure img{
	transform:scale(1.1);
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category .InfosBox{
	background-color:#f0f2f6;
	margin:0px;
	text-align:center;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category .InfosBox h3{
	margin:0;
	padding:0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:normal;
	line-height:1em;
	
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category .InfosBox h3 a:hover{
	color:#000;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category .InfosBox .NumQuestions{
	display:none;
}
#BLOCK-CATEGORY-LINKS .CategoryMosaic .Category .InfosBox .BtnLink{
	display:none;
}

#BLOCK-QUESTIONS-ROUTINE {
	margin-top:40px;
	margin-bottom:40px;
}
@media only screen and (max-width:761px) {
	#BLOCK-QUESTIONS-ROUTINE {
	margin-top:20px;
	margin-bottom:20px;
}
}
#BLOCK-QUESTIONS-ROUTINE .Visual{
	padding-bottom:10px;
	padding-top:20px;
}
#BLOCK-QUESTIONS-ROUTINE .ProductName{
	font-family:ClarinsRegular, Clarins;
	font-size:18px;
	padding:20px;
	padding-top:0px;
	padding-bottom:10px;
	min-height:60px;
}
#BLOCK-QUESTIONS-ROUTINE .Price{
	padding-bottom:10px;
}
#BLOCK-QUESTIONS-ROUTINE .Visual img{
	display:block;
	margin:0 auto;
}

/*-------------------------------------------------------*/
#BLOCK-QUESTIONS{
	padding-top:50px;	
	position:relative;
}
#BLOCK-QUESTIONS .jcarousel-pagination{
	bottom:-10px;
}
@media only screen and (max-width:1023px) {
#BLOCK-QUESTIONS{
	margin-bottom:40px;
}
}
@media only screen and (max-width:761px) {
#BLOCK-QUESTIONS{
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 50px, #FFFFFF );
}
}

/*-------------------------------------------------------*/

.beauty-faq-questions {
  text-align: center;
}
.beauty-faq-questions__title {
  font-family: ClarinsRegular, Clarins;
  font-size: 48px;
  color: #333;
  line-height: 1em;
  font-weight: normal;
  margin: 30px auto;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .beauty-faq-questions__title {
    font-size: 40px;
  }
}

@media (max-width: 761px) {
  .beauty-faq-questions__title {
    font-size: 35px;
    padding: 0 10px;
  }
}
/*-------------------------------------------------------*/

.beauty-faq-questions__wrapper {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  counter-reset: count;
}
.beauty-faq-questions__wrapper .slick-slide > div {
  display: flex;
  height: 100%;
}
.beauty-faq-questions__wrapper .content-asset {
  width: 100%;
  display: block;
}
.Question {
  display: flex;
  background-color: #f3f1f0;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  counter-increment: count;
}

.Question[data-category="makeup"],
.Question[data-category="sun"],
.Question[data-category="ingredients"] {
  background-color: #e9e3e1;
}
.Question h3 {
  margin: 0;
  padding: 0;
  font-family: ClarinsRegular, Clarins;
  font-size: 35px;
  color: #333;
  font-weight: normal;
  line-height: 1em;
  position: relative;
}
.Question h3 a:hover {
  color: #333;
}
.Question h3::before {
  content: "“";
  font-size: 120px;
  line-height: 1em;
  height: 60px;
  width: 50px;
  text-align: left;
  font-family: ClarinsRegular, Clarins;
  color: #b40024;
  overflow: hidden;
  display: inline-block;
  margin-top: -10px;
}

.Question h3::after {
  content: "”";
  font-family: ClarinsRegular, Clarins;
}

.Question p.Text {
  flex: 1;
  color: #333;
  font-size: 14px;
  line-height: 1.4em;
}
.Question p.TextLink {
  flex-basis: 20px;
  margin: 0;
}
.Question p.TextLink span {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-size: 11px;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .Question[data-category="face"],
  .Question[data-category="sun"],
  .Question[data-category="men"] {
    background-color: #f3f1f0;
  }

  .Question[data-category="makeup"],
  .Question[data-category="body"],
  .Question[data-category="ingredients"] {
    background-color: #e9e3e1;
  }
}
@media (max-width: 761px) {
  .beauty-faq-questions__wrapper {
    padding-bottom: 30px;
  }
  .beauty-faq-questions__wrapper .slick-track {
    display: flex !important;
  }
  .beauty-faq-questions__wrapper .content-asset {
    height: 100%;
  }
  .beauty-faq-questions__wrapper .slick-slide {
    height: auto;
  }
}
/*-------------------------------------------------------*/
.beauty-faq-home-header__logo {
  font-size: 30px;
}
.beauty-faq-home-header__logo span {
  font-size: 60px;
}
.beauty-faq-links__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  justify-content: center;
}
/* DTW EDITS */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .beauty-faq-links__category {
    min-height: 30px;
}
.beauty-faq-links__text {
  min-height: 116px;
}
}