.shop-ltk .title-flex {
	max-width: 1075px;
		margin: 81px auto 5px;
		display: flex;
		justify-content: space-between;
}
.shop-ltk.has-white-background-color {
	padding: 1px 0;
}
.shop-ltk.has-white-background-color ul{
	margin: 25px auto 100px;
}
.shop-ltk .title-flex p {
	margin: 0;
	font-family: 'freight-big-pro';
	font-size: 40px;
	letter-spacing: -0.08rem;
}
.shop-ltk .title-flex p em {
	letter-spacing: 0;
}
.shop-ltk .title-flex .button {
	margin: -8px 0 0;
	background: #121216;
	border: none;
	min-width: 127px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	padding: 8px 0;
}
.shop-ltk .title-flex .button:hover {
	background: #5A644B;
}
.shop-ltk .ltkwidget-version-two {
	max-width: 1075px;
	margin: 0 auto;
}
.shop-ltk ul {
	max-width: 1075px;
	margin: 25px auto 133px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: white;
	padding: 10px 10px 0;
	list-style: none;
}
.shop-ltk ul li {
	width: 24.3%;
	margin-bottom: 10px;
}
.shop-ltk ul li a {
	display: block;
	width: 100%;
	height: 320px;
}
.shop-ltk ul li img {
	width: 100%;
	height: 320px;
	transition: all 0.5s;
}
.shop-ltk ul li img:hover {
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
@media all and (max-width:1130px) {
	.shop-ltk .title-flex, .shop-ltk ul{
		max-width: 1000px;
	}
}
@media all and (max-width:1020px) {
	.shop-ltk .title-flex, .shop-ltk ul {
		max-width: 700px;
	}
	.shop-ltk ul li {
		width: 49.3%;
		margin-bottom: 10px;
	}
	.shop-ltk ul li a {
		display: block;
		width: 100%;
		height: 433px;
	}
	.shop-ltk ul li img {
		width: 100%;
		height: 435px;
	}
}
@media all and (max-width: 768px) {
	.shop-ltk .title-flex, .shop-ltk ul {
		max-width: 500px;
	}
	.shop-ltk ul li img {
		width: 100%;
		height: 298px;
	}
	.shop-ltk ul li a {
		display: block;
		width: 100%;
		height: 295px;
	}
	.shop-ltk ul {
		margin: 25px auto 49px;
	}
}
@media all and (max-width:550px) {
	.shop-ltk .title-flex {
		max-width: 93%;
		margin: 40px auto 5px;
	}
	.shop-ltk .title-flex p {
		font-size:30px;
	}
	.shop-ltk .title-flex .button {
		min-width: 90px;
		font-weight: 700;
		padding: 5px 0;
		font-size: 10px;
		margin: -6px 0 1px 0;
	}
	.shop-ltk ul {
		margin: 25px auto 49px;
		max-width: 93%;
	}
	.shop-ltk ul li img {
		width: 100%;
		height: 100%;
	}
	.shop-ltk ul li a {
		display: block;
		width: 100%;
		height: 270px;
	}
}
@media all and (max-width:440px) {
	.shop-ltk ul li a {
		display: block;
		width: 100%;
		height: 220px;
	}
}