.product-header-wrapper {
  max-width: 1920px;
  height: 840px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-header-content {
  max-width: 1150px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #555555;
}

.product-header-info {
  margin-top: 26%;
}

.product-header-info p:nth-child(1) {
  color: #d6a563;
  font-size: 42px;
}

.product-header-info p:nth-child(2) {
  font-size: 22px;
  padding: 20px 0 30px;
}

.product-header-info p:nth-child(3) {
  font-size: 17px;
}

.product-header-info p:nth-child(3)::before {
  content: '';
  display: block;
  border-top: 2px solid #e1c094;
  line-height: 0;
  width: 30px;
  height: 30px;
}

.product-header-desc-en {
  max-width: 500px;
}

.product-header-content .buynow {
  padding-top: 30px;
}

.product-header-content .buynow a {
  display: block;
  width: 150px;
  text-align: center;
  background-color: #e9bd7e;
  color: #FFF;
  padding: 5px 0;
  font-size: 20px;
}

.product-body-title {
  text-align: center;
  color: #d6a563;
  padding-top: 80px;
  font-size: 25px;
}

.product-detail {
  max-width: 1150px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between;
  color: #555;
}

.product-detail .left {
  max-width: 424px;
}

.product-detail .left img {
  display: block;
  width: 100%;
}

.product-detail .right {
  width: 58%;
}

.product-detail-desc {
  padding-bottom: 40px;
}

.product-detail-desc li {
  font-size: 25px;
  line-height: 1.5;
  padding-left: 1.5em;
  background-image: url(../image/product/li-style.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-position: left 10px;
  margin-bottom: 40px;
}

.product-item-title {
  font-size: 25px;
  line-height: 25px;
  color: #d6a563;
}

.product-item-title2{ margin-top: 25px;}

.product-item-content {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
}

.product-item-line {
  height: 80px;
  position: relative;
}

.product-item-line::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 13px;
  background-image: url(../image/icon-hua.png);
  background-size: 100% 100%;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -6px;
  background-color: #FFF;
  z-index: 2;
}

.product-item-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #e1c094;
  left: 0;
  top: 0;
  z-index: 1;
}

.ingredients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}

.ingredients-item {
  display: flex;
  width: 50%;
  margin-top: 25px;
  justify-content: space-between;
}

.ingredients-img {
  position: relative;
  width: 98px;
  height: 98px;
}

.ingredients-img::before {
  content: '';
  position: absolute;
  width: 98px;
  height: 98px;
  border: 2px solid #d5a769;
  left: -5px;
  top: -5px;
  border-radius: 50%;
}

.ingredients-img img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #d5a769;
}

.ingredients-content {
  width: 200px;
  padding-right: 15px;
  display: flex;
  justify-content: top;
  flex-direction: column;
}

.ingredients-content-title {
  color: #d5a769;
}

/* sc */
.ingredients-sc{ margin-left: 20px;}
.ingredients-sc li{list-style-type:disc;}

/* extend */
.product-item-ingredients-extend dl, .product-item-ingredients-extend dt, .product-item-ingredients-extend dd{ padding: 0; margin: 0;}
.product-item-ingredients-extend dt{ color: #d5a769; font-size: 18px; padding-top: 20px;}
.product-item-ingredients-extend dd{ margin-top: 20px; display: flex; align-items: center;}
.product-item-ingredients-extend dd p span{ display: block; font-size: 15px; padding: 5px 0;}
.product-item-ingredients-extend dl .ingredients-img{ margin-right: 20px;}
.product-item-ingredients-extend dd p span:first-child{ color: #d5a769;}

@media screen and (max-width: 1200px) {
  .product-header-info{ padding-left: 20px;}
}

@media screen and (max-width: 750px) {
  .product-header-wrapper {
    background-image: none !important;
    height: auto;
  }

  .product-header-content {
    flex-direction: column;
  }

  .product-header-image img {
    display: block;
    width: 100%;
  }

  .product-header-info {
    margin: 0 15px;
    text-align: center;
    padding: 0;
  }

  .product-header-info p:nth-child(1) {
    font-size: 25px;
    padding-top: 20px;
  }

  .product-header-info p:nth-child(2) {
    font-size: 14px;
    padding: 20px 0 20px;
  }

  .product-header-info p:nth-child(3) {
    font-size: 14px;
  }

  .product-header-info p:nth-child(3)::before {
    border-top: 1px solid #e1c094;
    width: 20px;
    height: 20px;
    margin: auto;
    
  }
  

  .product-header-content .buynow a {
    width: 120px;
    padding: 5px 0;
    font-size: 15px;
    margin: auto;
  }

  .product-body-title {
    padding-top: 40px;
    font-size: 15px;
  }

  .product-detail {
    margin: 50px 15px 0 15px;
    display: block;
  }

  .product-detail .right {
    width: auto;
  }

  .product-detail-desc {
    padding: 20px 0 0 0;
  }

  .product-detail-desc li {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 0;
    background-size: 12px 12px;
    background-position: left 8px;
    margin: 10px 0;
    padding-left: 1.2em;

  }

  .product-item-title {
    font-size: 18px;
    margin-top: 20px;
  }

  .product-item-line::after {
    border-bottom: 1px solid #e1c094;
  }

  .product-item-content {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-item-line {
    height: 40px;
  }

  .ingredients {
    justify-content: space-between;
    flex-direction: column;
  }

  .ingredients-item {
    width: 100%;
    margin-top: 25px;
  }

  .ingredients-img::before {
    width: 66px;
    height: 66px;
    left: -4px;
    top: -4px;
  }

  .ingredients-img {
    position: relative;
    width: 66px;
    height: 66px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .ingredients-img img {
    width: 60px;
    height: 60px;
  }

  .ingredients-content {
    padding-left: 0px;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .ingredients-content-title {
    color: #d5a769;
  }

}

/* ------------------------------ PAD ------------------------------------*/
@media screen and (min-width:750px) and (max-width:1000px){
  .product-header-wrapper {
    background-size: auto 100%;
    height: 500px;

}
.product-header-info {
  margin-top: 15%;
}
.product-header-content{ padding-left: 20px;}
.product-header-info p:nth-child(1) {
  font-size: 28px;
}
.product-header-info p:nth-child(2) {
  font-size: 16px;
  padding: 20px 0 20px;
}
.product-header-info p:nth-child(3) {
  font-size: 15px;
}
.product-header-info p:nth-child(3)::before {
  height: 20px;
}
.product-detail-desc li {
  font-size: 16px;
  margin-bottom:20px;
  background-position: left 1px;
}
.product-detail-desc {
  padding-bottom: 30px;
}
.product-item-title {
  font-size: 18px;
}
.ingredients-img {
  width: 60px;
  height: 60px;
}
.ingredients-img img {
  width: 60px;
  height: 60px;
}
.ingredients-img::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 66px;
  left: -4px;
  top: -4px;

}
.ingredients-content {
  padding-left: 15px;
}
.product-detail .left{ margin-right: 20px;}
.product-body-title {
  padding-top: 40px;
  font-size: 18px;
}
.product-detail{ margin-top: 40px;}

}

