body {
    background: #ffeaea;
}
a, .ast-primary-header-bar, .ast-site-identity {
    color: #e74c3c !important;
}
.ast-button, .button {
    background: #e74c3c !important;
    color: #fff !important;
    border-radius: var(--ams-btn-radius, 4px) !important;
}
.site-footer, .ast-footer-bar, .ast-footer-copyright {
    background: #ffeaea !important;
    color: #3a1a1a !important;
}
.site-footer .widget,
.site-footer .widget-title,
.site-footer .widget_nav_menu,
.site-footer .widget_text,
.site-footer .widget a {
    color: #3a1a1a !important;
}
.site-footer .has-ast-global-color-5-color,
.site-footer .has-text-color {
    color: #3a1a1a !important;
}
.site-footer .wp-block-heading {
    color: #3a1a1a !important;
}
.site-footer .ast-builder-social-element,
.site-footer .footer-social-item svg,
.site-footer .footer-social-item {
    color: #3a1a1a !important;
    fill: #3a1a1a !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 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 300px !important;
    overflow: hidden !important;
}
.woocommerce ul.products li.product img {
    max-height: 220px !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
    background: #fff !important;
}

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