/** !! TO DELETE !! **/

body {
  margin: 0;
}
.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
#wrapper {
  max-width: 100%;
}
#wrapper.pt_category-wide .site-width-slot {
  max-width: 100%;
}
/**********/
/** BASE **/
/**********/

.dp-sfl-eye {
  /* max-width: 1600px;*/
  width: 100%;
  overflow: hidden;
  background-color: #faeaef;
  margin: 0 auto;
  color: #333333;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dp-sfl-eye * {
  box-sizing: border-box;
}

.dp-is-desktop {
  display: block;
}

.dp-is-mobile {
  display: none;
}

.dp-shop-btn a,
.dp-shop-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #333;
  width: 150px;
  height: 50px;
  border: solid 1px #333 !important;
  border-radius: 3px;
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0;
  min-width: unset;
  max-width: 150px;
  font-size: 14px;
  outline: none !important;
}
.dp-shop-btn a:hover,
.dp-shop-btn button:hover {
  border: solid 1px #fff !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none !important;
}
.dp-shop-btn_hidden-quickshop {
  display: none !important;
}

@media screen and (max-width: 765px) {
  .dp-is-desktop {
    display: none;
  }

  .dp-is-mobile {
    display: block;
  }
}

/************/
/** HEADER **/
/************/

/** HEADER BLOCK 1 **/

.dp-header_block1 {
  width: 100%;
  position: relative;
}

.dp-header_block1-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  .dp-header_block1-img {
    width: 1000px;
    display: block;
    margin-left: -20%;
  }
}
.dp-header-block1-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.dp-header-block1-txt h1 {
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4b6d;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
}

.dp-header-block1-txt h2 {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-top: 15px;
}

@media screen and (max-width: 765px) {
  .dp-header-block1-txt {
    position: relative;
    left: 0;
  }
  .dp-header-block1-txt h1 {
    font-size: 35px;
    padding-top: 40px;
    line-height: 40px;
  }
  .dp-header-block1-txt h2 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 30px;
  }
}

/** HEADER BLOCK 2 **/

.dp-header_block2 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 579px;
  flex-direction: row-reverse;
  background-color: #fff;
}

.dp-header_block2-img {
  width: 1600px;
  height: 579px;
  position: absolute;
  left: calc(50% - 800px);
  top: 0;
  z-index: 1;
}

.dp-header_block2-img-woman {
  max-width: 100%;
  z-index: 2;
  position: relative;
  max-width: 464px;
}

.dp-header_block2-txt {
  background-color: #faeaef;
  padding: 50px;
  margin-right: -60px;
  z-index: 2;
  position: relative;
  max-width: 595px;
}

.dp-header_block2-txt p:first-child {
  color: #dc4c6e;
  font-size: 24px;
  margin: 0;
  line-height: 1.4em;
}

.dp-header_block2-txt p:nth-child(2) {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  line-height: 1.4em;
}

@media screen and (max-width: 761px) {
  .dp-header_block2 {
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .dp-header_block2-txt {
    width: auto;
    margin: 0;
    padding: 40px;
    padding-top: 80px;
    flex-basis: 100%;
  }
  .dp-header_block2-txt p:first-child {
    font-size: 20px;
    line-height: 25px;
  }
  .dp-header_block2-txt p:nth-child(2) {
    font-size: 15px;
    line-height: 25px;
  }
  .dp-header_block2-img-woman {
    margin: 40px;
    max-width: calc(100% - 80px);
    margin-bottom: -40px;
    position: relative;
    z-index: 3;
  }
  .dp-header_block2-img {
    width: 100vw;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

/*------------------------*/
.dp-pano {
  width: 100%;
  background-color: #faeaef;
  overflow: hidden;
  transition: height ease-in-out 0.5s;
}
.dp-pano__wrapper {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
}
/** HEADER BLOCK 3 **/

.dp-header_block3 {
  padding: 50px 0;
  width: 100%;
  background-color: #fff;
}

.dp-header_block3-title {
  margin: 0;
  font-size: 24px;
  line-height: 35px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-align: center;
}

.dp-header_block3-container-products {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: center;
}

.dp-header_block3-product {
  text-align: center;
  font-size: 24px;
  width: 23.62em;

  height: 15.375em;
  padding: 1.66em;
  background-color: #f6dbe3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"] {
  padding-left: 7.91em;
  margin-right: 0.88em;
}

.dp-header_block3-product[data-product="V-SHAPING-SERUM"] {
  padding-right: 7.91em;
  margin-left: 0.88em;
}

.dp-header_block3-product h2 {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
}

.dp-header_block3-product-nb {
  font-size: 2.5em;
  line-height: 1em;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4c6e;
  margin: 0.2em;
  white-space: nowrap;
}
.dp-header_block3-product-nb sup {
  font-size: 0.5em;
  line-height: 1em;
  height: 2em;
  display: inline-block;
  vertical-align: top;
  top: auto;
  /* width: 0; */
  margin-left: -0.2em;
}
.dp-header_block3-product-txt {
  margin: 0;
  font-size: 0.83em;
  flex: 1;
}

.dp-header_block3-product-discover {
  font-size: 0.583em;
  font-size: 14px;
  text-decoration: underline;
  margin: 0;
}

.dp-header_block3-product-discover:hover {
  cursor: pointer;
}

.dp-header_block3-product-satisfaction {
  font-size: 0.75em;
  line-height: 1.4em;
  left: 0;
  bottom: -2em;
  height: 2em;
  /*margin: 0;*/
  position: absolute;
  width: 100%;
  padding: 0;
  text-align: left;
}

.dp-header_block3-img {
  position: absolute;
  height: 16.25em;
  width: auto;
  bottom: 0;
}

.dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
  .dp-header_block3-img {
  left: 0.41em;
}

.dp-header_block3-product[data-product="V-SHAPING-SERUM"]
  .dp-header_block3-img {
  right: -1.25em;
}
.dp-header_block3-product-swipe {
  display: none;
}
@media screen and (max-width: 1170px) {
  .dp-header_block3-product {
    font-size: calc(0.0205 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .dp-header_block3 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 765px) {
  .dp-header_block3 {
    padding: 0;
  }
  .dp-header_block3-title {
    font-size: 20px;
    margin: 0;
    line-height: 1em;
    padding: 20px 0;
  }
  .dp-header_block3-product {
    width: 295px;
    height: 166px;
    padding: 0;
    justify-content: flex-start;
  }
  .dp-header_block3-container-products {
    flex-direction: column;
    width: 100%;
  }
  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"] {
    left: 0;
    align-self: flex-start;
    padding-left: 90px;
    text-align: left;
  }
  .dp-header_block3-product[data-product="V-SHAPING-SERUM"] {
    right: 0;
    margin-top: 25px;
    align-self: flex-end;
    padding-right: 90px;
    text-align: right;
  }
  .dp-header_block3-product h2 {
    font-size: 20px;
    padding-top: 20px;
    margin: 0;
  }

  .dp-header_block3-product-swipe {
    display: block;
  }
  .dp-header_block3-product-swipe-txt {
    font-size: 15px;
    margin: 0;
    padding-top: 3px;
  }

  .dp-header_block3-product .dp-header_block3-img {
    height: 194px;
  }
  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-header_block3-img {
    left: 0;
  }
  .dp-header_block3-product[data-product="V-SHAPING-SERUM"]
    .dp-header_block3-img {
    right: -10px;
  }
  .dp-header_block3-product-nb,
  .dp-header_block3-product-txt,
  .dp-header_block3-product-discover,
  .dp-header_block3-product-satisfaction {
    display: none;
  }

  /** Swipe bar **/
  .dp-header_block3-product-swipe {
    width: 180px;
    position: relative;
    margin-top: 5px;
  }
  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-header_block3-product-swipe {
    align-self: flex-start;
  }
  .dp-header_block3-product[data-product="V-SHAPING-SERUM"]
    .dp-header_block3-product-swipe {
    align-self: flex-end;
  }
  .dp-header_block3-product-swipe-drag {
    height: 22px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  /** Swipe anim **/
  @keyframes swipeRight {
    0% {
      transform: translateX(10px);
    }
    12% {
      transform: translateX(160px);
    }
    25% {
      transform: translateX(10px);
    }
    37% {
      transform: translateX(160px);
    }
    50% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(10px);
    }
  }

  @keyframes swipeLeft {
    0% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(-10px);
    }
    62% {
      transform: translateX(-160px);
    }
    75% {
      transform: translateX(-10px);
    }
    87% {
      transform: translateX(-160px);
    }
    100% {
      transform: translateX(-10px);
    }
  }

  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-header_block3-product-swipe-drag
    button {
    animation: 15s ease-in-out 1s infinite swipeRight;
  }

  .dp-header_block3-product[data-product="V-SHAPING-SERUM"]
    .dp-header_block3-product-swipe-drag
    button {
    animation: 15s ease-in-out 1s infinite swipeLeft;
  }

  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-header_block3-product-swipe-drag[no-anim="1"]
    button {
    animation: none;
  }

  .dp-header_block3-product[data-product="V-SHAPING-SERUM"]
    .dp-header_block3-product-swipe-drag[no-anim="1"]
    button {
    animation: none;
  }

  .dp-header_block3-product-swipe-drag::-webkit-scrollbar {
    display: none;
  }
  .dp-header_block3-product-swipe-drag::before,
  .dp-header_block3-product-swipe-drag::after {
    content: " ";
    height: 1px;
    width: calc(100% - 22px);
    display: inline-block;
    vertical-align: top;
    background-color: #938387;
    margin-top: 10px;
  }
  .dp-header_block3-product-swipe-drag button {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 0px solid;
    background-color: #f0eae8;
    border-radius: 50%;
    color: #938387;
    position: relative;
    box-sizing: border-box;
    margin: 1px;
    font-size: 0 !important;
    min-width: 0 !important;
  }
  .dp-header_block3-product-swipe-drag button::after {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #938387;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 10px);
    left: calc(50% - 11px);
    box-sizing: border-box;
  }
  .dp-header_block3-product-swipe-drag button::before {
    content: " ";
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);

    box-sizing: border-box;
  }
  .dp-header_block3-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-header_block3-product-swipe-drag
    button::before {
    border-right: 2px solid #938387;
    border-bottom: 2px solid #938387;
    left: calc(50% - 6px);
  }
  .dp-header_block3-product[data-product="V-SHAPING-SERUM"]
    .dp-header_block3-product-swipe-drag
    button::before {
    border-left: 2px solid #938387;
    border-top: 2px solid #938387;
    left: calc(50% - 4px);
  }
}

/*************/
/** ROUTINE **/
/*************/

.dp-routine {
  background: linear-gradient(to top, #efc4cd, #faeaef);
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.dp-routine::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 420px solid transparent;
  border-right: 420px solid transparent;
  border-top: 420px solid #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 420px);
  z-index: 1;
}

.dp-routine_block1 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.dp-routine_block1 h2 {
  margin: 0;
  color: #dc4b6d;
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
}

.dp-routine_block1 p {
  font-size: 24px;
  margin: 0;
  line-height: 2em;
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.dp-routine_block1-square {
  width: 500px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg) scale(0, 2);
}
.dp-routine_block2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .dp-routine_block2 {
    width: 200px;
    margin: 0 auto;
  }
  .dp-routine_block2 .slick-list {
    overflow: visible;
  }
  .dp-routine_block2 .dp-routine_block2-product-content {
    display: none;
  }
  .dp-routine_block2 .slick-active .dp-routine_block2-product-content {
    display: block;
  }
  .dp-routine_block2 .slick-next,
  .dp-routine_block2 .slick-prev {
    transform: scale(0.8);
    transform-origin: center center;
  }
}

.dp-routine_block2-product {
  width: 200px;
  position: relative;
  display: block;
  height: 400px;
  margin: 0 auto;
}
.dp-routine_block2-product-content {
  height: 260px;
  width: 260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
}
.dp-routine_block2-product-title {
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4c6e;
  font-size: 30px;
  line-height: 1em;
  flex-basis: 80px;
}
.dp-routine_block2-description {
  margin: 0;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  flex: 1;
}
.dp-routine_block2-price {
  margin: 0;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-bottom: 20px;
}
.dp-routine_block2 .dp-shop-btn button {
  margin: 0 auto;
}
.dp-routine_block2-product img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dp-routine_block2-product[data-product="lift-affine"] img {
  width: 258px;
}
.dp-routine_block2-product[data-product="SFL-eye"] img {
  width: 214px;
}
.dp-routine_block2-product[data-product="SFL-serum"] img {
  width: 234px;
}
.dp-routine_block2-product[data-product="double-serum"] img {
  width: 243px;
}
@media screen and (max-width: 1023px) {
  .dp-routine_block1 p br {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .dp-routine_block1 h2 {
    font-size: 30px;
  }
  .dp-routine::before {
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 300px solid #fff;
    left: calc(50% - 300px);
  }
  .dp-routine_block1 p {
    font-size: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    line-height: 1.4em;
    height: auto;
    display: block;
    padding-top: 30px;
  }
  .dp-routine_block2-product {
    height: 210px;
  }
  .dp-routine_block2-product[data-product="lift-affine"] img {
    width: 171px;
  }
  .dp-routine_block2-product[data-product="SFL-eye"] img {
    width: 141px;
  }
  .dp-routine_block2-product[data-product="SFL-serum"] img {
    width: 154px;
  }
  .dp-routine_block2-product[data-product="double-serum"] img {
    width: 148px;
  }
  .dp-routine_block2-product-content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 230px;
  }
  .dp-routine_block2-product-title {
    font-size: 24px;
    flex-basis: unset;
    padding-bottom: 15px;
  }
}

/*-----------------------------------*/
.dp-routine_block3 {
  padding-top: 100px;
  padding-bottom: 40px;
}
.dp-routine_block3 h3 {
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1em;
  position: relative;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
.dp-routine_block3 h3::before {
  content: "‘‘";
  font-size: 370px;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #faeaef;
  line-height: 1em;
  position: relative;
  letter-spacing: -0.05em;
  margin: 0 auto;
  display: block;
  height: 200px;
  overflow: hidden;
  line-height: 1em;
  position: absolute;
  top: calc(50% - 85px);
  text-align: center;
  left: calc(50% - 100px);
  width: 200px;
  z-index: -1;
}
.dp-routine_block3-container {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.dp-routine_block3-products {
  display: flex;
  width: 300px;
  height: 395px;
  justify-content: space-between;
  align-items: center;
  margin: 50px;
}
.dp-routine_block3-products a:first-child {
  align-self: flex-start;
}
.dp-routine_block3-products a:last-child {
  align-self: flex-end;
}
.dp-routine_block3-plus {
  color: #faeaef;
  font-size: 250px;
  line-height: 1em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}

.dp-routine_block3-product-1 {
  width: 77px;
}
.dp-routine_block3-product-2 {
  width: 74px;
}
.dp-routine_block3-content {
  max-width: 446px;
  text-align: left;
}

@media screen and (max-width: 1023px) and (min-width: 762px) {
  .dp-routine_block3-content {
    max-width: 300px;
  }
}

.dp-routine_block3-title {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #dc4c6e;
  font-size: 24px;
  line-height: 2em;
}
.dp-routine_block3-txt {
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #333333;
  font-size: 20px;
  line-height: 2em;
}
.dp-routine_block3-txt span {
  color: #dc4c6e;
}
@media screen and (max-width: 765px) {
  .dp-routine_block3 {
    padding-top: 40px;
  }
  .dp-routine_block3 h3 {
    font-size: 30px;
  }
  .dp-routine_block3 h3::before {
    content: "‘‘";
    font-size: 200px;
    height: 120px;
    top: calc(50% - 50px);
  }
  .dp-routine_block3-container {
    display: block;
    padding: 20px;
    padding-top: 40px;
  }
  .dp-routine_block3-products {
    width: 150px;
    height: 195px;
    margin: 0 auto;
  }
  .dp-routine_block3-plus {
    font-size: 125px;
  }
  .dp-routine_block3-product-1 {
    width: 38px;
  }
  .dp-routine_block3-product-2 {
    width: 37px;
  }
  .dp-routine_block3-title {
    font-size: 20px;
    padding-top: 20px;
  }
  .dp-routine_block3-txt {
    font-size: 14px;
  }
}

br.isMobile {
  display: none;
}
@media (max-width: 761px) {
  br.isMobile {
    display: block;
  }
}

/*-------------------------------------------------*/
.dp-youtube-video {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  display: inline-block;
}

.dp-youtube-video img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
.dp-youtube-video::before {
  content: " ";
  height: 50px;
  width: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  position: absolute;
  background-image: url(../images/play-video.png);
  pointer-events: none;
  border-radius: 50%;
}

.dp-youtube-video .PopinInVideo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
}
.dp-youtube-video .PopinInVideo[data-open="0"] {
  pointer-events: none;
  opacity: 0;
}

.dp-youtube-video .PopinInVideo[data-open="1"] {
  display: block;
  opacity: 1;
}
.dp-youtube-video .PopinInVideo .Video {
  padding: 2.32vw;
  width: 90vw;
  height: 52.7vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1000px) {
  .dp-youtube-video .PopinInVideo .Video {
    padding: 20px;
    width: 920px;
    height: 535px;
  }
}
.dp-youtube-video .PopinInVideo .video-iframe {
  width: 100%;
  height: 100%;
}
.dp-youtube-video .ClosePopinVideo {
  width: 14px;
  height: 14px;
  font-size: 0px;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background-image: url(../images/close.svg);
  background-size: 100% 100%;
  z-index: 2;
}

/*****************/
/** EYE PRODUCT **/
/*****************/

/** BLOCK 1 **/

.dp-eye-product {
  width: 100%;
  position: relative;
  padding-top: 100px;
  background-color: #faeaef;
  display: none;
  z-index: 4;
}

.dp-eye-product_block1 {
  background-color: #faeaef;
  text-align: center;
  transition: transform ease-in-out 0.3s;
  transform: translateX(0);
}

.dp-eye-product_block1.dp-hidden {
  transition: transform ease-in-out 0.3s;
  transform: translateX(100vw);
}

.dp-pink {
  color: #dc4e6f;
}
.dp-eye-product_block1 {
  margin-top: -100px;
}
.dp-eye-product_block1 h2 {
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4c6e;
  font-weight: normal;
  margin: 0;
  padding-top: 45px;
}

.dp-eye-product_block1 .dp-shop-btn button {
  margin: 0 auto;
}
.dp-eye-product_block1 h3 {
  font-size: 24px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 35px;
  padding-bottom: 45px;
  margin: 0;
}

.dp-eye-product_block1-p1,
.dp-eye-product_block1-p2 {
  font-size: 20px;
  /* font-family: "ClarinsRegular", "Clarins"; */
  width: 920px;
  margin: 0 auto;
  line-height: 2em;
}
.dp-eye-product_block1-mentions {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.dp-eye-product_block1-p2 {
  /* padding-top: 60px;*/
  padding-bottom: 70px;
}

.dp-eye-product_block1-product-price {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  padding-top: 35px;
}

.dp-eye-product_cross {
  font-size: 30px;
  position: absolute;
  top: 55px;
  right: 55px;
  z-index: 2;
}

.dp-eye-product_cross:hover {
  cursor: pointer;
}

.dp-eye-product_other-product-bubble {
  position: absolute;
  top: 130px;
  /* position: fixed;
  top: 340px; */
  height: 240px;
  width: 240px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  transition: transform ease-in-out 0.5s;
}

.dp-eye-product_other-product-bubble-sticky {
  position: fixed;
}

.dp-eye-product[data-product="V-SHAPING-CONCENTRATE"]
  .dp-eye-product_other-product-bubble {
  right: -70px;
}
.dp-eye-product[data-product="V-SHAPING-SERUM"]
  .dp-eye-product_other-product-bubble {
  left: -70px;
}

.dp-eye-product[data-product="V-SHAPING-CONCENTRATE"][data-anim="0"]
  .dp-eye-product_other-product-bubble {
  transform: translateX(100%);
}
.dp-eye-product[data-product="V-SHAPING-SERUM"][data-anim="0"]
  .dp-eye-product_other-product-bubble {
  transform: translateX(-100%);
}

.dp-eye-product .dp-eye-product_block1 {
  transition: transform ease-in-out 0.5s;
}
.dp-eye-product[data-product="V-SHAPING-CONCENTRATE"][data-anim="0"]
  .dp-eye-product_block1 {
  transform: translateX(-100%);
}
.dp-eye-product[data-product="V-SHAPING-SERUM"][data-anim="0"]
  .dp-eye-product_block1 {
  transform: translateX(100%);
}

.dp-eye-product_other-product-bubble:hover {
  cursor: pointer;
}

.dp-eye-product_other-product-bubble img {
  width: 54px;
  margin-top: 32px;
}
.dp-eye-product_block1-product-img {
  height: 520px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.dp-eye-product_block1-product-img-container {
  position: relative;
  height: 450px;
}

/** STICKY CTA **/
.dp-eyes-product_sticky-cta {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  max-width: 1170px;
  padding: 0 5px;
}

.dp-eyes-product_sticky-cta::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  z-index: -1;
}

.dp-eyes-product_sticky-cta-container-img {
  display: flex;
  align-items: center;
}

.dp-eyes-product_sticky-cta-img {
  height: 50px;
}

.dp-eyes-product_sticky-cta-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 3px;

  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0;
  min-width: unset;
  max-width: 150px;
  font-size: 14px;
  outline: none !important;
  background-color: #b40024;
  border: none;
}

.dp-eyes-product_sticky-cta-title {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  padding-left: 10px;
}

.dp-eyes-product_sticky-cta-btn button:hover {
  border: solid 1px #b40024 !important;
  color: #b40024;
  background-color: #fff;
  outline: none !important;
}

@media screen and (max-width: 765px) {
  .dp-eye-product_cross {
    top: 20px;
    right: 20px;
  }
  .dp-eye-product_block1-product-img-container {
    height: 240px;
  }

  .dp-eye-product_block1-product-img {
    height: 265px;
  }

  .dp-eye-product_block1-product-price {
    padding-top: 30px;
  }

  .dp-eye-product_block1 h2 {
    font-size: 35px;
  }

  .dp-eye-product_block1 h3 {
    font-size: 20px;
    padding: 20px;
  }

  .dp-eye-product_block1-p1,
  .dp-eye-product_block1-p2 {
    font-size: 15px;
    width: 100%;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .dp-eye-product_block1-p2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .dp-eye-product[data-product="V-SHAPING-CONCENTRATE"]
    .dp-eye-product_other-product-bubble {
    transform-origin: right top;
    right: -20px;
  }
  .dp-eye-product[data-product="V-SHAPING-SERUM"]
    .dp-eye-product_other-product-bubble {
    transform-origin: left top;
    left: -20px;
  }
  .dp-eye-product .dp-eye-product_other-product-bubble {
    top: 90px;
    transform: scale(0.4);
  }
  .dp-eye-product[data-product="V-SHAPING-CONCENTRATE"][data-anim="0"]
    .dp-eye-product_other-product-bubble {
    transform: scale(0.2) translateX(100%);
  }
  .dp-eye-product[data-product="V-SHAPING-SERUM"][data-anim="0"]
    .dp-eye-product_other-product-bubble {
    transform: scale(0.2) translateX(-100%);
  }
}

/** BLOCK 2 **/

.dp-eye-product_block2 {
  background-color: #f8e1e8;
  width: 100%;
}

.dp-eye-product_block2 h3 {
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: center;
  margin: 0;
  padding-top: 75px;
  padding-bottom: 50px;
  font-weight: normal;
}
.dp-eye-product_block2-after-txt {
  width: 100%;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 24px;
  border-bottom: #dc4d6f 8px solid;
  text-align: center;
  line-height: 32px;
  padding: 15px 0;
}
.dp-eye-product_block2-after-txt-empty {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  padding: 15px 0;
  padding-bottom: 17px;
}
.dp-eye-product_block2-after-txt::before {
  content: " ";
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  width: 46px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.dp-eye-product_block2-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
}

.dp-eye-product_block2-container > div {
  width: calc(50% - 40px);
  margin: 20px;
}

.dp-eye-product_block2-container > div:nth-child(2) {
  padding-top: 65px;
}

.dp-eye-product_block2-testimony {
  display: flex;
  padding-top: 25px;
}

.dp-eye-product_block2-nb {
  color: #dc4c6e;
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  width: 175px;
  text-align: right;
}

.dp-eye-product_block2-txt {
  padding-left: 5px;
  width: 360px;
  padding-top: 20px;
}

.dp-eye-product_block2-nb span {
  font-size: 30px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.7em;
}

.dp-eye-product_block2-txt p:first-child {
  font-size: 24px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.4em;
}

.dp-eye-product_block2-txt p:nth-child(2) {
  margin: 0;
  padding-top: 5px;
  font-size: 20px;
}

.dp-eye-product_block2-mentions:last-child {
  padding-bottom: 45px;
}

@media screen and (min-width: 766px) {
  .dp-eye-product_block2-container > div {
    order: 1;
  }
  .dp-eye-product_block2-mentions {
    padding-top: 10px;
    order: 2;
    flex-basis: 100%;
    text-align: center;
    margin: 0;
    font-size: 18px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .dp-eye-product_block2 {
    padding: 17px;
  }

  .dp-eye-product_block2 h3 {
    font-size: 30px;
    padding: 25px 0;
  }

  .dp-eye-product_block2-container {
    order: 2;
  }

  .dp-eye-product_block2-container {
    display: flex;
    flex-direction: column;
  }

  .dp-eye-product_block2-container > div {
    width: 100%;
    margin: 0;
  }

  .dp-eye-product_block2-mentions:last-child {
    padding-bottom: 20px;
    font-size: 11px;
  }

  .dp-eye-product_block2-mentions {
    text-align: center;
    padding-top: 20px;
    font-size: 11px;
  }

  .dp-eye-product_block2-after-txt-empty {
    display: none;
  }

  .dp-eye-product_block2-nb {
    font-size: 40px;
  }

  .dp-eye-product_block2-nb span {
    font-size: 15px;
    top: -1.2em;
  }

  .dp-eye-product_block2-txt {
    padding-left: 10px;
    padding-top: 5px;
  }

  .dp-eye-product_block2-txt p:first-child {
    font-size: 20px;
  }

  .dp-eye-product_block2-txt p:nth-child(2) {
    font-size: 14px;
    padding-top: 0;
  }
}

/** BLOCK 3 **/

.dp-eye-product_block3 {
  width: 100%;
  background-color: #faeaef;
  position: relative;
  text-align: center;
}

.dp-eye-product_block3 h3 {
  margin: 0;
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
  text-align: center;
  padding-top: 70px;
}

.dp-eye-product_block3-video-container {
  text-align: center;
  padding-top: 35px;
}

@media screen and (max-width: 765px) {
  .dp-eye-product_block3 h3 {
    font-size: 35px;
  }
}

/** BLOC 4 **/
.dp-eye-product_block4 {
  width: 100%;
  background-color: #faeaef;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 240px;
}
.dp-eye-product_block4-title-black {
  color: #333;
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: center;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
}
.dp-eye-product_block4-title-red {
  color: #dc4b6d;
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: center;
  margin: 0;
  padding: 20px;
  padding-top: 0;
}

.dp-eye-product_block4-bandeau {
  width: 100%;
  height: 240px;
  background: linear-gradient(to top, #c94d60, #e27994);
  margin: 0 auto;
}

.dp-eye-product_block4-bandeau-img {
  height: 500px;
  z-index: 2;
  margin: 0 auto;
  display: block;
  margin-top: -450px;
  transform: translateX(35%);
}

.dp-eye-product_block4-bandeau-img {
  height: 500px;
  z-index: 2;
  margin: 0 auto;
  display: block;
  margin-top: -450px;
  transform: translateX(35%);
}

.dp-eye-product[data-product="V-SHAPING-SERUM"]
  .dp-eye-product_block4-bandeau-img {
  transform: translateX(20%);
  margin-top: -430px;
}
.dp-eye-product_block4-text-bold {
  font-size: 24px;
  margin: 0 auto;
  margin-top: 60px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
}
.dp-eye-product_block4-text {
  font-size: 24px;
  margin: 20px auto;
  line-height: 1.8em;
}
@media screen and (max-width: 1023px) {
  .dp-eye-product_block4-text {
    margin: 20px;
  }
  .dp-eye-product_block4-text br {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .dp-eye-product_block4 {
    padding-top: 70px;
  }
  .dp-eye-product_block4-title-black {
    font-size: 30px;
    padding-top: 0;
  }
  .dp-eye-product_block4-title-red {
    font-size: 35px;
  }
  .dp-eye-product_block4-bandeau {
    height: 62px;
  }
  .dp-eye-product_block4-bandeau-img {
    height: 250px;
    margin-top: -150px;
  }
  .dp-eye-product_block4-text-bold {
    font-size: 20px;
    margin: 20px;
    margin-bottom: 5px;
  }
  .dp-eye-product_block4-text {
    font-size: 20px;
    margin: 0 20px;
  }
  .dp-eye-product[data-product="V-SHAPING-SERUM"]
    .dp-eye-product_block4-bandeau-img {
    margin-top: -160px;
  }
}

/** BLOCK 5 **/

/*-------------------------------------------------------------------*/
.dp-eye-product_block5 {
  width: 100%;
  background-color: #f8e1e8;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.dp-eye-product_block5-title-black {
  color: #dc4b6d;
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: center;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  font-weight: normal;
}
.dp-eye-product_block5-title-red {
  color: #333;
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: center;
  margin: 0;
  padding: 20px;
  padding-top: 0;
}
.dp-eye-product_block5-product {
  height: 224px;
  width: 100%;
  position: relative;
  border-bottom: 8px solid #fff;
}

.dp-eye-product_block5-product img {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .dp-eye-product_block5-product[data-product="Irish Moss"] img {
    transform: scale(0.7) translateX(-70%);
    transform-origin: bottom center;
  }
}
.dp-eye-product_block5-content {
  position: absolute;
  width: 1000px;
  bottom: -200px;
  height: 200px;
  left: calc(50% - 500px);
  display: none;
}
.dp-eye-product_block5-text-bold {
  font-size: 36px;
}
.dp-eye-product_block5-text {
  font-size: 24px;
}
.dp-eye-product_block5-carousel {
  height: 560px;
}
.dp-eye-product_block5-carousel .slick-active .dp-eye-product_block5-product,
.dp-eye-product_block5-carousel .slick-center .dp-eye-product_block5-product {
  border-bottom: 8px solid #dc4c6e;
}
.dp-eye-product_block5-carousel .slick-active .dp-eye-product_block5-content,
.dp-eye-product_block5-carousel .slick-center .dp-eye-product_block5-content {
  display: block;
}
.dp-eye-product_block5-carousel .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .dp-eye-product_block5-carousel .slick-list {
    padding: 0 !important;
  }
  .dp-eye-product_block5-carousel .slick-slide {
    position: relative;
  }
  .dp-eye-product_block5-content {
    width: 100vw;
    left: calc(50% - 50vw);
    padding: 0 30px;
  }
  .dp-eye-product_block5-carousel {
    width: 33vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .dp-eye-product_block5 h3 {
    font-size: 35px;
  }
  .dp-eye-product_block5-title-red {
    font-size: 30px;
  }
  .dp-eye-product_block5-text-bold {
    font-size: 22px;
  }
  .dp-eye-product_block5-text {
    font-size: 15px;
  }
  .dp-eye-product_block5-content {
    width: 100%;
    left: calc(50% - 125px);
  }
  .dp-eye-product_block5-product {
    /*width: calc(100% - 40px);*/
    margin: 0 auto;
  }
  .dp-eye-product_block5-carousel .slick-list {
    overflow: visible;
  }
  .dp-eye-product_block5-carousel {
    width: 250px;
    margin: 0 auto;
    height: 420px;
  }
  .dp-eye-product_block5-carousel .slick-next,
  .dp-eye-product_block5-carousel .slick-prev {
    transform: scale(0.8);
    transform-origin: center center;
    top: 280px;
  }
}

.dp-sfl-eye .slick-dots li.slick-active {
  background: #dc4c6f;
}


/*Master Analysis Edits*/
.dp-header_block3-product-satisfaction{
  margin: 0 0 0 15px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .slick-dots{
    bottom: -55px;
  }
}

@media only screen and (max-width: 761px){
  .dp-routine_block2-description{
    min-height: 45px;
  }
}