.section-fg-product-grid input[type=checkbox]:checked {
    background: var(--color-body);
}

.section-fg-product-grid .collection-empty p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.04em;
}

.section-fg-product-grid .section-spacing-bottom {
    margin-bottom: 48px;
}

@media (min-width: 769px) {
    .section-fg-product-grid .section-spacing-bottom {
        margin-bottom: 0;
    }
}