.search-results-pod {
	margin-bottom: 50px;
}
.search-results-pod > h2 {
	font-size: 26px;
	text-align: center;
	color: #222;
	font-weight: 300;
	margin-top: 35px;
	margin-bottom: 20px;
}
#main .type-page .entry .search-results-pod .product-box a {
	text-decoration: none;
}
.search-results-pod .products {
	justify-content: center;
}
.search-results-pod .product-box {
	position: relative;
}
.search-results-pod a.card-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.search-results-pod .add_to_list {
	z-index: 100;
}

@media only screen and ( min-width: 1010px ) {
  .search-results-pod.columns-4 .product-box {
    width: 24.5%;
  }
}