

/* new_item_styles */

.products__item {
	width: 100% !important;
}
.products__item-title {
	min-height: 50px;
}
.load-more {
	margin-top: 0!important;
	margin-right: 0!important;
}
.pagination__itemss {
	margin-bottom: 1em!important;
}
.pagination {
	width: 100%;
	margin-bottom: 0!important;
}
body .products__items{
	width: 100%;
	margin: 0;
}
body .products__item-image{
	max-width: 326px;
	height: 290px;
	width: 100%;
	padding: 0;
}
body .products__item-title{
	max-width: 326px;
}
body .products__item-wrap {
	max-width: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	min-height: 580px;
	max-height: 580px;
	height: 100%;
}
.products__item-brand.js-clamp{
	max-height: 42px;
}
.product-item-block.products-item-top-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}
.product-item-container{
	width: 100%;
}
body .products__item{
	margin: 0;
	padding: 0;
}
body .btn.products__item-buy{
	min-width: 100%;
	margin: 0;
}
body .promo-text{
	width: 100%;
}
body .products__link-title{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 49px;
}
.last_chance_to_buy_catalog .best-seller {
	color: #ff0000;
	line-height: 14px;
	padding-right: 1em;
	font-size: 16px;
	letter-spacing: .05em;
}
.last_chance_to_buy_catalog span{
	font-size: 9px;
}
@media (max-width:767px) {
	body .products__item-image {
		height: 200px;
	}
	a.btn-promo {
		margin-bottom: 7px;
		font-size: 10px;
		line-height: 20px;
	}
	.products__item-labels li.new{
		font-size: 12px;
	}
	body .products__item-wrap {
		min-height: 370px;
		max-height: 460px;
		height: 100%;
	}
	body .products__item-image img{
		max-width: 140px;
		max-height: 140px;
	}
	body .products__link-title{
		height: 42px;
	}
	body .products__item-price{
       height: 29px;
	}
	.js-add2basket.btn--gray.products__item-buy{
		display: none;
	}
}