.box-post-bycate {
	padding: 50px 0;
}

.product-list {
	padding: 30px 0 15px;
}

.product-list .item .wrap-img {
	padding-bottom: 100%;
	border-radius: 10px;
}

.product-list .item {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}

.product-list .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, #323232 0, rgba(50, 50, 50, 0) 33%);
	z-index: 2;
}

.product-list .item .name {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

.product-list .item .name h3 {
	font-family: "Playfair Display", serif;
	color: #FFF;
	text-transform: uppercase;
}

.product-list .item .name .price {
	font-size: 16px;
}

.product-list > .ctnr > .row {
	row-gap: 20px;
}