/* WooCommerce 元件（商品頁）配合 MoonSE 風格 */
.pd-hero-info form.cart {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.pd-hero-info form.cart .quantity {
  display: inline-flex;
}
.pd-hero-info form.cart .quantity input.qty {
  width: 66px;
  height: 54px;
  text-align: center;
  border: 1px solid rgba(43, 38, 32, 0.2);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: #2b2620;
  -moz-appearance: textfield;
}
.single_add_to_cart_button,
.moonse-site button.button,
.moonse-site .button.alt {
  display: inline-block;
  background: #2b2620;
  color: #f7f3ec;
  border: none;
  border-radius: 100px;
  padding: 16px 44px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
}
.single_add_to_cart_button:hover,
.moonse-site button.button:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}
/* WooCommerce 提示訊息 */
.moonse-site .woocommerce-message,
.moonse-site .woocommerce-info,
.moonse-site .woocommerce-error,
.pd-hero-info .woocommerce-message,
.pd-hero-info .woocommerce-info {
  background: #fffdf8;
  border-top: 3px solid #a08e74;
  padding: 13px 18px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
  list-style: none;
  color: #4a443a;
}
/* 價格中的金額（WooCommerce 輸出） */
.pd-price .woocommerce-Price-amount { font: inherit; color: inherit; }
.pd-price del { opacity: 0.5; font-size: 0.7em; margin-right: 10px; }
.pd-price ins { text-decoration: none; }
