.spw-related{
  margin-top:2rem;
  margin-left:5%;
  margin-right:5%;
}
    .spw-related h2{margin:0 0 .75rem}
    .spw-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;
 margin-left:5%;
  margin-right:5%;
}
    .spw-related-item{background:#fff;border:1px solid #e2e4e7;border-radius:10px;padding:12px;text-align:center}
    .spw-related-item img{max-width:100%;height:auto;border-radius:8px;margin:0 auto 8px;display:block}
    .spw-related-title{font-weight:600;font-size:14px;margin:4px 0 2px;line-height:1.35}
    .spw-related-price{font-size:13px;color:#334155;margin:2px 0 0}
    .spw-related a{text-decoration:none}