.z-product-card-group {
    max-width: 1200px;
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(4, 1fr); */
    align-items: start;
    justify-items: center;
    gap: 40px;
    margin: 0 auto;
}

.z-wrap .z-product-card-group {
    width: 100%;
}

.z-product-card-group .z-product-card {
    margin: 0;
}

@media screen and (max-width: 768.5px) {
    .z-product-card-group {
        /* display: grid; */
        /* grid-template-columns: repeat(2, 1fr); */
        /* justify-items: center; */
        gap: 16px;
    }
}