body{background:#f3f4f5}
.lsh-shop-menu-page{display:grid;grid-template-columns:300px minmax(0,1fr);max-width:1800px;margin:0 auto;min-height:760px;background:#fff}
.lsh-shop-sidebar{border-right:1px solid #d5d9d9;padding:18px 0;background:#fff}
.lsh-shop-sidebar section{padding:0 22px 16px;margin-bottom:16px;border-bottom:1px solid #ddd}
.lsh-shop-sidebar section:last-child{border-bottom:0}
.lsh-shop-sidebar h3{font-size:15px;margin:0 0 9px}
.lsh-shop-sidebar a,.lsh-shop-sidebar button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;border:0;background:transparent;color:#111;text-decoration:none;text-align:left;font:inherit;font-size:12px;padding:7px 0;cursor:pointer}
.lsh-shop-sidebar a:hover,.lsh-shop-sidebar button:hover,.lsh-shop-sidebar button.active{color:#c7511f;font-weight:700}
.lsh-shop-content{padding:28px 30px 48px;min-width:0}
.lsh-shop-content-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}
.lsh-shop-content-head h1{font-size:28px;margin:0 0 6px}.lsh-shop-content-head p{margin:0;color:#565959;font-size:13px}
.lsh-back-home{color:#007185;text-decoration:none;font-size:13px}
.lsh-shop-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.lsh-shop-card{display:grid;grid-template-columns:46px minmax(0,1fr) 18px;gap:12px;align-items:center;min-height:110px;background:#fff;border:1px solid #d5d9d9;border-radius:9px;padding:16px;color:#111;text-decoration:none}
.lsh-shop-card:hover{background:#f7fafa;border-color:#aeb4bb}
.lsh-shop-card-icon{font-size:32px;text-align:center}.lsh-shop-card b{display:block;font-size:15px;margin-bottom:6px}.lsh-shop-card small{display:block;color:#565959;font-size:11px;line-height:1.4}.lsh-shop-card-arrow{font-size:24px;color:#565959}
@media(max-width:1200px){.lsh-shop-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.lsh-shop-menu-page{grid-template-columns:240px minmax(0,1fr)}.lsh-shop-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.lsh-shop-menu-page{grid-template-columns:1fr}.lsh-shop-sidebar{border-right:0;border-bottom:1px solid #ddd}.lsh-shop-content{padding:20px 14px}.lsh-shop-card-grid{grid-template-columns:1fr}}


/* LEFT SHOP MENU SCROLLBAR ONLY */
.lsh-shop-sidebar{
  height:calc(100vh - 112px);
  max-height:calc(100vh - 112px);
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:thin;
  scrollbar-color:#a8a8a8 #f1f1f1;
  position:sticky;
  top:112px;
  align-self:start;
}
.lsh-shop-sidebar::-webkit-scrollbar{width:8px}
.lsh-shop-sidebar::-webkit-scrollbar-track{background:#f1f1f1}
.lsh-shop-sidebar::-webkit-scrollbar-thumb{background:#a8a8a8;border-radius:8px}
.lsh-shop-sidebar::-webkit-scrollbar-thumb:hover{background:#777}

@media(max-width:650px){
  .lsh-shop-sidebar{
    position:relative;
    top:auto;
    height:420px;
    max-height:420px;
  }
}
