


| Viewport | Selector | Property | Result | Detail |
|---|---|---|---|---|
| desktop | [data-component="product_list"] > div > .grid | display | PASS | display: grid |
| desktop | [data-component="product_list"] aside | borderRightWidth | PASS | borderRightWidth: 1px |
| tablet | [data-component="product_list"] > div > .grid | display | PASS | display: grid |
| tablet | [data-component="product_list"] nav ul.flex | overflowX | PASS | overflowX: auto |
| mobile | [data-component="product_list"] > div > .grid | display | PASS | display: grid |
| mobile | [data-component="product_list"] nav ul.flex | overflowX | PASS | overflowX: auto |