#main-header-wrapper2 {
  position: static!important;
}
.boom-body-wrapper {
  margin-top: 0!important;
}

.zp-container--md {
  display: block;
}

.zp-container-new {
  max-width: 940px;
  margin: 0 auto;
  width: 84.5%;
}

.zp-container--md .zp-fivemakeuptips,
.zp-container--md .zp-fivemakeuptips__title,
.zp-section__left {
  width: 100%;
}

.zp-section__product__wrap {
  display: none;

}

.fivemakeuptips-section__img {
  max-width: 940px;
}

.zp-section__product {
  display: flex;
  justify-content: space-between;
  position: sticky;
  position: -webkit-sticky;
  top: 5px;
  padding: 20px 22px 20px 22px;
  border: solid 1px #979797;
}

.zp-section__sub-product {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zp-fivemakeuptips-section__content h2,
.zp-fivemakeuptips-section__content p {
  padding: 0!important;
}

.zp-section__product__img {
  max-width: 100%;
  height: auto;
}

#generic-page .zp-section__product__wrap .zp-section__product__img {
  margin: 0;
}
#generic-page .zp-section__product__title {
  font-family: var(--font-body-family);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #22232b;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;

}
#generic-page .zp-section__product .zp-section__product__text {
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #22232b;
  font-size: 15px;
  letter-spacing: 0.9px;
}
.zp-section__offset-bottom--lg {
  margin-bottom: 20px!important;
}
.zp-section__offset-bottom--md {
  margin-bottom: 15px!important;
}
.store-customize-yotpo-widget {
  margin: 15px auto 0;
}
.zp-section__product .yotpo-bottomline .yotpo-icon-star {
  font-size: 23px!important;
}
.zp-fivemakeuptips__title {
  text-align: left!important;
  font-size: 24px!important;
  line-height: 30px!important;
  letter-spacing: 1px!important;
}

#generic-page .zp-section__product__btn {
  display: block;
  width: 190px;
  margin: 0 auto;
  padding: 14px 0;
  font-family: var(--font-body-family) !important;
  font-size: 18px;
  font-weight: 700;;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  background-color: #D95074;
  text-transform: uppercase !important;
  transition: all ease-out 0.2s !important;
  border: 1px solid #D95074;
}

#generic-page .zp-section__product__btn:hover,
#generic-page .zp-section__product__btn:focus {
  background-color: #ffffff; color: #D95074;
}

.zp-fivemakeuptips {
  padding: 0!important;
}

@media only screen and (max-width: 992px) {
  #generic-page .zp-section__product__title {
    font-size: 20px;
  }
  #generic-page .zp-section__product .zp-section__product__text {
    font-size: 14px;
  }
  #generic-page .zp-section__product__btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 848px) {
  .zp-section__product {
    top: 90px;
  }

  #generic-page .zp-section__product__title {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .zp-container--md {
    display: flex;
    margin: 0 auto;
  }

  .zp-container-new {
    width: 90.5%;
  }

  .zp-section__left {
    width: 60%;
    padding-right:30px;
  }

  .zp-section__product__wrap {
    display: block;
    width: 40%;
  }
}

@media only screen and (min-width: 1024px) {
 .zp-container--md {
    max-width: 1440px;
    width: 95%;
  }

  .zp-section__product__wrap {
    padding-right: 80px;
  }

}

@media only screen and (min-width: 1200px) {
  .zp-section__left {
    padding-left:100px;
  }

  .zp-section__product__wrap {
    padding-right: 100px;
    padding-left:30px;
  }
}

@media only screen and (min-width: 1500px) {

 .zp-container--md {
    max-width: 1440px;
    width: 100%;
  }
}
