@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
    url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.mascara-2022 {
  max-width: 1600px;
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham_Light";
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  position: relative;
  overflow: hidden;
}

.mascara-2022 * {
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}


.mascara-2022 .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.mascara-2022 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
  background-color: transparent;
}

.mascara-2022 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #000;
  border-radius: 10px;
  min-width: 0;
}

.mascara-2022 .slick-dots li button:hover,
.mascara-2022 .slick-dots li button:focus {
  outline: none;
}

.mascara-2022 .slick-dots li:hover {
  opacity: 1;
}

.mascara-2022 .slick-dots li.slick-active {
  opacity: 1;
}



.mascara-2022-cta {
  position: relative;
  background-color: #fff;
  display: block;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #cfcfcf;
  width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  margin: 0 auto;
}

.mascara-2022-cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #682113 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.mascara-2022-cta[data-selected="1"]::after,
.mascara-2022-cta:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.mascara-2022-cta:hover {
  color: #8c0b26;
  outline: 0 !important;
}

.mascara-2022-cta:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.mascara-2022-shop-button {
  position: relative;
  background-color: #b40024;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #e7e4e2;
  max-width: 150px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 50px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.mascara-2022-shop-button::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.mascara-2022-shop-button:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.mascara-2022-shop-button:hover {
  color: #fff;
  outline: 0 !important;
  background-color: #8c0b26;
}

.mascara-2022-shop-button:active::after {
  opacity: 1;
  outline: 0 !important;
}

.mascara-2022-shop-container {
  width: 100%;
}

@media(max-width:761px) {
  .mascara-2022-shop-container {
    display: none !important;
  }

}

.mascara-2022-hidden-quickshop {
  display: none !important;
}

/*---------------------------------------*/
/*----------------HEADER-----------------*/
/*---------------------------------------*/
.mascara-2022-header {
  height: 471px;
  width: 100%;
  background: linear-gradient(to right, #f4ece6, #eadcd0);
  position: relative;
  overflow: hidden;
}

.mascara-2022-header__wrapper {
  height: 471px;
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
}

.mascara-2022-header__background {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  height: 471px;
  z-index: 1;
}

.mascara-2022-header__content {
  flex-basis: 50%;
}

.mascara-2022-header__title {
  font-size: 48px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  line-height: 52px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mascara-2022-header__text {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mascara-2022-header__steps {
  display: flex;
  justify-content: center;
  height: 429px;
  flex-basis: 50%;
  max-width: 625px;
}

.mascara-2022-header__col-product img {
  max-width: 45px;
}

.mascara-2022-header__col-product {
  flex-basis: 125px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mascara-2022-header__action-label {
  font-size: 18px;
  font-family: var(--GOTHAM-XLIGHT);
  text-transform: uppercase;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mascara-2022-header__col-product[data-step="2"] {
  flex-basis: 181px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  max-width: 181px;
}

.mascara-2022-header__slider-actions {
  display: flex;
  width: calc(181px * 4);
  animation: ShowProducts steps(1, jump-start) 8s infinite,
    FadeIn ease-in-out 2s infinite;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ShowProducts {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-75%);
  }

  100% {
    transform: translateX(0);
  }
}

.mascara-2022-header__product-action {
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
  align-items: center;
}

.mascara-2022-header__col-product[data-step="2"] img {
  max-width: 101px;
}

@media (max-width: 761px) {
  .mascara-2022-header {
    height: 171vw;
  }

  .mascara-2022-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 171vw;
    z-index: 1;
  }

  .mascara-2022-header__background img {
    width: 100vw;
  }

  .mascara-2022-header__wrapper {
    height: auto;
    flex-direction: column;
  }

  .mascara-2022-header__content {
    flex-basis: 65vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mascara-2022-header__title {
    font-size: 35px;
    line-height: 38px;
  }

  .mascara-2022-header__text {
    font-size: 18px;
  }

  .mascara-2022-header__steps {
    height: 88vw;
    flex-basis: 88vw;
    width: 100%;
  }

  .mascara-2022-header__col-product {
    flex-basis: 25vw;
  }

  .mascara-2022-header__col-product img {
    max-width: 9.3vw;
  }

  .mascara-2022-header__col-product[data-step="2"] {
    flex-basis: 39vw;
    max-width: 39vw;
  }

  .mascara-2022-header__col-product[data-step="2"] img {
    max-width: 21.3vw;
  }

  .mascara-2022-header__action-label {
    font-size: 14px;
    height: 14vw;
  }

  .mascara-2022-header__slider-actions {
    width: calc(39vw * 4);
  }
}

/*---------------------------------------*/
/*----------------MATCH-----------------*/
/*---------------------------------------*/
*[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
  width: 288px !important;
}

.mascara-2022-match {
  padding-top: 70px;
}

.mascara-2022-match__title {
  margin: 0 auto;
  font-size: 35px;
  line-height: 1.4em;
  text-align: center;
  font-weight: normal;
}

.mascara-2022-match__main-text {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  font-family: var(--GOTHAM-XLIGHT);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mascara-2022-match__text {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.mascara-2022-match__wrapper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  overflow-x: scroll;
  overflow: hidden;
}

.mascara-2022-match__row {
  width: 1250px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px;
  justify-content: flex-start;
}

.mascara-2022-match__row:nth-child(2n) {
  background-color: #f7f2ee;
}

.mascara-2022-match__row-title {
  margin: 0;
  flex-basis: 200px;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  padding-top: 1em;
}

@media (max-width: 1170px) {
  .mascara-2022-match__row-title {
    flex-basis: 180px;
  }
}

.mascara-2022-match__slider {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.mascara-2022-match__row-title::after {
  content: " ";
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #c49d7e;
}

.mascara-2022-match__item {
  flex-basis: 204px;
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  /*padding: 20px;*/
  font-size: 18px;
  line-height: 1.4em;
}

*[data-theme="wand"] .mascara-2022-match__item {
  padding: 11px 20px;
}

.mascara-2022-match__item img {
  max-width: 100%;
  display: block;
}

.mascara-2022-match__item {
  max-width: 100%;
  display: block;
}

.mascara-2022-match__compo {
  width: 100%;
  display: block;
  position: relative;
  height: 420px;
}

.mascara-2022-match__compo img {
  position: absolute;
  bottom: 0px;
  max-width: unset;
}

.mascara-2022-match__compo[data-action="CURL"] img {
  width: 298px;
  left: 0px;
}

.mascara-2022-match__compo[data-action="DEFINE"] img {
  width: 233px;
  left: 45px;
}

.mascara-2022-match__compo[data-action="NOURISH"] img {
  width: 237px;
  left: 50px;
}

.mascara-2022-match__compo[data-action="VOLUMIZE"] img {
  width: 288px;
  left: 50px;
}

.mascara-2022-match__item-action {
  margin: 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
  margin-top: 20px;
  font-family: var(--GOTHAM-XLIGHT);
}

.mascara-2022-match__item-text {
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.4em;
}

.mascara-2022-match__item::after {
  content: " ";
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #c49d7e;
}

.mascara-2022-match__bullet {
  width: 26px;
  height: 26px;
  margin: 5px;
  border-radius: 50%;
  background-color: #000;
  display: block;
}

.mascara-2022-match__bullet:nth-child(2) {
  background-color: #452626;
}

*[data-theme="mascara"] .mascara-2022-match__row-title {
  font-size: 0;
  padding: 0 !important
}

*[data-theme="mascara"] .mascara-2022-match__row-title:after,
*[data-theme="mascara"] .mascara-2022-match__item::after {
  height: 70px;
}

*[data-theme="mascara"] .mascara-2022-match__item {
  padding: 0;
}

*[data-theme="pigment"] .mascara-2022-match__item {
  display: flex;
  flex-direction: row;
}

*[data-theme="formula"] .mascara-2022-match__item {
  display: flex;
  flex-direction: column;
}

*[data-theme="result"] .mascara-2022-match__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

*[data-theme="result"] .mascara-2022-match__item span {
  flex: 1;
  padding-bottom: 20px;
}

*[data-theme="result"] .mascara-2022-cta {
  margin-top: 20px;
  margin-bottom: 2px;
}

@media (max-width: 1023px) {
  .mascara-2022-match {
    width: 100%;
  }

  .mascara-2022-match__wrapper {
    overflow: hidden;
  }

  .mascara-2022-match__row-title {
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .mascara-2022-match__row-title::after {
    display: none;
  }

  .mascara-2022-match__item:last-child::after {
    display: none;
  }

  .mascara-2022-match__row {
    display: block;
    width: 100%;
  }

  .mascara-2022-match__compo img {
    transform: scale(0.7);
    transform-origin: bottom left;
  }

  .mascara-2022-match__compo {
    height: 280px;
  }
}

@media (max-width: 761px) {
  .mascara-2022-match {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mascara-2022-match__title {
    font-size: 24px;
    line-height: 1.4em;
  }

  .mascara-2022-match__main-text {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 10px;
  }

  .mascara-2022-match__text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .mascara-2022-match__row {
    padding: 0;
  }

  .mascara-2022-match__row-title {
    background-color: #f3ece6;
    font-size: 18px;
    padding: 11px;
    line-height: 18px;
  }

  *[data-theme="mascara"] .mascara-2022-match__row-title {
    display: none;
  }

  .mascara-2022-match__slider {
    padding: 20px 0;
    background-color: #fff;
  }

  .mascara-2022-match__item {
    width: 100vw;
    padding: 0 20px;
    font-size: 14px;
  }

  *[data-theme="wand"] .mascara-2022-match__item img {
    max-width: 22vw;
    margin: 0 auto;
  }

  .mascara-2022 .slick-track {
    display: flex;
    height: 100%;
  }

  .mascara-2022 .slick-slide {
    float: none !important;
  }

  .mascara-2022-match__item-action {
    font-size: 16px;
  }

  .mascara-2022-match__item-text {
    font-size: 14px;
  }

  .mascara-2022-match__compo img {
    transform: none;
  }

  .mascara-2022-match__compo {
    height: 230px;
  }

  .mascara-2022-match__compo[data-action="CURL"] img {
    width: calc(0.5 * 298px);
    left: 35px;
  }

  .mascara-2022-match__compo[data-action="DEFINE"] img {
    width: calc(0.5 * 233px);
    left: 45px;
  }

  .mascara-2022-match__compo[data-action="NOURISH"] img {
    width: calc(0.5 * 237px);
    left: 40px;
  }

  .mascara-2022-match__compo[data-action="VOLUMIZE"] img {
    width: calc(0.5 * 288px);
    left: 45px;
  }
}

/*-------------------------------------*/
/*Edits*/
/**[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
    width: 252px !important;
    margin-right: -57px !important;
}*/
*[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
  width: 334px !important;
  margin-right: -149px !important;
}

/********STICKY*********/

.mascara-2022-match__sticky {
  width: 100%;
}

.mascara-2022-match__sticky[data-sticky="1"] {
  position: fixed;
  left: calc(50% - 625px);
  top: 113px;
  background-color: #fbf9f7;
  z-index: 2;
  width: 100%;
  max-width: 1250px;
}

.mascara-2022-match__sticky[data-sticky="1"] .mascara-2022-match__item-action {
  margin-top: 0;
}

.mascara-2022-match__sticky[data-sticky="1"] .mascara-2022-match__compo {
  display: none;
}

.mascara-2022-match__sticky-wrapper {
  height: 560px;
  width: 100%;
  max-width: 1250px;
  position: relative;
}

@media(max-width:1249px) {
  .mascara-2022-match__sticky[data-sticky="1"] {
    left: 0;
  }
}

@media(max-width:1023px) {
  .mascara-2022-match__sticky[data-sticky="1"] {
    top: 50px;
  }

  .mascara-2022-match__sticky-wrapper {
    height: 440px;
  }
}

@media(max-width:761px) {
  .mascara-2022-match__sticky[data-sticky="1"] {
    top: 50px;
  }

  .mascara-2022-match__sticky-wrapper {
    height: 332px;
  }
}

/*---------------------------------------*/
/*----------------ROUTINE-----------------*/
/*---------------------------------------*/
.mascara-2022-routine {
  padding-top: 70px;
  background: linear-gradient(to bottom, #fbf7f2, #f0e7df);
}

.mascara-2022-routine[data-action=""] {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.mascara-2022-routine__title {
  margin: 0 auto;
  font-size: 35px;
  line-height: 1.4em;
  text-align: center;
  font-weight: normal;
}

.mascara-2022-routine__main-text {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  font-family: var(--GOTHAM-XLIGHT);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mascara-2022-routine__text {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.mascara-2022-routine__slider {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.mascara-2022-routine__product {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 17px;
  position: relative;
  align-items: center;
  min-width: 150px;
}

.mascara-2022-routine__product[data-product="total-eye-lift"] {
  margin-right: 152px;
}

.mascara-2022-routine__product[data-product="total-eye-lift"]::after {
  content: "+";
  width: 170px;
  display: block;
  position: absolute;
  right: -170px;
  top: 260px;
  font-size: 70px;
  font-family: var(--GOTHAM-XLIGHT);
  text-align: center;
}

.mascara-2022-routine__product[data-product="mascara"]::after {
  content: " ";
  width: 228px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 114px);
  z-index: -1;
}

.mascara-2022-routine__action {
  flex: 1;
  margin: 0;
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 0;
}

.mascara-2022-routine__packshot {
  position: relative;
}

.mascara-2022-routine__packshot img {
  margin: 0 auto;
  display: block;
}

*[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
  width: 110px;
}

*[data-product="sos-serum"] .mascara-2022-routine__packshot img {
  width: 55px;
}

*[data-product="mascara"] .mascara-2022-routine__packshot img {
  width: 116px;
}

*[data-product="double-fix"] .mascara-2022-routine__packshot img {
  width: 54px;
}

.mascara-2022-routine__product-infos {
  flex-basis: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 0;
}

.mascara-2022-routine__product-tag {
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #b40024;
  font-family: var(--GOTHAM-MEDIUM);
}

.mascara-2022-routine__product-name {
  margin: 0;
  font-size: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mascara-2022-routine__price {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

.mascara-2022-routine *[data-action] {
  display: none;
}

*[data-action="CURL"] *[data-action="CURL"] {
  display: block;
}

*[data-action="CURL"] .mascara-2022-routine__product-name[data-action="CURL"] {
  display: flex;
}

*[data-action="DEFINE"] *[data-action="DEFINE"] {
  display: block;
}

*[data-action="DEFINE"] .mascara-2022-routine__product-name[data-action="DEFINE"] {
  display: flex;
}

*[data-action="NOURISH"] *[data-action="NOURISH"] {
  display: block;
}

*[data-action="NOURISH"] .mascara-2022-routine__product-name[data-action="NOURISH"] {
  display: flex;
}

*[data-action="VOLUMIZE"] *[data-action="VOLUMIZE"] {
  display: block;
}

*[data-action="VOLUMIZE"] .mascara-2022-routine__product-name[data-action="VOLUMIZE"] {
  display: flex;
}

.mascara-2022-details {
  position: absolute;
  top: 60px;
  left: -45px;
}

@media(min-width:1024px) {
  *[data-product="double-fix"] .mascara-2022-details {
    right: -45px;
    left: auto;
  }
}

.mascara-2022-details__btn {
  font-size: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.mascara-2022-details__btn::after {
  font-size: 35px;
  display: flex;
  width: 35px;
  height: 35px;
  color: #000;
  content: "+";
  justify-content: center;
  align-items: center;
  transition: transform ease-in-out 0.2s;
  pointer-events: none;
  transform: rotate(0.01deg);
}

.mascara-2022-details[open] .mascara-2022-details__btn::after {
  transform: rotate(-45deg);
}

.mascara-2022-details__content {
  margin: 0;
  margin-top: 20px;
  background-color: #fff;
  width: 160px;
  position: absolute;
  left: calc(50% - 80px);
  padding: 20px 0;
  display: flex;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  flex-direction: column;
  color: #333;
  z-index: 100;
}

.mascara-2022-routine__retry {
  font-size: 14px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

.mascara-2022-routine__retry-btn {
  color: #333;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.mascara-2022-details__mobile {
  display: none;
}

@media (max-width: 1023px) {
  .mascara-2022-routine__product[data-product="total-eye-lift"] {
    margin-right: 22px;
  }

  .mascara-2022-routine__product[data-product="total-eye-lift"] .mascara-2022-details {
    left: 125px;
    top: 30px;
  }

  .mascara-2022-routine__product[data-product="total-eye-lift"]::after {
    width: 40px;
    right: -40px;
  }
}

@media (max-width: 761px) {
  .mascara-2022-routine {
    padding-top: 50px;
  }

  .mascara-2022-routine__title {
    font-size: 24px;
    line-height: 1.4em;
  }

  .mascara-2022-routine__main-text {
    font-size: 16px;
    line-height: 1.4em;
  }

  .mascara-2022-routine__text {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 20px;
  }

  .mascara-2022-routine__product {
    margin: 0 !important;
    padding-bottom: 20px;
    min-width: 0px;
  }

  .mascara-2022-routine__product>.mascara-2022-routine__product-infos,
  .mascara-2022-routine__product>.mascara-2022-shop-button {
    display: none;
  }

  *[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
    width: 71px;
  }

  *[data-product="sos-serum"] .mascara-2022-routine__packshot img {
    width: auto;
    height: 263px;
  }

  *[data-product="mascara"] .mascara-2022-routine__packshot img {
    width: auto;
    height: 263px;
  }

  *[data-product="double-fix"] .mascara-2022-routine__packshot img {
    width: auto;
    height: 263px;
  }

  .mascara-2022-routine__product[data-product="total-eye-lift"]::after {
    width: 40px;
    right: -30px;
    top: 180px;
    font-size: 50px;
  }

  .mascara-2022-routine__product[data-product="mascara"]::after {
    width: 143px;
    height: 332px;
    left: calc(50% - 72px);
  }

  .mascara-2022-routine__action {
    font-size: 14px;
    padding: 10px 0;
  }

  .mascara-2022-details {
    position: absolute;
    top: 25px;
    left: -40px;
  }

  .mascara-2022-routine__product[data-product="total-eye-lift"] .mascara-2022-details {
    left: 80px;
    top: 30px;
  }

  .mascara-2022-routine__product[data-product="sos-serum"] .mascara-2022-details__content {
    left: 50%
  }

  .mascara-2022-details__mobile-tag {
    color: #b40024;
  }

  .mascara-2022-details__btn {
    width: 30px;
    height: 30px;
  }

  .mascara-2022-details__btn::after {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }

  .mascara-2022-routine__retry {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .mascara-2022-details__mobile {
    border-top: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding-top: 10px;
  }

  .mascara-2022-details__content {
    padding-bottom: 0;
  }

  .mascara-2022-routine .slick-list {
    overflow-y: visible;
    overflow-x: hidden;
  }

  .mascara-2022-routine .slick-track {
    padding-bottom: 140px;
  }

  .mascara-2022-shop-button {
    margin-top: 10px;
  }
}

.mascara-2022-shop-button a {
  color: #fff;
}

.mascara-2022-details__content {
  padding: 20px;
}

.mascara-2022-match__item {
  padding: 15px;
}


/*tablet portrait*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .mascara-2022-routine__product[data-product="total-eye-lift"]::after {
    right: -54px !important;
  }
}

@media (max-width: 480px) {
  .mascara-2022-routine__product[data-product="total-eye-lift"] .mascara-2022-details {
    left: 70px;
  }
}

.mascara-2022-match__row-title {
  font-size: 19px !important;
}


/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .inTheMiddle {
    right: 1% !important;
    max-width: 35px;
  }

  .mascara-2022-details__content {
    padding: 7px !important;
    margin-left: 11px !important;
  }

  *[data-product="total-eye-lift"] .mascara-2022-routine__packshot img {
    width: 154px !important;
    margin-right: -1px !important;
  }

  .mascara-2022-header__text {
    font-size: 14px !important;
  }

  .mascara-2022-match__compo[data-action="CURL"] img {
    left: 2px !important;
  }

  .mascara-2022-match__compo[data-action="DEFINE"] img {
    left: 20px !important;
  }

  .mascara-2022-match__compo[data-action="NOURISH"] img {
    left: 22px !important;
  }

  .mascara-2022-match__compo[data-action="VOLUMIZE"] img {
    width: calc(0.5 * 288px);
    left: 7px !important;
  }
}

#wrapper {
  max-width: 1912px;
}

.mascara-2022 .slick-dots {
  bottom: -37px !important;
}