.product-item-title {
    font-weight: bold;
    line-height: 150%;
    color: #558CC9;
    font-size: 1.1rem;
    height: 3.2rem;
	
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-item-body {
    color: #333333;
    font-size: 1rem;
    height: 2rem;
}

.product-list .product-item-image > .embed-responsive-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-list .product-item {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.product-list .embed-responsive-product-item-1by1 {
  padding-bottom: 100%;
}

