
/* LifeStyle Hub Website V9 — sitewide scrollbars */
html{scroll-behavior:smooth;overflow-y:scroll}
body{min-height:100%}
*{scrollbar-width:thin;scrollbar-color:#9ca9b8 #eef2f5}
*::-webkit-scrollbar{width:10px;height:10px}
*::-webkit-scrollbar-track{background:#eef2f5}
*::-webkit-scrollbar-thumb{background:#9ca9b8;border-radius:10px;border:2px solid #eef2f5}
*::-webkit-scrollbar-thumb:hover{background:#6f7f92}
.lsh-market-nav,.lsh-home-product-row,.lsh-home-promo-mosaic,.lsh-scroll-row{overflow-x:auto}
