/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child Theme für Hello Elementor. Enthält benutzerdefiniertes CSS aus dem Customizer.
 Author: ChatGPT
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Single-Produktseiten: PayPal-/SEPA-/Karten-Smart-Buttons ausblenden */
.single-product .wcppec-checkout-buttons,
.single-product .wc_ppec_responsive_payment_buttons,
.single-product .paypal-buttons,
.single-product [id^="zoid-paypal-buttons"],
.single-product .ppcp-buttons,
.single-product .ppcp-button-wrapper {
  display: none !important;
}
.woocommerce-ordering {
    display: none !important;
}
