/**
 * Mara Catalog Mode public CSS.
 *
 * Server-side hooks remove purchasing behavior. These selectors only hide
 * theme-specific Flash UI that is printed outside standard WooCommerce hooks.
 */

body:not(.wp-admin) .header-bottom .cart-wrap {
	display: none !important;
}

body.home .tg-slider-widget .btn-wrapper a[href="/shop"] {
	display: none !important;
}
