/* LifeStyle Hub HOME ONLY — Products-page style cards, 6 in one line */
.lsh-old-home{
  background:#e9eded;
  min-height:100vh;
  font-family:Arial,Helvetica,sans-serif;
  color:#111;
}

.lsh-old-hero{
  min-height:300px;
  background:linear-gradient(105deg,#d9e9fb 0%,#f4f4dd 52%,#fde9f1 100%);
  border-top:1px solid #222;
}
.lsh-old-hero-inner,
.lsh-old-content{
  width:calc(100% - 40px);
  max-width:1860px;
  margin:0 auto;
  box-sizing:border-box;
}
.lsh-old-hero-inner{padding:42px 0}
.lsh-old-content{padding:24px 0 42px}
.lsh-old-hero h1{margin:0 0 14px;font-size:40px;line-height:1.04;font-weight:800}
.lsh-old-hero p{font-size:14px;line-height:1.3;margin:0 0 22px;color:#17233a}
.lsh-old-shop-btn{
  display:inline-block;background:#ffd814;border:1px solid #f7ca00;border-radius:20px;
  color:#111;text-decoration:none;font-size:13px;font-weight:700;padding:10px 20px
}
.lsh-old-status{
  min-height:36px;line-height:34px;border:1px solid #69bd51;border-radius:6px;
  background:#f7fff3;padding:0 14px;font-size:12px;box-sizing:border-box;margin-bottom:12px
}

.lsh-best-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.lsh-best-head h2,.lsh-old-content h2{font-size:21px;line-height:1.2;margin:0 0 12px;font-weight:700}
.lsh-view-all{font-size:13px;color:#007185;text-decoration:none;font-weight:600;margin-bottom:12px}

.lsh-home-product-row{
  position:relative;
  width:100%;
  overflow:hidden;
}

/* Desktop: exactly 6 product cards visible in one row */
#oldBestGrid{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 50px)/6)!important;
  grid-template-rows:1fr!important;
  gap:10px!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 4px!important;
  margin:0!important;
}
#oldBestGrid::-webkit-scrollbar{display:none}

/* Keep the exact Products-page card component, only resize it for 6-across Home row */
#oldBestGrid .lsh-product-card{
  scroll-snap-align:start;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:100%;
  border-radius:8px!important;
  overflow:hidden;
}
#oldBestGrid .lsh-product-image-wrap{
  height:190px!important;
}
#oldBestGrid .lsh-product-image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
#oldBestGrid .lsh-product-placeholder{
  height:100%!important;
  min-height:190px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center;
  padding:10px;
  box-sizing:border-box;
}
#oldBestGrid .lsh-product-body{padding-left:10px!important;padding-right:10px!important}
#oldBestGrid .lsh-product-title{
  font-size:14px!important;
  line-height:1.32!important;
  min-height:37px!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#oldBestGrid .lsh-card-price{font-size:23px!important}
#oldBestGrid .lsh-card-mrp,
#oldBestGrid .lsh-card-off,
#oldBestGrid .lsh-pay-note,
#oldBestGrid .lsh-delivery{font-size:11px!important}
#oldBestGrid .lsh-card-btn{padding:8px 10px!important}
#oldBestGrid .lsh-card-links{font-size:10px!important}

/* Left / right controls for product 7+ */
.lsh-home-arrow{
  position:absolute;
  top:41%;
  transform:translateY(-50%);
  z-index:9;
  width:34px;
  height:48px;
  border:1px solid #a2a6ac;
  background:#fff;
  color:#333;
  border-radius:7px;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 1px 3px rgba(0,0,0,.14);
}
.lsh-home-prev{left:4px}
.lsh-home-next{right:4px}
.lsh-home-arrow:hover{background:#f7fafa}

.lsh-old-category-title{margin-top:24px!important}
.lsh-old-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.lsh-old-category-card{
  min-height:112px;background:#fff;border-radius:10px;padding:22px 16px;box-sizing:border-box;
  text-decoration:none;color:#111;display:flex;flex-direction:column;justify-content:center
}
.lsh-old-category-card b{font-size:16px;margin-bottom:10px}
.lsh-old-category-card span{font-size:12px;line-height:1.35;color:#111}

@media(max-width:1450px){
  #oldBestGrid{grid-auto-columns:calc((100% - 40px)/5)!important}
}
@media(max-width:1150px){
  #oldBestGrid{grid-auto-columns:calc((100% - 30px)/4)!important}
}
@media(max-width:850px){
  #oldBestGrid{grid-auto-columns:calc((100% - 20px)/3)!important}
  .lsh-old-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .lsh-old-hero-inner,.lsh-old-content{width:calc(100% - 18px)}
  .lsh-old-hero h1{font-size:30px}
  #oldBestGrid{grid-auto-columns:calc((100% - 10px)/2)!important}
  #oldBestGrid .lsh-product-image-wrap{height:170px!important}
  .lsh-old-category-grid{grid-template-columns:1fr}
}


/* HOME Products toolbar — mapped live result count + sort */
.lsh-home-products-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  background:#fff;
  border-radius:8px;
  padding:14px 16px;
  margin:0 0 18px;
  box-sizing:border-box;
}
.lsh-home-products-toolbar h2{
  margin:0 0 4px!important;
  font-size:23px!important;
  line-height:1.1!important;
}
.lsh-home-result-count{
  font-size:12px;
  color:#42566d;
}
.lsh-home-sort{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.lsh-home-sort select{
  min-width:174px;
  height:38px;
  border:1px solid #c8d0d5;
  border-radius:8px;
  background:#f7fafa;
  padding:0 12px;
  font-size:13px;
}
@media(max-width:600px){
  .lsh-home-products-toolbar{align-items:flex-start;flex-direction:column}
  .lsh-home-sort{width:100%;justify-content:space-between}
  .lsh-home-sort select{flex:1}
}
