.ysl-page-title {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 320px;
	background: linear-gradient(rgba(8, 4, 5, 0.72), rgba(8, 4, 5, 0.72)), var(--ysl-page-title-bg) center / cover;
	color: #fff;
}

.ysl-page-title__inner {
	padding: 70px 0;
}

.ysl-section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--ysl-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ysl-section-eyebrow::before {
	content: "";
	width: 42px;
	height: 2px;
	background: currentColor;
}

.ysl-page-title h1 {
	max-width: 760px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 64px;
	line-height: 0.98;
	letter-spacing: 0;
}

.ysl-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 800;
}

.ysl-breadcrumb li:not(:last-child)::after {
	content: "/";
	margin-left: 8px;
	color: rgba(255, 255, 255, 0.45);
}

.ysl-breadcrumb a:hover {
	color: var(--ysl-orange);
}

.ysl-page-main {
	background: var(--ysl-white);
}

.ysl-page-content > * {
	width: min(var(--ysl-container), calc(100% - 40px));
	margin-left: auto;
	margin-right: auto;
}

.ysl-page-content > .alignfull {
	width: 100%;
	max-width: none;
}

.ysl-page-content--full > * {
	width: 100%;
	max-width: none;
}

@media (max-width: 720px) {
	.ysl-page-title {
		min-height: 250px;
	}

	.ysl-page-title__inner {
		padding: 52px 0;
	}

	.ysl-page-title h1 {
		font-size: 40px;
	}
}
