:root {
  --COLOR-PINK: #f44ba0;
  --COLOR-CREAM: #fdfdfd;
  --COLOR-GREY: #cfcac9;
  --COLOR-RED: #b40024;
  --COLOR-LIGHT-PINK: #fcf1f6;
}

/*-----------------------------------------------------*/
.lip-oil-push-game {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 305px;
  margin: 0 auto;
  max-width: 868px;
  height: 261px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.lip-oil-push-game * {
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
}
/*-----------------------------------------------------*/
.lip-oil-push-game__visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/*-----------------------------------------------------*/
.lip-oil-push-game__text {
  color: #fff;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  max-width: 410px;
  margin: 20px 0;
  text-align: left;
}
/*-----------------------------------------------------*/
.lip-oil-push-game__title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
    sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.lip-oil-push-game__title .red {
  color: #ec2634;
}

.lip-oil-push-game__title .yellow {
  color: #fdeb20;
}

.lip-oil-push-game__title .pink {
  color: #f44ba0;
}

.lip-oil-push-game__title .orange {
  color: #ff9c28;
}

.lip-oil-push-game__title .white {
  color: #fff;
  animation: none;
}
/*-----------------------------------------------------*/
.lip-oil-push-game__cta a {
  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-push-game__cta a:focus,
.lip-oil-push-game__cta a:hover {
  border: solid 1px var(--COLOR-RED) !important;
  background-color: #fff;
  color: var(--COLOR-RED);
  outline: none !important;
}
@media (max-width: 762px) {
  /*-----------------------------------------------------*/
  .lip-oil-push-game {
    padding-left: 0;
    margin: 0 auto;
    max-width: 336px;
    min-width: 320px;
    width: calc(100% - 40px);
    height: 520px;
    justify-content: flex-start;
    align-items: center;
  }
  /*-----------------------------------------------------*/
  .lip-oil-push-game__visual {
    left: 50%;
    transform: translateX(-50%);
  }
  /*-----------------------------------------------------*/
  .lip-oil-push-game__text {
    margin-top: 200px;
    width: calc(100% - 40px);
    text-align: center;
  }
  /*-----------------------------------------------------*/
  .lip-oil-push-game__title {
    margin-top: 35px;
    text-align: center;
  }
  /*-----------------------------------------------------*/
  .lip-oil-push-game__title .white {
    display: block;
  }
  /*-----------------------------------------------------*/
  .lip-oil-push-game__cta {
  }
}

#popin-lip-oil {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
}

#popin-lip-oil::before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

#popin-lip-oil > button {
  width: 40px;
  height: 40px;
  top: 50px;
  right: 50px;
  background-image: url(../merchpage/images/close-popin.svg);
  background-size: 40px auto;
  min-width: 0;
  cursor: pointer;
  border: 0px solid;
  background-color: transparent;
  z-index: 100;
  padding: 0;
  font-size: 0;
  position: absolute;
}

#popin-lip-oil > div {
  border: 0px;
  position: absolute;
  z-index: 2;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  background-color: #fff;
}

@media (max-width: 761px) {
  #popin-lip-oil::before {
    display: none;
  }
  #popin-lip-oil > div {
    height: 100vh; /* calc(100vh - 48px);*/
    width: 100%;
    margin-top: 48px;
  }
  #popin-lip-oil > button {
    right: 10px;
  }
}
