

/* Start:/bitrix/templates/beward/components/bitrix/catalog.section/home_new_products/style.css?17846578131210*/
.home-new-products{
	background: #f4f5f6;
}
.home-new-products__header{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.home-new-products__header h2{
	margin: 0;
}
.home-new-products__all,
.home-new-products__all:focus{
	color: #950000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.home-new-products__all i{
	margin-left: 5px;
}
.home-new-products__list{
	margin-top: 0;
}
.home-new-product__tag{
	background: #339933;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 14px;
	line-height: 24px;
	max-width: calc(100% - 112px);
	overflow: hidden;
	padding: 0 8px;
	position: absolute;
	text-overflow: ellipsis;
	top: 14px;
	white-space: nowrap;
	z-index: 2;
}
#bestsellers .home-new-product__tag{
	background: #ffaa00;
}
#sales .home-new-product__tag{
	background: #950000;
}
@media(min-width: 768px){
	.home-new-products__header{
		margin-bottom: 18px;
	}
	.home-new-products__all,
	.home-new-products__all:focus{
		font-size: 14px;
	}
	.home-new-product__tag{
		font-size: 12px;
	}
}
@media(min-width: 1200px){
	.home-new-products__list.product-list.grid{
		grid-template-columns: repeat(5,minmax(0,1fr));
	}
}

/* End */
/* /bitrix/templates/beward/components/bitrix/catalog.section/home_new_products/style.css?17846578131210 */
