.product-heroes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin:26px 0}.product-hero{display:flex;align-items:center;gap:24px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.product-hero:only-child{grid-column:1/-1}.product-hero img{width:150px;height:150px;object-fit:contain}.product-hero small,.product-hero strong,.product-hero span{display:block}.product-hero small{color:var(--green);font-weight:800}.product-hero strong{margin:6px 0;font-size:24px}.product-hero span{color:var(--muted);font-size:12px;line-height:1.6}.price-caution{display:block;margin-top:8px;padding:6px 8px;background:#fff0d8;color:#774c00;font-size:12px;font-weight:700;line-height:1.5}@media(max-width:700px){.product-heroes{grid-template-columns:1fr}.product-hero{gap:14px}.product-hero img{width:100px;height:100px}.product-hero strong{font-size:18px}}
