@media screen and (min-width: 1140px){
  #main,.Header__Wrapper,.Footer__Inner{
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
  }
}

.ProductItem__Title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}