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

/**
 * Bricks .brxe-container defaults to align-items:flex-start, so thumbs can sit
 * left of a wider content box. Force full-width + centered photos.
 */
.tsak-product_card.brxe-container {
	align-items: stretch;
}

.tsak-product-image-small.brxe-image,
.tsak-product-image-small.brxe-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin-inline: auto;
	object-fit: contain;
	object-position: center;
}

.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;
}
