html,
body {
  margin: 0;
  overflow-x: hidden;
}
.maternity * {
  box-sizing: border-box;
}
#maternity-page button {
  outline: 0 !important;
}

.maternity {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  color: #333333;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}
.maternity-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.maternity-header__visual {
  position: absolute;
  top: 0;
  width: 1600px;
  background-color: #e9e4d8;
  left: calc(50% - 800px);
  height: 450px;
}

@media (min-width: 1600px) {
  .maternity-header__visual {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.maternity-header__visual img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.maternity-header__title {
  color: #333333;
  height: 450px;
  position: relative;
  z-index: 2;
  padding-left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  margin: 0;
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  font-family: ClarinsRegular, Clarins;
  margin-bottom: 20px;
}
.maternity-footer {
  padding: 20px 0;
}

/*------------------------------------------*/
.maternity-see-more {
  overflow: hidden;
  position: relative;
  display: block;
  justify-content: center;
  z-index: 1;
  transition: max-height ease-in-out 0.5s;
}

.maternity-see-more::after {
  content: " ";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  height: 80px;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  opacity: 1;
  transition: opacity ease-in-out 0.5s;
  left: 0;
}
.maternity-see-more[data-expand="1"]::after {
  opacity: 0;
}
.maternity-see-more__expand,
.maternity-see-more__collapse {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  bottom: 2px;
  z-index: 2;
  color: #333 !important;
  margin: 0 auto;
  min-width: 0;
  height: auto;
  position: absolute;
  background-color: transparent !important;
  border: 0px solid !important;
  border-bottom: 1px solid #333 !important;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  cursor: pointer;
  outline: none !important;
}
.maternity-see-more__expand::before,
.maternity-see-more__collapse::before,
.maternity-see-more__expand::after,
.maternity-see-more__collapse::after {
  display: none;
  outline: none !important;
  border-bottom: 0px solid !important;
}
.maternity-see-more__expand:hover,
.maternity-see-more__collapse:hover {
  border-bottom: 1px solid #b40024 !important;
  color: #b40024 !important;
}
.maternity-see-more__expand:focus::after,
.maternity-see-more__collapse:focus::after {
  outline: none !important;
}
.maternity-see-more[data-expand="0"] .maternity-see-more__collapse {
  display: none;
}
.maternity-see-more[data-expand="1"] .maternity-see-more__expand {
  display: none;
}

/*------------------------------------------*/
.maternity-text {
  max-width: 970px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 1.4em;
}
.maternity-see-more > .maternity-text {
  padding-bottom: 40px;
}
.maternity-text span.red {
  color: #b40024;
}
.maternity-links {
  max-width: 970px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.maternity-links a {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 10px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.maternity-links a:hover {
  color: #b40024;
  border-bottom: 1px solid #b40024;
}
.maternity-links a.maternity-links__active {
  color: #b40024;
  border-bottom: 1px solid #b40024;
}
/*---------------------------------*/
.maternity-text-link {
  max-width: 970px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.maternity-text + .maternity-text-link {
  padding-top: 0px;
}
.maternity-text-link a {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
.maternity-text-link a:hover {
  color: #b40024;
  border-bottom: 1px solid #b40024;
}
.maternity-text-link a.maternity-links__active {
  color: #b40024;
  border-bottom: 1px solid #b40024;
}
/*-------------THEME-------------*/
.maternity-theme {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f3f1f0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1250px) {
  .maternity-theme {
    width: 2000px;
    margin-left: -375px;
  }
}
.maternity-theme__title {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  line-height: 1em;
}
.maternity-theme__title::before {
  content: attr(data-num);
  display: block;
  color: #b40024;
  font-size: 105px;
  z-index: 2;
  line-height: 1em;
  height: 105px;
  position: relative;
  font-family: "Gotham_Light";
  margin-right: 30px;
}
.maternity-theme__title::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 160px;
  top: 0;
  left: 0;
  z-index: -1;
}
.maternity-theme__wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 15px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
/*-------------ARTICLE-------------*/
.maternity-article {
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  order: 2;
}

.maternity-article__header {
  height: calc(100% - 90px);
}
.maternity-article[data-col="1"] {
  flex-basis: 25%;
}
.maternity-article[data-col="2"] {
  flex-basis: 50%;
}
.maternity-article[data-col="3"] {
  flex-basis: 75%;
}
.maternity-article[data-col="4"] {
  flex-basis: 100%;
}

.maternity-article__thumb {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.maternity-article__thumb img {
  display: block;
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.maternity-article__thumb:hover img {
  transform: scale(1.1);
}
.maternity-article__label {
  margin: 0;
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  height: 90px;
  box-sizing: border-box;
  position: relative;
  font-size: 30px;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  line-height: 1em;
}
.maternity-article__label span {
  padding: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
.maternity-article[data-open="1"] {
  order: 1;
  flex-basis: 100%;
}
/*----------V2----------*/
*[data-version="2"]
  .maternity-theme__wrapper[data-open="1"]
  .maternity-article {
  display: none;
}
*[data-version="2"]
  .maternity-theme__wrapper[data-open="1"]
  .maternity-article[data-open="1"] {
  display: block;
}
/*---------------------------*/
.maternity-article[data-open="1"] .maternity-article__header {
  display: none;
}
.maternity-article__content .clarins-red {
  color: #b40024 !important;
}
.maternity-article__content {
  display: none;
  margin-top: 55px;
}
.maternity-article[data-open="1"] .maternity-article__content {
  background-color: #fff;
  display: block;
}
.maternity-article__row {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.maternity-article__row[data-valign="top"] {
  align-items: flex-start;
}
.maternity-article__row[data-valign="bottom"] {
  align-items: flex-end;
}

.maternity-article__col {
  margin: 30px;
}
/*------------------------------------------------------*/
.maternity-article__title {
  margin: 0;
  padding: 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  height: 90px;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  line-height: 1em;
}
.maternity-article__visual img {
  display: block;
  max-width: 100%;
}
.maternity-article__text-block {
  padding-bottom: 40px;
  max-width: 580px;
  font-size: 14px;
  line-height: 1.4em;
}

.maternity-article__text {
  margin: 0;
}
.maternity-article__small-title {
  margin: 0;

  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4em;

  padding: 30px 0;
}
.maternity-article__intro {
  text-align: center;
  margin: 0px auto;
  padding: 0 20px;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.4em;
}
.maternity-product__quickshop {
  display: none;
}

/*------------------------------------------------------*/
.maternity-product {
  text-align: center;
  position: relative;
}
.maternity-product__packshot {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.maternity-product__packshot span {
  position: absolute;
  font-size: 12px;
  line-height: 1.2em;
}

.maternity-product__ingredient {
  position: absolute;
}

.maternity-product__name {
  color: #b40024;
  font-size: 24px;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  line-height: 1.2em;
  padding-bottom: 11px;
}
.maternity-product img {
  display: block;
  max-width: 100%;
}

.maternity-product__price {
  font-size: 14px;
  line-height: 1em;
  padding: 5px;
}
.maternity-product__cta {
  margin-top: 11px;
}
.maternity-product__cta > a,
.maternity-product__cta > button {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 15px 15px;
  display: inline-block;
  line-height: 14px;
  border: 0px solid;
  background-color: #b40024;
  min-width: 150px;
  text-align: center;
  border-radius: 5px;
  outline: 0 !important;
}
.maternity-product__cta > a::after,
.maternity-product__cta > button::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: #b40024 solid 2px;
  border-radius: 5px;
  opacity: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}
.maternity-product__cta > a:focus::after,
.maternity-product__cta > button:focus::after {
  opacity: 1;
  border: #63021a solid 2px;
}
.maternity-product__cta > a:hover::after,
.maternity-product__cta > button:hover::after {
  opacity: 1;
  border: #63021a solid 2px;
}
.maternity-product__cta > a:hover,
.maternity-product__cta > button:hover {
  color: #fff;
  background-color: #8c0b26;
}
.maternity-product__cta > a:active::after,
.maternity-product__cta > button:active::after {
  opacity: 1;
}

.maternity-product__quickshop {
}

/*------------------------------------------------------*/
.maternity-navbar {
  background-color: #f3f1f0;
  height: 70px;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.maternity-navbar__wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.maternity-navbar[data-open="1"] {
  display: flex;
}
.maternity-navbar__prev,
.maternity-navbar__next {
  background-color: transparent !important;
  color: #333 !important;
  border: 0px !important;
  border-bottom: 1px solid #333 !important;
  height: auto !important;
  outline: 0 !important;
  margin: 5px;
  display: inline-block;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  min-width: 0;
}
.maternity-navbar__prev:hover,
.maternity-navbar__next:hover {
  color: #b40024 !important;
  border-bottom: 1px solid #b40024 !important;
}

.maternity-navbar__prev::before,
.maternity-navbar__next::after {
  outline: 0 !important;
  content: " ";
  width: 11px;
  height: 12px;
  background-image: url(../img/arrow.svg);
  background-size: 14px 14px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
  background-position: left -4px top -2px;
}
.maternity-navbar__prev::before {
}
.maternity-navbar__next::after {
  transform: scaleX(-1);
}
.maternity-navbar__close {
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px !important;
  right: 10px;
  top: calc(50% - 10px);
  background-image: url(../img/close.svg);
  background-size: cover;
  border: 0px solid;
  outline: 0 !important;
  min-width: 0;
  background-color: transparent !important;
  border: 0px !important;
}
/*-----------------------------*/

.maternity-navbar__sharelinks {
  flex: 1;
  text-align: right;
  padding-right: 50px;
  display: none;
}

.st_facebook_custom {
  background: url("../img/facebook.svg") no-repeat scroll left top transparent;
  background-size: 100% auto;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.st_twitter_custom {
  background: url("../img/twitter.svg") no-repeat scroll left top transparent;
  background-size: 100% auto;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}
.st_pinterest_custom {
  background: url("../img/pinterest.svg") no-repeat scroll left top transparent;
  background-size: 100% auto;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
/*--------------responsive--------------*/

@media (min-width: 762px) {
  .maternity-article__row .maternity-see-more__expand,
  .maternity-article__row .maternity-see-more__collapse {
    left: 0;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .maternity-header__title {
    padding-left: 33%;
    font-size: 50px;
  }
  .maternity-article__label {
    padding: 0 20px;
    font-size: 20px;
  }
}
@media (max-width: 761px) {
  .maternity-header {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .maternity-header > div {
    order: 2;
  }
  .maternity-header__title {
    padding: 20px;
    font-size: 35px;
    background-color: #fff;
    height: auto;
    order: 1 !important;
  }
  .maternity-header__visual {
    position: relative;
    top: auto;
    width: 100%;
    background-color: #e9e4d8;
    left: auto;
    height: auto;
    order: 2;
  }
  .maternity-article__label {
    padding: 0 5vw;
    font-size: 5vw;
    height: 18vw;
  }
  .maternity-links {
    margin: 20px auto;
    padding: 0px;
  }

  .maternity-theme {
    padding-bottom: 2px;
  }
  .maternity-theme .maternity-theme__wrapper {
    display: none;
  }

  .maternity-theme[data-open="1"] .maternity-theme__wrapper {
    display: flex;
  }

  .maternity-theme__title {
    font-size: 35px;
    padding: 0 20px;
    justify-content: flex-start;
  }

  .maternity-theme__title::after {
    content: "+";
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #929292;
    left: auto;
    align-items: center;
    font-family: Arial;
    justify-content: center;
    z-index: 2;
    line-height: 1em;
    display: flex;
    cursor: pointer;
  }
  .maternity-theme[data-open="1"] .maternity-theme__title::after {
    content: "-";
  }
  .maternity-theme__title::before {
    font-size: 90px;
    line-height: 1em;
    height: 90px;
    margin-right: 10px;
  }
  .maternity-theme__wrapper {
    width: calc(100% - 10px);
  }

  .maternity-article[data-col="1"] {
    flex-basis: 50%;
    order: 4;
  }
  .maternity-article[data-col="2"] {
    flex-basis: 100%;
  }
  .maternity-article[data-col="1"]:nth-child(1) {
    order: 2;
  }
  .maternity-article[data-col="1"]:nth-child(2) {
    order: 2;
  }
  .maternity-article[data-col="1"]:nth-child(3) {
    order: 2;
  }
  .maternity-article[data-col="2"]:nth-child(2) {
    order: 3;
  }

  .maternity-article[data-open="1"] {
    flex-basis: 100%;
    order: 1 !important;
  }

  .maternity-article__content img {
    max-width: 100%;
  }
  .maternity-article__title {
    height: auto;
    padding: 20px;
    margin-top: 20px;
  }
  .maternity-article__row {
    padding: 0;
    margin: 0px;
  }
  .maternity-article__col {
    margin: 20px auto;
    text-align: center;
  }
  .maternity-article__col > img {
    max-width: 175px;
    margin: 0 auto;
  }
  .maternity-product__packshot {
    max-width: 80%;
    margin: 20px auto;
  }
  .maternity-navbar__wrapper {
    justify-content: center;
  }
  .maternity-navbar__prev,
  .maternity-navbar__next {
    font-size: 0;
    border-bottom: 0px solid !important;
  }
  .maternity-navbar__prev::before,
  .maternity-navbar__next::after {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    outline: 0px !important;
  }
  .maternity-navbar__sharelinks {
    flex: 0;
    text-align: center;
    padding: 0;
    order: 2;
    flex-basis: 120px;
  }
  .maternity-navbar__prev {
    order: 1;
  }
  .maternity-navbar__next {
    order: 3;
  }
  .maternity-article__text {
    padding: 0 20px;
  }

  .maternity-article__row[data-flip="1"] {
    flex-direction: column-reverse;
  }
}
.maternity-product[data-product="huile-tonic"]
  .maternity-product__packshot
  span {
  left: 96%;
  text-align: left;
  bottom: 20%;
  width: 150px;
}

@media (min-width: 762px) {
  .maternity-product[data-product="huile-tonic"] img {
    transform: translateX(20%);
  }
}
@media (max-width: 761px) {
  .maternity-product[data-product="huile-tonic"] .maternity-product__packshot {
    width: 175px;
  }
  .maternity-product[data-product="huile-tonic"] img {
    transform: translateX(20%);
  }
  .maternity-product[data-product="huile-tonic"]
    .maternity-product__packshot
    span {
    left: 95%;
    width: 100px;
  }
}

.maternity-product[data-product="gommage-exfoliant"]
  .maternity-product__ingredient
  span {
  background-color: rgba(50, 116, 59, 0.8);
  color: #fff;
  position: absolute;
  left: 90px;
  top: 50px;
  display: inline-block;
  font-size: 14px;
  padding: 5px 12px;
}

@media (min-width: 762px) {
  .maternity-product[data-product="gommage-exfoliant"] {
    text-align: right;
    padding-top: 90px;
  }
  .maternity-product[data-product="gommage-exfoliant"]
    .maternity-product__ingredient {
    right: -433px;
    bottom: 80px;
    z-index: 1;
    width: 257px;
  }
  .maternity-product[data-product="gommage-exfoliant"]
    .maternity-product__packshot {
    position: absolute;
    right: -250px;
    width: 250px;
    bottom: 0;
    margin-bottom: 0;
    z-index: 2;
  }
}

@media (max-width: 761px) {
  .maternity-product[data-product="gommage-exfoliant"] {
  }

  .maternity-product[data-product="gommage-exfoliant"]
    .maternity-product__ingredient {
    bottom: 15%;
    left: 55%;
    z-index: 1;
    width: 257px;
    transform: scale(0.5);
    transform-origin: top left;
  }
  .maternity-product[data-product="gommage-exfoliant"]
    .maternity-product__packshot {
    width: 115px;
    margin: 20px auto;
    z-index: 2;
  }
}

/* ==================================== */
.articleFooterCTA {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.articleFooterCTA a {
  text-decoration: underline;
}
#maternity-article__intro_ul {
  font-size: 16px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .maternity-article__title {
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 480px) {
  .maternity-theme__title {
    padding: 0 50px 0 20px;
  }
  .maternity-article__label span {
    padding: 20px;
  }
  .maternity-product[data-product="huile-tonic"] .maternity-product__packshot span {
    left: 97%;
    bottom: 10%;
  }
  #maternity-article__intro_ul {
    width: 90%;
  }
  .maternity-theme__title::after {
    background-color: unset;
  }
  ul {
    text-align: start;
  }
}