
:root{--shopContextTop:66px}
.topbar{min-height:60px!important;padding-top:10px!important;padding-bottom:10px!important}
.topbar .title{font-size:17px!important}
.topbar .iconbtn{width:40px;height:40px;border-radius:13px}
.shopContextBar{position:sticky;top:60px;z-index:9;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:rgba(7,6,4,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(212,175,55,.20);margin-left:var(--shell-sidebar)}
.shopContextMain{min-width:0;display:grid;gap:2px}
.shopContextKicker{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#a78f55;font-weight:800}
.shopContextTitle{font-size:17px;line-height:1.15;color:#fff;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52vw}
.shopContextMeta{font-size:11px;color:#d8c27d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:56vw}
.shopContextActions{display:flex;align-items:center;gap:8px;flex:none}
.shopContextAction{width:auto;min-width:44px;padding:0 10px;gap:6px;background:#1a140b!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.24)!important;box-shadow:none!important}
.shopContextAction span{font-size:11px;font-weight:800}
.shopSearchDock{position:sticky;top:128px;z-index:8;padding:10px 14px 0;margin-left:var(--shell-sidebar)}
.shopSearchDockInner{border-radius:18px;background:rgba(8,8,8,.94);border:1px solid rgba(212,175,55,.16);padding:10px;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.shopSearchField{height:46px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 10px;border-radius:14px;background:#121212;border:1px solid rgba(212,175,55,.20)}
.shopSearchIcon{display:grid;color:#d4af37}
.shopSearchIcon svg{width:18px;height:18px}
.shopSearchField input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:13px}
.shopSearchField input::placeholder{color:#9f9f9f}
.shopSearchField button{height:34px;padding:0 10px;border:0;border-radius:10px;background:#211b0d;color:#d4af37;font-size:11px;font-weight:800}
.shopFilterList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
#sortSheet .sheetOpt.active,.filterOpt.active{background:#211b0d;color:#d4af37;border-color:rgba(212,175,55,.30)}
.shopCartBtn.added,.shopCartDetailBtn.added{background:#d4af37!important;color:#fff!important;border-color:#d4af37!important}
.shopCartBtn.added span,.shopCartDetailBtn.added{font-weight:800}
.shopDetailThumbs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:10px}
.shopDetailThumb{width:60px;height:60px;border-radius:14px;border:1px solid rgba(212,175,55,.25);background:#0d0d0d;padding:4px;display:grid;place-items:center;overflow:hidden}
.shopDetailThumb.active{border-color:#d4af37;box-shadow:0 0 0 2px rgba(212,175,55,.14)}
.shopDetailThumb img,.shopDetailThumb .ph{width:100%;height:100%;object-fit:contain}
@media (max-width:900px){
  .shopContextBar,.shopSearchDock{margin-left:0}
}
@media (max-width:640px){
  .shopContextBar{top:60px;padding:8px 10px;gap:8px}
  .shopContextTitle{font-size:15px;max-width:34vw}
  .shopContextMeta{font-size:10px;max-width:36vw}
  .shopContextAction{min-width:38px;padding:0 8px}
  .shopContextAction span{display:none}
  .shopSearchDock{top:118px;padding:8px 10px 0}
}
