To solve the border issues in the firefox , we need to use border and overflow ,
we need to use overflow hidden and need to give border radius so that the extra lines which we used clip path and removed will disappear in Firefox also
.facets-items-collection-view-row
{ overflow: hidden;
border-radius: 0.01px;
}