.lip-oil-sticky {
  height: 80px;
  display: block;
  position: relative;
  --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-RED: #b40024;
  font-family: var(--GOTHAM-BOOK);
  background-color: #fae8f0;
}
@media (min-width: 1250px) {
  .lip-oil-sticky {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lip-oil-sticky__wrapper {
  background-color: #fcaed0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform ease-in-out 0.5s;
  visibility: hidden;
}

.lip-oil-sticky[data-sticky="0"] .lip-oil-sticky__wrapper {
  transform: translateY(100%);
  z-index: 100;
  visibility: visible;
}
.lip-oil-sticky[data-sticky="1"] .lip-oil-sticky__wrapper {
  transform: translateY(0%);
  z-index: 100;
  visibility: visible;
}
.lip-oil-sticky[data-sticky="2"] .lip-oil-sticky__wrapper {
  transform: translateY(0%);
  position: absolute;
  visibility: visible;
}
.lip-oil-sticky__content {
 /* max-width: 990px;*/
  height: 100px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
.lip-oil-sticky__title {
  color: #fff;
  font-size: 25px;
  margin: 0 25px;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  text-transform: uppercase;
}
.lip-oil-sticky__text {
  color: #fff;
  font-size: 14px;
  flex: 1;
  text-align: left;
  margin-right: 10px;
}
.dp-nutrilumiere__shop__button {
  color: #fff;
  background-color: #b40024;
  border: 2px solid #b40024;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 44px !important;
  padding: 0 16px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dp-nutrilumiere__shop__button:hover {
  color: #fff;
  background-color: #8c0b26;
  border: 2px solid #63021a;
}
.dp-nutrilumiere__shop__button:focus,
.dp-nutrilumiere__shop__button:active {
  border: 2px solid #63021a;
}

.lip-oil-sticky__visual {
  width: 47px;
}
.lip-oil-sticky__close {
  background-image: url(../images/close.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  font-size: 0;
  top: 10px;
  right: -50px;
  cursor: pointer;
}
@media (max-width: 1249px) {
  .lip-oil-sticky__close {
    right: 10px;
  }
}
@media (max-width: 1023px) {
/*  .lip-oil-sticky__content {
    max-width: 740px;
  }
  .lip-oil-sticky__title {
    font-size: 30px;
    margin: 0 20px;
  }
  .lip-oil-sticky__text {
    margin-right: 20px;
  }*/
  .lip-oil-sticky__text br {
    display: none;
  }
}
@media (max-width: 761px) {
  .lip-oil-sticky {
    height: 159px;
  }
  .lip-oil-sticky__content {
    height: 205px;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    padding-left: 85px;
    padding-right: 50px;
    text-align: left;
    justify-content: center;
  }
  .lip-oil-sticky__visual {
    width: 38px;
    position: absolute;
    left: 21px;
    top: 20px;
  }
  .lip-oil-sticky__visual img {
    width: 100%;
    display: block;
  }
  .lip-oil-sticky__title {
    font-size: 22px;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
  }
  .lip-oil-sticky__title br {
    display: none;
  }
  .lip-oil-sticky__text {
    color: #fff;
    font-size: 12px;
  }
  .lip-oil-sticky__text br {
    display: none;
  }
  .lip-oil-sticky .dp-nutrilumiere__shop__button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 320px) {
  .lip-oil-sticky__title {
    font-size: 22px;
  }
  .lip-oil-sticky__content {
    padding-left: 75px;
    padding-right: 30px;
  }
  .lip-oil-sticky__visual {
    left: 20px;
  }
}

/* ==================================== */
.lip-oil-sticky {
  display: none;
}