body {
    background: #eaffea;
    /* color: #1a3d1a; */
}
a, .ast-primary-header-bar, .ast-site-identity {
    color: #27ae60 !important;
}
.ast-button, .button {
    background: #27ae60 !important;
    color: #fff !important;
    border-radius: var(--ams-btn-radius, 4px) !important;
}
.site-footer, .ast-footer-bar, .ast-footer-copyright {
    background: #eaffea !important;
    color: #1a3d1a !important;
}
.site-footer .widget,
.site-footer .widget-title,
.site-footer .widget_nav_menu,
.site-footer .widget_text,
.site-footer .widget a {
    color: #1a3d1a !important;
}
.site-footer .has-ast-global-color-5-color,
.site-footer .has-text-color {
    color: #1a3d1a !important;
}
.site-footer .wp-block-heading {
    color: #1a3d1a !important;
}
.site-footer .ast-builder-social-element,
.site-footer .footer-social-item svg,
.site-footer .footer-social-item {
    color: #1a3d1a !important;
    fill: #1a3d1a !important;
}

body.woocommerce-shop,
body.post-type-archive-product,
body.archive.woocommerce {
    background: #fff !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 300px;
    overflow: hidden;
}
.woocommerce ul.products li.product img {
    max-height: 220px;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #fff;
}

.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
} 