li.product {
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
li.product .button,
li.product .add_to_cart_button,
li.product .quantity,
li.product .added_to_cart,
li.product .mfn-before-shop-loop-item,
li.product .mfn-after-shop-loop-item {
    position: relative;
    z-index: 100;
    pointer-events: auto !important;
}
li.product a {
    position: relative;
    z-index: 10;
}
li.product .onsale,
li.product .mfn-badge,
li.product [class*="badge"] {
    position: absolute;
    z-index: 9999;
    pointer-events: auto;
}
li.product .mfn-ll-product-row-title h2,
li.product .mfn-ll-product-row-title h3,
li.product .mfn-after-shop-loop-item-title h2,
li.product .mfn-after-shop-loop-item-title h3 {
    text-align: center;
    line-height: 1.4;
}