.product-list.grid,
.footer__blocks-wrapper.grid,
.shopify-section.product-section.spaced-section>.row.grid,
.collection-list.grid {
    display: flex;
}

button[type="submit"].button {
    background-color: var(--button-bg-color);
}

button[type="submit"].button:hover {
    background-color: var(--brand-third);
}

._hidden {
    display: none;
}
