/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2025 | 22:16:47 */
#addToCartBtn:hover img {
    filter: brightness(0) invert(1);
}

#addToCartBtn img {
    transition: none!important;
}

/* Ensure the icon stays on top */
#addToCartBtn {
    position: relative;
}

#addToCartBtn img {
    position: relative;
    z-index: 2;
}

.tb-cart-icon-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* or adjust as needed */
}

