:root {
  --WIDTH-PACK: 47px;
  --DURATION: 8s;
  --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;
  --COLOR-PINK: #f44ba0;
  --COLOR-CREAM: #fdfdfd;
  --COLOR-GREY: #cfcac9;
  --COLOR-RED: #b40024;
  --COLOR-LIGHT-PINK: #fcf1f6;
}
/*hide opin lip oil game redirect*/
.lip-oil-game__mentions {
  display: none !important;
}
/*-----------------------------------*/
body,
html {
  overflow-x: hidden;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}

#wrapper {
  max-width: unset;
}

.breadcrumb {
  display: none;
}

.primary-content {
  padding: 0;
}

footer {
  margin-top: 0px;
}
.lip-oil-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.lip-oil-page {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;

  color: #333;
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1250px) {
  .lip-oil-page {
    width: 2400px;
    max-width: 2400px;
    margin-left: -575px;
  }
}

.lip-oil-container[data-version="europe"] *[data-version="US"],
.lip-oil-container[data-version="europe"] *[data-version="asia"] {
  display: none !important;
}

.lip-oil-container[data-version="asia"] *[data-version="europe"],
.lip-oil-container[data-version="asia"] *[data-version="US"] {
  display: none !important;
}
.lip-oil-container[data-version="US"] *[data-version="europe"],
.lip-oil-container[data-version="US"] *[data-version="asia"] {
  display: none !important;
}
/*----------------------------------------------------------*/
.lip-oil-page__push {
  padding: 40px 0;
}
/*----------------------------------------------------------*/
.lip-oil-page__primary-button a,
.lip-oil-page__primary-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  color: #fff;
  height: 44px;
  border: solid 1px var(--COLOR-RED) !important;
  border-radius: 3px;
  background-color: var(--COLOR-RED);
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0 16px;
  min-width: unset;
  font-size: 14px;
  outline: none !important;
  letter-spacing: normal;
}

.lip-oil-page__primary-button a:focus,
.lip-oil-page__primary-button button:focus,
.lip-oil-page__primary-button a:hover,
.lip-oil-page__primary-button button:hover {
  border: solid 1px #b40024 !important;
  background-color: #fff;
  color: #b40024;
  outline: none !important;
}
/*-----------------------------------------------------*/
.lip-oil-page__secondary-button a,
.lip-oil-page__secondary-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  color: #333;
  height: 44px;
  border: solid 1px var(--COLOR-GREY) !important;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0 16px;
  min-width: unset;
  font-size: 14px;
  outline: none !important;
  letter-spacing: normal;
}

.lip-oil-page__secondary-button a:focus,
.lip-oil-page__secondary-button button:focus,
.lip-oil-page__secondary-button a:hover,
.lip-oil-page__secondary-button button:hover {
  border: solid 1px var(--COLOR-RED) !important;
  background-color: #fff;
  color: var(--COLOR-RED);
  outline: none !important;
}
/*-----------------------------------------------------*/
.lip-oil-page__try-it-on-button {
  position: relative;
  display: inline-block;
  border: solid 1px var(--COLOR-RED) !important;
  box-sizing: border-box;
}
.lip-oil-page__try-it-on-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  color: var(--COLOR-RED);
  height: 16px;
  border: solid 0px;
  border-radius: 0px;
  background-color: var(--COLOR-LIGHT-PINK);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  background-image: url(../images/picto-try-it-on-red.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 30px;
  padding-right: 11px;
  z-index: 2;
  position: relative;
}
.lip-oil-container[data-version="asia"] .lip-oil-page__try-it-on-button button {
  background-color: #fff;
}

.lip-oil-page__try-it-on-button::after,
.lip-oil-page__try-it-on-button::before {
  content: " ";
  position: absolute;
  background-color: var(--COLOR-LIGHT-PINK);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.lip-oil-container[data-version="asia"] .lip-oil-page__try-it-on-button::after,
.lip-oil-container[data-version="asia"]
  .lip-oil-page__try-it-on-button::before {
  background-color: #fff;
}
.lip-oil-page__try-it-on-button::after {
  width: calc(100% - 8px);
  height: calc(100% + 4px);
}
.lip-oil-page__try-it-on-button::before {
  width: calc(100% + 4px);
  height: calc(100% - 8px);
}
.lip-oil-page__try-it-on-button button:focus,
.lip-oil-page__try-it-on-button button:hover {
  border: solid 0px var(--COLOR-RED) !important;
  outline: none !important;
}
/*--------------------------------------------------------*/
.lip-oil-page__title {
  margin: 0 auto;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--COLOR-PINK);
  text-align: center;
}

h3.lip-oil-page__title {
  font-size: 35px;
  margin: 40px auto;
}
.lip-oil-page__text {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 761px) {
  .lip-oil-page__title {
    font-size: 35px;
  }
  h3.lip-oil-page__title {
    font-size: 24px;
    margin: 20px auto;
  }
}
/*--------------------------------------------------------*/
.lip-oil-page-header {
  display: flex;
  justify-content: flex-start;
  max-width: 1250px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  height: 548px;
  box-sizing: border-box;
}

.lip-oil-page-header__title {
  margin: 0;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--COLOR-PINK);
  background-color: var(--COLOR-CREAM);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: left;
}

.lip-oil-page-header__model {
  max-width: 548px;
  flex-basis: 50%;
  position: relative;
}
.lip-oil-page-header__model::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.lip-oil-page-header__model img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.lip-oil-page-header__textures {
  max-width: 478px;
  margin-left: 30px;
  flex-basis: 50%;
  align-self: flex-start;
}
.lip-oil-page-header__textures img {
  width: 100%;
  display: block;
}
.lip-oil-page-header__ingredients {
  max-width: 195px;
  margin-right: -195px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.lip-oil-page-header__ingredients span {
  color: #fff;
  background-color: rgba(235, 0, 103, 0.7);
  font-size: 10px;
  font-family: var(--GOTHAM-BOOK);
  line-height: 1.2em;
  position: absolute;
  padding: 6px;
  top: 60px;
  left: 44px;
  text-align: left;
}
.lip-oil-page-header__ingredients img {
  width: 100%;
  display: block;
}
.lip-oil-page-header__packshot {
  margin-left: -45px;
  margin-right: -45px;
  flex-basis: 90px;
  position: relative;
  z-index: 3;
}
.lip-oil-page-header__packshot img {
  width: 100%;
  display: block;
}

.lip-oil-page-header__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.lip-oil-page-header__text {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 20px;
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 1170px) {
  .lip-oil-page-header__model {
    max-width: 458px;
  }
}
@media (max-width: 1023px) {
  .lip-oil-page-header {
    padding-bottom: 166px;
  }

  .lip-oil-page-header__title {
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .lip-oil-page-header__model {
    max-width: 548px;
    flex-basis: 60%;
  }
}
@media (max-width: 761px) {
  .lip-oil-page-header {
    padding-bottom: 166px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
    height: auto;
  }
  .lip-oil-page-header__model {
    max-width: 100%;
    width: 100%;
    flex-basis: unset;
  }
  .lip-oil-page-header__packshot {
    margin: 0;
    margin-left: 73vw;
    margin-top: -60vw;
    flex-basis: unset;
    position: relative;
    z-index: 3;
    width: 18vw;
  }
  .lip-oil-page-header__ingredients {
    max-width: 37vw;
    margin-right: unset;
    margin-left: 37vw;
    margin-top: -29vw;
    position: relative;
    z-index: 2;
  }
  .lip-oil-page-header__ingredients span {
    top: 30px;
    left: auto;
    text-align: right;
    right: 35px;
  }
  .lip-oil-page-header__textures {
    width: 200vw;
    max-width: 200vw;
    flex-basis: unset;
    align-self: unset;
    margin-top: -15vw;
    z-index: 2;
    margin-right: -50vw;
    margin-left: -50vw;
  }
  .lip-oil-page-header__title {
    left: auto;
    bottom: auto;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -65vw;
    height: 35vw;
    font-size: 9vw;
    padding: 0;
    text-align: left;
    background-color: transparent;
    max-width: 86vw;
  }
  .lip-oil-page-header__intro .lip-oil-page__primary-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .lip-oil-page-header__intro {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
    max-width: 375px;
    height: 180px;
  }
  .lip-oil-page-header__text {
    font-size: 14px;
    max-width: 375px;
  }
  .lip-oil-page-header__text br {
    display: none;
  }
}

/*---------------------------------------------------------*/

.lip-oil-page-colours {
  display: flex;
  flex-direction: column;
  background-color: #fff0f4;
  padding-top: 40px;
  margin-bottom: 40px;
}

.lip-oil-container[data-version="asia"] .lip-oil-page-colours {
  background-color: #fff;
}

.lip-oil-page-colours__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lip-oil-page-colours__buttons .lip-oil-page__primary-button {
  display: none;
}
.lip-oil-page-colours__buttons
  .lip-oil-page__primary-button[data-selected="1"] {
  display: block;
}
.lip-oil-page-colours__buttons > * {
  margin: 20px 12px;
}
.lip-oil-page-colours__text {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 16px;
  margin: 0 auto;
  padding: 1em;
  max-width: 650px;
}
/*@media (max-width: 1169px) and (min-width: 1024px) {
  .lip-oil-page-colours__buttons {
    padding-right: 207px;
  }
}*/
@media (max-width: 761px) {
  .lip-oil-page-colours {
    margin-top: 20px;
  }
  .lip-oil-page-colours__text {
    font-size: 14px;
  }
  .lip-oil-container[data-version="asia"] .lip-oil-page-colours {
    margin-bottom: -40px;
  }
}
/*--------------------------------------------------------*/

.lip-oil-page-finder {
  display: block;
  width: 685px;
  height: 401px;
  margin: 0 auto;
  position: relative;
}
.lip-oil-page-finder__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.lip-oil-page-finder__preview[data-selected="1"] {
  opacity: 1;
}
.lip-oil-page-finder__tint-name {
  position: absolute;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2em;
  color: #fff;
  display: inline-block;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

.lip-oil-page-finder__tint-name span {
  display: block;
  color: #fff;
  width: 60px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  margin-bottom: 5px;
}
*[data-tint="01"] .lip-oil-page-finder__tint-name span {
  background-color: #f39200;
}
*[data-tint="02"] .lip-oil-page-finder__tint-name span {
  background-color: #e83e7d;
}
*[data-tint="03"] .lip-oil-page-finder__tint-name span {
  background-color: #b6022b;
}
*[data-tint="04"] .lip-oil-page-finder__tint-name span {
  background-color: #eb597f;
}
*[data-tint="05"] .lip-oil-page-finder__tint-name span {
  background-color: #eb5e36;
}
*[data-tint="08"] .lip-oil-page-finder__tint-name span {
  background-color: #d82f2d;
}
*[data-tint="09"] .lip-oil-page-finder__tint-name span {
  background-color: #7d1f17;
}
*[data-tint="10"] .lip-oil-page-finder__tint-name span {
  background-color: #7e3258;
}

.lip-oil-page-anim-textures {
  display: flex;
  width: 972px;
  height: 573px;
  margin: 0 auto;
  transform: scale(0.415) rotate(90deg) translateY(-100%);
  position: absolute;
  top: 0;
  transform-origin: top left;
  left: 100%;
  overflow: hidden;
}

.lip-oil-page-anim-textures span {
  flex-basis: 12.5%;
  background-color: transparent;
  border: 0px;
  box-shadow: unset;
  font-size: 0;
  background-image: url(../images/anim-textures.png);
  transform: translateY(50px);
  transition: transform ease-in-out 0.5s;
  position: relative;
  height: auto !important;
  min-width: unset !important;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.lip-oil-page-anim-textures span:active {
  outline: 0px solid #000 !important;
}
.lip-oil-page-anim-textures span:focus {
  outline: 0px solid #000 !important;
}
.lip-oil-page-anim-textures span:hover {
  outline: 0px solid #000 !important;
}
.lip-oil-page-anim-textures span::before {
  content: " ";
  position: absolute;
  background-image: url(../images/anim-textures.png);
  height: 189px;
  width: 100%;
  transition: transform ease-in-out 0.5s;
  transform-origin: bottom center;
  top: 0;
  left: 0;
  transform: scaleY(1.01);
}
.lip-oil-page-anim-textures span[data-anim="1"],
.lip-oil-page-anim-textures span:hover {
  transform: translateY(200px);
}
.lip-oil-page-anim-textures span[data-anim="1"]::before,
.lip-oil-page-anim-textures span:hover::before {
  transform: scaleY(2);
}
.lip-oil-page-anim-textures span:nth-child(1) {
  width: 121px;
}
.lip-oil-page-anim-textures span:nth-child(2) {
  width: 119px;
}
.lip-oil-page-anim-textures span:nth-child(3) {
  width: 123px;
}
.lip-oil-page-anim-textures span:nth-child(4) {
  width: 125px;
}
.lip-oil-page-anim-textures span:nth-child(5) {
  width: 120px;
}
.lip-oil-page-anim-textures span:nth-child(6) {
  width: 123px;
}
.lip-oil-page-anim-textures span:nth-child(7) {
  width: 124px;
}
.lip-oil-page-anim-textures span:nth-child(8) {
  width: 117px;
}
.lip-oil-page-anim-textures span:nth-child(1)::before,
.lip-oil-page-anim-textures span:nth-child(1) {
  background-position: top left 0;
}
.lip-oil-page-anim-textures span:nth-child(2)::before,
.lip-oil-page-anim-textures span:nth-child(2) {
  background-position: top left -121px;
}
.lip-oil-page-anim-textures span:nth-child(3)::before,
.lip-oil-page-anim-textures span:nth-child(3) {
  background-position: top left -240px;
}
.lip-oil-page-anim-textures span:nth-child(4)::before,
.lip-oil-page-anim-textures span:nth-child(4) {
  background-position: top left -363px;
}
.lip-oil-page-anim-textures span:nth-child(5)::before,
.lip-oil-page-anim-textures span:nth-child(5) {
  background-position: top left -488px;
}
.lip-oil-page-anim-textures span:nth-child(6)::before,
.lip-oil-page-anim-textures span:nth-child(6) {
  background-position: top left -608px;
}
.lip-oil-page-anim-textures span:nth-child(7)::before,
.lip-oil-page-anim-textures span:nth-child(7) {
  background-position: top left -731px;
}
.lip-oil-page-anim-textures span:nth-child(8)::before,
.lip-oil-page-anim-textures span:nth-child(8) {
  background-position: top left -855px;
}

@media (max-width: 1170px) and (min-width: 1024px) {
  .lip-oil-page-finder {
    transform: scale(0.9);
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .lip-oil-page-finder {
    transform: scale(0.8);
    transform-origin: top left;
    margin-bottom: -80px;
  }
}
@media (max-width: 761px) {
  .lip-oil-page-finder {
    width: 100%;
    height: calc(58.5vw + 218px);
  }
  .lip-oil-page-finder img {
    width: 100%;
  }
  .lip-oil-page-anim-textures {
    transform: scale(0.38);
    left: calc(50% - 486px);
    z-index: 10;
    top: 0;
    transform-origin: top center;
  }
  .lip-oil-page-finder__preview {
    top: 218px;
    height: 58.5vw;
  }
  .lip-oil-page-finder__tint-name {
    font-size: 20px;
    line-height: 1.2em;
    bottom: 15px;
    right: 20px;
  }
  .lip-oil-page-finder__tint-name span {
    width: 40px;
  }
  .lip-oil-page-anim-textures span {
    cursor: none;
  }
}
/*-------------------------------------------------*/
.lip-oil-page__ways-list {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}

.lip-oil-page__way {
  flex-basis: 33.33%;
}
.lip-oil-page__way-visual {
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.lip-oil-page__way-visual img {
  width: 100%;
  display: block;
}
.lip-oil-page__way-visual img + img {
  position: absolute;
  left: 0;
  top: 0;
}
.lip-oil-page__way-visual img:first-child {
  transform: scale(1);
  transition: transform ease-in-out 0.5s;
}
.lip-oil-page__way-visual:hover img:first-child {
  transform: scale(1.1);
}
.lip-oil-page__way-text {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90px;
  align-items: flex-start;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
.lip-oil-page__way-text a {
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
  text-decoration: underline;
  font-size: 11px;
  font-family: var(--GOTHAM-MEDIUM);
}
.lip-oil-page__way[data-num="1"] .lip-oil-page__way-num {
  background-image: url(../images/number-1.svg);
  width: 40px;
}
.lip-oil-page__way[data-num="1"] .lip-oil-page__way-text {
  padding-left: 50px;
  color: #ff9c28;
}
.lip-oil-page__way[data-num="2"] .lip-oil-page__way-num {
  background-image: url(../images/number-2.svg);
  width: 75px;
}
.lip-oil-page__way[data-num="2"] .lip-oil-page__way-text {
  padding-left: 85px;
  color: #ec2633;
}
.lip-oil-page__way[data-num="3"] .lip-oil-page__way-num {
  background-image: url(../images/number-3.svg);
  width: 75px;
}
.lip-oil-page__way[data-num="3"] .lip-oil-page__way-text {
  padding-left: 85px;
  color: #ffcf0e;
}
.lip-oil-page__way-num {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 1170px) {
  .lip-oil-page__ways-list {
    width: calc(100% - 80px);
  }
}

@media (max-width: 761px) {
  .lip-oil-page__ways-list {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    font-size: 0;
    padding-bottom: 20px;
  }
  .lip-oil-page__way {
    display: inline-block;
    width: 66.66vw;
  }
  .lip-oil-page__way-text {
    margin-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    white-space: normal;
  }
  .lip-oil-page__way-text br {
    display: none;
  }
  .lip-oil-page__way-visual {
    margin-bottom: 18px;
  }
}

/*-----------------------------------------------*/
.lip-oil-page-pigments {
  max-width: 1170px;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  padding: 0 40px;
}
.lip-oil-page-pigments > .lip-oil-page__title {
  padding-bottom: 20px;
  font-size: 24px;
}
.lip-oil-page-pigments__packshots {
  display: flex;
  max-width: 504px;
  margin: 40px 95px;
  align-items: center;
}

.lip-oil-page-pigments__packshots a {
  flex-basis: 20%;
}

.lip-oil-page-pigments__packshots img {
  width: calc(100% + 4px);
  width: 100%;
  display: block;
  transform: scale(1.01);
  transition: transform ease-in-out 0.5s;
}
.lip-oil-page-pigments__packshots a[data-selected="1"] {
  z-index: 2;
  position: relative;
}
.lip-oil-page-pigments__packshots a[data-selected="1"] img {
  transform: scale(1.1);
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots img {
  animation: popProduct ease-in-out 2s;
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots a:nth-child(1) img {
  animation-delay: 0.5s;
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots a:nth-child(2) img {
  animation-delay: 1s;
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots a:nth-child(3) img {
  animation-delay: 1.5s;
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots a:nth-child(4) img {
  animation-delay: 2s;
}
*[data-inviewport="1"] .lip-oil-page-pigments__packshots a:nth-child(5) img {
  animation-delay: 2.5s;
}
@keyframes popProduct {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.lip-oil-page-pigments__content {
  text-align: left;
}

.lip-oil-page-pigments__content .lip-oil-page__title {
  text-align: left;
}
.lip-oil-page-pigments__text {
  font-size: 16px;
}

.lip-oil-page-pigments__tints {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.lip-oil-page-pigments__tints li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
  margin-left: -5px;
  cursor: pointer;
  line-height: 28px;
}
@media (max-width: 1170px) {
  .lip-oil-page-pigments__packshots {
    margin: 40px;
  }
}
@media (max-width: 1023px) {
  .lip-oil-page-pigments {
    display: block;
    padding: 0;
    max-width: 504px;
  }
  .lip-oil-page-pigments__packshots {
    margin: 40px 0;
  }
}
@media (max-width: 761px) {
  .lip-oil-page-pigments {
    max-width: calc(100% - 40px);
  }
  .lip-oil-page-pigments__packshots {
    margin: 0;
  }
  .lip-oil-page-pigments__text {
    font-size: 14px;
  }
  .lip-oil-page-pigments__tints {
    font-size: 14px;
    display: block;
  }
  .lip-oil-page-pigments__tints li {
    padding-right: 10px;
  }
}
/*---------------------------------------------------------------*/
.lip-oil-page-pigments__tints li:nth-child(1) span {
  color: #f93c4a;
}
.lip-oil-page-pigments__tints li:nth-child(2) span {
  color: #fb2984;
}
.lip-oil-page-pigments__tints li:nth-child(3) span {
  color: #f84d59;
}
.lip-oil-page-pigments__tints li:nth-child(4) span {
  color: #e60035;
}
.lip-oil-page-pigments__tints li:nth-child(5) span {
  color: #cc67a1;
}
/*---------------------------------------------------------------*/
.lip-oil-page-pigments__tints li[data-selected="1"],
.lip-oil-page-pigments__tints li[data-selected="1"] span {
  color: #fff;
}
.lip-oil-page-pigments__tints li[data-selected="1"]:nth-child(1) {
  background-color: #f93c4a;
}
.lip-oil-page-pigments__tints li[data-selected="1"]:nth-child(2) {
  background-color: #fb2984;
}
.lip-oil-page-pigments__tints li[data-selected="1"]:nth-child(3) {
  background-color: #f84d59;
}
.lip-oil-page-pigments__tints li[data-selected="1"]:nth-child(4) {
  background-color: #e60035;
}
.lip-oil-page-pigments__tints li[data-selected="1"]:nth-child(5) {
  background-color: #cc67a1;
}
/*---------------------------------------------------------------*/
.lip-oil-ingredients__row {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
}
.lip-oil-ingredients__product-mobile {
  display: none;
}
.lip-oil-ingredients__row[data-num="1"] {
  margin-top: 40px;
}
.lip-oil-ingredients__row[data-num="2"] {
  flex-direction: row-reverse;
}
.lip-oil-ingredients__row[data-num="3"] {
  margin-top: 40px;
  align-items: center;
}
.lip-oil-ingredients__visual {
  flex-basis: calc(50% - 20px);
  position: relative;
}
.lip-oil-ingredients__visual .lip-oil-page__title {
  padding-bottom: 20px;
  font-size: 24px;
}
.lip-oil-ingredients__row[data-num="3"] .lip-oil-ingredients__visual {
  flex-basis: calc(50% + 80px);
  margin-right: -60px;
  z-index: 1;
}
.lip-oil-ingredients__visual img {
  width: 100%;
  display: block;
}

.lip-oil-ingredient__ingredient-name {
  color: #fff;
  background-color: rgba(235, 0, 103, 0.7);
  font-size: 14px;
  font-family: var(--GOTHAM-BOOK);
  line-height: 1.4em;
  position: absolute;
  padding: 6px 10px;
  top: 45%;
  right: 66%;
  text-align: left;
}
.lip-oil-ingredients__content {
  flex-basis: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 16px;
  font-family: var(--GOTHAM-BOOK);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px;
}
.lip-oil-ingredients__row[data-num="3"] .lip-oil-ingredients__content {
  background-color: #ffccd9;
  color: #fff;
  align-items: flex-start;
  text-align: left;
  padding: 35px;
}
.lip-oil-ingredients__link {
  margin: 0;
}
.lip-oil-ingredients__link a {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
  font-size: 11px;
  font-family: var(--GOTHAM-MEDIUM);
}

.lip-oil-ingredients__plus {
  font-size: 0;
  background-image: url(../images/plus.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  align-self: center;
}
.lip-oil-ingredients__product {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lip-oil-ingredients__product > div {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.lip-oil-ingredients__content .lip-oil-page__text {
  max-width: 480px;
}

.lip-oil-ingredients__row[data-num="1"]
  .lip-oil-ingredients__content
  .lip-oil-page__text {
  text-align: left;
  max-width: 100%;
  width: 100%;
}
.lip-oil-ingredients__row[data-num="2"]
  .lip-oil-ingredients__content
  .lip-oil-page__text {
  text-align: left;
}
.lip-oil-ingredients__content .lip-oil-page__title {
  margin: 0;
  align-self: center;
}
.lip-oil-ingredients__row[data-num="3"] .lip-oil-page__title {
  text-align: left;
}
.lip-oil-ingredients__content > .lip-oil-page__text:first-child {
  margin-top: 0;
}
.lip-oil-ingredients__content strong {
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
}
@media (max-width: 1023px) {
  .lip-oil-ingredients__visual {
    flex-basis: 50%;
  }
  .lip-oil-ingredients__content {
    padding: 20px;
    flex-basis: 50%;
  }
  .lip-oil-ingredients__content .lip-oil-page__title {
    font-size: 25px;
  }
  .lip-oil-ingredients__content .lip-oil-page__text {
    font-size: 14px;
  }
}
@media (max-width: 761px) {
  .lip-oil-ingredients__product {
    display: none;
  }
  .lip-oil-ingredients__product-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .lip-oil-ingredients__row {
    display: block;
    margin: 0 20px;
    text-align: center;
  }
  .lip-oil-page__title {
    max-width: 380px;
  }
  .lip-oil-keys {
    text-align: center;
  }
  .lip-oil-ingredients__content .lip-oil-page__text {
    text-align: center !important;
  }
  .lip-oil-ingredients__content {
    padding: 20px 0;
    flex-basis: 50%;
    text-align: center;
    align-items: center;
  }
  .lip-oil-ingredient__ingredient-name {
    font-size: 10px;
    text-align: center;
  }

  .lip-oil-ingredients__row[data-num="3"] {
    margin-top: 0;
  }
  .lip-oil-ingredients__row[data-num="3"] .lip-oil-page__title {
    text-align: center;
    font-size: 24px;
  }
  .lip-oil-ingredients__row[data-num="3"] .lip-oil-ingredients__visual {
    flex-basis: calc(50% + 80px);
    margin-right: 40px;
    margin-left: -20px;
    z-index: 1;
  }
  .lip-oil-ingredients__row[data-num="3"] .lip-oil-ingredients__content {
    margin-left: 40px;
    margin-right: -20px;
    text-align: center;
    align-items: center;
    padding: 20px;
  }
}
.lip-oil-keys {
  color: var(--COLOR-PINK);
  width: 100%;
  text-align: left;
  max-width: 430px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 230px;
  box-sizing: border-box;
  position: relative;
  height: 112px;
  margin-top: 40px;
}
.lip-oil-keys span {
  text-transform: uppercase;
  font-size: 31px;
  display: inline-block;
  max-width: 177px;
  line-height: 1em;
  font-family: var(--GOTHAM-MEDIUM);
}
.lip-oil-keys__number {
  display: block;
  height: 112px;
  width: 230px;
  max-width: 230px !important;
  font-size: 0 !important;
  background-repeat: no-repeat;
  background-size: auto 96%;
  position: absolute;
  top: 0;
  left: 0;
}
.lip-oil-keys__number[data-value="98"] {
  background-image: url(../images/key-number-98.svg);
}
.lip-oil-keys__number[data-value="98"] + span {
  font-size: 28px;
}
.lip-oil-keys__number[data-value="93"] {
  background-image: url(../images/key-number-93.svg);
}
.lip-oil-keys__number[data-value="93"] + span + span {
  font-size: 40px;
}
.lip-oil-keys__number[data-value="93"] + span + span + span {
  font-size: 24px;
}
.lip-oil-keys__text {
  color: var(--COLOR-PINK);
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 1023px) {
  .lip-oil-keys {
    padding-left: 160px;
    height: 90px;
    margin-top: 0px;
    max-width: 300px;
    justify-content: center;
  }
  .lip-oil-keys__number {
    height: 70px;
    width: 140px;
    max-width: 140px !important;
    background-size: contain;
    top: 10px;
    left: 0px;
  }

  .lip-oil-keys__text {
    font-size: 12px;
  }
  .lip-oil-keys span {
    font-size: 27px;
  }
  .lip-oil-keys__number[data-value="93"] + span + span {
    font-size: 35px;
  }
  .lip-oil-keys__number[data-value="93"] + span + span + span {
    font-size: 21px;
  }
  .lip-oil-keys__number[data-value="98"] + span {
    font-size: 23px;
  }
  .lip-oil-keys__number[data-value="98"] + span + span {
    font-size: 25px;
  }
}
@media (max-width: 761px) {
  .lip-oil-keys__text {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .lip-oil-keys__number {
    max-width: 130px !important;
  }
  .lip-oil-keys {
    padding-left: 140px;
  }
  .lip-oil-keys span {
    font-size: 24px;
  }
  .lip-oil-keys__number[data-value="93"] + span + span {
    font-size: 32px;
  }
  .lip-oil-keys__number[data-value="93"] + span + span + span {
    font-size: 19px;
  }
  .lip-oil-keys__number[data-value="98"] + span {
    font-size: 23px;
  }
  .lip-oil-keys__number[data-value="98"] + span + span {
    font-size: 22px;
  }
}
/********************************************************/

.lip-oil-treatments {
  background-color: #fae8f0;
  padding: 40px;
}
.lip-oil-page__title {
}
.lip-oil-treatments__list {
  max-width: 644px;
  margin: 0 auto;
  width: 100%;
  margin-top: 35px;
  height: 370px;
}
.lip-oil-treatments__list a {
  text-decoration: none;
  color: var(--COLOR-PINK);
  display: block;
  margin: 0 auto;
}
.lip-oil-treatments__item {
  width: 265px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: space-between;
  min-height: 300px;
  text-align: left;
  margin: 0 auto;
}
.lip-oil-treatments__visual {
}
.lip-oil-treatments__name {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 20px;
  color: var(--COLOR-PINK);
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  padding-top: 30px;
}
.lip-oil-treatments__text {
  margin: 0;
  padding-top: 10px;
  font-family: var(--GOTHAM-BOOK);
  font-size: 16px;
  color: var(--COLOR-PINK);
  flex: 1;
}
.lip-oil-treatments__link span {
  color: var(--COLOR-PINK);
  text-transform: uppercase;
  font-size: 11px;
  font-family: var(--GOTHAM-MEDIUM);
  text-decoration: underline;
}

.lip-oil-treatments .slick-dots li {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.lip-oil-treatments .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 1);
}

.lip-oil-treatments .slick-track {
  display: flex;
}
.lip-oil-treatments .slick-slide > div,
.lip-oil-treatments .slick-slide > div > a {
  height: 100%;
  display: flex;
}
.lip-oil-treatments .slick-slide {
  display: flex;
}

.lip-oil-treatments .slick-prev {
  left: -45px;
}
.lip-oil-treatments .slick-next {
  right: -45px;
}
.lip-oil-treatments .slick-prev,
.lip-oil-treatments .slick-next {
  filter: invert();
}
/*--------------------------------------------*/
@media (max-width: 768px) {
  .lip-oil-treatments {
    padding: 0px;
    background-color: #fff;
    height: auto;
  }
  .lip-oil-treatments .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .lip-oil-treatments__list {
    max-width: 100%;
    background-color: #fae8f0;
    padding-top: 30px;
    height: auto;
  }
  .lip-oil-treatments__list a {
    display: block;
    margin: 0 auto;
  }
  .lip-oil-treatments__item {
    text-align: center;
    padding-bottom: 60px;
  }
  .lip-oil-treatments .slick-dots {
    bottom: 20px;
  }
}
.lip-oil__bubble {
  position: absolute;
}

.lip-oil-container[data-version="asia"] .lip-oil-page-ingredients {
  background-color: #fff0f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lip-oil-page-ingredients__background,
.lip-oil-page-colours__background {
  width: 1600px;
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  pointer-events: none;
  z-index: 10;
}
.lip-oil__bubble {
  transform: translateY(20%);
}
.lip-oil__bubble[data-inviewport="1"] {
  animation: AnimBubble ease-in-out 2s both;
}
@keyframes AnimBubble {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------------------------------------------------*/
.lip-oil-page-colours__background *[data-color="raspberry"] {
  width: 230px;
  left: 1385px;
  top: 617px;
}
.lip-oil-page-colours__background *[data-color="cherry"] {
  display: none;
}
.lip-oil-page-colours__background *[data-color="pitaya"] {
  width: 90px;
  left: 35px;
  top: 1372px;
}
.lip-oil-page-colours__background *[data-color="apricot"] {
  display: none;
}
.lip-oil-page-colours__background *[data-color="honey"] {
  width: 360px;
  top: -140px;
  left: -10px;
}
.lip-oil-page-colours__background *[data-color="strawberry"] {
  width: 170px;
  left: 1494px;
  top: 327px;
}
.lip-oil-page-colours__background *[data-color="chocolate"] {
  width: 150px;
  left: 100px;
  top: 1534px;
}
.lip-oil-page-colours__background *[data-color="plum"] {
  width: 90px;
  top: 245px;
  left: 200px;
}
/*---------------------------------------------------------------*/
.lip-oil-page-ingredients__background *[data-color="raspberry"] {
  display: none;
}
.lip-oil-page-ingredients__background *[data-color="cherry"] {
  display: none;
}
.lip-oil-page-ingredients__background *[data-color="pitaya"] {
  width: 80px;
  top: 1590px;
  left: 1410px;
}
.lip-oil-page-ingredients__background *[data-color="apricot"] {
  width: 90px;
  top: -195px;
  left: 1460px;
}
.lip-oil-page-ingredients__background *[data-color="honey"] {
  width: 220px;
  top: 1280px;
  left: 1322px;
}
.lip-oil-page-ingredients__background *[data-color="strawberry"] {
  width: 246px;
  top: -84px;
  left: 1323px;
}
.lip-oil-page-ingredients__background *[data-color="chocolate"] {
  display: none;
}
.lip-oil-page-ingredients__background *[data-color="plum"] {
  display: none;
}

.lip-oil-TryItOn__Selector {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 480px;
  padding-left: 233px;
  margin-top: 10px;
}
.lip-oil-TryItOn__Selector div {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 7px;
  position: relative;
  cursor: pointer;
  border: 1px solid #cb9479;
  box-sizing: border-box;
  position: relative;
}
.lip-oil-TryItOn__Selector div span {
  font-size: 11px;
  text-align: center;
  line-height: 1em;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
}
.lip-oil-TryItOn__Selector div::before {
  content: " ";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 1px solid #cb9479;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.2s;
}
.lip-oil-TryItOn__Selector div[data-selected="1"]::before,
.lip-oil-TryItOn__Selector div:hover::before {
  opacity: 1;
}

/*********************************/

.lip-oil-quickshop__hidden {
  display: none;
}

@media (min-width: 762px) {
  .lip-oil-page *[data-device="mobile"] {
    display: none;
  }
}
@media (max-width: 761px) {
  .lip-oil-page *[data-device="desktop"] {
    display: none;
  }
}


/*===========================================*/
/* DTW EDITS */
.lip-oil-page-header__title {
  font-size: 36px;
}

/*BUTTON UPDATE*/
.lip-oil-page-header__intro button{
  display: block;
  position: absolute;
  top: 73%;
  right: 50%;
}

.primary-content h1{
  margin-left: unset;
  margin-right: unset;
}

@media only screen 
and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 2){
  /*BUTTON UPDATE*/
  .lip-oil-page-header__intro button{
    top: 70%;
    right: 53%;
  }
  .lip-oil-page-header__title {
    font-size: 33px;
}
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .lip-oil-page-header{
    margin-top: 40px;
  }
  /*BUTTON UPDATE*/
  .lip-oil-page-header__intro button{
    top: 53%;
    right: 41%;
  }
}

@media (max-width: 480px){
  /*BUTTON UPDATE*/
  .lip-oil-page-header__intro button{
    display: flex;
    top: unset;
    right: unset;
  }
  .lip-oil-page-header__title {
    font-size: 28px;
}
}

