/**
 * Hide compare buttons globally
 *
 * Applies to catalog, single product, carousels, sliders, related products,
 * AJAX-loaded product grids, and any dynamically injected compare buttons.
 * JS logic unchanged; only UI hidden via display: none.
 *
 * @package RinnoTools
 */

.product-card__compare,
button.product-card__compare,
.btn.product-card__compare,
[class*="product-card__compare"] {
	display: none !important;
}
