<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.productCategories {
    width: 1212px;
    margin: 30px auto;
    overflow: hidden;
    _zoom: 1;
}

ul.productCategories&gt;li {
    float: left;
    margin-right: 27px;
    margin-bottom: 10px;
}

ul.productCategories&gt;li:nth-child(6n) {
    margin-right: 0px;
}</pre></body></html>