/*
Theme Name: Qi Child
Theme URI: https://qodeinteractive.com/qi-theme
Description: A child theme of Qi
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: qi
Template: qi
*/

.qodef-woo-product-list .qodef-woo-product-content {
    display: flex !important;
    flex-direction: column-reverse;
}

.qodef-woo-product-list .qodef-woo-product-heading {
    flex-direction: column;
    gap: 10px;
}

.qodef-woo-product-list .qodef-woo-product-title {
    height: 52px;
    overflow: hidden;
}