html {
  scroll-behavior: smooth;
}
.row {
//  max-width: 100%;
}
#FeatureEditorial {
  max-width: 1200px;
}

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

@media only screen and (min-width: 768px) {
    #FeatureEditorial .hero {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

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

@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;
  }
}

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

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

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

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

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

@media only screen and (min-width: 768px) {
  #FeatureEditorial .products__item {
    margin: 0 10px;
  }

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

  #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;
  }
}

#FeatureEditorial .beauty-offer-tabpage {
  margin-top: 50px;
}
#FeatureEditorial .beauty-offer-tab_block h2{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding:20px 0 10px;}
#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title li {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

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

#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title {
  display: flex;
  margin-bottom: 10px;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  align-items: flex-start;
}

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

#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title div {
  float: left;
  text-align: center;
  padding: 0 !important;
  margin: 0 auto;
}

#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title div a {
  opacity: 50%;
  max-width: 33%;
}

#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title p {
 padding: 0 20px 10px
}

#FeatureEditorial .beauty-offer-tabpage .beauty-offer-tab_sub_title div.active a {
  opacity: 100%;
}
#FeatureEditorial .style__content__cta__button {
  min-width: 250px;}
.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;
}

ul.beauty-offer-tab_sub_title {
  display: flex;
  overflow-x: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

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

#game-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 8px 30px;
}

em {
  font-size: 14px;
}

#game-result {
  width: 100%
}

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

#FeatureEditorial #beauty-tab-0,
#FeatureEditorial #beauty-tab-1,
#FeatureEditorial #beauty-tab-2 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
.beauty-offer-tab_sub_title img{
  max-width: 300px;
}
}
