.elementor-1682 .elementor-element.elementor-element-6ca59ce{--display:flex;}.elementor-1682 .elementor-element.elementor-element-8b2b1d8{margin:13em 0em calc(var(--kit-widget-spacing, 0px) + 0em) 0em;--confirmation-message-display:block;--sections-border-color:var( --e-global-color-secondary );--confirmation-message-color:var( --e-global-color-secondary );--titles-color:var( --e-global-color-secondary );--general-text-color:var( --e-global-color-secondary );--payment-details-titles-color:var( --e-global-color-secondary );--payment-details-items-color:var( --e-global-color-secondary );--payment-details-border-color:var( --e-global-color-secondary );--account-title-color:var( --e-global-color-secondary );--order-details-titles-totals-color:var( --e-global-color-4a631a5 );}body.elementor-page-1682:not(.elementor-motion-effects-element-type-background), body.elementor-page-1682 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4a631a5 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1682 .elementor-element.elementor-element-6ca59ce{--margin-top:0em;--margin-bottom:2em;--margin-left:0em;--margin-right:0em;}}/* Start custom CSS for woocommerce-purchase-summary, class: .elementor-element-8b2b1d8 *//* 1. Скрывает заголовок, который выводит ваш платежный шлюз (H2) */
section.woocommerce-customer-details + h2 {
    display: none !important;
}

/* 2. Скрывает параграф с инструкцией/QR-кодом, который следует сразу за заголовком (P) */
section.woocommerce-customer-details + h2 + p {
    display: none !important;
}

/* 3. Опционально: скрывает следующий div, если в нем что-то есть (как в вашем примере <p>...</p></div>) */
section.woocommerce-customer-details + h2 + p + div {
    display: none !important;
}/* End custom CSS */