/* Product #222: show the editable long description as the sales page, rather than a hidden WooCommerce tab. */
body.postid-222 .woocommerce-tabs .wc-tabs { display: none !important; }
body.postid-222 .woocommerce-tabs .woocommerce-Tabs-panel { display: none !important; }
body.postid-222 .woocommerce-tabs #tab-description { display: block !important; margin: 0 !important; padding: 0 !important; }
.ptf-sales { margin-top: 58px; overflow: hidden; border-radius: 26px; background: #fffdf9; color: #4b4137; font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; }
.ptf-sales *, .ptf-sales *::before, .ptf-sales *::after { box-sizing: border-box; }
.ptf-sales h2, .ptf-sales h3 { color: #3f372f; font-weight: 700; line-height: 1.35; }
.ptf-sales p, .ptf-sales li { color: #62594f; line-height: 1.9; }
.ptf-section { padding: 72px min(7vw, 78px); border-top: 1px solid rgba(108, 90, 70, .12); }
.ptf-section:first-child { border-top: 0; }
.ptf-section--hero { background: linear-gradient(135deg, #f3ebe0, #ebe0d0); }
.ptf-eyebrow { margin: 0 0 12px !important; color: #9a7f60 !important; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.ptf-section h2 { margin: 0 0 18px; font-size: clamp(29px, 3.6vw, 46px); }
.ptf-section h3 { margin: 0 0 10px; font-size: 21px; }
.ptf-section p { max-width: 800px; margin: 0 0 18px; font-size: 17px; }
.ptf-section ul, .ptf-section ol { display: grid; gap: 12px; max-width: 830px; margin: 24px 0 0; padding-left: 24px; }
.ptf-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ptf-card { padding: 26px 24px; border: 1px solid rgba(141, 120, 95, .22); border-radius: 18px; background: #fff; }
.ptf-card p:last-child { margin-bottom: 0; font-size: 15px; }
.ptf-note { padding: 24px; border-left: 4px solid #9a7f60; background: #f8f1e7; }
.ptf-note p:last-child { margin-bottom: 0; }
.ptf-sales .wp-block-button { margin: 8px 0 0; }
.ptf-sales .wp-block-button__link { padding: 13px 22px; border-radius: 999px; background: #8d785f; color: #fff; font-weight: 800; text-decoration: none; }
.ptf-sales .wp-block-button__link:hover { background: #6f5e4a; }
@media (max-width: 680px) { .ptf-sales { margin-top: 38px; border-radius: 18px; }.ptf-section { padding: 52px 24px; }.ptf-columns { grid-template-columns: 1fr; }.ptf-section p { font-size: 16px; } }
