/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /* #header{ background: red !important; } */


.page-index .product, .page-search .product {
    width: 25%;
    min-width: 250px;
}

.product-miniature {
    display: flex;
    justify-content: center;
    height: 100%;
}

@media (max-width: 767px) {
    .page-index .product, .page-search .product {
        min-width: 50%;
    }

    .product {
        min-width: 50%;
        width: 50%;
    }
}