/* Catalog mode — hide prices, cart controls, and mini-cart */

body.suzuka-catalog-mode .suzuka-product-modal__price,
body.suzuka-catalog-mode .suzuka-product-modal__cart,
body.suzuka-catalog-mode .wot-home-product__price,
body.suzuka-catalog-mode .price,
body.suzuka-catalog-mode .woocommerce-Price-amount,
body.suzuka-catalog-mode .wc-block-components-product-price,
body.suzuka-catalog-mode .wc-block-grid__product-price,
body.suzuka-catalog-mode .wc-block-components-product-button,
body.suzuka-catalog-mode .add_to_cart_button {
	display: none !important;
}

body.suzuka-catalog-mode div[data-block-name="woocommerce/mini-cart"] {
	display: none !important;
}
