#employee-orders.shop-catalog{position:relative;padding:0 2px;isolation:isolate}
.shop-top{position:sticky;top:0;z-index:3;background:var(--bg);padding:8px 0 12px}
.shop-search{display:flex;align-items:center;gap:10px;border-radius:24px;padding:12px 18px;background:color-mix(in srgb,var(--pri) 18%,var(--bg));color:var(--pri)}
.shop-search span{font-size:30px;line-height:1}.shop-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:inherit;font-size:16px}.shop-search input::placeholder{color:inherit;opacity:.85}
.shop-filters{display:flex;gap:7px;overflow-x:auto;padding-top:12px;scrollbar-width:thin}.shop-filters button{flex-shrink:0;border-radius:20px}.shop-filters button[aria-pressed=true]{background:var(--pri);color:white}
.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:22px 12px;padding:6px 0 18px}.shop-product{min-width:0}.shop-photo{position:relative;aspect-ratio:4/5;border-radius:22px;overflow:hidden;background:var(--glass);border:1px solid var(--gborder)}.shop-photo>img{width:100%;height:100%;object-fit:contain;background:#f6f5f3;display:block}.shop-placeholder{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:var(--txt2);font-size:11px;text-align:center;padding:12px}.shop-placeholder svg{width:44px;height:44px;opacity:.5}
.shop-add{position:absolute;right:8px;bottom:8px;width:48px;height:48px;padding:11px;border-radius:17px;box-shadow:0 3px 12px #0004}.shop-add svg,.shop-basket svg{width:24px;height:24px}.shop-add.added{font-size:22px}.shop-product-name{font-size:15px;line-height:1.35;margin:10px 2px 4px;overflow-wrap:anywhere}.shop-muted{font-size:12px;opacity:.7;line-height:1.5}.shop-bottom{position:sticky;bottom:0;z-index:4;background:var(--bg);padding:10px 4px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--gborder)}.shop-basket{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:18px}
.shop-sheet{width:min(560px,100%);max-height:90dvh;display:flex;flex-direction:column;padding:20px!important;box-sizing:border-box}.shop-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-sheet-head h2{font-size:20px}.shop-sheet-body{overflow-y:auto;min-height:0;padding:8px 0}.shop-sheet-body label input[type=number]{display:block;width:100%;margin-top:10px;font-size:16px}.shop-cart-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;padding:14px 0;border-bottom:1px solid var(--gborder);align-items:center}.shop-cart-photo{width:64px;height:76px;border-radius:10px;overflow:hidden;background:var(--glass)}.shop-cart-photo img{width:100%;height:100%;object-fit:contain;background:#f6f5f3}.shop-cart-photo .shop-placeholder span{display:none}.shop-cart-photo svg{width:28px}.shop-cart-row p{margin:6px 0;font-size:13px}.shop-cart-actions{grid-column:2;display:flex;gap:8px}.shop-send{width:100%;margin:12px 0;min-height:48px}.shop-empty{grid-column:1/-1;padding:24px 6px;text-align:center}.shop-upload{position:relative;grid-column:2;overflow:hidden;text-align:center}.shop-upload input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.shop-photo-list [role=status]{grid-column:2}
@media(max-width:600px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.shop-photo{border-radius:18px}.shop-product-name{font-size:14px}.shop-sheet{max-height:92dvh;border-radius:22px 22px 0 0!important;margin:0!important}.shop-overlay{align-items:flex-end!important;padding:0!important}.shop-sheet-body{padding-bottom:env(safe-area-inset-bottom)}.shop-add{width:44px;height:44px;right:6px;bottom:6px}}
