.invisible.visible {
  visibility: visible !important;
}

.spotlight-item-view .container {
  overflow-x: visible;
}

.flex-media {
  display: flex;
  align-items: flex-start;
}

.flex-media .body {
  flex: 1;
}

.btn-user-review {
  background-color: #136939;
  border: 1px solid #FFFFFF;
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: 0;
  padding: 0 70px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 40px;
}
@media (max-width: 640px) {
  .btn-user-review {
    padding: 0 60px;
    font-size: calc(100vw * 20/375);
  }
}
.btn-user-review:visited {
  color: white;
}
@media (max-width: 767px) {
  .btn-user-review {
    font-size: calc(100vw * 30/375);
  }
}

.border-main-color {
  border: 2px solid var(--main-color);
}

.border-main-bottom {
  border-bottom: 10px solid var(--main-color);
}

.w-20 {
  width: 20% !important;
}

.mw-100vw {
  max-width: 100vw;
}

.mw-1280px {
  max-width: 1280px;
}

.mw-1140px {
  max-width: 1140px;
}

.mw-1000px {
  max-width: 1000px;
}

.text-fat {
  transform: scale(1, 0.85);
}

ul.black-disc {
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  ul.black-disc {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc {
    padding-left: 2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc {
    padding-left: 1.5rem;
  }
}
ul.black-disc li {
  position: relative;
}
ul.black-disc li:before {
  content: "•";
  position: absolute;
  margin-left: -2.25rem;
  font-size: 150%;
  line-height: 0.7;
  color: black;
}
@media (max-width: 991px) {
  ul.black-disc li:before {
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc li:before {
    margin-left: -2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc li:before {
    margin-left: -1.5rem;
  }
}

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px));
}

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px));
  }
}
@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw;
  }

  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.font-green {
  color: #136939;
}

.w-45 {
  width: 45% !important;
}

.w-35 {
  width: 35% !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.2;
}

.cover.over-width {
  background: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/desktop/header-bg.png") top left no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .cover.over-width {
    background-color: #F2F8F1;
    padding-bottom: 5%;
  }
}
.cover.over-width .logo {
  width: calc(100vw * 150/1280);
  margin-bottom: 5%;
}
.cover.over-width .logo.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media (min-width: 1280px) {
  .cover.over-width .logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .logo {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: calc(100vw * 95/375);
  }
}
.cover.over-width .title {
  text-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cover.over-width .title {
    flex-direction: column;
  }
}
.cover.over-width .title .product-image {
  flex-basis: 50%;
}
.cover.over-width .title .product-image > img {
  width: 100%;
}
.cover.over-width .title .content {
  margin-top: 5%;
}
.cover.over-width .title .content > div {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cover.over-width .title .content > div {
    color: #136939;
  }
}
.cover.over-width .title .content > div .product-name {
  transform: translateX(-7.5%);
}
.cover.over-width .title .content > div .product-name > p {
  line-height: 0.8;
  font-family: "DB-Heavent-reg";
  font-size: calc(100vw * 75/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .title .content > div .product-name > p {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .title .content > div .product-name > p {
    font-size: calc(100vw * 60/375);
  }
}
.cover.over-width .title .content > div .product-name > p:last-child {
  transform: translateX(35%);
}
@media (max-width: 767px) {
  .cover.over-width .title .content > div .product-name > p:last-child {
    transform: translateX(25%);
  }
}
.cover.over-width .title .content > div h2,
.cover.over-width .title .content > div h1 {
  font-weight: normal;
}
.cover.over-width .title .content > div h1 {
  font-size: calc(100vw * 60/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .title .content > div h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .title .content > div h1 {
    font-size: calc(100vw * 40/375);
  }
}
.cover.over-width .title .content > div h2 {
  font-size: calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .title .content > div h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .title .content > div h2 {
    font-size: calc(100vw * 30/375);
  }
}
.cover.over-width .title .content > div h1, .cover.over-width .title .content > div h2, .cover.over-width .title .content > div p {
  text-shadow: 2px 2px 5px rgba(64, 64, 64, 0.5);
}

.shadow-box {
  border: 1px solid #139A4B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
  position: relative;
}
.shadow-box > p {
  font-family: "DB-Heavent-li";
}
.shadow-box > p strong {
  font-family: "DB-Heavent-reg";
}

.info-product-item > img.logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@media (max-width: 767px) {
  .info-product-item > img {
    width: 80% !important;
  }
}

#section-1 {
  background-color: #F4F9F2;
  background-image: linear-gradient(to bottom, #FFFFFF 20%, #FFFFFF 40%, #F4F9F2 100%);
}
#section-1::before {
  content: "";
  height: 20%;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#section-1 > .title {
  position: relative;
  background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/desktop/product-title-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-1 > .title > p {
  text-align: center;
  color: #FFFFFF;
  padding: 2.5% 0 5%;
  font-size: calc(100vw * 60/1000);
}
@media (min-width: 1000px) {
  #section-1 > .title > p {
    font-size: 60px;
    padding: 32px 0 64px;
  }
}
@media (max-width: 767px) {
  #section-1 > .title > p {
    font-size: calc(100vw * 32/375);
  }
}
#section-1 .product-info .info-with-line {
  position: relative;
}
@media (max-width: 767px) {
  #section-1 .product-info .info-with-line > p {
    width: calc(100vw * 130/375);
  }
}
#section-1 .product-info .info-with-line .dot-and-line {
  position: relative;
  height: 10px;
  width: 83px;
}
#section-1 .product-info .info-with-line .dot-and-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #95989A;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1 .product-info .info-with-line .dot-and-line::after {
  content: "";
  width: 70px;
  border-bottom: 1px solid #95989A;
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (max-width: 767px) {
  #section-1 .product-info .info-with-line .dot-and-line.short {
    width: 113px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.short::after {
    border: none;
    background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/line1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  #section-1 .product-info .info-with-line .dot-and-line.short {
    width: 83px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.short::after {
    width: 80px;
    height: 40px;
  }
}
#section-1 .product-info .info-with-line .dot-and-line.extra-long {
  width: 193px;
}
#section-1 .product-info .info-with-line .dot-and-line.extra-long::after {
  width: 180px;
}
@media (max-width: 767px) {
  #section-1 .product-info .info-with-line .dot-and-line.extra-long {
    width: 113px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.extra-long::after {
    border: none;
    background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/line3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    top: -35px;
  }
}
@media (max-width: 640px) {
  #section-1 .product-info .info-with-line .dot-and-line.extra-long {
    width: 83px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.extra-long::after {
    width: 80px;
    height: 40px;
    top: -27px;
  }
}
#section-1 .product-info .info-with-line .dot-and-line.long {
  width: 163px;
}
#section-1 .product-info .info-with-line .dot-and-line.long::after {
  width: 150px;
}
@media (max-width: 767px) {
  #section-1 .product-info .info-with-line .dot-and-line.long {
    width: 113px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.long::after {
    border: none;
    background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/line2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  #section-1 .product-info .info-with-line .dot-and-line.long {
    width: 83px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.long::after {
    width: 80px;
    height: 30px;
  }
}
#section-1 .product-info .info-with-line .dot-and-line.medium {
  width: 113px;
}
#section-1 .product-info .info-with-line .dot-and-line.medium::after {
  width: 100px;
}
@media (max-width: 640px) {
  #section-1 .product-info .info-with-line .dot-and-line.medium {
    width: 83px;
  }
  #section-1 .product-info .info-with-line .dot-and-line.medium::after {
    width: 80px;
  }
}
#section-1 .product-info .product-image {
  width: 40%;
}
@media (max-width: 767px) {
  #section-1 .product-info .product-image {
    width: 35%;
  }
}
#section-1 .product-image-shot {
  width: 60%;
}
#section-1 .price-list > span {
  color: #136939;
  background-color: #F2F8F1;
  border-left: 10px solid #136939;
  padding: 5px 40px;
  font-size: 32px;
}
@media (max-width: 767px) {
  #section-1 .price-list > span {
    font-size: calc(100vw * 22/375);
  }
}
#section-1 .ingredient {
  margin-top: 130px;
}
@media (max-width: 767px) {
  #section-1 .ingredient {
    margin-top: 25%;
  }
}
#section-1 .ingredient .title {
  margin-top: -12.5%;
}
@media (max-width: 767px) {
  #section-1 .ingredient .title {
    margin-top: -20%;
  }
}
#section-1 .ingredient .title img {
  width: 25%;
}
@media (max-width: 767px) {
  #section-1 .ingredient .title img {
    width: 40%;
  }
}
#section-1 .ingredient .title .body {
  padding-left: 5%;
}
#section-1 .ingredient .title .body h2 {
  font-size: calc(100vw * 55/1000);
}
@media (min-width: 1000px) {
  #section-1 .ingredient .title .body h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #section-1 .ingredient .title .body h2 {
    font-size: calc(100vw * 46/375);
    line-height: 0.75;
  }
  #section-1 .ingredient .title .body h2 span {
    font-size: calc(100vw * 38/375);
  }
}
#section-1 .ingredient .title .body p {
  font-size: calc(100vw * 28/1000);
}
@media (min-width: 1000px) {
  #section-1 .ingredient .title .body p {
    font-size: 28px;
  }
}
#section-1 .ingredient p.d-md-none {
  font-size: calc(100vw * 22/375);
}
#section-1 .ingredient .ingredient-list {
  display: flex;
  flex-flow: wrap;
}
#section-1 .ingredient .ingredient-list .ingredient-item {
  width: 50%;
  padding-top: 2.5%;
}
@media (max-width: 767px) {
  #section-1 .ingredient .ingredient-list .ingredient-item {
    padding-top: 5%;
    width: 100%;
  }
}
#section-1 .ingredient .ingredient-list .ingredient-item img {
  width: 15%;
}
#section-1 .ingredient .ingredient-list .ingredient-item .body h3 {
  font-weight: bold;
  color: #136939;
  font-size: calc(100vw * 28/1000);
}
@media (min-width: 1000px) {
  #section-1 .ingredient .ingredient-list .ingredient-item .body h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #section-1 .ingredient .ingredient-list .ingredient-item .body h3 {
    font-size: calc(100vw * 22/375);
  }
}
#section-1 .ingredient .ingredient-list .ingredient-item .body p {
  font-size: calc(100vw * 28/1000);
}
@media (min-width: 1000px) {
  #section-1 .ingredient .ingredient-list .ingredient-item .body p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #section-1 .ingredient .ingredient-list .ingredient-item .body p {
    font-size: calc(100vw * 22/375);
  }
}

#section-2 {
  background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/desktop/product-awards-bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  #section-2 {
    background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/mobile/product-awards-bg@2x.png");
  }
  #section-2::before {
    height: 10%;
  }
}
#section-2 .title-text > img {
  width: 45%;
}
@media (max-width: 767px) {
  #section-2 .title-text > img {
    width: 75%;
  }
}
#section-2 .title-text p {
  margin-top: 2.5%;
  font-size: calc(100vw * 46/1000);
}
@media (min-width: 1000px) {
  #section-2 .title-text p {
    font-size: 46px;
  }
  #section-2 .title-text p span {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #section-2 .title-text p {
    font-size: calc(100vw * 25/375);
  }
}
#section-2 ul {
  margin: 5% 0;
}
#section-2 ul li {
  display: flex;
  flex-flow: row;
  font-size: calc(100vw * 34/1000);
}
@media (min-width: 1000px) {
  #section-2 ul li {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #section-2 ul li {
    font-size: calc(100vw * 22/375);
    line-height: 1.2;
    padding-bottom: 2%;
  }
}
#section-2 ul li span:first-child {
  white-space: nowrap;
  margin-right: 0.5rem;
}

#section-3 {
  background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/desktop/how2use-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}
#section-3::before {
  content: "";
  height: 20%;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#section-3 .title h2 {
  line-height: 0.75;
  font-size: calc(100vw * 100/1000);
  position: relative;
}
#section-3 .title h2:before {
  content: "";
  border-bottom: 2px solid black;
  width: 100%;
  display: block;
  height: 25%;
  position: absolute;
  right: 27.5%;
}
@media (min-width: 1000px) {
  #section-3 .title h2:before {
    right: 176px;
  }
}
@media (max-width: 767px) {
  #section-3 .title h2:before {
    right: 60%;
  }
}
@media (min-width: 1000px) {
  #section-3 .title h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #section-3 .title h2 {
    font-size: calc(100vw * 65/375);
  }
}
#section-3 .how-to-use-product {
  background: rgba(149, 152, 154, 0.1);
}
#section-3 .how-to-use-product > div {
  margin-top: 4rem !important;
}
#section-3 .how-to-use-product p, #section-3 .how-to-use-product h3, #section-3 .how-to-use-product blockquote {
  margin: 2.5% 0;
}
#section-3 .how-to-use-product p {
  font-size: calc(100vw * 32/1000);
}
@media (min-width: 1000px) {
  #section-3 .how-to-use-product p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #section-3 .how-to-use-product p {
    font-size: calc(100vw * 22/375);
  }
}
#section-3 .how-to-use-product h3 {
  font-size: calc(100vw * 45/1000);
  margin-top: 7.5%;
}
@media (min-width: 1000px) {
  #section-3 .how-to-use-product h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #section-3 .how-to-use-product h3 {
    font-size: calc(100vw * 25/375);
  }
}
#section-3 .how-to-use-product h3 span {
  font-size: 150%;
  font-weight: bold;
  margin-right: 0.5rem;
}
#section-1 blockquote {
  line-height: 1;
  font-family: "DB-Heavent-reg";
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: calc(100vw * 45/1000);
}
@media (min-width: 1000px) {
  #section-1 blockquote {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #section-1 blockquote {
    font-size: calc(100vw * 24/375);
  }
}

#section-4 {
  background-image: url("https://www.jeban.com/spotlight-item/sisley-ecological-compound/desktop/bg.jpg");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  #section-4 {
    background-size: cover;
  }
}