html {
  scroll-behavior: smooth;
} 

#FeatureEditorial {
  max-width: 100%;
}

#FeatureEditorial .carousel {
  margin-top: 50px;
  max-width: 1200px;
}

#FeatureEditorial .carousel__slide__wrapper {
  max-width: 100%;
}

#FeatureEditorial .carousel__slide__content {
  max-width: 80%;
}

#FeatureEditorial .carousel .products__item {
  max-width: 140px;
}

#FeatureEditorial .products {
  margin-top: 50px;
  max-width: 800px;
  min-height: 280px;
}

#FeatureEditorial .products a {
  width: 140px;
}

#FeatureEditorial .content__title {
  margin-top: 0px;
}

#FeatureEditorial .style__content__cta:last-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

#FeatureEditorial .beauty-offer-tabpage {
  margin-top: 50px;
}

#FeatureEditorial #beauty-tab-0,
#FeatureEditorial #beauty-tab-1,
#FeatureEditorial #beauty-tab-2 {
  padding-top: 80px;
}

.beauty-offer-tabpage .beauty-offer-tab_title {
  text-align: center;
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title {
  display: flex;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  overflow-x: scroll;
  justify-content: center;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title::-webkit-scrollbar {
  display: none;
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title li {
  float: left;
  text-align: center;
  padding: 0 10px !important;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title li a {
  padding: 5px 45px 5px;
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title li.active {
  border-bottom: 4px solid #333;
  margin-bottom: -2px;
}

.beauty-offer-tabpage .beauty-offer-tab_sub_title li.active a {
  font-family: "Lane Crawford Bold";
}

.tab-container {
  position: relative;
  overflow: hidden;
  margin-bottom: -40px !important;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.left-arrow {
  left: 0;
  padding-bottom: 16px;
  background-color: white;
}

.right-arrow {
  right: 0;
  padding-bottom: 16px;
  background-color: white;
}

em {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #FeatureEditorial .hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #FeatureEditorial .products__item {
    margin: 0 10px;
  }
  #FeatureEditorial .content__desc {
    margin-top: 60px;
  }
  #FeatureEditorial .flickity-button.previous {
    left: 10px;
  }
  #FeatureEditorial .flickity-button.next {
    right: 10px;
  }
  #FeatureEditorial .beauty-offer-tabpage {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #FeatureEditorial .flickity-prev-next-button.previous {
    top: 100px;
    left: 0px;
  }
  #FeatureEditorial .flickity-prev-next-button.next {
    top: 100px;
    right: 0px;
  }
}

@media screen and (max-width: 988px) {
  .beauty-offer-tabpage .beauty-offer-tab_sub_title {
    justify-content: normal;
  }
}

/* hotspot */
/* Desktop */
#classic_1 {
    left: 60.5%;
    top: 40%; 
}
#classic_2 {
    left: 20.5%;
    top: 40%; 
}
#classic_3 {
    left: 18.5%;
    top: 58%; 
}
#classic_4 {
    left: 75%;
    top: 70%; 
}
#mask_1 {
    left: 95%;
    top: 89%; 
}
#mask_2 {
    left: 85%;
    top: 95%; 
}
#mask_3 {
    left: 62%;
    top: 92%; 
}
#mask_4 {
    left: 82%;
    top: 50%; 
}
#holiday_1 {
    left: 12%;
    top: 78%; 
}
#holiday_2 {
    left: 30%;
    top: 82%; 
} 

/* Mobile */

@media only screen and (min-width: 768px) {
    #FeatureEditorial:not(.full-width) .hero__image {
        max-height: 800px;
    }
}

#FeatureEditorial .beauty-offer-tabpage > div[id^="beauty-tab-"] {
    display: block !important;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


#FeatureEditorial .beauty-offer-tabpage > div[id^="beauty-tab-"].tab-active {
    height: auto;
    overflow: visible;
    visibility: visible;
}

#FeatureEditorial #beauty-tab-0, #FeatureEditorial #beauty-tab-1, #FeatureEditorial #beauty-tab-2 {
    padding-top: 20px;
}