/* Ziel Baumaschinen: the main shop is only for New/Used Machines. */

/* XStore empty off-canvas cart: the generic return-to-shop button is
 * intentionally removed because rental/request products do not belong there. */
.etheme-elementor-off-canvas_content-empty-message > div.text-center,
.etheme-elementor-off-canvas_content-empty-message > a.btn[href*="/shop"]{
	display:none!important;
}

/* XStore renders a second self-referencing button inside the empty main shop.
 * It cannot lead anywhere useful and is removed without affecting other CTAs. */
body.woocommerce-shop a.btn.black.medium[href*="/shop"]{
	display:none!important;
}

/* Fail-safe for XStore category widgets which bypass WooCommerce's widget
 * argument filters. Only the two real sales categories belong in /shop/. */
body.woocommerce-shop .product-categories > li:not(.cat-item-35):not(.cat-item-36){
	display:none!important;
}
