.category-header {
	padding: 44px 0 10px;
}
.category-header .flex {
	max-width: 1214px;
	margin: 0 auto -13px;
	justify-content: space-between;
}
.category-header .flex .left {
	width: 58%;
}
.category-header .flex .left a {
	color: #E49FC7;
}
.category-header .flex .left h2 {
	font-size: 36px;
	margin: 0 0 10px;
	text-transform: capitalize;
	font-weight: 100;
	letter-spacing: 0.05rem;
	color: #302B28;
}
.category-header .flex .right {
	width: 363px;
}
.category-header .flex .right img {
	width: 100%;
	height: 292px;
}
.category-header .flex > p {
	display: none;
}
.category-header .flex .right h3 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.1rem;
	width: 94%;
	margin: 21px 0 22px;
	font-weight: 300;
	font-family: 'proxima-nova';
}
.category-header .flex .right a {
	text-decoration: none;
	background-image: url(../png/grey-arrow.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right bottom 6px;
	display: block;
}
.category-header .flex .right a:hover {
	opacity: 1;
}
@media all and (max-width:1240px) {
	.category-header .flex {
		max-width: 1000px;
	}
}
@media all and (max-width:1040px) {
	.category-header .flex {
		max-width: 700px;
	}
	.category-header .flex .right {
		width: 315px;
	}
	.category-header .flex .right h3 {
		width: 93%;
	}
	.category-header .flex .left {
		width: 48%;
	}
}
@media all and (max-width:768px) {
	.category-header .flex {
		max-width: 500px;
		display: block;
	}
	.category-header .flex .left {
		width: 100%;
	}
	.category-header #breadcrumbs{
		margin: 0;
	}
	.category-header .flex .right img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}
@media all and (max-width:520px) {
	.category-header {
		text-align: center;
	}
	.category-header .flex .left h2 {
		font-size:35px;
	}
	.category-header #breadcrumbs span {
		justify-content: center;
	}
	.category-header .flex .right {
		width: 100%;
		text-align: left;
	}
	.category-header .flex {
		max-width: 90%;
		display: block;
	}
}