/*
 * Spacing for the "Back to Shop" button on category archives, so it sits
 * with breathing room between the category header above and the product
 * grid below (the grid's own top padding still applies on top of this).
 */
.category-back-to-shop {
	padding: 24px 0 0;
}

.category-back-to-shop .nectar-button-type {
	display: inline-block;
}
