.collection-header__description {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.2px;
	line-height: 1.5
}

.collection-header {
	background-color: #f9fae0;
	padding: calc(var(--header-height, 71px) + 4rem) 0 calc(4rem + var(--wave-height) / 2);
	position: relative
}
#shopify-section-template--16026571243710__blog-header .collection-header{
		background-color: #573F1C;
}
.collection-header .page-width {
	position: relative;
	z-index: 1
}
.collection-header wave-animation {
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 0
}
.collection-header wave-animation .waves {
	transform: translateY(calc(-100% + 1px)) scaleY(-1)
}
.collection-header wave-animation use {
	animation-delay: -13s
}
@media (min-width: 48em) {
	.collection-header {
		padding: calc(var(--header-height, 71px) + 6rem) 0 6rem
	}
}
.collection-header__overline {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 1.95px;
	line-height: 1.54;
	margin-bottom: 2rem
}
.collection-header__title {
	align-items: center;
	color: #573F1C;
	display: flex;
	flex-direction: column;
	font-family: 'Nunito', sans-serif;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: .98;
	text-transform: capitalize;
    text-align: center
}
#shopify-section-template--16026571243710__blog-header .collection-header__title{
	color: #fff
}
.template-list-collections .collection-header__title {
	text-align: center
}
@media (min-width: 48em) {
	.collection-header__title {
		font-size: 6rem;
		line-height: 1.22;
	}
}
.collection-header__description {
	color: #573F1C;
	margin: 2rem auto 0;
	max-width: 61rem;
	text-align: left
}
.collection-header__description__inner{
    text-align: center
}
#shopify-section-template--16026571243710__blog-header .collection-header__description{
	color: #fff
}

