/* live search dropdown */
.smc-ls{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:9999;display:none;
  background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:8px}
.smc-ls.is-open{display:block}
.smc-ls__list{list-style:none;margin:0;padding:0;max-height:360px;overflow:auto}
.smc-ls__item{margin:0;padding:0}
.smc-ls__link{display:flex;gap:12px;align-items:center;padding:10px 12px;text-decoration:none;color:#091311}
.smc-ls__link:hover{background:#f7f9f8}
.smc-ls__thumb{width:40px;height:40px;object-fit:contain;border-radius:8px;background:#EFF7F6}
.smc-ls__thumb--ph{display:inline-block}
.smc-ls__title{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.smc-ls__price{font-weight:600}
.smc-ls__all{display:block;text-align:center;padding:10px;font-weight:600;color:#01A9A0;text-decoration:none}
.smc-ls__empty{padding:10px 12px;color:#8A8A8A}
