.elementor-products-grid ul.products.elementor-grid, .woocommerce ul.products.elementor-grid {
    li.ast-article-single, li.ast-article-post {
        display: flex;
        flex-direction: column;

        /*Fix overflow of thumbnail image if none provided*/
        .astra-shop-thumbnail-wrap {
            img.woocommerce-placeholder {
                border-radius: 20px 20px 0 0;
                border-bottom: rgb(204, 176, 154) 1px solid;
            }
        }

        .astra-shop-summary-wrap {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            p {
                margin-bottom: 0;
                margin-top: 0;
            }

            .wc-gzd-additional-info, .wc-gzd-additional-info.price {
                font-size: 12px;
                line-height: 14px;
                color: var(--ast-global-color-8);
                margin-bottom: 4px;
            }

            .ast-loop-product__link {
                flex-grow: 1;
            }

            a.button {
                &:not(.add_to_cart_button) {
                    color: var(--ast-global-color-4);
                    border-color: var(--ast-global-color-4);
                    background-color: transparent;
                    &:hover {
                        background-color: var(--ast-global-color-5);
                    }
                }
                padding-top: 10px !important;
                padding-bottom: 10px !important;
                margin-left: 10px;
                margin-right: 10px;
            }
        }
    }
}
