/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme by DIGITALEWEGE
 Author:       Christoph Geier
 Author URI:   https://digitalewege.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* Verstecken: nicht relevante WooCommerce-Elemente */
/* Shop-Seite: Filter, Sortierung, Breadcrumb */
.woocommerce-breadcrumb,
.woocommerce-ordering,
.woocommerce-result-count { display: none !important; }

/* Produktseite: Tabs (Beschreibung, Bewertungen), Related Products */
.woocommerce-tabs,
.related.products,
.woocommerce-product-rating,
.woocommerce-review-link { display: none !important; }

/* Warenkorb: Coupon-Feld, "Warenkorb aktualisieren" */
.coupon,
.cart-collaterals .shipping-calculator-form,
.wc-proceed-to-checkout .woocommerce-Price-amount { /* Preis im Button optional */ }

/* Checkout-Seite: da wir umleiten, nur als Fallback */
body.woocommerce-checkout .woocommerce { display: none; }

/* "Jetzt kaufen"-Buttons (falls PayPal o.ä. aktiv) */
.wc-buy-now,
.ppc-button-wrapper { display: none !important; }