.bt-category-banner,
.bt-category-banner * {
	box-sizing: border-box;
}

.bt-category-banner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 1440px;
	margin-inline: auto;
	padding: 64px 80px 48px;
	gap: 20px;
	background: #fff;
}

.bt-category-banner__eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 14px;
}

.bt-category-banner__eyebrow-line {
	display: block;
	flex: 0 0 auto;
	width: 40px;
	height: 0;
	border: 0;
	border-top: 2px solid #e03f54;
}

.bt-category-banner__eyebrow-text {
	font-family: "Outfit", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	color: #e03f54;
}

.bt-category-banner__text-row {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	width: 100%;
	gap: 48px;
}

.bt-category-banner__title {
	flex: 0 0 480px;
	max-width: 480px;
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.267857;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	color: #111;
}

.bt-category-banner__description {
	flex: 1 1 auto;
	min-width: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #4a4a4a;
}

.bt-category-banner__description > :first-child {
	margin-top: 0;
}

.bt-category-banner__description > :last-child {
	margin-bottom: 0;
}

.bt-category-banner__divider {
	width: 100%;
	height: 0;
	border: 0;
	border-top: 1px solid #eaeaea;
}

@media (max-width: 1024px) {
	.bt-category-banner {
		padding: 48px 40px 36px;
	}

	.bt-category-banner__text-row {
		align-items: flex-start;
		gap: 32px;
	}

	.bt-category-banner__title {
		flex-basis: 42%;
		max-width: 42%;
		font-size: 44px;
		line-height: 1.15;
	}
}

@media (max-width: 767px) {
	.bt-category-banner {
		padding: 32px 20px 28px;
	}

	.bt-category-banner__text-row {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.bt-category-banner__title {
		flex-basis: 100%;
		max-width: 100%;
		font-size: 36px;
		line-height: 1.15;
	}

	.bt-category-banner__description {
		font-size: 16px;
	}
}
