.nhf-product-card {
  display: grid;
  grid-template-columns: minmax(130px, 190px) 1fr;
  gap: 1.4rem;
  align-items: stretch;
  margin: 1.8rem 0;
  padding: 1rem;
  border: 1px solid #49656B;
  background: #FFFFFF;
}
.nhf-product-card__image { display:flex; align-items:center; justify-content:center; }
.nhf-product-card__image img { display:block; width:100%; max-width:180px; height:auto; object-fit:contain; }
.nhf-product-card__body { display:flex; flex-direction:column; min-width:0; }
.nhf-product-card__title { margin:0 0 .6rem; font-family:"Source Serif 4",serif; font-size:1.35rem; line-height:1.2; }
.nhf-product-card__title a { color:#33484D; text-decoration:none; }
.nhf-product-card__title a:hover { color:#AD6048; }
.nhf-product-card__description { color:#33484D; line-height:1.5; }
.nhf-product-card__description > :last-child { margin-bottom:0; }
.nhf-product-card__footer { display:flex; flex-wrap:wrap; gap:.8rem 1rem; align-items:center; justify-content:space-between; margin-top:auto; padding-top:1rem; }
.nhf-product-card__price { color:#AD6048; font-weight:600; font-size:1.05rem; }
.nhf-product-card__button { display:inline-block; padding:.55rem .9rem; border:1px solid #49656B; background:#49656B; color:#FFF; text-decoration:none; line-height:1.2; }
.nhf-product-card__button:hover,.nhf-product-card__button:focus { background:#AD6048; border-color:#AD6048; color:#FFF; }
.nhf-product-card--debug { display:block; font-size:.92rem; border-style:dashed; }
@media (max-width:640px) { .nhf-product-card { grid-template-columns:110px 1fr; gap:1rem; } .nhf-product-card__footer { align-items:flex-start; flex-direction:column; } }
@media (max-width:460px) { .nhf-product-card { grid-template-columns:1fr; } .nhf-product-card__image img { max-width:170px; } }
