/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* HABB - WoodMart shop ürün adını 3 satıra çıkarır */
body.woocommerce .wd-product .wd-entities-title,
body.woocommerce .product-grid-item .wd-entities-title {
    line-height: 1.35 !important;
    min-height: calc(1.35em * 3) !important;
    max-height: calc(1.35em * 3) !important;
    height: auto !important;
    overflow: hidden !important;
}

body.woocommerce .wd-product .wd-entities-title a,
body.woocommerce .product-grid-item .wd-entities-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    line-height: 1.35 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}
