/* item section */

.item-section {
  align-items: center;
  /* background-color: #F3F1EF; */
  width: 100%;
  padding: 0 20px;
}

.item-detail-container {
  display: flex;
  margin: 40px auto;
  justify-content: center;
  gap: 40px;
  max-width: 750px;
}

.item-image-container {
  width: 432px;
  max-width: 616px;
}

.item-image-main {
  width: 432px;
  height: 432px;
  margin-bottom: 16px;
  overflow: hidden;
}

.item-image-main img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.item-image-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.item-image-sub img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.item-info {
  /* width: 296px; */
  flex: 1;
}

.item-info .item-comment {
  margin: 35px 0px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline 1px;
  /* padding-bottom: 11px; */
  text-underline-offset: 4px;
}

.item-info .item-comment a {}

.item-info .item-comment a:hover {
  opacity: 0.7;
}

.item-name {
  font-size: 24px;
  color: #413622;
  margin: 0 0 24px 0;
  display: block;
  overflow: visible;
  box-sizing: border-box;
  font-weight: bold;
}

.item-price-container {
  font-size: 16px;
  margin-bottom: 32px;
}

.item-section .price-area .price-label {font-size: 16px;}

.item-section .price-area .price {font-size: 18px;font-weight: 500;}

.item-section .price-area .point {font-size: 18px;font-weight: 500;}

.item-section .original-price-area {font-size: 16px;}


.item-section .original-price-area .price-label {margin-top: 16px;}

.item-section .original-price-area .price {
  font-size: 18px;
  font-weight: 500;
  /* color: #D8CDCD; */
  text-decoration: line-through;
  /* font-size: 14px; */
  opacity: 0.7;
}

.item-section .sale-price-area {
  font-size: 18px;
  font-weight: 500;
}

.item-section .sale-label {
  background-color: #680E12;
  color: white;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  line-height: normal;
  display: inline-block;
  margin-top: 16px;
}

.stock-status-area {margin-top: 16px;}

.stock-status-area .stock-status-label {font-size: 14px;}

.stock-status-area .stock-status{
  font-size: 16px;
  color: #680E12;
}

.item-section .skubutton {
  width: 296px;
  height: 40px;
  color: #FFF;
  background-color: #680E12;
  padding: 4px;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 16px;
  cursor: pointer;
  width: 100%;
}

.item-section .sold-out .skubutton {
  background-color: #A7A7A7;
  cursor: not-allowed;
  pointer-events: none;
}

.favorite-btn {
  /* width: 296px; */
  color: #680E12;
  padding: 7px;
  letter-spacing: 2px;
  border: 1px solid #680E12;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
}

.item-section .skuquantity {
  display: none;
}

.wpfp-span {
  display: none;
}

.item-info-section {
  background-color: #fff;
  width: 100%;
  padding: 64px 20px 104px;
}

.item-info-section .item-info-container {
  margin: 0 auto;
  max-width: 750px;
}

.item-info-section .item-info-container .item-info-content {
  font-size: 14px;
  font-weight: 400;
  white-space: pre-wrap;
}

.item-section .shopping-guide {margin-top: 10px;}

.item-section .shopping-guide a {color: #680E12;text-decoration: underline;}

.item-info-section {background: white;padding: 0 20px 57px;}

.item-info-section .item-description {
font-size: 14px;
font-weight: 400;
white-space: pre-wrap;
}

.item-info-section .item-description img {
font-size: 14px;
font-weight: 400;
white-space: pre-wrap;
height: auto;
width: auto;
}

.item-info-section hr {color: #413622;/* margin-top: 40px; */}

.item-info-section .item-meta-area {
margin-top: 32px;
}

.item-info-section .item-meta-area dl {
display: flex;
flex-wrap: wrap;
width: 100%;
}

.item-info-section .item-meta-area dt {
font-size: 14px;
font-weight: 500;
margin-top: 24px;
width: 20%;
}

.item-info-section .item-meta-area dd {
font-size: 14px;
font-weight: normal;
width: 70%;
margin-top: 24px;
}

.item-info-section .item-meta-area dd a {
color: #622023;
text-decoration: underline;
}

.item-meta-area .item-meta-bottom {
margin-top: 10px;
}

.item-info-section .item-promise {
  margin-top: 50px;
  background-image: url('../img/item-promise-ornament.png');
  width: 100%;
  background-position: center;
  aspect-ratio: 768 / 714;
  padding: 84px 79px 36px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.item-info-section .item-promise h2 {
  font-weight: bold;
  font-size: 28px;
  width: 100%;
  text-align: center;
}

.item-info-section .item-promise h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.item-info-section .item-promise .item-promise-img {
display: inline-block;
margin-right: 8px;
height: 48px;
}

.item-info-section .item-promise p {
display: inline-block;
margin-top: 16px;
font-size: 16px;
font-weight: normal;
}

a.promise-btn {
  display: block;
  margin-top: 24px;
  text-align: center;
  width: 294px;
  color: #FFF;
  background-color: #680E12;
  padding: 9px;
  letter-spacing: 2px;
  border: none;
  margin: 38px auto;
}

.item-info-section .item-promise a:hover {
  opacity: 0.7;
}
