/******************************
ProductDetail
*******************************/
.bscstm .ls-10em {
  font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
.bscstm .ls-12em {
  font-feature-settings: "palt";
  letter-spacing: 0.12em !important;
}
.bscstm .ls-14em {
  font-feature-settings: "palt";
  letter-spacing: 0.14em !important;
}
.bscstm .ls-16em {
  font-feature-settings: "palt";
  letter-spacing: 0.16em !important;
}
.bscstm .ls-20em {
  font-feature-settings: "palt";
  letter-spacing: 0.2em !important;
}
@media screen and (min-width: 768px) {
  .bscstm .w-md-auto {
    width: auto !important;
  }
  .bscstm .ls-md-10em {
    font-feature-settings: "palt";
    letter-spacing: 0.1em !important;
  }
  .bscstm .ls-md-12em {
    font-feature-settings: "palt";
    letter-spacing: 0.12em !important;
  }
  .bscstm .ls-md-14em {
    font-feature-settings: "palt";
    letter-spacing: 0.14em !important;
  }
  .bscstm .ls-md-16em {
    font-feature-settings: "palt";
    letter-spacing: 0.16em !important;
  }
  .bscstm .ls-md-20em {
    font-feature-settings: "palt";
    letter-spacing: 0.2em !important;
  }
}

@media screen and (min-width: 768px) {
  .LC_Page_Products_Detail .makeup {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .LC_Page_Products_Detail .makeup {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: right;
    width: 100%;
    padding-right: 15px;
    line-height: 1;
  }
}
.LC_Page_Products_Detail .comparison-slider {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .LC_Page_Products_Detail .comparison-slider {
    width: 420px;
    position: absolute;
    top: 9.5%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  .LC_Page_Products_Detail .comparison-slider {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
  }
}
.LC_Page_Products_Detail .comparison-slider img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .LC_Page_Products_Detail .comparison-slider img {
    width: 100%;
    height: auto;
  }
}
.LC_Page_Products_Detail .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.LC_Page_Products_Detail .comparison-slider .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  cursor: ew-resize;
  transition: background 0.2s;
}
.LC_Page_Products_Detail .comparison-slider .divider:hover {
  background: #ddd;
}
.LC_Page_Products_Detail .comparison-slider .divider-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}