/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 12 2026 | 22:22:36 */
/* =========================================================
   GranoFactura — одинаковая высота описания ТОЛЬКО для чая
   ========================================================= */

body.archive.woocommerce .wd-products .wd-product.product_cat-chaj .gf5-desc,
body.archive.woocommerce .wd-products .wd-product.product_cat-chaj .gf7-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;

    /* место под 3 строки описания */
    min-height: 58px !important;
    height: 58px !important;

    margin-bottom: 10px !important;

    overflow: hidden !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}