    .ast-separate-container .ast-woocommerce-container {
        padding: 0px!important;
    }
    .product-title {
        color: #F6FFD2;
    }
.custom-product-card {
    background-color: transparent;
    padding: 20px;
    border-radius: 12px;
    text-align: center;

    position: relative;
    border: 1px solid #F6FFD2;
    margin: 15px 0px;
    transition: 0.3s;
}

/* .custom-product-card:hover {
    transform: scale(1.02);
} */

.product-image-wrapper {
    position: relative;
}

.category-tags-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
}

.product-category {
    /* background: #ffffff33; */
    color: #F6FFD2;
    font-size: 14px;
    padding: 0px 0px;
    border-radius: 4px;
    font-family: "Grotesk-Light";
    font-weight: 400;
}

.product-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    font-family: "Grotesk-Light";
}

.tag-badge {
    /* background: #8DC71D; */
    color: #F6FFD2;
    font-size: 10px;
    padding: 3px 10px;
    border: 1px solid #8DC71D;
    border-radius: 4px;
    /* font-weight: bold; */
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-image img {
    max-width: 70% !important;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}



.custom-product-title {
    font-size: 14px !important;
    font-weight: bold;
    font-family: "Grotesk-Regular";
    color: #F6FFD2 !important;
    text-align: left;
    margin: 8px 0 6px;
}

.price-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.custom-price {
    color: #8DC71D;
    font-weight: bold;
    text-align: left;
    font-family: "Grotesk-Regular";
   font-size: 15px;
}

.custom-rating {
    display: flex;
    align-items: center;
}


.add_to_cart_button {
    width: 100%;
    text-align: center;
    color: #002A00!important;
       font-weight: bold!important;
    font-family: "Grotesk-Regular"!important;
}

.astra-shop-summary-wrap {
    display: none;
}

.st-card-action-tooltip, .ahfb-svg-iconset {
      display: none;
}

.star-rating span::before {
    color: #FFFF00 !important; /* Filled stars */
}

.star-rating::before {
    color: #FFFF0033 !important; /* Unfilled stars */
}
.woocommerce-product-attributes-item__label {
color:  #8DC71D !important;
   
}
.ast-on-card-button {
   
    top: 70px!important;
    background-color: #8DC71D!important;
    font-family: "Grotesk-Regular";
     color: #002A00!important;
 
}