/* Reduce thumbnail size on Products list page only */
.section-products .post-entry .entry-cover img {
    max-height: 10px;   /* 你可以调成 140 / 180 */
    width: auto;
    object-fit: contain;
  }
  
  .section-products .post-entry {
    gap: 1rem;
  }
  