.ds-category-products .ds-module-item.product-layout {
    flex: unset !important;
    width: 100%;
    max-width: calc(100% / 5);
}
@media (max-width: 768px) {
    .ds-category-products .ds-module-item.product-layout {
        max-width: calc(100% / 3);
    }
}
@media (max-width: 576px) {
    .ds-category-products .ds-module-item.product-layout {
        max-width: 100%;
    }
}