/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@media (max-width: 767px) {
  [class*="title-line-"] .wd-product .wd-entities-title {
    width: 95%;
    overflow: hidden !important;
    --title-line-height: 1.4em;
    max-height: calc(var(--title-line-count, 2)* 1.7em);
    line-height: var(--title-line-height);
    padding-top: 0.15em;
    padding-bottom: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .title-line-two {
    --title-line-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .title-line-two .wd-product .wd-entities-title,
  [class*="title-line-"] .wd-product .wd-entities-title {
    width: 95%;
    overflow: hidden !important;
    --title-line-height: 1.5em;
    --title-line-count: 2;
    max-height: calc(var(--title-line-count, 2)* 1.6em);
    line-height: var(--title-line-height);
    padding-top: 0.15em;
    padding-bottom: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: var(--title-line-count, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

   .title-line-two {
     --title-line-count: 2;
  }
}

@media (min-width: 1025px) {
  [class*="title-line-"] .wd-product .wd-entities-title {
    width: 95%;
    overflow: hidden !important;
    --title-line-height: 1.4em;
    max-height: calc(var(--title-line-count, 2)* 1.5em);
    line-height: var(--title-line-height);
    padding-top: 0.15em;
    padding-bottom: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .title-line-two {
    --title-line-count: 2;
  }
}