.store-display-products {
    max-width: 1140px;
    margin: 20px auto;
}
.store-display__filter {
    margin-top: -60px;
    margin-bottom: 30px;
    padding: 5px;
}
.product_card {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 2.5em;
    position: relative;
}
a, .link {
    color: #ee2761;
    text-decoration: none;
    text-stroke: 0;
    -webkit-transition: color 100ms;
    transition: color 100ms;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.product_card__image {
position: relative;
width: 100%; 
}
.product_card__image:before {
content: "";
    display: block;
    padding-top: 100%;  
}
.product_card .product_card__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 1em;
}
.product_card .product_card__title {
    color: #0a0918;
    font-weight: bold;
}
.product_card .product_card__meta, .product_card .product_card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5em;
}
.cf {
    zoom: 1;
}
@media (min-width: 320px) and (max-width: 768px) {
	h1{
		font-size: 1.5em;
	}
	.store-display-products {
	    max-width: 768px;
	    margin: 20px auto;
	}
	.product_card {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 2.5em;
    position: relative;
}
}
