.category-list{position:relative;margin-top:15px;display:flex;flex-wrap:wrap;align-items:center;column-gap:24px;color:var(--colour-two);font-weight:700}.category-list li{position:relative}.category-list li:after{content:"";position:absolute;top:calc(50% - 2px);height:4px;width:4px;border-radius:99px;background:#dfdfdf;right:-14px}.category-list li:last-child:after{display:none}