@font-face {
  font-family: "Licorice-Regular";
  src: url("../fonts/Licorice-Regular.ttf");
}

@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");
}

.JR {
  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";
  --LICORICE-REG: "Licorice-Regular";
  --FONT-SIZE: 14px;
  --ANIM-TIME: 3000ms;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  position: relative;
  overflow: hidden;
  background-color: #fff1ef;
  padding-top: 10px;
  padding-bottom: 55px;
  height: 510px;
  position: relative;
  transition: 0.3s;
}

.JR * {
  box-sizing: border-box;
}

.JR-mobile {
  display: none;
}

@media screen and (max-width: 762px) {
  .JR {
    height: auto;
  }

  .JR-desktop {
    display: none;
  }

  .JR-mobile {
    display: block;
  }
}

/** CTA **/

button.JR-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 #b30024;
  min-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;
  background-color: #b30024;
  color: #fff;
  transition: 0.3s;
}

button.JR-CTA:hover {
  color: #b30024;
  background-color: #fff;
  border: 1px solid #b30024;
}

/***********/
/** HEADER**/
/***********/

.JR-header__container-title {
  text-align: center;
  position: relative;
}

.JR-header__title {
  margin: 0;
}

.JR-header__title-text {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

.JR-header__title-txt-1 {
  color: #b40024;
}

.JR-header__title-txt-2 {
  color: #f088b6;
  top: calc(50% + 3px);
  left: calc(50% + 3px);
}

.JR-header__title-txt-3 {
  color: #e6007e;
  top: calc(50% - 2px);
  left: calc(50% - 3px);
}

.JR-header__title-text:not(.JR-header__title-txt-1) {
  position: absolute;
  transform: translate(-50%, -50%);
}

/************/
/** SCREEN **/
/************/

.JR-screen {
  display: none;
}

.JR-screen2__subtitle {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}

.JR-screen__cta {
  margin: 0 auto;
  margin-top: 30px;
}

.JR-screen__cta.JR-screen2__cta {
  margin-top: 3px;
}

.JR-screen__cta.JR-screen1__cta {
  margin-top: 0;
}

.JR-screen1__anim-background {
  height: 271px;
}

.JR-screen1__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.JR-screen1__anim-column-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.JR-screen1__anim-column {
  width: 64px;
  height: 100%;
  position: relative;
}

.JR-screen1__anim-lipstick {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.JR-screen1__anim-lipstick-center-1 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1 infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-center-1 {
  0% {
    opacity: 1;
  }
  6% {
    opacity: 1;
  }
  7% {
    opacity: 0;
  }
  12% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.JR-screen1__anim-lipstick-center-1-color-1 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1-anim-color-1 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

.JR-screen1__anim-lipstick-center-1-color-2 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1-anim-color-2 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

.JR-screen1__anim-lipstick-center-1-color-3 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1-anim-color-3 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

.JR-screen1__anim-lipstick-center-1-color-4 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1-anim-color-4 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

.JR-screen1__anim-lipstick-center-1-color-5 {
  width: 43px;
  top: 27px;
  z-index: 1;
  animation: lipstick-center-1-anim-color-5 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

.JR-screen1__anim-lipstick-center-1-no-raisin {
  opacity: 0;
  top: 90px;
  z-index: 1;
  animation: lipstick-center-1-no-raisin-anim infinite var(--ANIM-TIME) linear;
}

.JR-screen1__anim-lipstick-center-1-body {
  width: 50px;
  top: -150px;
  z-index: 2;
  animation: lipstick-center-1-body-anim infinite var(--ANIM-TIME) linear;
}

.JR-screen1__anim-lipstick-center-1-bottom-color-1 {
  width: 50px;
  top: 179px;
  animation: lipstick-center-1-bottom-color-1 infinite var(--ANIM-TIME) linear;
  opacity: 0;
}

@keyframes lipstick-center-1-bottom-color-1 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-anim-color-1 {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-anim-color-2 {
  0% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-anim-color-3 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-anim-color-4 {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-anim-color-5 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lipstick-center-1-no-raisin-anim {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  14% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
}

@keyframes lipstick-center-1-body-anim {
  0% {
    top: -150px;
  }
  10% {
    top: 90px;
  }
  20% {
    top: -150px;
  }
  100% {
    top: -150px;
  }
}

@keyframes lipstick-center-1-bottom-anim {
  0% {
    top: 345px;
  }
  7% {
    top: 179px;
  }
  100% {
    top: 179px;
  }
}

.JR-screen1__anim-lipstick-center-1-bottom {
  width: 50px;
  top: 345px;
  animation: lipstick-center-1-bottom-anim infinite var(--ANIM-TIME) linear;
}

.JR-screen1__anim-lipstick-2-red {
  width: 50px;
  top: -172px;
  animation: lipstick-2-red infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-2-red {
  0% {
    top: -172px;
  }
  13% {
    top: 91px;
  }
  100% {
    top: 91px;
  }
}

.JR-screen1__anim-lipstick-2-white {
  width: 50px;
  top: 91px;
  opacity: 0;
  animation: lipstick-2-white infinite var(--ANIM-TIME) linear;
}

.JR-screen1__anim-lipstick-3-white {
  width: 50px;
  top: 350px;
  animation: lipstick-3-white infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-3-white {
  0% {
    top: 350px;
  }
  7% {
    top: 91px;
  }
  100% {
    top: 91px;
  }
}

.JR-screen1__anim-lipstick-3-red {
  width: 50px;
  top: 91px;
  animation: lipstick-3-red infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-3-red {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  44% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.JR-screen1__anim-lipstick-3-gold {
  width: 50px;
  top: 91px;
  animation: lipstick-3-gold infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-3-gold {
  0% {
    opacity: 0;
  }
  36% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  44% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.JR-screen1__anim-lipstick-2-gold {
  width: 50px;
  top: 91px;
  opacity: 0;
  animation: lipstick-2-gold infinite var(--ANIM-TIME) linear;
}

@keyframes lipstick-2-gold {
  0% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  57% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lipstick-2-white {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  82% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.JR-screen1__subtitle {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 762px) {
  .JR-screen__subtitle.JR-screen1__subtitle {
    font-size: 14px;
    color: #333333;
    text-transform: none;
  }
}

/****************/
/** SCREEN : 2 **/
/****************/

.JR-screen2__finish-carrousel {
  margin-top: 15px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.JR-screen2__finish-carrousel-item img {
  margin: 0 auto;
  height: 200px;
  transition: height 0.3s;
}

.JR-screen2__finish-carrousel .slick-current .JR-screen2__finish-carrousel-item img {
  height: 309px;
}

.JR-screen2__finish-carrousel .slick-slide:not(.slick-current) .JR-screen2__finish-carrousel-item {
  pointer-events: none;
}

button.JR-screen2__finish-carrousel-item {
  width: 300px;
  height: 309px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  letter-spacing: 0;
  word-break: normal;
  overflow: visible;
}

button.JR-screen2__finish-carrousel-item:focus,
button.JR-screen2__finish-carrousel-item:active,
button.JR-screen2__finish-carrousel-item:not(.not-tabbable):active {
  border: none !important;
  outline: none !important;
}

button.JR-screen2__finish-carrousel-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

.JR-screen2__finish-carrousel-item-title {
  position: absolute;
  top: calc(50% - 35px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  margin: 0;
  opacity: 0;
  transition: 0.3s;
  text-transform: capitalize;
  font-family: var(--GOTHAM-BOOK);
}

.JR-screen2__finish-carrousel .slick-current .JR-screen2__finish-carrousel-item-title {
  opacity: 1;
}

.JR-screen2__finish-carrousel .slick-arrow {
  width: 20px;
  height: 20px;
  z-index: 1;
  padding: 0;
  top: calc(50% - 30px);
}

.JR-screen2__finish-carrousel .slick-arrow:active,
.JR-screen2__finish-carrousel .slick-arrow:focus {
  border: none !important;
  outline: none !important;
}

.JR-screen2__finish-carrousel .slick-arrow::after {
  display: none;
}

.JR-screen2__finish-carrousel .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.JR-screen2__finish-carrousel .slick-next {
  right: 143px;
}

.JR-screen2__finish-carrousel .slick-prev {
  left: 143px;
}

.JR-screen2__finish-carrousel .slick-prev::before {
  transform: rotate(180deg);
}

.JR-screen2__header-raisins {
  display: none;
}

@media screen and (max-width: 762px) {
  .JR[data-screen="1"] .JR-header {
    opacity: 0;
    pointer-events: none;
  }

  .JR[data-screen="1"] .JR-screen2__header-raisins {
    height: 82px;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg) scaleX(-1);
    display: block;
  }

  .JR-screen__subtitle {
    font-size: 28px;
    color: #b40024;
    text-transform: uppercase;
    margin-top: 25px;
  }

  .JR-screen__subtitle span {
    font-family: var(--LICORICE-REG);
    color: #333333;
    text-transform: lowercase;
    transform: rotate(-11deg) scale(1.4);
    display: inline-block;
  }

  .JR-screen2__finish-carrousel {
    margin-top: 25px;
  }

  .JR-screen2__finish-carrousel .slick-prev {
    left: calc(50% - 150px);
    transform: translate(-50%, -50%);
  }

  .JR-screen2__finish-carrousel .slick-next {
    right: calc(50% - 150px);
    transform: translate(50%, -50%);
  }

  .JR-screen2__finish-carrousel .slick-current .JR-screen2__finish-carrousel-item img {
    top: 50%;
    height: 360px;
  }

  .JR-screen2__finish-carrousel-item img {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    height: 170px;
  }

  button.JR-screen2__finish-carrousel-item {
    width: 180px;
    height: 360px;
  }

  .JR-screen2__finish-carrousel .slick-arrow {
    width: 9px;
    height: 16px;
    top: calc(50% - 40px);
  }

  .JR-screen2__finish-carrousel-item-title {
    font-size: 36px;
  }

  .JR-screen__cta.JR-screen2__cta {
    margin-top: 5px;
  }

  .JR-header__title-txt-2 span,
  .JR-header__title-txt-3 span {
    visibility: hidden;
  }

  .JR-header__title-text span {
    font-family: var(--LICORICE-REG);
    text-transform: lowercase;
    color: #333333;
    transform: scale(1.1) rotate(-10deg);
    display: inline-block;
  }

  .JR-header__title-text {
    font-size: 35px;
    line-height: 35px;
    width: 100%;
  }

  .JR-header__title-txt-2 {
    top: calc(50% + 10px);
    left: calc(50% + 2px);
  }

  .JR-header__title-txt-3 {
    top: calc(50% + 6px);
    left: calc(50% - 2px);
  }
}

@media screen and (max-width: 375px) {
  .JR[data-screen="1"] .JR-screen2__header-raisins {
    left: calc(50% + 61px);
  }
}

/****************/
/** SCREEN : 3 **/
/****************/

.JR-screen3__container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
}

.JR-screen3__container-finish-img {
  height: 280px;
  width: 210px;
}

.JR-screen3__container-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.JR-screen3__container-block-img img {
  width: 100%;
  display: none;
}

.JR-screen3__container-block-img picture {
  height: 100%;
}

.JR-screen3__container-block-img img[selected] {
  display: block;
}

.JR-screen3__select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid 1px #cfcac9;
  border-radius: 7px;
  width: 110px;
  overflow: hidden;
}

.JR-screen3__select ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.JR-screen3__select[is-open] .JR-screen3__select-options {
  max-height: 262px;
  overflow-y: auto;
}

.JR-screen3__select-finish.JR-screen3__select[is-open] .JR-screen3__select-options,
.JR-screen3__select-case.JR-screen3__select[is-open] .JR-screen3__select-options {
  overflow: hidden;
}

.JR-screen3__select-options {
  max-height: 0;
  transition: max-height 0.3s;
}

.JR-screen3__select li {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  padding-left: 15px;
  transition: color 0.3s;
}

.JR-screen3__select li[aria-selected="false"]:hover {
  color: #b40025;
}

.JR-screen3__select li br {
  display: none;
}

.JR-screen3__selected-option {
  position: relative;
}

.JR-screen3__selected-option::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 16px;
  background-image: url(../images/arrow-black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(90deg);
  right: 14px;
  top: 50%;
  transition: 0.3s;
  z-index: 1;
}

.JR-screen3__selected-option::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to left, #fff1ee 63%, rgba(255, 241, 239, 0.8), rgba(255, 241, 239, 0));
  width: 35px;
  pointer-events: none;
}

.JR-screen3__select[is-open="1"] .JR-screen3__selected-option::before {
  transform: translateY(-50%) rotate(-90deg);
}

.JR-screen3__select-options li {
  background-color: #fff;
}

.JR-screen3__container-finish {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.JR-screen3__container-finish-form {
  padding-top: 85px;
  z-index: 1;
}

.JR-screen3__container-lipstick {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 80px;
  margin-top: 35px;
  position: relative;
}

/* .JR-screen3__container-lipstick[disabled] .JR-screen3__select-shade,
.JR-screen3__container-case-form[disabled] {
  opacity: 0.4;
  pointer-events: none;
} */

.JR-screen3__container-lipstick-img {
  opacity: 0.4;
  z-index: 1;
  position: relative;
}

.JR-screen3[data-screen="shade"] .JR-screen3__container-lipstick-img::before {
  content: "";
  display: block;
  background-color: #fff1ef;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
}

.JR-screen3__container-lipstick-img picture {
  display: block;
}

.JR-screen3__select-shade {
  width: 210px;
}

.JR-screen3__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.JR-screen3__cta {
  margin-right: 0;
  align-self: flex-end;
  margin-bottom: 40px;
}

.JR-screen3__cta[disabled] {
  background-color: #e3dedc;
  border-color: #e3dedc;
  color: #787474;
  pointer-events: none;
}

.JR-screen3__container-lipstick-form #listbox-lips-default:not([aria-selected="true"]) {
  display: none;
}

.JR-screen3__container-lipstick-form {
  margin-left: 5px;
  z-index: 2;
}

.JR-screen3__select-option-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}

.JR-screen3__select-option-color::before {
  content: "";
  display: block;
  border: solid 1px #d19f88;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.JR-screen3__select-shade li[aria-selected="true"] .JR-screen3__select-option-color::before {
  border: solid 1px #9a9999;
  transition: 0s;
}

.JR-screen3__select-shade li:not([aria-selected="true"]):hover .JR-screen3__select-option-color::before {
  width: 20px;
  height: 20px;
  border: solid 1px #9a9999;
}

.JR-screen3__container-block-img-lips {
  width: 280px;
  position: absolute;
  right: calc(100% + 25px);
  bottom: 30px;
}

.JR-screen3__wrapper-lipstick-img {
  height: 384px;
  position: relative;
}

.JR-screen3__container-lipstick-img,
.JR-screen3__container-lipstick-img img,
.JR-screen3__container-block-img-raisin img {
  height: 100%;
  width: auto;
}

.JR-screen3__container-block-img-raisin {
  position: absolute !important;
  top: 1px;
  right: 21px;
  height: 107px;
  z-index: 1;
}

.JR-screen3__container-case-form {
  position: absolute;
  top: 122px;
  right: 0;
  transition: 0.3s;
}

.JR *[role="listbox"]:focus {
  outline: none;
}

.JR-screen3__select-case {
  width: 180px;
}

#listbox-case-default[aria-selected="false"] {
  display: none;
}

.JR-screen3__container-block-img-case {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 205px;
  z-index: 1;
}

.JR-screen3__subtitle {
  display: none;
}

.JR-screen3__back-button {
  display: none;
}

.JR-screen3__block-subtitle {
  display: none;
}

.JR-screen3__container-cta {
  display: none;
}

.JR-screen3__container-block-img-texture {
  display: none;
}

.JR-screen3__container-block-img-item {
  height: 100%;
}

.JR-screen3__subtitle-shade,
.JR-screen3__subtitle-pack {
  display: none;
}

.JR-screen3__select-label {
  margin-bottom: 10px;
}

.JR-screen3__container-block-img-case-head {
  display: none;
}

@media screen and (max-width: 762px) {
  .JR-screen3__container-finish {
    display: none;
  }

  .JR-screen3__container-lipstick-img {
    opacity: 1;
  }

  .JR-screen3:not([data-screen="case"]) .JR-screen3__container-lipstick-img {
    z-index: 2;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-lipstick-img::before {
    content: "";
    display: block;
    background-color: #fff1ef;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 100px;
    left: 0;
  }

  .JR-screen3__wrapper-lipstick-img {
    height: 350px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .JR[data-screen="2"] .JR-header__container-title {
    display: none;
  }

  .JR-screen3__subtitle {
    display: block;
    font-family: var(--GOTHAM-XLIGHT);
    font-size: 28px;
    text-transform: uppercase;
    color: #b40024;
    text-align: center;
    margin: 0;
    margin-top: 25px;
  }

  .JR[data-screen="2"] .JR-screen3__back-button {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    color: #787474;
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
    z-index: 4;
  }

  .JR-screen3__block-subtitle {
    display: block;
    margin: 0;
    font-size: 24px;
    color: #b40024;
    text-transform: uppercase;
    font-family: var(--GOTHAM-XLIGHT);
    line-height: 26px;
    width: calc(100% - 40px);
    border-bottom: solid 1px #b8b5b4;
    left: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    z-index: 3;
    position: absolute;
  }

  .JR-screen3__block-subtitle::before,
  .JR-screen3__block-subtitle::after {
    display: block;
    content: "";
    width: 9px;
    height: 16px;
    background-image: url(../images/arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 9px;
  }

  .JR-screen3__block-subtitle::before {
    transform: rotate(180deg);
    left: 0;
  }

  .JR-screen3__block-subtitle::after {
    right: 0;
  }

  .JR-screen3__block-subtitle-your {
    font-family: var(--LICORICE-REG);
    font-size: 35px;
    position: absolute;
    top: -25px;
    transform: rotate(-10deg);
    left: -12px;
    text-transform: lowercase;
    color: #333333;
    line-height: 32px;
    left: 7px;
  }

  .JR-screen3__block-subtitle span {
    display: block;
  }

  .JR-screen3__container-lipstick {
    margin: 0;
    margin-top: 25px;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding-bottom: 20px;
  }

  .JR-screen3__block-subtitle-shade {
    top: 40px;
  }

  .JR-screen3__block-subtitle-case {
    top: 300px;
  }

  .JR-screen3__container-lipstick-form {
    display: none;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-lipstick-form {
    position: absolute;
    top: 145px;
    z-index: 2;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .JR-screen3__container-lipstick-form .JR-screen3__select-label {
    display: none;
  }

  .JR-screen3__container-lipstick[disabled] .JR-screen3__select-shade,
  .JR-screen3__container-case-form[disabled] {
    opacity: 1;
  }

  .JR-screen3__select {
    width: auto;
    border: none;
    min-height: auto;
  }

  .JR-screen3__select li:not([aria-selected="true"]),
  .JR-screen3__select li {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    padding: 0;
  }

  .JR-screen3__select-option-color {
    display: none;
  }

  .JR-screen3__selected-option::before,
  .JR-screen3__selected-option::after {
    display: none;
  }

  .JR-screen3__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .JR-screen3__container-case-form .JR-screen3__select-label {
    display: none;
  }

  .JR-screen3__cta {
    margin: 0 auto;
    margin-top: 50px;
  }

  .JR-screen3__container-block-img-raisin {
    height: 100px;
    display: none;
    transition: 0.3s;
    right: auto;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-block-img-raisin {
    display: block;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-block-img-raisin img {
    display: block;
    height: 86px;
    transition: all 0.2s, height 0s;
    width: auto;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__block-subtitle,
  .JR-screen3[data-screen="case"] .JR-screen3__block-subtitle {
    display: none;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__cta,
  .JR-screen3[data-screen="case"] .JR-screen3__cta {
    display: none;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-block-img-raisin .slick-current img {
    height: 100px;
    width: auto;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-block-img-lips {
    right: auto;
    left: 50%;
    top: 130px;
    border-top: solid 1px #fff;
    backdrop-filter: blur(5px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #fff1ef);
    -webkit-backdrop-filter: blur(5px);
    transform: translateX(-50%);
    align-items: flex-end;
    z-index: 2;
    width: 100%;
    padding-top: 50px;
    height: 240px;
  }

  .JR-screen3__container-block-img-lips img {
    height: 190px;
  }

  .JR-screen3__select li {
    font-size: 14px;
  }

  .JR-screen3__select li:not([aria-selected="true"]) {
    display: none;
  }

  .JR-screen3 .slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__container-cta,
  .JR-screen3[data-screen="case"] .JR-screen3__container-cta {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .JR-screen3__cta-cancel {
    background-color: #fefefe;
    border: solid 1px #e2e3e5;
    color: #333333;
    margin-right: 25px;
  }

  .JR-screen3:not([data-screen="shade"]) .JR-screen3__container-block-img-texture {
    height: 151px;
    position: absolute;
    top: -27px;
    left: calc(50% + 90px);
    transform: translateX(-50%);
    display: block;
    z-index: 1;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-block-img-texture span {
    display: none;
  }

  .JR-screen3__container-block-img-texture img {
    height: 100%;
  }

  .JR-screen3__container-block-img-texture span {
    position: absolute;
    font-size: 11px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 52px;
  }

  .JR-screen3__container-block-img-case {
    display: block;
    /* width: 100%; */
    /* width: 90px; */
    width: 110px;
    height: auto;
    z-index: 1;
    bottom: 20px;
    /* left: calc(50% - 45px); */
    left: calc(50% - 55px);
    z-index: 2;
  }

  .JR-screen3__container-block-img-case.slick-initialized .slick-list,
  .JR-screen3__container-block-img-case.slick-initialized .slick-track {
    overflow: visible !important;
  }

  /* .JR-screen3__container-block-img-case.slick-initialized .slick-slide {
    width: 110px !important;
  } */

  .JR-screen3__container-block-img picture {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin: 0 10px; */
    margin: 0 auto;
    /* width: 90px !important; */
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-block-img-case .slick-current img {
    height: 252px;
    width: auto;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-block-img-case img {
    height: 201px;
    width: auto;
    margin: 0 auto;
  }

  .JR-screen3:not([data-screen="case"]) .JR-screen3__container-block-img-case {
    display: none;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-block-img-case img {
    display: block;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-block-img-case {
    z-index: 2;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__subtitle {
    display: none;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__subtitle {
    visibility: hidden;
  }

  .JR-screen3[data-screen="shade"] .JR-screen3__subtitle-shade,
  .JR-screen3[data-screen="case"] .JR-screen3__subtitle-pack {
    display: inline-block;
    font-family: var(--GOTHAM-XLIGHT);
    font-size: 28px;
    text-transform: uppercase;
    color: #b40024;
    text-align: center;
    margin: 0;
    margin-top: 25px;
    width: 100%;
  }

  .JR-screen3__subtitle-shade span,
  .JR-screen3__subtitle-pack span {
    font-family: var(--LICORICE-REG);
    color: #333333;
    text-transform: lowercase;
    transform: rotate(-11deg) scale(1.4);
    display: inline-block;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__subtitle-pack {
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 155px;
    backdrop-filter: blur(1px);
  }

  .JR-screen3:not([data-screen="case"]) .JR-screen3__container-case-form {
    display: none;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-cta {
    margin-top: 30px;
  }

  .JR-screen3[data-screen="case"] .JR-screen3__container-case-form {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    top: auto;
  }

  .JR-screen3[data-screen="shade"] .JR-listbox-img-lips-raisin-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 135px;
    width: 68px;
  }

  .JR-screen3[data-screen="shade"] .JR-listbox-img-lips-raisin-container::after {
    content: "";
    display: block;
    background-image: url(../images/raisins/raisin-bottom.png);
    width: 68px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
    bottom: 4px;
    transition: 0.3s;
    margin: 0 auto;
  }

  .JR-listbox-img-lips-raisin-container img {
    margin: 0 auto;
  }

  .JR-screen3__container-block-img-raisin[has-selected="true"] {
    display: flex;
  }

  .JR-screen3__container-block-img-raisin img[is-selected="true"] {
    display: block;
    height: 100px;
    width: auto;
  }

  .JR-screen3__container-block-img-case:not(.slick-initialized)[has-selected="true"],
  .JR-screen3:not([data-screen]) .JR-screen3__container-block-img-case[has-selected="true"] {
    display: flex;
  }

  .JR-screen3:not([data-screen="case"]) .JR-screen3__container-block-img-case {
    display: none;
  }

  .JR-screen3__container-block-img-case img[is-selected="true"] {
    display: block;
    height: 253px;
    width: auto;
  }

  .JR-screen3:not([data-screen="case"]) .JR-screen3__container-block-img-case picture {
    margin: 0;
  }

  .JR-screen3:not([data-screen]) .JR-screen3__container-block-img-case-head {
    display: block;
    position: absolute;
    left: calc(50% + 100px);
    transform: translateX(-50%);
    bottom: 20px;
    max-width: 88px;
    width: 100%;
  }

  .JR-screen3__container-block-img-case-head img {
    width: 100%;
  }

  .JR-screen3__container-block-img-case-head img[is-selected="true"] {
    display: block;
  }
}

@media screen and (min-width: 763px) {
  .JR-screen3__container-block-img-raisin div {
    height: 100%;
  }
}

@media screen and (max-width: 1030px) and (min-width: 763px) {
  .JR-screen3__cta {
    position: absolute;
    right: 20px;
    margin: 0;
    bottom: 0;
  }

  .JR-screen3__container-lipstick {
    margin-left: 30px;
  }

  .JR-screen3__container {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .JR-screen3__container-case-form {
    top: 120px;
    z-index: 1;
  }

  .JR-screen3__container-block-img-lips {
    right: calc(100% + 45px);
  }
}

@media screen and (max-width: 1150px) and (min-width: 981px) {
  .JR-screen3__cta {
    margin-right: 20px;
  }
}

@media screen and (max-width: 980px) and (min-width: 926px) {
  .JR-screen3__container-block-img-lips {
    right: calc(100% + 30px);
  }
}

@media screen and (max-width: 925px) and (min-width: 816px) {
  .JR-screen3__container-block-img-lips {
    width: calc(270 / 925 * 100vw);
    right: calc(100% + 10px);
  }
}

@media screen and (max-width: 815px) and (min-width: 763px) {
  .JR-screen3__container-block-img-lips {
    width: 238px;
    right: calc(100% + 10px);
  }
}

/*******************/
/** ADDED PRODUCT **/
/*******************/

.JR-added-product {
  height: 175px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: solid 3px #b40024;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 3;
}

.JR-added-product p {
  margin: 0 auto;
}

.JR-added-product p span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url(../images/checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.JR-added-product button {
  margin-top: 20px;
}

.add-to-cart-dialog {
  display: none !important;
}

/**/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
/*  button.JR-CTA {
    right: 100px;

  }*/
  .JR-screen3__cta {
    right: 100px;
  }
}


/* ------------------------------ */
@media screen 
and (min-width: 1023px){
  .JR.initialized[data-screen="0"] .JR-header {
    left: 49%;
  }
}

@media screen 
and (max-width: 762px){
  .JR-header__title-text {
    font-size: 32px;
  }
}

/* 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) {
  .JR.initialized[data-screen="0"] .JR-header {
    top: calc(42% - 30px) !important;
  }
  .JR-header__title {
    line-height: 31px;
  }
  .JR-header__title-text {
    font-size: 27px !important;
}
.JR.initialized[data-screen="0"] .JR-screen1__subtitle {
  top: calc(44% + 5px) !important;
}
.JR.initialized[data-screen="0"] .JR-screen__cta.JR-screen1__cta {
  top: calc(45% + 70px) !important;
}
}
/* mobile */
@media (max-width: 480px) {
.JR-header__title-text {
  font-size: 27px;
}
}