@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 960px) {
    .fs-c-productList__list {
        display: grid;
        grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
        grid-gap: 0px;
    }
}
