/* Disable all product card clicks - make products non-clickable */
.product-image,
.product-hover-image,
.view-product,
.product-card-detail-wrapper {
    pointer-events: none !important;
    cursor: default !important;
}

/* Optional: reduce opacity on hover elements to show they're disabled */
.view-product {
    opacity: 0.5 !important;
}
