.product-recommendations{display:block}
.related-products{border-top:1px solid var(--line);background:var(--paper)}
.related-products__heading .eyebrow{margin:0}
.related-products__heading .eyebrow+h2{margin-top:var(--rhythm-label-title);margin-bottom:0}
.related-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.related-products__grid .card{min-width:0}
.related-products__grid .card-title{line-height:1.18}
.related-products__grid .card-quick-add .button{width:100%}

@media(max-width:900px){
  .related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}
}

@media(max-width:480px){
  .related-products__heading{margin-bottom:36px}
  .related-products__grid .card-title{font-size:1rem}
  .related-products__grid .card-meta{padding-top:14px}
  .related-products__grid .card-quick-add{margin-top:14px}
}
