.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(11,47,87,.08);display:flex;flex-direction:column}.product-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:190px;background:linear-gradient(140deg,#e9f8ff,#f8fbff)}.fake-img{width:120px;height:120px;border-radius:30px;background:linear-gradient(160deg,var(--blue),var(--cyan));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 18px 38px rgba(11,47,87,.22)}.product-tag{position:absolute;top:14px;left:14px;background:var(--blue);color:#fff;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:900}.product-tag--alt{background:var(--green)}.product-body{padding:1rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.product-kicker{margin:0;color:var(--cyan);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.product-body h3{margin:0;font-size:1.15rem;color:var(--blue);line-height:1.25}.product-body p{margin:0;color:var(--muted);font-size:.94rem}.product-meta{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:auto}.product-meta span{background:#f2f7fb;border:1px solid var(--line);border-radius:999px;padding:.25rem .55rem;font-size:.78rem;color:var(--muted)}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-top:.7rem}.product-bottom strong{color:var(--blue);font-size:1.05rem}@media (max-width:1050px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.product-grid{grid-template-columns:1fr}.product-media{min-height:170px}}
