#js-product-list-header {
	margin-top: 15px;
}
.block-category h1{
	color: #f4f4ed;
	font-size: 7rem;
    text-transform: lowercase;
    font-weight: 300;
	margin-top: -2rem;
}
@media (max-width: 768px) {
	.block-category h1 {
		font-size: 2rem;
		font-weight: 300;
		margin-top: -1rem;
		color: #000;
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 2px;
	}
}