
.collection-slider__header .collection-title{
	color: var(--Fairy-Tales-Royal-Purple);
	font-size: 24px;
	line-height: 29px !important;
	letter-spacing: 2.4px !important;
	text-transform: uppercase !important;
}

@media (min-width: 300px) and (max-width: 768px) {
	.collection-slider__header .collection-title {
		font-size: 17px;
		font-weight: 600;
		line-height: 22px;
		letter-spacing: 1.7px;
		text-transform: uppercase;
	}
}