/* Fix for Add to Compare button clicks being blocked */
.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
    z-index: 999 !important;
    pointer-events: auto !important;
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
    z-index: 998 !important;
    pointer-events: auto !important;
}

/* Ensure the product link doesn't block the buttons */
.tt-product:not(.tt-view) .tt-image-box > a[href*="/product/"] {
    z-index: 1 !important;
}

/* Make sure buttons are clickable even when transparent */
.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare,
.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
    pointer-events: auto !important;
    cursor: pointer !important;
}
