.bsm-public-inventory { margin:1.5em 0; }.bsm-public-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:16px; }.bsm-public-heading h2 { margin:0; }.bsm-public-heading input { padding:10px 12px; border:1px solid #d0d5dd; border-radius:6px; max-width:260px; }.bsm-product-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:18px; }.bsm-product-card { display:flex; flex-direction:column; overflow:hidden; background:#fff; border:1px solid #e4e7ec; border-radius:12px; box-shadow:0 2px 6px rgba(16,24,40,.05); transition:transform .15s,box-shadow .15s; }.bsm-product-card:hover { transform:translateY(-2px); box-shadow:0 8px 18px rgba(16,24,40,.1); }.bsm-product-card img { aspect-ratio:16/10; width:100%; object-fit:cover; }.bsm-product-details { padding:16px; }.bsm-product-details h3 { margin:5px 0; font-size:1.08em; }.bsm-category { color:#475467; font-size:.78em; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }.bsm-sku { color:#667085; font-size:.85em; margin:0 0 13px; }.bsm-stock-pill { display:inline-block; border-radius:999px; padding:5px 10px; font-size:.88em; }.bsm-available { background:#dcfae6; color:#18753c; font-weight:700; }.bsm-low-stock { background:#fef0c7; color:#8a4b00; font-weight:700; }.bsm-unavailable { background:#fee4e2; color:#b42318; font-weight:700; }@media(max-width:600px){.bsm-public-heading{align-items:stretch;flex-direction:column}.bsm-public-heading input{max-width:none}}
