/* Home only: mapped product sections above Customer Reviews */
#lshHomeRelatedHost{
  background:#e9eded;
  padding:0 0 8px;
}
.lsh-home-related-section{
  width:calc(100% - 48px);
  max-width:1820px;
  margin:0 auto;
  padding:18px 0;
  border-top:1px solid #d5d9d9;
}
.lsh-home-related-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.lsh-home-related-head h2{
  margin:0;
  font-size:20px;
  line-height:1.25;
}
.lsh-home-related-head span{
  font-size:12px;
  color:#565959;
}
.lsh-home-related-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
}
.lsh-home-related-grid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 60px)/6)!important;
  grid-template-rows:1fr!important;
  gap:12px!important;
  width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  padding:0 1px 5px!important;
  margin:0!important;
}
.lsh-home-related-grid::-webkit-scrollbar{display:none}
.lsh-home-related-grid .lsh-product-card{
  scroll-snap-align:start;
  width:auto!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
}
.lsh-home-related-grid .lsh-product-image-wrap{height:190px!important}
.lsh-home-related-grid .lsh-product-title{
  font-size:13px!important;
  line-height:1.3!important;
  min-height:34px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.lsh-home-related-grid .lsh-card-price{font-size:22px!important}
.lsh-home-related-grid .lsh-card-btn{padding:8px 9px!important}
.lsh-home-related-grid .lsh-card-links{font-size:10px!important}

.lsh-home-related-arrow{
  position:absolute;
  top:43%;
  transform:translateY(-50%);
  z-index:10;
  width:34px;
  height:48px;
  border:1px solid #a2a6ac;
  border-radius:7px;
  background:#fff;
  color:#333;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 1px 3px rgba(0,0,0,.14);
}
.lsh-home-related-arrow.prev{left:4px}
.lsh-home-related-arrow.next{right:4px}

@media(max-width:1450px){
  .lsh-home-related-grid{grid-auto-columns:calc((100% - 48px)/5)!important}
}
@media(max-width:1150px){
  .lsh-home-related-grid{grid-auto-columns:calc((100% - 36px)/4)!important}
}
@media(max-width:850px){
  .lsh-home-related-section{width:calc(100% - 28px)}
  .lsh-home-related-grid{grid-auto-columns:calc((100% - 24px)/3)!important}
}
@media(max-width:600px){
  .lsh-home-related-section{width:calc(100% - 18px)}
  .lsh-home-related-grid{grid-auto-columns:calc((100% - 12px)/2)!important}
  .lsh-home-related-grid .lsh-product-image-wrap{height:165px!important}
}
