:root {
  --background-light: #f8f9fa;
  --background-light-2: #f4f6fa;
  --background-gradient: linear-gradient(180deg, #e6e9f5 0%, #ffffff 100%);
  --text-color: #333333;
  --text-color-hover: #999999;
  /* --brand-font: 'Cormorant Garamond', serif; */
  --body-font: "Noto Sans TC", sans-serif;
  --main-font: "Noto Serif TC", serif;
  --footer-font-color: #737373;
  --separationLine-color: #e5e7eb;
  font-size: 16px;
}

/* 將emplir預設的header與footer隱藏 */
header:first-of-type {
  display: none;
}
footer:last-of-type {
  display: none;
}
.l-container,
.l-wrapper-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  transition: none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--body-font);
  color: var(--text-color);
  background-color: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}
/* jane */
/* dropDown */
#dropdown-trigger {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  cursor: pointer;
}
.header .innerWrap {
  overflow: visible !important;
}

#dropdown-menu {
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 90px;
  left: -15px;
  width: 150px;
  padding: 0;
  gap: 0;
  transition: all 1s ease;
}

#dropdown-trigger:hover #dropdown-menu {
  display: flex;
}
#dropdown-menu:hover {
  display: flex;
}
header li {
  transition: all 1s ease;
}
#dropdown-menu li {
  height: 60px;
}
#dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: var(--text-color);
  text-decoration: none;
}

#dropdown-menu li a:hover {
  color: var(--text-color-hover);
}
/* SP-drop-down */
.sp-dropdown-box {
  display: none;
  padding-top: 15px;
}
.sp-dropdown-item {
  height: 60px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sp-dropdown-trigger div {
  display: flex;
  justify-content: center;

  flex-direction: column;
}
#sp-dropdown-trigger .drop-down-icon {
  position: absolute;
  top: 6px;
  left: 200px;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

/* SP-drop-down */
/* dropDown-end-wilson */

hr.showInPC {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.space {
  height: 150px;
  background-color: var(--background-light-2);
}
h2 {
  letter-spacing: 3px;
  font-size: 4em;

  font-family: var(--main-font);
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 3px;
}
h3 {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-family: var(--main-font);
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 2px;
}
.logoInText {
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.productContent {
  text-align: center;
  padding: 100px 20px;
}
.productContent img {
  width: 80%;
}
.product_concept {
  padding: 10% 0 2% 0;
  position: relative;
  overflow: hidden;
}

.product_concept .innerWrap {
  overflow: visible;
}
.expertArea {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.experText p {
  font-size: 25px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 3;
  color: var(--text-color);
  letter-spacing: 0.05em;
}

.experText h2 {
  margin-bottom: 5%;
}

.experText img.logoInText {
  margin-right: 5px;
}
.experText h2 {
  line-height: 1.2;
  font-family: var(--main-font);
}
.expert_pic {
  margin-right: -10%;
}
.expert_pic.prod_2 {
  margin-right: -16%;
}
.expert_pic img {
  width: 100%;
  max-width: 550px;
  object-fit: cover;
}
.key_ingredients_intro {
  width: 100%;

  margin: auto;
}

.key_ingredients_intro h2 {
  font-family: var(--main-font);
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: 30px;
}
.info_explain {
  padding: 20px 0;
  color: var(--text-color);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.botanical_extracts {
  width: 100%;
  margin: auto;
  padding: 50px 0px;
}

.key_ingredients_intro img,
.botanical_extracts img,
.cleansing_and_repair img,
.additive_free_commitment img {
  margin: 48px auto;
}
.additive_free_commitment img {
  margin: 6em auto;
}
.botanical_extracts.prod_2 h3 {
  font-size: 2.2em;
}
.botanical_extracts.prod_2 h2 {
  font-size: 3.7em;
}
.botanical_extracts img {
  margin-top: 80px;
}
.botanical_extracts img.prod_2 {
  margin-bottom: 0;
}

.cleansing_and_repair {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

.cleansing_and_repair .innerWrap {
  width: 100%;
}

.cleansing_and_repair h3,
.fragrance_profile h3 {
  font-size: 2.5em;
  margin-bottom: 100px;
}
.cleansing_and_repair .info_explain {
  margin: 50px 0;
}

.fragrance_profile,
.additive_free_commitment {
  text-align: center;
}

.fragrance_profile h2,
.additive_free_commitment h2 {
  margin-top: 50px;
}
.fragrance_profile img {
  font-size: 2rem;
}
.additive_free_commitment {
  margin: 150px 0;
}

.additive_free_commitment h2 {
  margin-bottom: 50px;
}
.shampoo_detail {
  margin-bottom: 100px;
}

.how_to_use_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 100px 0;
  font-family: var(--main-font);
}
.how_to_use_steps img {
  margin: 30px;
}
.how_to_use_steps p {
  font-family: var(--body-font);
  font-weight: 700;
  text-align: left;
  margin: auto;
}

.how_to_use_steps h2 {
  padding: 0 0 80px 0;
}
.how_to_use_steps h3 {
  padding: 0 0 30px 0;
}
.how_to_use_steps h4 {
  font-size: 1.5em;
}
.how_to_use_steps p {
  letter-spacing: 2px;
  font-size: 1.2em;
}

.stepBox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;

  justify-content: space-between;
}
/* .stepBlock {
  width: 23%;
} */
/* .stepArroRight {
  position: relative;
  width: 50px;
} */
.stepBlock.upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepBlock.upper > img {
  width: 25%;
}
.stepBlock.lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step_info {
  width: 30%;
  padding: 0 40px;
}

.stepArroRight {
  width: 30px;
}
.stepArroRight img {
  rotate: -90deg;
  width: 100%;
  transform: translate(0%, -200%);
}
.product_box {
  margin: auto;
  max-width: 1200px;
  display: flex;
  background-color: white;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.product_info {
  max-width: 45%;
  letter-spacing: 2px;
}
.product_info .logoInText {
  height: 1.2em;
  margin-right: 12px;
}
.product_info ul li p {
  font-weight: 500;
}

.product_info h2 {
  font-family: var(--main-font);
  font-size: 2em;
}

.product_info ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.product_info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

.product_info ul li::before {
  content: "●";
  font-size: 0.8em;
  line-height: 2.1em;
  color: #333;
  margin-right: 0.7em;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  margin: 10px 0;
  flex-wrap: wrap;
}
.btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 1px solid #000000;
  text-decoration: none;
  color: #333;
  font-size: 1.5em;
  font-family: var(--main-font);
  width: 235px;
  height: 66px;
}
.btn_box a img {
  height: 40px;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.btn_box a span {
  flex-grow: 0;
}
.product_pic {
  max-width: 45%;
  margin-right: 50px;
}
.product_info li {
  font-size: 1.2rem;
}
.showInPC {
  display: block !important;
}
.showInSP {
  display: none !important;
}

#home img {
  height: 100%;
  width: 100%;
  margin-top: -100px;
}
.view-more-btn {
  height: 73px;
  width: 390px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  font-size: 25px;
  font-family: "en", Cormorant Garamond, serif;

  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  color: inherit;
  text-decoration: inherit;
}
.channels-grid .channel-card .view-more-btn {
  font-weight: 400;
}
.channels-grid .channel-card:nth-child(1) .view-more-btn {
  width: 235px;
}
.channels-grid .channel-card:nth-child(2) .view-more-btn {
  width: 300px;
}
.products .view-more-btn {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
.btn__arrow,
.btn__arrow-back {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 20;
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s ease;
}

.view-more-btn .w-text {
  line-height: 1.4em;
  height: 1.4em;
  overflow: hidden;
  z-index: 20;
}

.view-more-btn .w-text__in {
  position: relative;
  display: block;
}

.view-more-btn .w-text__in .of {
  position: relative;
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: #333;
  letter-spacing: 0;
  height: 100%;
}

.view-more-btn .w-text__in .of.-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view-more-btn .w-text__in .of > div {
  position: relative;
  display: inline-block;
  transition: transform 0.7s ease;
  margin-left: -2px;
}

.view-more-btn .w-text__in .of.-back > div {
  transform: translateY(100%);
}

.view-more-btn .w-text__in .of > div:nth-child(1) {
  transition-delay: 0.02s;
}

.view-more-btn .w-text__in .of > div:nth-child(2) {
  transition-delay: 0.04s;
}

.view-more-btn .w-text__in .of > div:nth-child(3) {
  transition-delay: 0.06s;
}

.view-more-btn .w-text__in .of > div:nth-child(4) {
  transition-delay: 0.08s;
}

.view-more-btn .w-text__in .of > div:nth-child(5) {
  transition-delay: 0.1s;
}

.view-more-btn .w-text__in .of > div:nth-child(6) {
  transition-delay: 0.12s;
}

.view-more-btn .w-text__in .of > div:nth-child(7) {
  transition-delay: 0.14s;
}

.view-more-btn .w-text__in .of > div:nth-child(8) {
  transition-delay: 0.16s;
}

.view-more-btn .w-text__in .of > div:nth-child(9) {
  transition-delay: 0.18s;
}

.view-more-btn .w-text__in .of > div:nth-child(10) {
  transition-delay: 0.2s;
}

.view-more-btn .w-text__in .of > div:nth-child(11) {
  transition-delay: 0.22s;
}

.view-more-btn .w-text__in .of > div:nth-child(12) {
  transition-delay: 0.24s;
}

.view-more-btn .w-text__in .of > div:nth-child(13) {
  transition-delay: 0.26s;
}

.view-more-btn .w-text__in .of > div:nth-child(14) {
  transition-delay: 0.28s;
}

@media (hover: hover) and (pointer: fine) {
  .view-more-btn {
    background: linear-gradient(
      100deg,
      #e7eabdc0,
      #e4f5fa 8%,
      #bee1ef 23%,
      #fff0 50%,
      #fff0
    );
    background-size: 200%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-origin: left;
    transition: background-position 1s ease;
  }
  .view-more-btn:hover {
    background-position: 0%;
  }
  .view-more-btn:hover .btn__arrow {
    animation: hoverArrow01 1s ease;
  }
  .view-more-btn:hover .w-text__in .of > div {
    transform: translateY(-100%);
  }
  .view-more-btn:hover .w-text__in .of.-back > div {
    transform: translateY(0);
  }
}

@keyframes hoverArrow01 {
  0% {
    transform: translateY(-50%) rotate(45deg);
    opacity: 1;
  }
  48% {
    transform: translate(70%) translateY(-50%) rotate(45deg) scale(0.8);
    opacity: 0;
  }
  52% {
    transform: translate(-70%) translateY(-50%) rotate(45deg) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) rotate(45deg);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .view-more-btn {
    width: 300px;
    max-width: 90vw;
    height: 65px;
    font-size: 22px;
  }
}

/* Q&A-PC */

/* Q&A-PC-END */

/* doe */

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.innerWrap {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

/* General Title Style */

.section-title {
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ccc;
  margin: 8px auto 0;
}

.section-title .zh {
  font-size: 2rem;
  font-family: var(--main-font);
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 2.5px;
}

/* .view-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2.9% 17.5%;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    font-weight: 400;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-family: var(--main-font);
} */

/* .view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 2.9% 17.5%;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  font-weight: 400;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-family: var(--main-font);
} */

/* .view-more-btn:hover {
  background-color: var(--text-color);
  color: #fff;
} */

/* .view-more-btn::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(2px);
  transition: transform 0.2s ease-out;
} */

/* .view-more-btn:hover::after {
    transform: rotate(45deg) translateX(5px);
} */

/* Header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header.scrolled #dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  top: 70px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-logo img {
  max-height: 50px;
}

.header-nav li {
  height: 90px;
  display: flex;
  align-items: center;
}
.header-nav ul {
  display: flex;
  gap: 40px;
}

.header-nav a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
.header-nav a:hover {
  color: var(--text-color-hover);
}

.header-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--text-color);
  transition: width 0.3s ease;
}

.header-nav a:hover::after {
  width: 100%;
}

/* Mobile Menu */

.sp-menu-toggle {
  display: none;
  cursor: pointer;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 101;
}

.sp-menu-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.sp-menu-toggle span:nth-child(1) {
  top: 0;
}

.sp-menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.sp-menu-toggle span:nth-child(3) {
  bottom: 0;
}

.sp-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sp-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sp-nav-logo img {
  max-height: 40px;
  margin-bottom: 40px;
}

.sp-nav-menu ul {
  text-align: left;
}

.sp-nav-menu li {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  width: 200px;
  padding-bottom: 15px;
}

.sp-nav-menu {
  font-size: 18px;
  font-weight: 500;
}

.sp-nav-close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.sp-nav-close::before,
.sp-nav-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
}

.sp-nav-close::before {
  transform: rotate(45deg);
}

.sp-nav-close::after {
  transform: rotate(-45deg);
}
.sp-nav-close.active {
  display: block;
}

/* header sticky */

.header {
  position: sticky !important;
}

.header.scrolled ul li {
  height: 70px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.header.scrolled #dropdown-menu {
  top: 70px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.header:not(.scrolled) {
  background: #fdfdfd;
}
.header:not(.scrolled) #dropdown-menu li {
  height: 70px;
  background: #fdfdfd;
}

.header > div > a {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .header {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}

main {
  position: relative;
  background-color: transparent;
}

.main-content {
  position: relative;
  z-index: 1;
  background-color: var(--background-light);
  /* 確保內容在圖片上層 */
}

.background-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 將整個背景容器放在最底層 */
  overflow: hidden;
}

.background-layer {
  position: absolute;
  left: 0;
  width: 100%;
  transform: scaleX(-1);
  will-change: transform;
}

.background-layer img {
  width: 100%;
  height: auto;
  /* 高度自動，等比例縮放 */
  display: block;
  /* 消除圖片底部多餘的空白 */
}

.foreground-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* 讓它浮在 main-content (z-index: 1) 之上 */
  pointer-events: none;
  /* 關鍵！讓滑鼠可以點擊穿透此圖層 */
  overflow: hidden;
}

.rotated img {
  transform: rotate(180deg);
}

/* Hiding text elements as they are in the background image now */

.main-visual .title,
.main-visual .brand-logo,
.main-visual .channels {
  visibility: hidden;
}

* Concept Section */ .concept {
  padding: 10% 0;
  background: #f4f6fa;
  position: relative;
  overflow: hidden;
}

.concept {
  padding: 10% 0;
  background: #f4f6fa;
  position: relative;
  overflow: hidden;
}
.concept .deco-bg {
  position: absolute;
  opacity: 0.5;
}

.concept .bg1 {
  top: -5%;
  left: 5%;
  width: 100px;
}

.concept .bg2 {
  bottom: 10%;
  right: 5%;
  width: 150px;
}

.concept .bg3 {
  top: 20%;
  right: 15%;
  width: 80px;
}

.concept-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.concept-text {
  text-align: left;
}

.concept-text .en {
  font-family: var(--main-font);
  font-size: 2.1rem;
  color: var(--text-color);
  font-weight: 700;
  letter-spacing: 2px;
}

.concept-text .zh {
  font-size: 4rem;
  font-family: var(--main-font);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-color);
  margin-top: 5%;
  letter-spacing: 2px;
}

.concept-image img {
  object-fit: cover;
}

/* About Section */

.about {
  background-color: var(--background-light-2);
  position: relative;
  overflow: hidden;
}
.about img {
  margin: auto;
  width: 100%;
}

.about .deco-bg {
  position: absolute;
  opacity: 0.7;
}

.about .bg1 {
  top: 10%;
  left: -5%;
  width: 200px;
}

.about .bg2 {
  bottom: 5%;
  right: -5%;
  width: 300px;
  transform: rotate(90deg);
}

.about-container {
  position: relative;
}

.about > .container > img {
  max-width: 650px;
  margin-bottom: 40px;
}

.about-component .component-text {
  max-width: 700px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3em;
  letter-spacing: 2px;
}

.section-title.mb10 {
  margin-bottom: 100px;
}

.section-title::before {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background-color: var(--text-color, #555);
}

.section-title::after {
  display: none;
}

.about-component {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10% 0;
  color: var(--text-color);
  gap: 20px;
}

/* Products Section */

.products {
  padding: 10% 0;
  position: relative;
  overflow: hidden;
  background-image: url("images/colorPart.png"), url("images/colorPart.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left -175% top 20%, right -180% bottom -50%;
  background-size: 80%, 80%;
}

.product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 100px;
  position: relative;
}
.product-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.product-image {
  flex-basis: 55%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-image {
  justify-content: flex-start;
}
.product-item:nth-child(odd) .product-image {
  justify-content: flex-end;
}

.product-image img {
  max-width: 500px;
  width: 100%;
  object-fit: cover;
}

.product-info {
  flex-basis: 45%;
  text-align: left;
  padding-left: 80px;
}

.product-item:nth-child(odd) .product-info {
  padding-left: 0;
  padding-right: 80px;
}

.product-info h3 {
  font-weight: 700;
  color: var(--text-color);
  font-family: var(--main-font);
  letter-spacing: 5px;
  font-size: 4em;
}

.product-info p {
  margin: 20px 0 30px;
  font-size: 1.4rem;
  color: var(--text-color);
  font-weight: 450;
  letter-spacing: 2.5px;
  line-height: 2.5;
}

/* Channels Section */

.channels-section {
  padding: 100px 0;
  background: var(--background-light-2);
  position: relative;
  overflow: hidden;
}

.channels-section .deco-bg {
  position: absolute;
  opacity: 0.5;
}

.channels-section .bg1 {
  bottom: -10%;
  left: 5%;
  width: 150px;
}

.channels-section .bg2 {
  top: 0;
  right: 5%;
  width: 120px;
}

.channels-grid {
  gap: 40px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-evenly;
}

.channel-card {
  /* background: #fff; */
  padding: 40px 0px;
  text-align: center;
}

.channel-card img {
  max-height: 200px;
  margin: 0 auto 30px;
}

.channel-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 25px;
}

/* FAQ Section */

.faq {
  background-image: linear-gradient(
    to right,
    #ebebef 0%,
    #ebebef 50%,
    #e4e5ea 75%,
    #e4e5ea 100%
  );
  padding: 40px 0;
}

.faq-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-text {
  text-align: left;
}

.faq-text .en {
  font-family: var(--main-font);
  font-size: 4em;
  color: var(--text-color);
}

.faq-text p {
  font-size: 1.5em;
  margin: 10px 0 35px;
  font-weight: 500;
  letter-spacing: 2px;
}

.faq-image img {
  width: 100%;
  /* max-width: 50vw; */
}

/* Footer */

.footer {
  background: var(--background-light-2);
  /* padding: 5%; */
  text-align: center;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-logo {
  padding: 15% 5% 0;

  width: 500px;
}

.footer-brand-name {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-info {
  /* margin: 20px 0; */
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 15%;
}

.footer-info p {
  font-size: 1.25em;
  line-height: 3;
}

.copyright {
  padding: 15%;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
}

.copyright p:first-child {
  margin-bottom: 5px;
}

/* Responsive */

@media (max-width: 768px) {
  /* jane */
  #home img {
    margin-top: -50px;
  }
  .main-content .innerWrap {
    width: 90%;
  }
  .prod_content .innerWrap {
    width: 95%;
  }
  h2 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 2.5em;
  }
  .concept-image img {
    margin: auto;
  }
  .expert_pic,
  .expert_pic.prod_2 {
    margin-right: -10%;
  }
  /* .expert_pic.prod_2 {
    margin-right: -5%;
  } */
  .productContent img {
    width: 100%;
  }
  .product-image img {
    width: 90%;
    margin: auto;
  }
  .experText p {
    font-size: 16px;
  }
  .faq-text {
    padding-top: 300px;
  }
  .faq-text p {
    margin: 0 30px 30px;
  }
  .channel-card {
    padding: 20px 10px;
  }
  .channel-card img {
    max-height: 150px;
    margin: 0 auto 30px;
  }
  .expertArea {
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .experText h2 {
    font-size: 2em;
  }
  .botanical_extracts {
    text-align: center;
  }
  .botanical_extracts.prod_2 h2 {
    font-size: 2.5em;
  }
  .botanical_extracts.prod_2 h3 {
    font-size: 2.2em;
  }
  .cleansing_and_repair h2 {
    font-size: 2.5rem;
  }
  .additive_free_commitment h2 {
    font-size: 2.2rem;
  }
  .botanical_extracts h2 {
    font-size: 2.5rem;
  }
  .product_info h2 {
    font-size: 1.5rem;
  }
  .additive_free_commitment img {
    margin: 2em auto;
  }

  .botanical_extracts img.prod_2 {
    margin-bottom: 40px;
  }
  .botanical_extracts h3,
  .cleansing_and_repair h3 {
    font-size: 1.5rem;
    font-family: var(--main-font);
    color: var(--text-color);
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .fragrance_profile h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .fragrance_profile .innerWrap {
    width: 100%;
  }
  .fragrance_profile h2 {
    font-size: 2.4rem;
  }
  .additive_free_commitment {
    margin: 50px auto;
  }
  .shampoo_detail {
    margin-bottom: 0px;
  }

  .shampoo_detail .innerWrap {
    padding: 0;
    width: 100%;
  }
  .product_info ul li::before {
    font-size: 0.5em;
    line-height: 3.2em;
  }
  .product_info ul li {
    font-size: 1em;
  }
  .how_to_use_steps {
    padding: 50px 0;
  }
  .how_to_use_steps img {
    margin: 30px auto;
  }
  .how_to_use_steps p {
    margin: auto;
    max-width: 350px;
  }
  .how_to_use_steps h2 {
    padding: 0 0 20px 0;
    font-size: 2.8em;
  }

  .how_to_use_steps h3 {
    padding: 0;
  }
  .stepBox {
    gap: 0;
  }
  .product_box {
    padding: 25px;
  }
  .product_pic {
    max-width: 100%;
    margin-right: 0px;
  }

  .product_info {
    padding-left: 0px;
    max-width: 95%;
    padding: 20px 0px 0px 0px;
  }

  .innerWrap {
    padding: 0;
  }
  .productContent {
    padding: 100px 0px;
  }
  .key_ingredients_intro h2 {
    font-size: 2.2rem;
  }
  .info_explain {
    font-size: 0.6rem;
  }
  .btn_box {
    gap: 10px;
    justify-content: space-around;
  }
  .btn_box a {
    padding: 4px 8px;
    font-size: 1em;
    width: 155px;
    height: 50px;
  }
  .btn_box a img {
    height: 30px;
    flex-shrink: 0;
    margin-right: 0.5em;
  }

  .stepBlock {
    width: 100%;
  }
  .stepBlock h3 {
    font-size: 2em;
  }
  .showInPC {
    display: none !important;
  }
  .showInSP {
    display: block !important;
  }
  .container {
    padding: 0;
  }
  .en.showInSP {
    text-align: center;
    font-family: var(--main-font);
    font-size: 48px;
    color: var(--text-color);
    background-color: #f7f8fc;
    padding-bottom: 30px;
  }

  .products {
    padding: 10% 0;
    position: relative;
    overflow: hidden;
    background-image: url("images/colorPart.png"), url("images/colorPart.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -175% top 30%, right -501% bottom 13%;
    background-size: 90%, 90%;
  }
  .about-component .component-text {
    font-size: 1rem;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 1.5px;
  }

  .about-component .brand-logo {
    width: 50%;
  }
  .about .innerWrap {
    width: 100%;
  }
  .space {
    height: 0px;
  }

  /* Q&A-SP */

  /* Q&A-SP-END */

  /* doe */
  .header-nav {
    display: none;
  }
  .sp-menu-toggle {
    display: block;
  }
  .header-container {
    justify-content: space-between;
  }
  .main-visual {
    height: 60vh;
    min-height: 400px;
  }
  .concept {
    padding: 60px 0;
  }
  .concept-text {
    text-align: left;
    margin-right: auto;
  }
  .concept-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 400px;
    margin: auto;
  }

  .concept-text .zh {
    font-size: 2.4em;
  }
  .concept-text .en {
    font-size: 1.6em;
  }
  .concept-text p {
    padding-top: 10px;
  }

  .about {
    padding: 60px 0;
  }
  .about > .container > img {
    max-width: 90%;
  }
  .product-item,
  .product-item:nth-child(odd) {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 30px;
  }
  .product-info {
    text-align: center;
    padding: 0 15px !important;
  }
  .product-info h2 {
    font-size: 2.5em;
  }
  .product-info p {
    margin: 15px auto 25px;
    margin: 20px 0 30px;
    font-size: 1.2rem;
    color: var(--text-color);
    letter-spacing: 2.5px;
    line-height: 2.5;
  }
  .channels-section {
    padding: 60px 0 100px;
  }
  .channels-grid {
    /* grid-template-columns: 1fr; */
    flex-direction: column;
    gap: 60px;
  }
  .faq {
    background-image: none;
    padding-bottom: 0;
  }
  .faq .innerWrap {
    width: 100%;
  }
  .faq-content {
    flex-direction: column;
    text-align: center;
  }
  .faq-text {
    padding-top: 40px;
    order: 2;
    width: 100%;
    height: 250px;
    background-color: var(--background-light);
    text-align: center;
  }
  .faq-image {
    order: 1;
  }
  .faq-image img {
    max-width: 100%;
  }
  .footer {
    padding: 0 5%;
  }
  .footer-info p {
    font-size: 1em;
  }
}
@media (max-width: 430px) {
  .main-content .innerWrap {
    width: 100%;
  }
  .expert_pic,
  .expert_pic.prod_2 {
    margin-right: -5%;
  }
  .product_concept .innerWrap {
    width: 92%;
  }
  .product_concept .innerWrap.prod_2 {
    width: 95%;
  }

  .botanical_extracts.prod_2 h3 {
    font-size: 1.6em;
  }
  .key_ingredients_intro h2 {
    font-size: 2em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .shampoo_detail .product_pic {
    max-width: 100%;
    margin-right: 0;
  }
  .product_info {
    padding: 20px 0px 0px 50px;
    max-width: 90%;
    letter-spacing: 2px;
  }
  .products .innerWrap {
    width: 90%;
  }
  .product-info {
    padding-left: 50px;
  }
  .product-item:nth-child(odd) .product-info {
    padding-right: 50px;
  }
  .how_to_use_steps .innerWrap {
    width: 100%;
  }
}
