.productpage .price {
  margin-bottom: 0px;
}

.red-text {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.product-description-section .product-description-title {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.72px;
  margin: 48px 0 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Gray3, #E9E9E9);
}

.product-description-section .product-description-text {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-top: 16px;
}

.productDetailedInformation .productTitle {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.72px;
}

.faceName {
  color: var(--Black1, #606060);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 10px 8px;
  line-height: 120%;
}

.face-text-number {
  font-size: 14px;
  color: var(--Black1, #606060);
  font-weight: 400;
  margin-left: 10px;
}

.faceImageContainer {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.faceImageContainer .faceImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.faceInfoContainer {
  flex: 1;
  min-width: 0;
}

.actionGroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  flex-shrink: 0;
}

.addToCartBtn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.quantitySelector {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
}

.quantityDropdown {
  width: 140px;
  height: 40px;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 0 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  background-color: white;
  cursor: pointer;
  appearance: none;
  background: url(/contents/img/dropdown_popup_icon.svg) no-repeat 95% transparent;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  text-align: center;
  text-align-last: center;
  color: var(--Black1, #606060);
  font-weight: 700;
}

.quantityDropdown option {
  text-align: left;
  padding: 8px 8px 8px 16px;
  background-color: white;
  direction: ltr;
  font-size: 14px;
}

.quantityDropdown:hover {
  border-color: #3dcc84;
}

.quantityDropdown:focus {
  outline: none;
  border-color: #3dcc84;
}

.addFaceToCartBtn:hover {
  background-color: #35b877;
}

.addFaceToCartBtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.addFaceToCartBtn {
  font-size: 18px;
  align-self: flex-end;
}

.out-of-stock-text {
  display: none;
  font-size: 12px;
  color: #FF4D4F;
  font-weight: 700;
  margin-top: 4px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.productOrderModalNenkao .addToCartBtn {
  width: auto;
}

.face-sugar-time {
  color: var(--Black1, #606060);
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.productpage button#add-cart {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .faceRow {
    gap: 8px;
    margin: 0 20px;
    padding: 12px 0;
  }

  .faceImageContainer {
    width: 80px;
    height: 80px;
  }

  .faceName {
    font-size: 14px;
  }

  .actionGroup {
    gap: 12px;
  }

  .quantitySelector {
    width: 100%;
  }

  .quantityDropdown {
    width: 112px;
    height: 32px;
    font-size: 14px;
    padding: 0 8px;
    padding-right: 24px;
    background-position: right 8px center;
    border-radius: 6px;
  }

  .addFaceToCartBtn {
    font-size: 16px;
  }
}