MoreOffers from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.MoreOffers` (bundle loaded from the root `_ds_bundle.js`). Wrap the tree in `<Page>` (full provider chain in README.md — components read theme/i18n from that context).

Four-column grid of linked product tiles (`.kwac-more`) pointing at related
listings, max 1040px.

## Props

```ts
interface MoreOffersProps {
  /** Four `MoreOfferCard`s (4 columns; 2 below 900px; 1 below 400px). */
  children: React.ReactNode;
}
```
