span.grid-product__price, span.grid-product__sale-price{
	display: inline-block;
}

span.grid-product__sale-price + span.grid-product__price{
	text-decoration: line-through;
	padding-left: 10px;
}

.load-previous-page {
	text-align: center;
	margin-bottom: 16px;
}

.load-previous-page__btn {
	font-size: 0.8rem;
	line-height: 22px;
	text-transform: uppercase;
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	padding: 0;
}