@media screen and (min-width: 800px) {
    .index-product .wal .list .item {
        width: calc((100% - .16rem * 2) / 3);
    }
}