.product-info { padding:14px; }
.product-name {
  min-height:34px;
  margin-bottom:8px;
  font-size:12px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-meta {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  color:var(--muted);
  font-size:13px;
}
.product-price { color:#000;font-weight:900; }
/* Source: assets/css/app.css L821-L827 */
.product-meta-clean {
  justify-content:flex-start;
  min-height:22px;
}
.product-meta-clean .product-price {
  font-size:13px;
}
