.collection__description{
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	padding: 0 24px 24px;
	margin-top: 0;
}

.product-item__price-list.price-list{
	flex-wrap:wrap;
}

.product-item__price-list::after{
	content:"Includes Logo";
  	font-size:13px !important;
  	display:block;
    margin-top:0px;
    margin-bottom:9px;
  	width:100%;
  	clear:both;
}