/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.wishlist-button-add {
  display: none !important;
}

#js-product-list-header {
  display: none !important;
}

.subcategory-heading {
    display: none !important;
}

ul.subcategories-list > li {
    min-width: 50px !important;
}

.products-section-title {
    display: none !important;
}

.dropdown-item {
    color: black !important;
}


@media (max-width: 575px) {
    .products.row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}


.footer-container > .container > .row {
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .footer-container > .container > .row {
        display: flex !important;
        justify-content: center !important;
    }
}
