:root {
	--nakd-p-font-size: 16px;
}

.nakd-container {
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
	width: 100vw;
}

.nakd-section {
	text-align: center;
	background: #efeeea;
	position: relative;
	z-index: -1;
	padding-bottom: 96px;
}

.nakd-section h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 24px 0;
}

.nakd-section h2 {
	font-size: 32px;
	margin: 0 auto;
	padding: 0 0 40px;
	max-width: 570px;
	line-height: 48px;
}

.nakd-hero {
	display: flex;
	flex-direction: column;
	color: #fff;
	text-align: center;
	padding: inherit;
	height: 46.8vw;
	justify-content: center;
}

.nakd-hero video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
	z-index: -1;
}

.nakd-hero a {
	color: #fff;
	display: block;
	font-size: var(--nakd-p-font-size);
	font-weight: bold;
	background: #000;
	padding: 14px;
	margin: 0 auto;
}

.nakd-hero p {
	font-size: 24px;
	margin: 0 210px 64px;
}

.nakd-block-cats {
	display: flex;
	gap: 20px;
	width: 920px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.nakd-block-cat {
	width: 450px;
	height: 450px;
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 34px 24px;
}

.nakd-block-cat img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.nakd-block-cat h3 {
	font-size: 24px;
	margin: 0 0 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.nakd-block-cat a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: var(--nakd-p-font-size);
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
}

.nakd-block-cat p {
	margin: 0 0 12px;
	font-size: var(--nakd-p-font-size);
}

.nakd-nav {
	display: flex;
	flex-direction: row;
	margin: 0;
	flex-wrap: wrap;
	gap: 16px 32px;
	justify-content: center;
}

.nakd-nav a {
	font-size: var(--nakd-p-font-size);
	text-decoration: underline;
}

.divider {
	width: 100%;
	margin: 0;
}

.nakd-future {
	margin-top: 24px;
	height: 41.6vw;
	display: flex;
	position: relative;
	align-content: center;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 32px;
}

.nakd-future > img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.nakd-future-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 24vw;
	justify-content: space-between;
}

.nakd-future a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}

.nakd-future-inner img {
	width: 481px;
}
@media only screen and (max-width: 768px) {
	.nakd-section {
		padding-bottom: 56px;
	}
	.nakd-hero {
		height: 140.1vw;
		justify-content: end;
		padding: 0;
	}
	.nakd-section h1 {
		font-size: 28px;
		padding: 0 44px;
	}

	.nakd-hero p {
		margin: 0 12px 32px;
		font-size: 14px;
	}

	.nakd-hero a {
		margin-bottom: 32px;
	}
	.nakd-section h2 {
		font-size: 20px;
		padding: 0 60px 32px;
		line-height: 26px;
	}

	.nakd-block-cats {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: scroll;
		width: -webkit-fill-available;
		margin: 0;
	}

	.nakd-block-cat {
		width: 300px;
		height: 300px;
		padding: 0;
	}

	.nakd-block-cat h3 {
		font-size: 20px;
		display: block;
		width: 300px;
	}
	.nakd-block-cat p {
		font-size: 14px;
		padding: 0 20px;
	}
	.nakd-nav {
		margin: 0 auto;
		flex-direction: column;
	}

	.nakd-future {
		height: 120vw;
		padding-bottom: 16px;
	}

	.nakd-future-inner {
		gap: 184px;
		justify-content: flex-end;
	}

	.nakd-future-inner img {
		width: 260px;
	}
}
