/*
Theme Name: 雀おどり總本店Child
Description: 雀おどり總本店BASARA-Child
Template: basara_tcd100
Version: 1.0.0
*/

/* ===== woocommerce英語表記変更 ===== */
.woocommerce form .form-row .optional {
display: none !important;
}
/* ===== Proceed to Checkout → 購入手続きへ進む ===== */
.wc-block-cart__submit-button .wc-block-components-button__text {
  color: transparent !important;
  position: relative;
}

.wc-block-cart__submit-button .wc-block-components-button__text::after {
  content: "購入手続きへ進む";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* ===== OR を非表示 ===== */
.wc-block-components-express-payment__separator {
  display: none !important;
}


/* ===== Including（消費税表示の英語）を非表示 ===== */
.wc-block-components-totals-item__description {
  display: none !important;
}


/* ===== optional（オプション）を非表示 ===== */
.woocommerce .optional {
  display: none !important;
}


/* ===== Stripeの英語説明を非表示（テスト文とか） ===== */
.wc-block-components-payment-method-label__description {
  display: none !important;
}


/* ===== 英語リンク文（Return to Cartなど）を調整 ===== */
.wc-block-cart__footer a {
  font-size: 0;
}

.wc-block-cart__footer a::after {
  content: "カートに戻る";
  font-size: 14px;
}


/* ===== ボタンデザイン微調整（和菓子サイト向け） ===== */
button.wc-block-cart__submit-button,
button.wc-block-components-checkout-place-order-button {
  background-color: #7a9a2b !important;
  border-radius: 4px;
  font-weight: bold;
}