/**
 * Product card feels clickable; ATC / favorites keep their own cursors.
 */
.tsak-product_card {
	cursor: pointer;
}

.tsak-product_card .add_to_cart_button,
.tsak-product_card .tsak-fav,
.tsak-product_card .tsal-fav-logged-out,
.tsak-product_card button,
.tsak-product_card .jet-data-store-link {
	cursor: pointer;
}
