.related-products .related-grid article,
.related-products .related-grid h3,
.related-products .related-grid p,
.related-products .related-photo { min-width: 0; }
.related-products .related-grid h3,
.related-products .related-grid p { overflow-wrap: anywhere; }
@media (max-width: 360px) {
    .related-products .related-grid article { grid-template-columns: 72px minmax(0, 1fr); gap: 8px 12px; }
    .related-products .related-photo,
    .related-products .related-grid article img { height: 110px; }
}
