.lookbook__cnt {
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	padding: 48px;
}

.lookbook__title {
	color: rgb(0, 0, 0);
	font-family: Anglecia Pro Display;
	font-size: calc(32px + 32 * (100vw - 390px) / 1530);
	font-weight: 400;
	line-height: 64px;
	letter-spacing: 0%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 48px 0px;
}

.lookbook__items {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(300px,1fr));
	gap: 4px;
	flex-wrap:  wrap;
}

.lookbook__item {
	position: relative;
}

.lookbook__item:hover .lookbook__item-description {
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.lookbook__item-inner {
	width: 100%;
	padding-bottom: 93%;
	position: relative;
}

.lookbook__item-inner picture,
.lookbook__item-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease 0s;
}

.lookbook__item-inner picture.lazyload,
.lookbook__item-inner img.lazyload {
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.lookbook__item-description {
	text-decoration: none;
	opacity: 0;
	transition: all 0.3s ease 0s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: Anglecia Pro Display;
	font-size: calc(32px + 32 * (100vw - 390px) / 1530);
	font-weight: 400;
	line-height: 64px;
	text-align: center;
	color: white;
	display: flex;
	justify-content:center;align-items: center;
	background: #00000080;
}

.lookbook__item-description:hover{
	text-decoration: none;
}

.lookbook__item-description.touched{
	opacity: 1;
	transition: all 1s ease 0s;
}

@media (max-width: 768px){
	.lookbook__items {
		grid-template-columns: repeat(1, minmax(200px,1fr));
	}
	.lookbook__cnt{
		padding: 24px;
	}
	.lookbook__title{
		margin-bottom: 24px;
	}
}







/*  */

.lookbook_header {
	height: 720px;
	background-size: cover;
	background-position: center center;
	padding: 180px 35px 0;
	position: relative;
}
.lookbook_header h1 {
	font-size: 99px;
	text-transform: uppercase;
	margin: 0;
}

.lookbook_heading {
	font-size: 64px;
	margin: 50px 0 90px 80px;
}

.lookbook-list {
	width: 77%;
	max-width: 960px;
	margin: 70px auto 230px;
	margin-left: 80px;
	flex-direction: column;
}
.lookbook_list-i {
	margin-bottom: 60px;
}
.lookbook_list-i ._name {
	max-width: 20%;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}
.lookbook_list-i ._img {
	font-size: 0;
}
.lookbook_list-i ._img img {
	height: auto;
}
.lookbook_list-i ._look {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.lookbook_list-i-r {
	flex-direction: column;
}



.lookbook_list-i._type1 {
	flex-direction: column;
	
}
.lookbook_list-i._type1 ._img {
	margin: 20px 0;
}
.lookbook_list-i._type1 ._img img {
	width: 100%;
}
.lookbook_list-i._type2 {
	margin-top: 70px;
}
.lookbook_list-i._type2 ._img {
	margin-right: 40px;
}
.lookbook_list-i._type2 ._look {
	margin-top: 40px;
}
.lookbook_list-i._type3 {
	margin-left: 39%;
}
.lookbook_list-i._type3 ._img {
	margin-right: 40px;
}
.lookbook_list-i._type3 ._look {
	margin-top: 40px;
}
.lookbook_list-c1 {
	flex-wrap: wrap;
}
.lookbook_list-i._type4 {
	flex-direction: column;
	margin-top: 70px;
}
.lookbook_list-i._type4 ._img {
	width: 100%;
	margin: 45px 0;
}
.lookbook_list-i._type4 ._img img {
	width: 100%;
}
.lookbook_list-c1 .lookbook_list-i {
	width: 47%;
}
.lookbook_list-c1 .lookbook_list-i:nth-child(1){
	margin-right: 40px;
}


@media (max-width: 1680px) {
	.lookbook_list-i._type2 ._img img,
	.lookbook_list-i._type3 ._img img {
		width: 432px;
	}
	.lookbook_list-c1 .lookbook_list-i {
		width: 40%;
	}
}

@media (max-width: 1480px) {
	.lookbook_header {
		height: 240px;
		padding: 140px 35px 0;
	}
	.lookbook_header h1 {
		font-size: 48px;
	}

	.lookbook_heading {
		margin-left: 0;
		margin-bottom: 6.25vw;
		text-align: center;
	}

	.lookbook-list {
		margin: 60px auto 190px;
	}
	.lookbook_list-i ._name {
		font-size: 36px;
	}
	.lookbook_list-i ._look {
		font-size: 12px;
	}
	.lookbook_list-i._type1 ._img {
		margin: 20px 0;
	}
	.lookbook_list-i._type3 ._img {
		margin-right: 30px;
	}
	.lookbook_list-i._type2 ._img img,
	.lookbook_list-i._type3 ._img img {
		width: 396px;
	}
	.lookbook_list-i._type4 {
		margin-top: 50px;
	}
	.lookbook_list-c1 .lookbook_list-i {
		width: 36%;
	}
	.lookbook_list-c1 .lookbook_list-i:nth-child(1){
		margin-right: 30px;
	}
}
@media (max-width: 1280px) {
	.lookbook_header {
		padding-left: 20px;
	}
	.lookbook-list {
		width: calc(100% - 40px);
	}
	.lookbook_list-i ._name {
		font-size: 32px;
	}
}
@media (max-width: 1200px) {
	.lookbook_list-i ._name {
		font-size: 28px;
	}
	.lookbook_list-i._type2 ._img img,
	.lookbook_list-i._type3 ._img img {
		width: 320px;
	}
	.lookbook_list-i._type3 {
		margin-left: auto;
	}
	.lookbook_list-i._type3 .lookbook_list-i-r {
		width: 280px;
	}
	.lookbook_list-i._type4 {
		margin-top: 40px;
	}
}
@media (max-width: 1000px) {
	.lookbook_list-i._type2 ._img img,
	.lookbook_list-i._type3 ._img img {
		width: 270px;
	}
	.lookbook_list-i._type3 {
		margin-bottom: 30px;
	}
	.lookbook_list-i._type3 .lookbook_list-i-r {
		width: 250px;
	}
	.lookbook_list-i._type4 {
		margin-top: 35px;
	}
	.lookbook_list-i._type3 {
		margin: 20px 0 35px 0;
	}
}
@media (max-width: 770px) {
	.lookbook-list_t2 {
		padding: 30px 20px;
	}
	.lookbook-list_t3 img {
		max-width: 280px;
	}
	.lookbook-list_t3-title {
		max-width: 280px;
	}
	.lookbook_list-c1 .lookbook_list-i {
		width: 45%;
	}
}
@media (max-width: 680px) {
	.lookbook_header {
		padding-top: 150px;
	}
	.lookbook_header h1 {
		font-size: 32px;
	}
	.lookbook-list {
		margin-bottom: 120px;
	}
	.lookbook_list-c1 .lookbook_list-i {
		width: 100%;
	}
	.lookbook_list-c1 .lookbook_list-i:nth-child(1) {
		margin-right: 0;
	}
	.lookbook_list-i ._name {
		font-size: 22px;
	}
	.lookbook_list-i ._look {
		margin-top: 0 !important;
	}
	.lookbook_list-i._type1 ._img {
		margin: 20px 0;
	}
	.lookbook_list-i._type2 ._img {
		margin: 20px 0;
	}
	.lookbook_list-i._type3 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.lookbook_list-i._type3 ._img {
		margin: 20px 0;
	}
	.lookbook_list-i._type3 .lookbook_list-i-r {
		width: 100%;
	}
	.lookbook_list-i._type2 ._img img,
	.lookbook_list-i._type3 ._img img {
		width: 100%;
	}
	.lookbook_list-i._type4 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 576px){

	.lookbook_heading {
		font-size: 48px;
	}
	
}

.lookbook-list {
	margin-bottom: 30px;
}

.lookbook_list-i:last-child {
	margin-bottom: 0;
}


.lookbook__item-description,
.lookbook__title {
	font-family: Mulish !important;
}

.lookbook__item-description {
	font-weight: 800;
}