/*  */
.lookbook-head {
	height: 50vh;
	max-height: 350px;
	margin-top: 100px;
}

.lookbook-head picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* //======================================================================================================================================================== */
.lookbook-heading {
	margin: 60px auto 120px auto;
	max-width: 1040px;
	padding: 0 16px;
}
.lookbook {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 16px;
}
.lookbook__item {
	margin-bottom: 50px;
}
.lookbook__item.full {
}
.lookbook__item.full img {
	max-width: 100%;
	height: auto;
}
.lookbook__item.half {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.half__image {
	position: relative;
	width: 100%;
	padding-bottom: 77%;
}

.half__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.lookbook-heading {
	text-align: center;
}
.lookbook-title {
	color: rgb(0, 0, 0);
	font-family: Anglecia Pro Display;
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
	margin: 0.67em 0;
}

.lookbook-text{
	color: #00000080;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

@media (max-width: 1040px) {
	.lookbook__item {
		margin-bottom: 15px;
	}
}
@media (max-width: 800px) {
	.lookbook__item.half {
		gap: 20px;
	}
	.half__image {
		padding-bottom: 61%;
	}
}
@media (max-width: 500px) {
	.lookbook-head {
		max-height: 250px;
	}
	.lookbook-heading {
		margin: 30px auto 60px auto;
	}
	.lookbook-title{
		font-size: 32px;
		font-weight: 400;
		line-height: 32px;
	}

	.lookbook-text{
		font-size: 14px;
	}
}

.lookbook-title,
.lookbook__slider-name,
.lookbook__title {
	font-family: Mulish !important;
}

.lookbook__text {
  font-weight: 300;
}

.lookbook-text,
.lookbook__description {
  text-transform: initial !important;
	font-size: 16px;
}

.lookbook-title {
	font-weight: 200 !important;
	font-size: 64px !important;
	line-height: 1.2em !important;
}