.product-list {	
	padding: 52px 0 76px;
	border-bottom: 1px solid #D8CDBD;
	border-top:1px solid #D8CDBD;
	position: relative;
}
.product-list:before {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background: #D8CDBD;
	position: absolute;
	left:0;
	top:4px;
}
.product-list:after {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background: #D8CDBD;
	position: absolute;
	left:0;
	bottom:4px;
}
.product-list .block-title svg {
	margin: 16px 0 0;
}
.product-list.has-clay-background-color .block-title svg path, .product-list.has-clay-background-color .block-title svg rect {
	fill:#2B1909;
}
.product-list.has-mulberry-background-color, .product-list.has-espresso-background-color, .product-list.has-pine-background-color  {
	color: #D8CDBD;
}
.product-list ul {
	max-width: 1301px;
	margin: 36px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0 0 0 20px;
}
.product-list ul li {
	width: 410px;
	margin: 0 8px 13px;
}
.product-list ul li img {
	border: 1px solid #D7CCBD;
	height: 287px;
	object-fit: contain;
	width: 100%;
	padding: 20px;
	transition: all 0.5s;
}
.product-list ul li img:hover {
	opacity: 0.6;
}
.product-list.contain ul li img  {
	object-fit: contain;
}
.product-list .button {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
	letter-spacing: 0.04rem;
	padding: 13px 25px;
	height: 53px;
	min-width: 262px;
}
.product-list .button:hover {
	background: #2B1909;
}
.product-list.has-clay-background-color .button:hover {
	color:#D8D4C7;
}
.product-list.has-mulberry-background-color .button, .product-list.has-espresso-background-color .button, .product-list.has-pine-background-color .button {
	border:1px solid #D8D4C7;
	color:#D8D4C7;
}
@media all and (max-width: 1300px) {
	.product-list ul li {
		width: 32%;
		margin: 0 13px 13px 0;
	}
}
@media all and (max-width: 1050px) {
	.product-list ul li {
		width: 48%;
		margin: 0 13px 13px 0;
	}
}
@media all and (max-width: 670px) {
	.product-list ul li {
		width: 100%;
		margin: 0 0 18px;
	}
	.product-list ul {
		max-width:90%;
		padding:0;
	}
}