.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.text-red {
  color: #c8102e;
}

.mr-10px {
  margin-right: 10px;
}

.mr-20px {
  margin-right: 20px;
}

#xl-template .grid > [class|=col] {
  padding-bottom: 0;
}

#xl-template.blog__muc {
  padding-top: 30px;
}
#xl-template.blog__muc .container-blog {
  max-width: 1500px !important;
}
#xl-template.blog__muc .post__btn--more {
  padding: 5px 24px;
  border: 2px solid #c8102e;
  background-color: #fff;
  color: #c8102e;
  font-size: 18px;
  margin-top: 36px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1400px) {
  #xl-template.blog__muc .post__btn--more {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__muc .post__btn--more {
    margin-top: 10px;
    font-size: 14px;
  }
}
#xl-template.blog__muc .post__btn--more:hover {
  background-color: #c8102e;
  color: #fff;
}
#xl-template.blog__muc .post__btn--more.post__btn--genz {
  border: 2px solid #1a3c33;
  color: #1a3c33;
}
#xl-template.blog__muc .post__btn--more.post__btn--genz:hover {
  color: #fff;
  background-color: #1a3c33;
}
#xl-template.blog__muc h4 {
  color: #c8102e;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__muc h4 {
    font-size: 14px;
  }
}
#xl-template.blog__muc--single .inner--content {
  display: flex;
  flex-wrap: wrap;
}
#xl-template.blog__muc--single h1 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Reader-medium", "OpenSans-Regular", "sans-serif" !important;
  margin-top: 15px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__muc--single h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  #xl-template.blog__muc--single h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 10px;
  }
}
#xl-template.blog__muc--single p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__muc--single p {
    font-size: 14px;
    line-height: 22px;
  }
}
#xl-template.blog__muc--single p a {
  color: #c8102e;
}
#xl-template.blog__muc--single ul {
  margin-bottom: 26px;
}
#xl-template.blog__muc--single ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__muc--single ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
#xl-template.blog__muc--single ul li a {
  color: #c8102e;
}
#xl-template.blog__muc--single video {
  max-width: 100%;
  height: auto;
}
#xl-template.blog__muc--single .like-button {
  position: absolute;
  font-size: 10px;
  top: 0;
  left: 0;
}
#xl-template.blog__muc--single .like-button .pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#xl-template.blog__muc--single .like-button .pld-like-dislike-wrap.pld-custom img {
  max-width: 20px;
  display: inline-block;
  vertical-align: top;
}
#xl-template.blog__muc--single .date {
  position: absolute;
  font-size: 10px;
  top: 0;
  right: 65px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single .date {
    right: 0;
  }
}
#xl-template.blog__muc--single .back--link {
  letter-spacing: 4.8px;
  color: #000000;
  font-family: "Reader-bold", "OpenSans-Bold", "sans-serif" !important;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 100px;
  display: inline-block;
}
#xl-template.blog__muc--single .post__muc--single-text,
#xl-template.blog__muc--single .post__muc--single-images {
  position: relative;
}
#xl-template.blog__muc--single .post__muc--single-full {
  position: relative;
  padding: 80px 65px 15px 0;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__muc--single .post__muc--single-full {
    padding: 40px 0 0;
  }
}
#xl-template.blog__muc--single .post__muc--single-full .video-wall--link {
  position: relative;
  display: block;
}
#xl-template.blog__muc--single .post__muc--single-full .video-wall--link:after {
  content: "";
  background: rgba(200, 16, 46, 0.1333333333) url("/makeup-studio_dv_en/wp-content/uploads/sites/84/2020/09/muc-video_play.png") no-repeat center center;
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: block;
}
#xl-template.blog__muc--single .post__muc--single-full .video-wall--link:hover:after {
  opacity: 1;
}
#xl-template.blog__muc--single .post__muc--single-text {
  position: relative;
  padding: 80px 65px 15px 0;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__muc--single .post__muc--single-text {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single .post__muc--single-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#xl-template.blog__muc--single .post__muc--single-images {
  flex: 0 0 33.333333333%;
  max-width: 33.333333333%;
  box-sizing: border-box;
  padding: 95px 0 0 25px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single .post__muc--single-images {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#xl-template.blog__muc--single .post__muc--single-images img {
  margin-bottom: 30px;
}
#xl-template.blog__muc--single .post__muc--single-textsmall {
  position: relative;
  padding: 80px 65px 15px 0;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single .post__muc--single-textsmall {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0 0;
  }
}
#xl-template.blog__muc--single .post__muc--banner-video {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 100px;
  position: relative;
}
#xl-template.blog__muc--single .post__muc--banner-video .video--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#xl-template.blog__muc--single .post__muc--banner-video .video--overlay .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c8102e;
  font-family: "Reader-bold", "OpenSans-Bold", "sans-serif" !important;
  font-size: 16px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#xl-template.blog__muc--single .post__muc--banner-video .video--overlay .play-btn img {
  display: block;
  margin-bottom: 25px;
  width: 100px;
}
#xl-template.blog__muc--single .post__muc--banner-video .video--overlay .scroll-btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Reader-bold", "OpenSans-Bold", "sans-serif" !important;
}
#xl-template.blog__muc--single .post__muc--banner-video .video--overlay .scroll-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background-color: #fff;
}
#xl-template.blog__muc--single .post__muc--single-video {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single .post__muc--single-video {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
#xl-template.blog__muc--single .post__muc--single-video .video--container {
  position: relative;
}
#xl-template.blog__muc--single .post__muc--single-video .video--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#xl-template.blog__muc--single .post__muc--single-video .video--overlay .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c8102e;
  font-family: "Reader-bold", "OpenSans-Bold", "sans-serif" !important;
  font-size: 16px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#xl-template.blog__muc--single .post__muc--single-video .video--overlay .play-btn img {
  display: block;
  margin-bottom: 25px;
  width: 100px;
}
#xl-template .blog__muc--slide h3 {
  font-size: 56px;
  line-height: 64px;
  font-family: "Reader-medium", "OpenSans-Regular", "sans-serif" !important;
}
@media screen and (max-width: 1400px) {
  #xl-template .blog__muc--slide h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--slide h3 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template .blog__muc--slide h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
#xl-template .blog__muc--slide p {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--slide p {
    font-size: 14px;
    line-height: 24px;
  }
}
#xl-template .blog__muc--slide .post__muc--slide {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#xl-template .blog__muc--slide .post__muc--slide-image {
  flex: 0 0 60%;
  max-width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #xl-template .blog__muc--slide .post__muc--slide-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #xl-template .blog__muc--slide .post__muc--slide-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#xl-template .blog__muc--slide .post__muc--slide-text {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
  padding: 60px 16px 0 96px;
}
@media screen and (max-width: 1400px) {
  #xl-template .blog__muc--slide .post__muc--slide-text {
    padding: 24px 16px 0 64px;
  }
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--slide .post__muc--slide-text {
    padding: 0 16px 0 56px;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template .blog__muc--slide .post__muc--slide-text {
    padding: 0 16px 0 40px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #xl-template .blog__muc--slide .post__muc--slide-text {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#xl-template .blog__muc--posts {
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts {
    margin-top: 60px;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation {
  position: fixed;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation {
    right: 14px;
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2509803922);
    transform: translateY(0);
    padding-top: 13px;
    z-index: 111;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation.show {
  opacity: 1;
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 100px;
  width: 50px;
  transform: translate(0px, -50%);
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul:after {
  content: "";
  display: block;
  background-color: #000;
  width: 4px;
  height: 300px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul:after {
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul:after {
    display: none;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul:before {
  content: "";
  display: block;
  background-color: #c8102e;
  width: 8px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul:before {
    width: 6px;
    height: 40px;
    right: -1px;
    transform: translateY(-9px);
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul:before {
    display: none;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li {
  text-align: right;
  color: #000;
  font-size: 18px;
  font-family: "Reader-medium", "OpenSans-Regular", "sans-serif" !important;
  padding-right: 20px;
  height: 33px;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul li {
    font-size: 14px;
    padding-right: 13px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul li {
    padding-right: 0;
    text-align: center;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li.active {
  color: #c8102e;
  font-size: 26px;
  font-family: "Reader-medium", "OpenSans-Regular", "sans-serif" !important;
  padding-right: 20px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul li.active {
    font-size: 20px;
    padding-right: 13px;
  }
}
@media screen and (max-width: 992px) {
  #xl-template .blog__muc--posts .blog__muc--months-navigation ul li.active {
    padding-right: 0;
    text-align: center;
  }
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li.last_month {
  position: absolute;
  left: -15px;
  top: 0%;
  transform: translate(0px, -50%);
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li.last_months {
  position: absolute;
  left: -15px;
  top: 0%;
  transform: translate(0px, -100%);
  opacity: 0;
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li.next_month {
  position: absolute;
  left: -15px;
  top: 100%;
  transform: translate(0px, -50%);
}
#xl-template .blog__muc--posts .blog__muc--months-navigation ul li.next_months {
  position: absolute;
  left: -15px;
  top: 100%;
  transform: translate(0px, -100%);
  opacity: 0;
}
#xl-template .blog__muc--posts .blog__muc--month:nth-child(even) {
  background-color: rgba(214, 0, 28, 0.1019607843);
}
#xl-template .blog__muc--posts .blog__muc--month-grid {
  padding: 120px 180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1440px) {
  #xl-template .blog__muc--posts .blog__muc--month-grid {
    padding: 120px 90px 120px 60px;
  }
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .blog__muc--month-grid {
    padding: 120px 90px 120px 60px;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template .blog__muc--posts .blog__muc--month-grid {
    padding: 90px 90px 90px 30px;
  }
}
@media screen and (max-width: 768px) {
  #xl-template .blog__muc--posts .blog__muc--month-grid {
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#xl-template .blog__muc--posts .post__muc {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2509803922);
  position: relative;
}
#xl-template .blog__muc--posts .post__muc::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}
@media screen and (max-width: 768px) {
  #xl-template .blog__muc--posts .post__muc::before {
    display: none;
  }
}
#xl-template .blog__muc--posts .post__muc .post__muc--container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #xl-template .blog__muc--posts .post__muc .post__muc--container {
    position: relative;
  }
}
#xl-template .blog__muc--posts .post__muc .post__muc--text {
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #xl-template .blog__muc--posts .post__muc .post__muc--text {
    padding: 60px 20px 35px;
  }
}
#xl-template .blog__muc--posts .post__muc .post__muc--text h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Reader-medium", "OpenSans-Regular", "sans-serif" !important;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  #xl-template .blog__muc--posts .post__muc .post__muc--text h3 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #xl-template .blog__muc--posts .post__muc .post__muc--text h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 10px;
  }
}
#xl-template .blog__muc--posts .post__muc .post__muc--text p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1280px) {
  #xl-template .blog__muc--posts .post__muc .post__muc--text p {
    font-size: 14px;
    line-height: 22px;
  }
}
#xl-template .blog__muc--posts .post__muc .post__muc--text .like-button {
  position: absolute;
  font-size: 10px;
  top: 20px;
  left: 30px;
}
#xl-template .blog__muc--posts .post__muc .post__muc--text .like-button .pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#xl-template .blog__muc--posts .post__muc .post__muc--text .like-button .pld-like-dislike-wrap.pld-custom img {
  max-width: 20px;
  display: inline-block;
  vertical-align: top;
}
#xl-template .blog__muc--posts .post__muc .post__muc--text .date {
  position: absolute;
  font-size: 10px;
  top: 20px;
  right: 30px;
}
#xl-template .blog__muc--posts .post__muc.post--single {
  position: relative;
}
#xl-template .blog__muc--posts .post__muc.post--single .post__muc--image {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#xl-template .blog__muc--posts .post__muc.post--double {
  grid-column: 1/3;
}
#xl-template .blog__muc--posts .post__muc.post--double .post__muc--image,
#xl-template .blog__muc--posts .post__muc.post--double .post__muc--text {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #xl-template .blog__muc--posts .post__muc.post--double .post__muc--image,
  #xl-template .blog__muc--posts .post__muc.post--double .post__muc--text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#xl-template .blog__muc--posts .post__muc.post--double .post__muc--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #xl-template .blog__muc--posts .post__muc.post--double .post__muc--image {
    min-height: 80vw;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.blog__muc--slider {
  z-index: 2;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .blog__muc--slider {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog__muc--slider {
    padding: 0;
  }
}
.blog__muc--slider .slick-dots {
  position: absolute;
  bottom: 50px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: calc(40% - 120px);
  left: calc(60% + 120px);
}
@media screen and (max-width: 1400px) {
  .blog__muc--slider .slick-dots {
    width: calc(40% - 54px);
    left: calc(60% + 54px);
  }
}
@media screen and (max-width: 1024px) {
  .blog__muc--slider .slick-dots {
    width: calc(50% - 35px);
    left: calc(50% + 35px);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .blog__muc--slider .slick-dots {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    text-align: center;
  }
}
.blog__muc--slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 80px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.blog__muc--slider .slick-dots li button {
  background: transparent;
  display: block;
  height: 8px;
  width: 80px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border: 1px solid #000;
}
.blog__muc--slider .slick-dots li button:hover, .blog__muc--slider .slick-dots li button:focus {
  outline: none;
}
.blog__muc--slider .slick-dots li button:hover:before, .blog__muc--slider .slick-dots li button:focus:before {
  opacity: 1;
}
.blog__muc--slider .slick-dots li.slick-active button {
  background-color: #c8102e;
  border: 1px solid #c8102e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#xl-template.blog__muc--single--salestoolbox .image-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: 0;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-front,
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-front {
  align-items: center;
  justify-content: center;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-front .image-box-title {
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 10px 24px 7px;
  background-color: #c8102e;
  position: absolute;
  height: 40px;
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: 12;
  margin-bottom: 0;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-front .image-box-title.image-box-title--double {
  height: 68px;
  top: calc(100% - 68px);
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-front .image-box-title.bg-suncare-blue {
  background-color: #0067B2;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-back {
  padding: 56px 24px 12px;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  flex-direction: column;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-back p {
  font-size: 15px;
  line-height: 21px;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-back.image-box-back--double {
  padding: 85px 24px 12px;
}
#xl-template.blog__muc--single--salestoolbox .image-box .image-box-back.image-box-back--double p {
  margin-bottom: 18px;
}
#xl-template.blog__muc--single--salestoolbox .image-box.active .image-box-front .image-box-title {
  top: 0;
}
#xl-template.blog__muc--single--salestoolbox .image-box.active .image-box-back {
  transform: translateY(0);
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer {
  position: relative;
  border: 1px solid #c8102e;
  color: #c8102e;
  padding: 6px 20px 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  right: -30px;
  background-repeat: no-repeat;
  background-size: 24px;
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer:hover {
  background-color: #ddd;
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer.active {
  background-color: #c8102e;
  color: white;
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer.correct:after {
  background-image: url("../img/circle-check.svg");
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .answer.wrong:after {
  background-image: url("../img/circle-xmark.svg");
}
#xl-template.blog__muc--single--salestoolbox .quiz--multiple-answers .check-btn {
  margin-top: 25px;
}
#xl-template.blog__muc--single--salestoolbox .post__muc--banner-video {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  position: relative;
  aspect-ratio: 228/115;
}
#xl-template.blog__muc--single--salestoolbox .post__muc--banner-video .video--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-size: contain;
}
#xl-template.blog__muc--single--salestoolbox .like-button {
  font-size: 15px;
}
#xl-template.blog__muc--single--salestoolbox .color-red {
  color: #c8102e;
}
#xl-template.blog__muc--single--salestoolbox em {
  font-style: italic;
}
#xl-template.blog__muc--single--salestoolbox strong {
  font-weight: bold !important;
}
#xl-template.blog__muc--single--salestoolbox .d-flex {
  display: flex;
}
#xl-template.blog__muc--single--salestoolbox .align-items-center {
  align-items: center;
}
#xl-template.blog__muc--single--salestoolbox .justify-content-center {
  justify-content: center;
}
#xl-template.blog__muc--single--salestoolbox .show-more-btn, #xl-template.blog__muc--single--salestoolbox .flip-btn, #xl-template.blog__muc--single--salestoolbox .check-btn {
  background-color: #c8102e;
  color: white;
  padding: 8px 24px 5px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #c8102e;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  display: inline-block;
}
#xl-template.blog__muc--single--salestoolbox .show-more-btn:hover, #xl-template.blog__muc--single--salestoolbox .flip-btn:hover, #xl-template.blog__muc--single--salestoolbox .check-btn:hover {
  background-color: white;
  color: #c8102e;
}
#xl-template.blog__muc--single--salestoolbox .show-more-btn.bg-suncare-blue, #xl-template.blog__muc--single--salestoolbox .flip-btn.bg-suncare-blue, #xl-template.blog__muc--single--salestoolbox .check-btn.bg-suncare-blue {
  background-color: #0067B2;
  border-color: #0067B2;
}
#xl-template.blog__muc--single--salestoolbox .show-more-btn.bg-suncare-blue:hover, #xl-template.blog__muc--single--salestoolbox .flip-btn.bg-suncare-blue:hover, #xl-template.blog__muc--single--salestoolbox .check-btn.bg-suncare-blue:hover {
  background-color: white;
  color: #0067B2;
}
#xl-template.blog__muc--single--salestoolbox .content-to-reveal {
  margin-top: 20px;
  display: none;
}
#xl-template.blog__muc--single--salestoolbox .column {
  display: flex;
  flex: 0 0 50%;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single--salestoolbox .column {
    flex: 0 0 100%;
  }
}
#xl-template.blog__muc--single--salestoolbox .flip-card {
  background-color: transparent;
  width: 100%;
  height: 700px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-bottom: 24px;
}
#xl-template.blog__muc--single--salestoolbox .flip-card.flip-card--400 {
  height: 400px;
}
#xl-template.blog__muc--single--salestoolbox .flip-card.flip-card--250 {
  height: 250px;
}
#xl-template.blog__muc--single--salestoolbox .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#xl-template.blog__muc--single--salestoolbox .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
#xl-template.blog__muc--single--salestoolbox .flip-card-front, #xl-template.blog__muc--single--salestoolbox .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding: 12px 24px;
  flex-direction: column;
}
#xl-template.blog__muc--single--salestoolbox .flip-card-front {
  background-color: white;
  color: #c8102e;
  text-align: center;
}
#xl-template.blog__muc--single--salestoolbox .flip-card-front h3 {
  margin-bottom: 40px;
}
#xl-template.blog__muc--single--salestoolbox .flip-card-back {
  background-color: white;
  transform: rotateY(180deg);
}
#xl-template.blog__muc--single--salestoolbox .col {
  flex: 0 0 50%;
  max-width: 50%;
}
#xl-template.blog__muc--single--salestoolbox .col h3 {
  font-size: 20px;
  font-weight: bold;
}
#xl-template.blog__muc--single--salestoolbox .col.col--draggable {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__muc--single--salestoolbox .col.col--draggable {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media screen and (max-width: 576px) {
  #xl-template.blog__muc--single--salestoolbox .col.col--draggable {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
#xl-template.blog__muc--single--salestoolbox .col.col--draggable.rightcol {
  margin-left: 4% !important;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__muc--single--salestoolbox .col.col--draggable.rightcol {
    margin-left: 6% !important;
  }
}
@media screen and (max-width: 576px) {
  #xl-template.blog__muc--single--salestoolbox .col.col--draggable.rightcol {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__muc--single--salestoolbox .col.col--draggable h3 {
    min-height: 60px;
    vertical-align: bottom;
  }
}
#xl-template.blog__muc--single--salestoolbox .item__list {
  margin-left: 0;
  touch-action: none;
}
#xl-template.blog__muc--single--salestoolbox .item__list li {
  position: relative;
  list-style: none;
  border: 1px solid #999;
  color: #c8102e;
  display: block;
  padding: 6px 8px 4px;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
}
#xl-template.blog__muc--single--salestoolbox .item__list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: -27px;
  background: url("../img/icon_arrow_right.svg") no-repeat center center;
  background-size: 14px 14px;
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__muc--single--salestoolbox .item__list li:after {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single--salestoolbox .item__list li:after {
    right: -30px;
  }
}
#xl-template.blog__muc--single--salestoolbox .item__list.item-double-height li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single--salestoolbox .item__list.item-double-height li {
    min-height: 150px;
  }
}
#xl-template.blog__muc--single--salestoolbox .item__list.item-double-height li:after {
  top: 33px;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__muc--single--salestoolbox .item__list.item-double-height li:after {
    top: 60px;
  }
}
#xl-template.blog__muc--single--salestoolbox .item__list.draggable--items li {
  transition: background-color 0.2s ease-in-out;
}
#xl-template.blog__muc--single--salestoolbox .item__list.draggable--items li:hover {
  background-color: #eee;
}
#xl-template.blog__muc--single--salestoolbox .item__list.draggable--items li:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 6px;
  background: url("../img/icon_move.svg") no-repeat center center;
  background-size: 14px 14px;
}
#xl-template.blog__muc--single--salestoolbox .item__list.draggable--items li.placeholder:after, #xl-template.blog__muc--single--salestoolbox .item__list.draggable--items li.dragged:after {
  display: none;
}
#xl-template.blog__muc--single--salestoolbox .answers p {
  display: none;
}
#xl-template.blog__salestoolbox .blog__muc--posts {
  margin-top: -20px;
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc.post--stb-square {
  aspect-ratio: 1/1;
  width: 100%;
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--text .like-button {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--text {
    padding: 80px 20px 30px;
  }
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-new {
  position: absolute;
  left: 0;
  top: 70px;
  text-transform: uppercase;
  background-color: #c8102e;
  font-weight: bold;
  color: white;
  padding: 4px 7px 2px;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-new {
    top: 55px;
    padding: 3px 7px 1px;
    font-size: 12px;
  }
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-genz,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-men,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-science,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-silver,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-suncare,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-festive,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-luxury {
  position: absolute;
  left: 0;
  top: 105px;
  text-transform: uppercase;
  background-color: #1a3c33;
  font-weight: bold;
  color: white;
  padding: 4px 7px 2px;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-genz,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-men,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-science,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-silver,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-suncare,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-festive,
  #xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-luxury {
    top: 84px;
    padding: 3px 7px 1px;
    font-size: 12px;
  }
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-science {
  background-color: black;
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-festive,
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-luxury {
  background-color: #e2cc8f;
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-silver {
  background-color: #c0c0c0;
}
#xl-template.blog__salestoolbox .blog__muc--posts .post__muc .post__muc--badge-suncare {
  background-color: #FF9D00;
}
#xl-template.blog__salestoolbox .blog__muc--month:nth-child(even) {
  background-color: transparent;
  background-image: url("../img/bg_salestoolbox.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#xl-template.blog__salestoolbox .intro-content {
  z-index: 2;
  position: relative;
}
#xl-template.blog__salestoolbox .box__intro {
  margin: 10px 180px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2509803922);
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__salestoolbox .box__intro {
    margin: 10px 90px;
  }
}
@media screen and (max-width: 1024px) {
  #xl-template.blog__salestoolbox .box__intro {
    margin: 10px 60px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #xl-template.blog__salestoolbox .box__intro {
    margin: 10px 0;
  }
}
#xl-template.blog__salestoolbox .box__intro .box__intro--image {
  padding: 0 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__salestoolbox .box__intro .box__intro--image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#xl-template.blog__salestoolbox .box__intro .box__intro--text {
  padding: 0 15px;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media screen and (max-width: 767px) {
  #xl-template.blog__salestoolbox .box__intro .box__intro--text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#xl-template.blog__salestoolbox .box__intro .box__intro--text p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1280px) {
  #xl-template.blog__salestoolbox .box__intro .box__intro--text p {
    font-size: 14px;
    line-height: 22px;
  }
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.draggable--items li.placeholder {
  position: relative;
  background-color: #999;
  /** More li styles **/
}

ul.draggable--items li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.bgcolor__men--cleanse,
.bgcolor__men--shave {
  background: #87CDD4 !important;
  position: relative;
}

.bgcolor__men--cleanse:after {
  content: "";
  display: block;
  top: 0;
  right: -30px;
  width: 30px;
  bottom: 0;
  background: #87CDD4 !important;
  position: absolute;
}
.bgcolor__men--cleanse.no-border:after {
  display: none;
}

.bgcolor__men--strengthen {
  background: #000 !important;
}

.bgcolor__men--hydrate {
  background: #89AFDB !important;
}

.bgcolor__men--agedefense {
  background: #E6454B !important;
}

.bgcolor__men--correct {
  background: #A6A6A6 !important;
}

.range__men {
  background: #595959 !important;
  margin-bottom: 0;
  padding: 8px 0 10px;
  color: white !important;
}

#xl-template .row.newbs.mt-0 {
  margin-top: 0;
}

.products-shiseidomen .pg-product-tile {
  padding-top: 18px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-normal {
  text-transform: none !important;
}

@media (min-width: 992px) {
  #xl-template .row-10 > .col-md-2 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #xl-template .row-10 > .col-md-4 {
    width: 40%;
  }
}
@media (min-width: 992px) {
  #xl-template .row-10 > .col-md-6 {
    width: 60%;
  }
}

.container-videowall h1 {
  margin-bottom: 20px;
}

.video-wall__section {
  margin: 20px 0;
  padding-top: 20px;
}

.video-wall__nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 568px) {
  .video-wall__nav {
    display: inline-block;
    margin-bottom: 0;
  }
}

.video-wall__nav--button {
  padding: 6px 10px 3px;
  background-color: #c8102e;
  color: white;
  display: inline-block;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 568px) {
  .video-wall__nav--button {
    margin-bottom: 10px;
  }
}
.video-wall__nav--button.hidden {
  display: none;
}
.video-wall__nav--button:hover {
  opacity: 0.8;
}

.video-wall--posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .video-wall--posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 568px) {
  .video-wall--posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 0px;
  }
}
.video-wall--posts .video-wall--link {
  position: relative;
  display: block;
}
.video-wall--posts .video-wall--link .badge-new {
  position: absolute;
  left: 0;
  top: 25px;
  text-transform: uppercase;
  background-color: #c8102e;
  font-weight: bold;
  color: white;
  padding: 4px 7px 2px;
}
.video-wall--posts .video-wall--link:after {
  content: "";
  background: rgba(200, 16, 46, 0.1333333333) url("/makeup-studio_dv_en/wp-content/uploads/sites/84/2020/09/muc-video_play.png") no-repeat center center;
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: block;
}
.video-wall--posts .video-wall--link:hover:after {
  opacity: 1;
}
.video-wall--posts .video-wall--caption {
  position: relative;
  margin-top: 14px;
  width: 100%;
}
.video-wall--posts .video-wall--caption .video-wall--title {
  font-size: 14px;
  color: #333333;
  max-width: 85%;
  text-transform: uppercase;
}
.video-wall--posts .video-wall--caption .like-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-wall--posts .video-wall--caption .like-button .pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.video-wall--posts .video-wall--caption .like-button .pld-like-dislike-wrap.pld-custom img {
  max-width: 20px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
  #xl-template h2.video-wall__section--headline {
    font-size: 25px;
    line-height: 32px;
  }
}

.lity-video-container {
  max-width: 1280px;
  height: auto;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.lity-video-container:after {
  position: absolute;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.lity-video-container .lity-video-inner {
  width: 100%;
  height: 100%;
}
.lity-video-container .lity-video-inner video {
  width: auto;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
  display: block;
}

#smakeup .top-video .video-wall--link, #stop-video .top-video .video-wall--link {
  border: 4px solid #c8102e;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 99900;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 99900;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 99910;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 99920;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 99930;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 99940;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-video .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 1280px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.ki__icon-plus {
  position: relative;
}
.ki__icon-plus:after {
  position: absolute;
  display: block;
  bottom: -13px;
  left: 50%;
  content: "+";
  font-size: 45px;
  transform: translate(-50%, 50%);
}

.ml-20 {
  margin-left: 21.5% !important;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #c8102e;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  .scroll-top {
    bottom: 10px;
    right: 10px;
  }
}
.scroll-top:hover {
  bottom: 22px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .scroll-top:hover {
    bottom: 11px;
  }
}
.scroll-top:after, .scroll-top:before {
  position: absolute;
  top: 17px;
  left: 12px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}
.scroll-top:before {
  border-top: 2px solid white;
}
.scroll-top:before {
  border-right: 2px solid white;
}

.grid [class*=span] {
  float: none;
  min-height: auto;
  margin-left: 0;
}
.grid .border-col-right {
  border: none;
  position: relative;
}
.grid .border-col-right:after {
  content: "";
  display: block;
  border-right: 1px solid grey;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

#xl-template.glossary .container-glossary {
  max-width: 1500px !important;
  margin-bottom: 40px;
}
#xl-template.glossary .glossary__items--container {
  background-color: #c8102e;
  padding: 30px;
  height: 750px;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #ffffff #c8102e;
  display: none;
}
@media (min-width: 992px) {
  #xl-template.glossary .glossary__items--container {
    display: block;
  }
}
#xl-template.glossary .glossary__items--container::-webkit-scrollbar {
  width: 16px;
}
#xl-template.glossary .glossary__items--container::-webkit-scrollbar-track {
  background: #c8102e;
}
#xl-template.glossary .glossary__items--container::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 3px solid #c8102e;
}
#xl-template.glossary .glossary__items--container .no-items-message {
  font-size: 18px;
  color: white;
  font-style: italic;
}
#xl-template.glossary .glossary__detail--container {
  scrollbar-width: auto;
  scrollbar-color: #c8102e #ffffff;
}
@media (min-width: 992px) {
  #xl-template.glossary .glossary__detail--container {
    height: 750px;
    border: 1px solid #c8102e;
    padding: 8px 40px 30px;
    overflow: auto;
  }
}
#xl-template.glossary .glossary__detail--container::-webkit-scrollbar {
  width: 16px;
}
#xl-template.glossary .glossary__detail--container::-webkit-scrollbar-track {
  background: #ffffff;
}
#xl-template.glossary .glossary__detail--container::-webkit-scrollbar-thumb {
  background-color: #c8102e;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
#xl-template.glossary .glossary__card {
  color: white;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
#xl-template.glossary .glossary__card h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
#xl-template.glossary .glossary__card:hover {
  text-decoration: underline;
}
#xl-template.glossary .glossary__card--mobile {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  padding: 14px 20px 10px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #c8102e;
  border-radius: 6px;
  margin: 0.5rem 0;
  text-transform: uppercase;
  cursor: pointer;
  position: static !important;
}
#xl-template.glossary .glossary__card--mobile:after {
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary%7Bopacity:1;fill:%23ffffff;%7D.fa-primary%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='fa-primary' d=''/%3E%3Cpath class='fa-secondary' d='M278.6 406.6c-12.5 12.5-32.8 12.5-45.3 0l-192-192c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L256 338.7 425.4 169.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-192 192z'/%3E%3C/svg%3E");
  transition: all 0.2s ease-in-out;
}
#xl-template.glossary .glossary__card--mobile.active {
  position: static !important;
}
#xl-template.glossary .glossary__card--mobile.active:after {
  transform: rotate(180deg);
}
#xl-template.glossary .glossary__card--mobile:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  #xl-template.glossary .glossary__card--mobile {
    display: none;
  }
}
#xl-template.glossary .search__trigger {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #D0D0D0;
  width: 440px;
  margin: 80px auto 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #xl-template.glossary .search__trigger {
    width: 100%;
  }
}
#xl-template.glossary .search__trigger .modal__search-icon {
  width: 28px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
  font-size: 16px;
  margin-top: -7px;
}
#xl-template.glossary .search__trigger p {
  color: #D0D0D0;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
#xl-template.glossary .search__modal, #xl-template.glossary .glossary__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 0;
  z-index: 47000;
  display: flex;
}
#xl-template.glossary .search__modal.hidden, #xl-template.glossary .glossary__modal.hidden {
  display: none;
}
#xl-template.glossary .modal__search-wrapper, #xl-template.glossary .glossary__modal--wrapper {
  width: 670px;
  background-color: #c8102e;
  border-radius: 6px;
  padding: 20px 40px 40px;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: auto;
  scrollbar-color: #c8102e #ffffff;
}
#xl-template.glossary .modal__search-wrapper::-webkit-scrollbar, #xl-template.glossary .glossary__modal--wrapper::-webkit-scrollbar {
  width: 16px;
}
#xl-template.glossary .modal__search-wrapper::-webkit-scrollbar-track, #xl-template.glossary .glossary__modal--wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
#xl-template.glossary .modal__search-wrapper::-webkit-scrollbar-thumb, #xl-template.glossary .glossary__modal--wrapper::-webkit-scrollbar-thumb {
  background-color: #c8102e;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
@media (max-width: 768px) {
  #xl-template.glossary .modal__search-wrapper, #xl-template.glossary .glossary__modal--wrapper {
    width: 100%;
  }
}
#xl-template.glossary .glossary__detail--item {
  position: relative;
}
#xl-template.glossary .glossary__detail--item .glossary__detail--title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #c8102e;
  font-weight: bold;
  padding: 22px 0;
  left: 0;
  right: 0;
  background-color: white;
}
@media (min-width: 992px) {
  #xl-template.glossary .glossary__detail--item .glossary__detail--title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    top: -8px;
    position: sticky;
  }
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--title {
  font-size: 20px;
  color: #c8102e;
  margin: 0.5rem 0;
  font-weight: 600;
}
@media (min-width: 992px) {
  #xl-template.glossary .glossary__detail--item .glossary__accordion--title {
    font-size: 24px;
  }
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--content {
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--content small {
  margin-top: 10px;
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--content .glossary__product {
  flex-basis: 33%;
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--content .glossary__product img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#xl-template.glossary .glossary__detail--item .glossary__accordion--content .glossary__product figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
  color: black;
  text-align: center;
}
#xl-template.glossary .modal__input-wrapper {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
}
#xl-template.glossary .modal__search-icon {
  width: 28px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: white;
  font-size: 16px;
  margin-top: -2px;
}
#xl-template.glossary .modal__search-input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  box-shadow: none;
  height: 35px;
  margin-bottom: 0;
}
#xl-template.glossary .modal__search-input:focus {
  outline: none;
}
#xl-template.glossary .modal__search-input::placeholder {
  color: #fff;
  opacity: 0.6;
}
#xl-template.glossary .modal__active {
  display: flex;
}
#xl-template.glossary .search__list {
  list-style: none;
  margin: 0;
}
#xl-template.glossary .search__item {
  font-size: 18px;
  padding: 12px 20px;
  color: white;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.2s ease-in;
}
#xl-template.glossary .search__item.hidden {
  display: none;
}
#xl-template.glossary .search__item:not(:last-child) {
  margin: 0.5rem 0;
}
#xl-template.glossary .search__item:first-child {
  margin: 0.5rem 0;
}
#xl-template.glossary .search__item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
#xl-template .filter--abc ul {
  list-style: none;
  display: flex;
  padding: 0 0 10px 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: auto;
  scrollbar-color: #c8102e #ffffff;
}
@media (min-width: 992px) {
  #xl-template .filter--abc ul {
    display: block;
  }
}
#xl-template .filter--abc ul::-webkit-scrollbar {
  height: 4px;
}
#xl-template .filter--abc ul::-webkit-scrollbar-track {
  background: #ffffff;
}
#xl-template .filter--abc ul::-webkit-scrollbar-thumb {
  background-color: #c8102e;
  border-radius: 2px;
}
@media (min-width: 992px) {
  #xl-template .filter--abc ul {
    display: block;
  }
}
#xl-template .filter--abc ul li {
  padding: 8px 15px 5px 20px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 5px;
  color: #c8102e;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #xl-template .filter--abc ul li {
    padding: 25px 20px;
  }
}
#xl-template .filter--abc ul li.active, #xl-template .filter--abc ul li:hover {
  color: white;
  background-color: #c8102e;
}
#xl-template .glossary--items--mobile {
  height: 100% !important;
}

#xl-template.blog__muc--single--salestoolbox .sorting {
  margin-left: 4% !important;
}
@media screen and (max-width: 768px) {
  #xl-template.blog__muc--single--salestoolbox .sorting {
    margin-left: 6% !important;
  }
}
@media screen and (max-width: 576px) {
  #xl-template.blog__muc--single--salestoolbox .sorting {
    margin-left: 10% !important;
  }
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items {
  position: relative;
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items li {
  transition: background-color 0.2s ease-in-out;
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items li:hover {
  background-color: #eee;
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items li:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 6px;
  background: url("../img/icon_move.svg") no-repeat center center;
  background-size: 14px 14px;
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items .draggable--over {
  background-color: #ccc;
}
#xl-template.blog__muc--single--salestoolbox .sorting .sortable--items .draggable-mirror {
  background-color: #c8102e;
  color: white;
}

#xl-template h3.new-releases--headline {
  margin-top: 40px;
  margin-bottom: 10px;
}
#xl-template .teaser-box {
  border: 2px solid #c8102e;
  background-position: center calc(50% - 25px);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  aspect-ratio: 10/8;
}
#xl-template .teaser-box a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#xl-template .teaser-box a span {
  width: 100%;
  text-transform: uppercase;
  color: #c8102e;
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(65px);
  font-weight: 600;
  text-align: center;
}
#xl-template .teaser-box a:hover span {
  color: #fff;
}
#xl-template .teaser-box.teaser-box--loyalty {
  background-image: url("../img/home_icon_loyalty.png");
}
#xl-template .teaser-box.teaser-box--glossary {
  background-image: url("../img/home_icon_glossary.png");
}
#xl-template .teaser-box.teaser-box--salestoolbox {
  background-image: url("../img/home_icon_salestoolbox.png");
}
#xl-template .teaser-box.teaser-box--videowall {
  background-image: url("../img/home_icon_videowall.png");
}
#xl-template .teaser-box:hover {
  background-color: #c8102e;
}
#xl-template .teaser-box:hover.teaser-box--loyalty {
  background-image: url("../img/home_icon_loyalty_white.png");
}
#xl-template .teaser-box:hover.teaser-box--glossary {
  background-image: url("../img/home_icon_glossary_white.png");
}
#xl-template .teaser-box:hover.teaser-box--salestoolbox {
  background-image: url("../img/home_icon_salestoolbox_white.png");
}
#xl-template .teaser-box:hover.teaser-box--videowall {
  background-image: url("../img/home_icon_videowall_white.png");
}
#xl-template .new-releases {
  margin: 0 0 40px;
}
#xl-template .new-releases a .image {
  overflow: hidden;
}
#xl-template .new-releases a .image img {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#xl-template .new-releases a .product-name {
  margin-top: 18px;
}
#xl-template .new-releases a .product-name h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  color: #000;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
#xl-template .new-releases a .product-name p small {
  color: #000;
  transition: all 0.3s ease-in-out;
}
#xl-template .new-releases a:hover .image img {
  transform: scale(1.1);
}
#xl-template .new-releases a:hover .product-name h4, #xl-template .new-releases a:hover .product-name p small {
  color: #777;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.submenu-flex > .mega-menu-link {
  display: none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.submenu-flex > ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  position: static;
}
@media (max-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.submenu-flex > ul.mega-sub-menu {
    display: block;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.submenu-flex > ul.mega-sub-menu > li {
  padding: 15px;
}
@media (max-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.submenu-flex > ul.mega-sub-menu > li {
    padding: 5px;
  }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-] {
  display: flex;
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-] {
    flex-direction: column;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-] .mega-menu-toggle {
    display: none !important;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-] > a {
  padding: 8px 15px 4px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-] > a {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu [class^=mega-mega-menu-trigger-].menu-active > a {
  background: #333 !important;
  color: #ffffff !important;
  font-weight: normal !important;
  text-decoration: none !important;
  border-color: #fff !important;
}

#mega-menu-wrap-hidden-menu-skincare,
#mega-menu-wrap-hidden-menu-makeup,
#mega-menu-wrap-hidden-menu-fragrance,
#mega-menu-wrap-hidden-menu-suncare {
  margin-left: -15px !important;
  margin-right: -15px !important;
  background: white !important;
  position: unset !important;
  display: none !important;
}
#mega-menu-wrap-hidden-menu-skincare .mega-menu-toggle,
#mega-menu-wrap-hidden-menu-makeup .mega-menu-toggle,
#mega-menu-wrap-hidden-menu-fragrance .mega-menu-toggle,
#mega-menu-wrap-hidden-menu-suncare .mega-menu-toggle {
  display: none !important;
}
#mega-menu-wrap-hidden-menu-skincare.active,
#mega-menu-wrap-hidden-menu-makeup.active,
#mega-menu-wrap-hidden-menu-fragrance.active,
#mega-menu-wrap-hidden-menu-suncare.active {
  display: block !important;
}
#mega-menu-wrap-hidden-menu-skincare.active > ul > li,
#mega-menu-wrap-hidden-menu-makeup.active > ul > li,
#mega-menu-wrap-hidden-menu-fragrance.active > ul > li,
#mega-menu-wrap-hidden-menu-suncare.active > ul > li {
  display: block !important;
}
#mega-menu-wrap-hidden-menu-skincare.active > ul > li > ul,
#mega-menu-wrap-hidden-menu-makeup.active > ul > li > ul,
#mega-menu-wrap-hidden-menu-fragrance.active > ul > li > ul,
#mega-menu-wrap-hidden-menu-suncare.active > ul > li > ul {
  position: static;
}

#mega-menu-hidden-menu-makeup,
#mega-menu-hidden-menu-fragrance,
#mega-menu-hidden-menu-skincare,
#mega-menu-hidden-menu-suncare {
  padding: 0;
  margin: 0;
}

#mega-menu-wrap-hidden-menu-makeup,
#mega-menu-wrap-hidden-menu-fragrance,
#mega-menu-wrap-hidden-menu-skincare,
#mega-menu-wrap-hidden-menu-suncare {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-hidden-menu-makeup,
  #mega-menu-hidden-menu-fragrance,
  #mega-menu-hidden-menu-skincare,
  #mega-menu-hidden-menu-suncare {
    display: block !important;
  }
}
.snowfield {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute !important;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  pointer-events: all;
  /*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

   */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.snowflake-solid {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

/*# sourceMappingURL=bspw-custom_muc.css.map */
