/*
Theme Name: Woodmart Child
Template: woodmart
Version: 1.0
*/

.product-grid-item .wd-add-btn,
.product-grid-item .wd-add-btn a,
.product-grid-item .button,
.product-grid-item .add_to_cart_button {

    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    text-align: center !important;

    border-radius: 5px !important;
}



/* =========================================================
    HIDE PRODUCT RATING / STARS
   ---------------------------------------------------------
   Removes:
   - yellow stars
   - review ratings
   ========================================================= */

.star-rating,
.wd-product-ratings {

    display: none !important;

}



/* =========================================================
    HIDE HOVER ACTION BUTTONS
   ---------------------------------------------------------
   Removes hover icons like:
   - quick view
   - wishlist
   - compare
   ========================================================= */

.product-grid-item .product-element-top .wd-buttons {

    display: none !important;

}



/* =========================================================
   REMOVE ADD TO CART HOVER ICON EFFECT
   ---------------------------------------------------------
   Prevents WoodMart from:
   - replacing text with cart icon
   - changing button animation on hover
   ========================================================= */


/* Keep button text visible on hover */

.product-grid-item .wd-add-btn-replace:hover span {

    opacity: 1 !important;
    transform: translateY(0) !important;

}


/* Hide cart icon */

.product-grid-item .wd-add-btn-replace .wd-add-icon,
.product-grid-item .wd-add-btn-replace:hover .wd-add-icon {

    display: none !important;

}


/* Remove extra pseudo hover icon */

.product-grid-item .wd-add-btn-replace:hover a::before {

    display: none !important;

}

