/* Product Card Links - Force clickable */
.ec-product-inner .ec-pro-image a.image {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    position: relative !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.ec-product-inner .product-content-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.ec-product-inner .product-content-link:hover .ec-pro-title {
    color: #3474d4 !important;
}

/* Ensure image is clickable */
.ec-product-inner .ec-pro-image a.image img {
    pointer-events: none;
}

/* Ensure buttons stay on top */
.ec-product-inner .ec-pro-actions {
    position: absolute !important;
    z-index: 10 !important;
}

.ec-product-inner .ec-pro-actions button {
    pointer-events: auto !important;
}

