/*!
Theme Name: Lexend
Theme URI: https://lexend.themegenix.com/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Lexend - Software, SaaS & Startup WordPress Theme
Version: 2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lexend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* 产品标题区域增加高度 */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    min-height: 60px;
    line-height: 1.5;
}

/* 价格与标题保持间距 */
.woocommerce ul.products li.product .price{
    display: block;
    margin-top: 10px;
}