
/*
Theme Name: Hello Elementor Child
Description: Child theme of Hello Elementor
Author: Brandon Begle
Template: hello-elementor
Version: 1.0.2
*/

/* Your custom styles go here */


/* Custom Product Grid Styles */

.eael-product-wrap {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.eael-product-wrap > .woocommerce-LoopProduct-link {
    display: flex !important;
    flex-grow: 1;
}

.woocommerce-LoopProduct-link > img {
    object-fit: contain;
}


/* Elementor Element 4619832 Styles */

/*These fix the cart issue on team america and encourager, if those ids change, then this will need to change*/

.elementor-element-4619832 {
    overflow: visible !important;
}

.elementor-element-4619832 .elementor-menu-cart__container {
    height: 100vh;
    overflow: visible;
    width: 100%;
}
