
/* LBD Cards — Classic (pre-reset neutro) */
.products .product .lbd-card,
.wc-block-grid__products .wc-block-grid__product .lbd-card {
  display:flex; flex-direction:column; height:100%;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px; overflow:hidden; background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.lbd-card__media{ position:relative; width:100%; aspect-ratio:4/3; overflow:hidden; background:#f7f7f7; }
.lbd-card__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.lbd-badge{ position:absolute; right:10px; bottom:10px; font-size:12px; line-height:1; padding:8px 10px;
  border-radius:999px; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,.15); user-select:none;}
.lbd-badge.is-fresco{ background:#2ecc71; }
.lbd-badge.is-secco{ background:#c49a6c; }
.lbd-card__body{ display:flex; flex-direction:column; gap:8px; padding:12px 14px 14px; flex:1 1 auto; }
.lbd-card__title{ margin:0; font-size:16px; line-height:1.25; max-height:calc(1.25em * 2);
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.lbd-card__title a{ text-decoration:none; color:inherit; }
.price{ margin:2px 0 0 0; font-weight:600; }
.products .product a.button.add_to_cart_button{ margin-top:auto; }
