.shop-cat-block .product-wrapper {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.shop-cat-block .shop-image-2 {
    max-height: 280px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: Min(59.375vw, 350px);
    -o-object-fit: cover;
    object-fit: cover;
}
.shop-cat-block .product-wrapper {
    margin-bottom: 20px;
    padding: 0px;
    border: 1px solid var(--dark-grey-transparent);
    background-color: var(--body-bg);
    box-shadow: 0 1px 3px 0 rgb(82 91 115 / 12%);
}
.shop-cat-block .items-content {
    margin: 0 15px 15px 15px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.shop-cat-block .item-tittle {
    border-bottom: 0;
    color: var(--body-overlay);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
}
.shop-cat-block .shop-card {
    width: 100%;
    padding: 15px;
    border-bottom: 1px none #000;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .shop-cat-block .shop-image-2 {
        height: 100px;
    }
    .margin-left--10  {
    	margin-left: -10px;
	}
	.margin-right--10 {
		margin-right: -10px;
	}
	.padding-left-10 {
		padding-left: 5px;
	}
	.padding-right-10 {
		padding-right: 5px;
	}
}