.category-page .product {
	padding-bottom: 25px;
}
.category-page .product p{
	color: #050505;
}
.category-page .product h3{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #2f2f2f;
}
.category-page .product-block-image {
	height: 200px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.category-page .product a:hover h3{
	color: #666;
}
.category-page .product a:hover{
	text-decoration: none;
}
.category-page .product a:hover .product-block-image{
	opacity: 0.9;
}
.category-page .product a:hover{
	text-decoration: none;
}

/* Top margin for this section */
.category-page {
	margin-top: 180px;
}
.hero-visual + .category-page {
	margin-top: 0;
}
