/* Home only */
body{background:#EEEEEE;}

/* 5 items per row on desktop for Recommended (custom column) */
@media (min-width: 992px){
  .col-lg-1-5{flex:0 0 auto;width:20%;}
}

/* Home product card alignment (Best sellers + Recommended only via classes) */
.home-product-title{
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:calc(12px * 1.25 * 2);
}
.home-price-box{
  margin-top:.5rem;
  min-height:34px;
}
.home-compare-placeholder{
  display:block;
  height:13px;
  opacity:0;
  visibility:hidden;
}
