#product-grid {
    row-gap: 12px;
}

@media only screen and (min-width: 426px) {
    #product-grid {
        row-gap: 24px;
    }
}
