/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.gender-field {
    clear: both;
    width: 100%;
    overflow: hidden;
}

/* Product Card Styling Fixes (Matching Live Site) */
.products .product-block .rating,
.products .product-block .star-rating,
.product-block .rating,
.product-block .star-rating {
    display: none !important;
}

.product-block .button-wishlist,
.product-block .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.product-block .groups-button .add-cart a.add_to_cart_button,
.product-block .groups-button a.add_to_cart_button,
.product-block .groups-button a.button,
.product-block .groups-button a.yith-wcqv-button,
.product-block .groups-button .product_type_simple,
.product-block .groups-button .product_type_variable,
.product-block .groups-button .product_type_external {
    background-color: #8CC63F !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: opacity 0.3s ease !important;
}

.product-block .groups-button .add-cart a.add_to_cart_button:hover,
.product-block .groups-button a.add_to_cart_button:hover,
.product-block .groups-button a.button:hover,
.product-block .groups-button a.yith-wcqv-button:hover {
    background-color: #7bb532 !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
}

.product-block .groups-button a,
.product-block .groups-button a i,
.product-block .groups-button a span,
.product-block .groups-button a .title-cart {
    color: #ffffff !important;
}

.product-block .price,
.product-block .price .amount,
.product-block .price bdi {
    color: #8CC63F !important;
    font-weight: 700 !important;
}
