/* Start custom CSS */.collection-block {
	margin-bottom: 5rem;
	scroll-margin-top: 170px;
}

.collection-title-heading {
	color: var(--e-global-color-text-black, #000);
	font-family: "ivyora-display", serif;
	font-size: clamp(2.125rem, 1.31vi + 1.8rem, 3rem);
	line-height: 88%;
	text-align: left;
	text-transform: none;
	border: none !important;
	margin-bottom: 2rem;
}

.product-collection {
	display: grid;
	gap: 1.5rem 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.load-more-btn {
	padding: 0;
	color: var(--black, #000);
	background: none;
	border: 0;
	&:hover {
		color: var(--green, #58998e);
		background: none;
	}
}

.load-more-wrapper {
	text-align: center;
	margin-top: 2rem;
}/* End custom CSS */