/* PDP: 価格の擬似要素サフィックスを無効化（安全ネット） */
.pdp .price::after,
.pdp .woocommerce-Price-amount::after,
.p_price::after {
  content: none !important;
}

/* （税込）注記の見た目 */
.price .price-tax-note,
.single_variation .price .price-tax-note {
  font-size: var(--fs-14);       /* 14px */
  line-height: var(--lh-tight);
  color: var(--c-fg-muted);
  font-weight: var(--fw-regular);
  margin-left: .25em;
}
