/* Unified inventory selection controls and clearer order action. */
.inventory-command-bar { position:sticky; top:12px; z-index:4; display:flex; align-items:center; justify-content:space-between; gap:14px; margin:14px 0; padding:11px 14px; border:1px solid #cbdcf5; border-radius:8px; background:rgba(247,251,255,.96); box-shadow:0 8px 22px rgba(12,55,111,.09); }
.inventory-command-bar > div { display:flex; align-items:center; gap:11px; }
.inventory-command-bar label { display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:700; color:#183d71; }
.inventory-command-bar span { color:#71829a; font-size:11px; }
.inventory-command-bar button { min-height:34px; padding:7px 12px; font-size:12px; }
.inventory-check { width:30px; text-align:left !important; padding-left:16px !important; }
.inventory-check input { width:16px; height:16px; margin:0; accent-color:#1464ff; cursor:pointer; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.price-editor { display:flex; align-items:center; gap:7px; }
.cart-quantity-input { width:48px; min-height:36px; padding:5px 4px; border:1px solid #c7d6e8; border-radius:5px; background:#fff; text-align:center; font-size:12px; font-weight:700; color:#183d71; }
.order-now { min-height:36px; min-width:126px; padding:8px 13px !important; font-size:12px !important; font-weight:800 !important; letter-spacing:.01em; background:#1464ff !important; color:#fff !important; transition:transform .18s ease, box-shadow .18s ease, background .18s ease !important; }
.order-now span { display:inline-block; margin-left:4px; font-size:15px; line-height:.7; }
.order-now:not(:disabled):hover { transform:translateY(-2px) scale(1.045); background:#0a4dcc !important; color:#fff !important; box-shadow:0 10px 20px rgba(20,100,255,.32); }
.order-now.in-cart { background:#0a8f79 !important; color:#fff !important; box-shadow:inset 0 0 0 1px rgba(255,255,255,.22); }
.order-now.in-cart:not(:disabled):hover { background:#06715f !important; color:#fff !important; }
.order-now:not(:disabled):focus-visible { outline:3px solid #84b5ff; outline-offset:2px; }
@media(max-width:760px){.inventory-command-bar{position:static;align-items:flex-start;flex-direction:column}.inventory-command-bar>div{width:100%;justify-content:space-between}.inventory-command-bar>div:last-child{justify-content:flex-start}.inventory-check{padding-left:10px !important}.price-editor{min-width:182px}.order-now{min-width:116px;}}
