/*
Theme Name: Pitomnik 1-5 Child
Theme URI: https://test.pitomnik1.ru/
Description: Child theme of pitomnik1-5. Stage 1: skeleton only. UI migration from mu-plugins to templates is planned in subsequent stages.
Author: Pitomnik
Author URI: https://pitomnik1.ru/
Template: pitomnik1-5
Version: 1.0.0
Text Domain: pitomnik1-5-child
*/

/* ============================================================
 * Stage 4 (2026-05-11) — checkout
 * ============================================================ */

/* Скрытие h1 «Оплата» на /checkout/.
 * Перенесено из mu-plugins/pitomnik-checkout-fixes.php (style#pitomnik-checkout-h1-hide).
 * DOM сохраняется (visually-hidden) → SEO/a11y семантика не страдают, страница и так noindex. */
body.woocommerce-checkout h1.section__title,
body.page-template-default.woocommerce-checkout .section__title {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
/* Уменьшим отступ сверху, чтобы пустое место не зияло */
body.woocommerce-checkout .section__title + * { margin-top: 0; }
