.elementor .e-94d1345{margin-block-start:50px;margin-block-end:50px;display:block;flex-direction:column;.product-title {
  /* Truncate text after exactly 2 lines and add "..." */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
  /* Force the container to always be the height of 2 lines */
  /* This ensures 1-line titles don't break the layout alignment */
  line-height: 1.4em; 
  min-height: 2.8em;  /* 1.4em line-height * 2 lines = 2.8em */
  max-height: 2.8em;
}\n}