/*
Theme Name: Ornaldo Child
Theme URI: https://ornaldo.themeftc.com/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Child theme for Ornaldo theme
Version: 2.1.4
Template: ornaldo
Text Domain: ornaldo
*/

/***************************************************
STABLE LAYOUT + TITLE HEIGHT ALIGNMENT
***************************************************/

/* Restore product card layout */
.ftc-product.product.product-gallery {
    display: block !important;
    position: relative !important;
    min-height: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Lock product title height */
.ftc-product .woocommerce-loop-product__title {
    height: 2.8em !important;
    line-height: 1.4em !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
}

/* Force theme title to always take up 2 lines */
.ftc-product .product_title.product-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.4em !important;
    height: 2.8em !important; /* 2 lines */
    margin-bottom: 10px !important;
}